Enum stm32wlxx_hal::pac::rng::cr::RNG_CONFIG1_A
#[repr(u8)]pub enum RNG_CONFIG1_A {
ConfigA = 15,
ConfigB = 24,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
RNG_CONFIG1
Value on reset: 8
Variants§
ConfigA = 15
15: Recommended value for config A (NIST certifiable)
ConfigB = 24
24: Recommended value for config B (not NIST certifiable)
Trait Implementations§
§impl Clone for RNG_CONFIG1_A
impl Clone for RNG_CONFIG1_A
§fn clone(&self) -> RNG_CONFIG1_A
fn clone(&self) -> RNG_CONFIG1_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 RNG_CONFIG1_A
impl Debug for RNG_CONFIG1_A
§impl PartialEq for RNG_CONFIG1_A
impl PartialEq for RNG_CONFIG1_A
§fn eq(&self, other: &RNG_CONFIG1_A) -> bool
fn eq(&self, other: &RNG_CONFIG1_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RNG_CONFIG1_A
impl StructuralPartialEq for RNG_CONFIG1_A
Auto Trait Implementations§
impl RefUnwindSafe for RNG_CONFIG1_A
impl Send for RNG_CONFIG1_A
impl Sync for RNG_CONFIG1_A
impl Unpin for RNG_CONFIG1_A
impl UnwindSafe for RNG_CONFIG1_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