#[repr(u8)]
pub enum CLEAR_AW {
KEY,
}
Expand description
Watchdog Clear
Value on reset: 0
Variants
KEY
165: Clear Key
Trait Implementations
impl Copy for CLEAR_AW
impl StructuralPartialEq for CLEAR_AW
Auto Trait Implementations
impl RefUnwindSafe for CLEAR_AW
impl Send for CLEAR_AW
impl Sync for CLEAR_AW
impl Unpin for CLEAR_AW
impl UnwindSafe for CLEAR_AW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more