pub enum EWIFW {
FINISHED,
}
Expand description
Values that can be written to the field EWIF
Variants§
FINISHED
The EWI Interrupt Service Routine has been serviced
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