pub struct EWI_R(/* private fields */);
Expand description
Field EWI
reader - Early wakeup interrupt
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EWI_R
impl RefUnwindSafe for EWI_R
impl Send for EWI_R
impl Sync for EWI_R
impl Unpin for EWI_R
impl UnwindSafe for EWI_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