pub enum WDGA {
Disabled = 0,
Enabled = 1,
}
Expand description
Activation bit This bit is set by software and only cleared by hardware after a reset. When WDGA=1, the watchdog can generate a reset.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for WDGA
impl Eq for WDGA
impl StructuralPartialEq for WDGA
Auto Trait Implementations§
impl Freeze for WDGA
impl RefUnwindSafe for WDGA
impl Send for WDGA
impl Sync for WDGA
impl Unpin for WDGA
impl UnwindSafe for WDGA
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