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