Enum stm32wlxx_hal::pac::rng::cr::NISTC_A
pub enum NISTC_A {
Default = 0,
Custom = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
NISTC
Value on reset: 0
Variants§
Default = 0
0: Hardware default values for NIST compliant RNG. In this configuration per 128-bit output two conditioning loops are performed and 256 bits of noise source are used
Custom = 1
1: Custom values for NIST compliant RNG
Trait Implementations§
impl Copy for NISTC_A
impl StructuralPartialEq for NISTC_A
Auto Trait Implementations§
impl RefUnwindSafe for NISTC_A
impl Send for NISTC_A
impl Sync for NISTC_A
impl Unpin for NISTC_A
impl UnwindSafe for NISTC_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