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