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