pub enum WDW {
ENABLED,
DISABLED,
}
Expand description
Values that can be written to the field WD
Variants§
ENABLED
Watchdog enabled, receive frames limited to 2048 bytes
DISABLED
Watchdog disabled, receive frames may be up to to 16384 bytes
Auto Trait Implementations§
impl Freeze for WDW
impl RefUnwindSafe for WDW
impl Send for WDW
impl Sync for WDW
impl Unpin for WDW
impl UnwindSafe for WDW
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