pub enum AWD1W {
Clear = 1,
}
Expand description
Analog watchdog %s flag
Value on reset: 0
Variants§
Clear = 1
1: Clear the analog watchdog event flag
Trait Implementations§
impl Copy for AWD1W
impl Eq for AWD1W
impl StructuralPartialEq for AWD1W
Auto Trait Implementations§
impl Freeze for AWD1W
impl RefUnwindSafe for AWD1W
impl Send for AWD1W
impl Sync for AWD1W
impl Unpin for AWD1W
impl UnwindSafe for AWD1W
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