#[repr(u8)]pub enum Wdt0Reset {
NO_EVENT_DETECTED = 0,
WDT0_RESET_DETECTED = 1,
}Variants§
NO_EVENT_DETECTED = 0
No EVENT Detected.
WDT0_RESET_DETECTED = 1
WDT0 reset event detected. (Writing a ‘1’ to this bit clears this status).
Implementations§
Trait Implementations§
Source§impl Ord for Wdt0Reset
impl Ord for Wdt0Reset
Source§impl PartialOrd for Wdt0Reset
impl PartialOrd for Wdt0Reset
impl Copy for Wdt0Reset
impl Eq for Wdt0Reset
impl StructuralPartialEq for Wdt0Reset
Auto Trait Implementations§
impl Freeze for Wdt0Reset
impl RefUnwindSafe for Wdt0Reset
impl Send for Wdt0Reset
impl Sync for Wdt0Reset
impl Unpin for Wdt0Reset
impl UnwindSafe for Wdt0Reset
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