Struct stm32h743::rng::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub rng_cr: RNG_CR, pub rng_sr: RNG_SR, pub rng_dr: RNG_DR, }

Register block

Fields

0x00 - RNG control register

0x04 - RNG status register

0x08 - The RNG_DR register is a read-only register that delivers a 32-bit random value when read. The content of this register is valid when DRDY= 1, even if RNGEN=0.

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock