Module stm32wlxx_hal::pac::rng
Available on crate feature
stm32wl5x_cm4 only.Expand description
True random number generator
Modules
- control register
- data register
- health test control register
- status register
Structs
- Register block
Type Aliases
- CR register accessor: an alias for
Reg<CR_SPEC> - DR register accessor: an alias for
Reg<DR_SPEC> - HTCR register accessor: an alias for
Reg<HTCR_SPEC> - SR register accessor: an alias for
Reg<SR_SPEC>