Enum stm32wlxx_hal::pac::dbgmcu::apb1fzr1::DBG_WWDG_STOP_A
pub enum DBG_WWDG_STOP_A {
Continue = 0,
Stop = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
WWDG stop in CPU1 debug
Value on reset: 0
Variants§
Continue = 0
0: The window watchdog counter clock continues even if the core is halted
Stop = 1
1: The window watchdog counter clock is stopped when the core is halted
Trait Implementations§
§impl Clone for DBG_WWDG_STOP_A
impl Clone for DBG_WWDG_STOP_A
§fn clone(&self) -> DBG_WWDG_STOP_A
fn clone(&self) -> DBG_WWDG_STOP_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DBG_WWDG_STOP_A
impl Debug for DBG_WWDG_STOP_A
§impl PartialEq for DBG_WWDG_STOP_A
impl PartialEq for DBG_WWDG_STOP_A
§fn eq(&self, other: &DBG_WWDG_STOP_A) -> bool
fn eq(&self, other: &DBG_WWDG_STOP_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DBG_WWDG_STOP_A
impl StructuralPartialEq for DBG_WWDG_STOP_A
Auto Trait Implementations§
impl RefUnwindSafe for DBG_WWDG_STOP_A
impl Send for DBG_WWDG_STOP_A
impl Sync for DBG_WWDG_STOP_A
impl Unpin for DBG_WWDG_STOP_A
impl UnwindSafe for DBG_WWDG_STOP_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