Enum Int
pub enum Int {
_0 = 0,
_1 = 1,
}Expand description
Watchdog Interrupt
Value on reset: 0
Variants§
_0 = 0
0: Watchdog interrupts are disabled. Watchdog resets are not delayed.
_1 = 1
1: Watchdog interrupts are enabled. Watchdog resets are delayed by 8’d128 bus clocks from the interrupt vector fetch.
Trait Implementations§
impl Copy for Int
impl Eq for Int
impl StructuralPartialEq for Int
Auto Trait Implementations§
impl Freeze for Int
impl RefUnwindSafe for Int
impl Send for Int
impl Sync for Int
impl Unpin for Int
impl UnwindSafe for Int
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