pub enum AWD1EN {
Disabled = 0,
Enabled = 1,
}
Expand description
Analog watchdog enable This bit is set and cleared by software. 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 AWD1EN
impl Eq for AWD1EN
impl StructuralPartialEq for AWD1EN
Auto Trait Implementations§
impl Freeze for AWD1EN
impl RefUnwindSafe for AWD1EN
impl Send for AWD1EN
impl Sync for AWD1EN
impl Unpin for AWD1EN
impl UnwindSafe for AWD1EN
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