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