pub enum NCF {
Clear = 1,
}
Expand description
Noise detected clear flag
Value on reset: 0
Variants§
Clear = 1
1: Clears the NF flag in the ISR register
Trait Implementations§
impl Copy for NCF
impl Eq for NCF
impl StructuralPartialEq for NCF
Auto Trait Implementations§
impl Freeze for NCF
impl RefUnwindSafe for NCF
impl Send for NCF
impl Sync for NCF
impl Unpin for NCF
impl UnwindSafe for NCF
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