pub enum ANFOFF_A {
ENABLED = 0,
DISABLED = 1,
}
Expand description
Analog noise filter OFF
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ANFOFF_A
impl StructuralPartialEq for ANFOFF_A
Auto Trait Implementations§
impl Freeze for ANFOFF_A
impl RefUnwindSafe for ANFOFF_A
impl Send for ANFOFF_A
impl Sync for ANFOFF_A
impl Unpin for ANFOFF_A
impl UnwindSafe for ANFOFF_A
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