pub enum AWDEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Analog watchdog enable on regular channels
Value on reset: 0
Variants§
Disabled = 0
0: Analog watchdog disabled on regular channels
Enabled = 1
1: Analog watchdog enabled on regular channels
Trait Implementations§
impl Copy for AWDEN
impl Eq for AWDEN
impl StructuralPartialEq for AWDEN
Auto Trait Implementations§
impl Freeze for AWDEN
impl RefUnwindSafe for AWDEN
impl Send for AWDEN
impl Sync for AWDEN
impl Unpin for AWDEN
impl UnwindSafe for AWDEN
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