Module stm32_hal2::pac::rng::dr

source ·
Expand description

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.

Structs§

  • 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.
  • Register DR reader

Type Aliases§

  • Field RNDATA reader - Random data 32-bit random data which are valid when DRDY=1.