pub enum EWIFW {
Finished = 0,
}
Expand description
Early wakeup interrupt flag
Value on reset: 0
Variants§
Finished = 0
0: The EWI Interrupt Service Routine has been serviced
Trait Implementations§
impl Copy for EWIFW
impl Eq for EWIFW
impl StructuralPartialEq for EWIFW
Auto Trait Implementations§
impl Freeze for EWIFW
impl RefUnwindSafe for EWIFW
impl Send for EWIFW
impl Sync for EWIFW
impl Unpin for EWIFW
impl UnwindSafe for EWIFW
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