Enum Neie
pub enum Neie {
_0 = 0,
_1 = 1,
}Expand description
Noise Error Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: NF interrupts disabled; use polling.
_1 = 1
1: Hardware interrupt requested when NF is set.
Trait Implementations§
impl Copy for Neie
impl Eq for Neie
impl StructuralPartialEq for Neie
Auto Trait Implementations§
impl Freeze for Neie
impl RefUnwindSafe for Neie
impl Send for Neie
impl Sync for Neie
impl Unpin for Neie
impl UnwindSafe for Neie
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