Enum Cmd32en
pub enum Cmd32en {
_0 = 0,
_1 = 1,
}Expand description
Enables or disables WDOG support for 32-bit (otherwise 16-bit or 8-bit) refresh/unlock command write words
Value on reset: 1
Variants§
_0 = 0
0: Disables support for 32-bit refresh/unlock command write words. Only 16-bit or 8-bit is supported.
_1 = 1
1: Enables support for 32-bit refresh/unlock command write words. 16-bit or 8-bit is NOT supported.
Trait Implementations§
impl Copy for Cmd32en
impl Eq for Cmd32en
impl StructuralPartialEq for Cmd32en
Auto Trait Implementations§
impl Freeze for Cmd32en
impl RefUnwindSafe for Cmd32en
impl Send for Cmd32en
impl Sync for Cmd32en
impl Unpin for Cmd32en
impl UnwindSafe for Cmd32en
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