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