Enum stm32wlxx_hal::pac::flash::optr::IWDG_STOP_A
pub enum IWDG_STOP_A {
Frozen = 0,
Running = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Independent watchdog counter freeze in Stop mode
Value on reset: 1
Variants§
Frozen = 0
0: Independent watchdog counter frozen in Stop mode
Running = 1
1: Independent watchdog counter running in Stop mode
Trait Implementations§
§impl Clone for IWDG_STOP_A
impl Clone for IWDG_STOP_A
§fn clone(&self) -> IWDG_STOP_A
fn clone(&self) -> IWDG_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 IWDG_STOP_A
impl Debug for IWDG_STOP_A
§impl PartialEq for IWDG_STOP_A
impl PartialEq for IWDG_STOP_A
§fn eq(&self, other: &IWDG_STOP_A) -> bool
fn eq(&self, other: &IWDG_STOP_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IWDG_STOP_A
impl StructuralPartialEq for IWDG_STOP_A
Auto Trait Implementations§
impl RefUnwindSafe for IWDG_STOP_A
impl Send for IWDG_STOP_A
impl Sync for IWDG_STOP_A
impl Unpin for IWDG_STOP_A
impl UnwindSafe for IWDG_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