Enum Wdog
pub enum Wdog {
_0 = 0,
_1 = 1,
}Expand description
Watchdog Interrupt
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Wdog
impl Eq for Wdog
impl StructuralPartialEq for Wdog
Auto Trait Implementations§
impl Freeze for Wdog
impl RefUnwindSafe for Wdog
impl Send for Wdog
impl Sync for Wdog
impl Unpin for Wdog
impl UnwindSafe for Wdog
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