Enum stm32wlxx_hal::pac::rng::cr::CONFIGLOCK_A
pub enum CONFIGLOCK_A {
Enabled = 0,
Disabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
CONFIGLOCK
Value on reset: 0
Variants§
Enabled = 0
0: Writes to the RNG_CR configuration bits [29:4] are allowed
Disabled = 1
1: Writes to the RNG_CR configuration bits [29:4] are ignored until the next RNG reset
Trait Implementations§
§impl Clone for CONFIGLOCK_A
impl Clone for CONFIGLOCK_A
§fn clone(&self) -> CONFIGLOCK_A
fn clone(&self) -> CONFIGLOCK_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 CONFIGLOCK_A
impl Debug for CONFIGLOCK_A
§impl PartialEq for CONFIGLOCK_A
impl PartialEq for CONFIGLOCK_A
§fn eq(&self, other: &CONFIGLOCK_A) -> bool
fn eq(&self, other: &CONFIGLOCK_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CONFIGLOCK_A
impl StructuralPartialEq for CONFIGLOCK_A
Auto Trait Implementations§
impl RefUnwindSafe for CONFIGLOCK_A
impl Send for CONFIGLOCK_A
impl Sync for CONFIGLOCK_A
impl Unpin for CONFIGLOCK_A
impl UnwindSafe for CONFIGLOCK_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