pub enum WD_A {
Enabled = 0,
Disabled = 1,
}
Expand description
Watchdog disable
Value on reset: 0
Variants§
Enabled = 0
0: Watchdog enabled, receive frames limited to 2048 bytes
Disabled = 1
1: Watchdog disabled, receive frames may be up to to 16384 bytes
Trait Implementations§
impl Copy for WD_A
impl StructuralPartialEq for WD_A
Auto Trait Implementations§
impl Freeze for WD_A
impl RefUnwindSafe for WD_A
impl Send for WD_A
impl Sync for WD_A
impl Unpin for WD_A
impl UnwindSafe for WD_A
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