Enum stm32wlxx_hal::pac::rng::htcr::HTCFG_A
#[repr(u32)]pub enum HTCFG_A {
Recommended = 43_636,
Magic = 391_711_420,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
health test configuration
Value on reset: 23118
Variants§
Recommended = 43_636
43636: Recommended value for RNG certification (0x0000_AA74)
Magic = 391_711_420
391711420: Magic number to be written before any write (0x1759_0ABC)
Trait Implementations§
impl Copy for HTCFG_A
impl StructuralPartialEq for HTCFG_A
Auto Trait Implementations§
impl RefUnwindSafe for HTCFG_A
impl Send for HTCFG_A
impl Sync for HTCFG_A
impl Unpin for HTCFG_A
impl UnwindSafe for HTCFG_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