pub struct M4_SRAM_INTR_R(/* private fields */);Expand description
Field M4_SRAM_INTR reader - Interrupt detected for M4 SRAM (access during low power)
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for M4_SRAM_INTR_R
impl RefUnwindSafe for M4_SRAM_INTR_R
impl Send for M4_SRAM_INTR_R
impl Sync for M4_SRAM_INTR_R
impl Unpin for M4_SRAM_INTR_R
impl UnwindSafe for M4_SRAM_INTR_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