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