nrfx 4.5.0
Loading...
Searching...
No Matches
nrf_cracen_rng_control_t Struct Reference

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
 

Detailed Description

CRACEN random generator configuration.

Field Documentation

◆ blending_method

nrf_cracen_rng_blending_t nrf_cracen_rng_control_t::blending_method

Which blending method to use.

◆ enable

bool nrf_cracen_rng_control_t::enable

Enable the RNG peripheral.

◆ fifo_full_int_en

bool nrf_cracen_rng_control_t::fifo_full_int_en

Enable FIFO full interrupt.

◆ fifo_write_startup

bool nrf_cracen_rng_control_t::fifo_write_startup

Enable FIFO start-up write.

◆ number_128_blocks

uint8_t nrf_cracen_rng_control_t::number_128_blocks

Number of 128bit blocks used for AES conditioning. Must be at least 1.

◆ soft_reset

bool nrf_cracen_rng_control_t::soft_reset

Soft reset the RNG peripheral.


The documentation for this struct was generated from the following file: