Enum stm32wlxx_hal::pac::flash::optr::NRST_STDBY_A
pub enum NRST_STDBY_A {
Enabled = 0,
Disabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
nRST_STDBY
Value on reset: 1
Variants§
Enabled = 0
0: Reset generated when entering the Standby mode
Disabled = 1
1: No reset generated when entering the Standby mode
Trait Implementations§
§impl Clone for NRST_STDBY_A
impl Clone for NRST_STDBY_A
§fn clone(&self) -> NRST_STDBY_A
fn clone(&self) -> NRST_STDBY_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 NRST_STDBY_A
impl Debug for NRST_STDBY_A
§impl PartialEq for NRST_STDBY_A
impl PartialEq for NRST_STDBY_A
§fn eq(&self, other: &NRST_STDBY_A) -> bool
fn eq(&self, other: &NRST_STDBY_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NRST_STDBY_A
impl StructuralPartialEq for NRST_STDBY_A
Auto Trait Implementations§
impl RefUnwindSafe for NRST_STDBY_A
impl Send for NRST_STDBY_A
impl Sync for NRST_STDBY_A
impl Unpin for NRST_STDBY_A
impl UnwindSafe for NRST_STDBY_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