#[repr(u8)]pub enum Halt {
PAUSE = 0,
RUN = 1,
}
Variants§
PAUSE = 0
Pause watchdog while the CPU is halted by the debugger
RUN = 1
Keep the watchdog running while the CPU is halted by the debugger
Implementations§
Trait Implementations§
Source§impl Ord for Halt
impl Ord for Halt
Source§impl PartialOrd for Halt
impl PartialOrd for Halt
impl Copy for Halt
impl Eq for Halt
impl StructuralPartialEq for Halt
Auto Trait Implementations§
impl Freeze for Halt
impl RefUnwindSafe for Halt
impl Send for Halt
impl Sync for Halt
impl Unpin for Halt
impl UnwindSafe for Halt
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)