Enum stm32_metapac::rng::vals::RngConfig3
#[repr(u8)]pub enum RngConfig3 {
Show 16 variants
CONFIGB = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
CONFIGA = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}
Variants§
CONFIGB = 0
Recommended value for config B (not NIST certifiable)
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
CONFIGA = 13
Recommended value for config A (NIST certifiable)
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
§impl RngConfig3
impl RngConfig3
pub const fn from_bits(val: u8) -> RngConfig3
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for RngConfig3
impl Clone for RngConfig3
§fn clone(&self) -> RngConfig3
fn clone(&self) -> RngConfig3
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 From<RngConfig3> for u8
impl From<RngConfig3> for u8
§fn from(val: RngConfig3) -> u8
fn from(val: RngConfig3) -> u8
Converts to this type from the input type.
§impl From<u8> for RngConfig3
impl From<u8> for RngConfig3
§fn from(val: u8) -> RngConfig3
fn from(val: u8) -> RngConfig3
Converts to this type from the input type.
§impl Ord for RngConfig3
impl Ord for RngConfig3
§impl PartialEq for RngConfig3
impl PartialEq for RngConfig3
§impl PartialOrd for RngConfig3
impl PartialOrd for RngConfig3
impl Copy for RngConfig3
impl Eq for RngConfig3
impl StructuralPartialEq for RngConfig3
Auto Trait Implementations§
impl Freeze for RngConfig3
impl RefUnwindSafe for RngConfig3
impl Send for RngConfig3
impl Sync for RngConfig3
impl Unpin for RngConfig3
impl UnwindSafe for RngConfig3
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)