#[doc = "Reader of register LMFAR"] pub type R = crate::R; #[doc = "Reader of field `EFADD`"] pub type EFADD_R = crate::R; impl R { #[doc = "Bits 0:31 - ECC Fault Address"] #[inline(always)] pub fn efadd(&self) -> EFADD_R { EFADD_R::new((self.bits & 0xffff_ffff) as u32) } }