Module stm32h7xx_hal::stm32::rng

source ·
Expand description

RNG

Modules§

  • RNG control register
  • 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.
  • RNG status register

Structs§

Type Aliases§

  • CR register accessor: an alias for Reg<CR_SPEC>
  • DR register accessor: an alias for Reg<DR_SPEC>
  • SR register accessor: an alias for Reg<SR_SPEC>