pub struct R(/* private fields */);
Expand description
Register MISR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn itamp1mf(&self) -> ITAMP1MF_R
pub fn itamp1mf(&self) -> ITAMP1MF_R
Bit 16 - ITAMP1MF
Sourcepub fn itamp3mf(&self) -> ITAMP3MF_R
pub fn itamp3mf(&self) -> ITAMP3MF_R
Bit 18 - ITAMP3MF
Sourcepub fn itamp4mf(&self) -> ITAMP4MF_R
pub fn itamp4mf(&self) -> ITAMP4MF_R
Bit 19 - ITAMP4MF
Sourcepub fn itamp5mf(&self) -> ITAMP5MF_R
pub fn itamp5mf(&self) -> ITAMP5MF_R
Bit 20 - ITAMP5MF
Sourcepub fn itamp6mf(&self) -> ITAMP6MF_R
pub fn itamp6mf(&self) -> ITAMP6MF_R
Bit 21 - ITAMP6MF
Methods from Deref<Target = R<MISR_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more