Struct stm32wlxx_hal::pac::tamp::misr::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register MISR
reader
Implementations§
§impl R
impl R
pub fn itamp3mf(&self) -> BitReaderRaw<ITAMP3MF_A>
pub fn itamp3mf(&self) -> BitReaderRaw<ITAMP3MF_A>
Bit 18 - ITAMP3MF
pub fn itamp5mf(&self) -> BitReaderRaw<ITAMP3MF_A>
pub fn itamp5mf(&self) -> BitReaderRaw<ITAMP3MF_A>
Bit 20 - ITAMP5MF
pub fn itamp6mf(&self) -> BitReaderRaw<ITAMP3MF_A>
pub fn itamp6mf(&self) -> BitReaderRaw<ITAMP3MF_A>
Bit 21 - ITAMP6MF
pub fn itamp8mf(&self) -> BitReaderRaw<ITAMP3MF_A>
pub fn itamp8mf(&self) -> BitReaderRaw<ITAMP3MF_A>
Bit 23 - ITAMP8MF
Methods from Deref<Target = R<MISR_SPEC>>§
pub 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§
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