pub enum AUTOFF {
Disabled = 0,
Enabled = 1,
}
Expand description
Auto-off mode This bit is set and cleared by software to enable/disable auto-off mode.. Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for AUTOFF
impl Eq for AUTOFF
impl StructuralPartialEq for AUTOFF
Auto Trait Implementations§
impl Freeze for AUTOFF
impl RefUnwindSafe for AUTOFF
impl Send for AUTOFF
impl Sync for AUTOFF
impl Unpin for AUTOFF
impl UnwindSafe for AUTOFF
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