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