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