![]() |
nrfx 4.5.0
|
CRACEN random generator configuration. More...
#include <nrf_cracen_rng.h>
Data Fields | |
| bool | enable |
| bool | fifo_full_int_en |
| bool | soft_reset |
| bool | fifo_write_startup |
| uint8_t | number_128_blocks |
| nrf_cracen_rng_blending_t | blending_method |
CRACEN random generator configuration.
| nrf_cracen_rng_blending_t nrf_cracen_rng_control_t::blending_method |
Which blending method to use.
| bool nrf_cracen_rng_control_t::enable |
Enable the RNG peripheral.
| bool nrf_cracen_rng_control_t::fifo_full_int_en |
Enable FIFO full interrupt.
| bool nrf_cracen_rng_control_t::fifo_write_startup |
Enable FIFO start-up write.
| uint8_t nrf_cracen_rng_control_t::number_128_blocks |
Number of 128bit blocks used for AES conditioning. Must be at least 1.
| bool nrf_cracen_rng_control_t::soft_reset |
Soft reset the RNG peripheral.