pub enum AWDW {
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 AWDW
impl Eq for AWDW
impl StructuralPartialEq for AWDW
Auto Trait Implementations§
impl Freeze for AWDW
impl RefUnwindSafe for AWDW
impl Send for AWDW
impl Sync for AWDW
impl Unpin for AWDW
impl UnwindSafe for AWDW
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