pub enum IDLECFW {
CLEAR,
}
Expand description
Values that can be written to the field IDLECF
Variants§
CLEAR
Clears the IDLE flag in the ISR register
Auto Trait Implementations§
impl Freeze for IDLECFW
impl RefUnwindSafe for IDLECFW
impl Send for IDLECFW
impl Sync for IDLECFW
impl Unpin for IDLECFW
impl UnwindSafe for IDLECFW
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