Home
last modified time | relevance | path

Searched refs:p_config (Results 1 – 1 of 1) sorted by relevance

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_cracen_rng.c17 nrf_cracen_rng_control_t const * p_config) in nrf_cracen_rng_control_set() argument
20 ((p_config->enable << CRACENCORE_RNGCONTROL_CONTROL_ENABLE_Pos) in nrf_cracen_rng_control_set()
22 | ((p_config->fifo_full_int_en << CRACENCORE_RNGCONTROL_CONTROL_INTENFULL_Pos) in nrf_cracen_rng_control_set()
24 | ((p_config->soft_reset << CRACENCORE_RNGCONTROL_CONTROL_SOFTRST_Pos) in nrf_cracen_rng_control_set()
26 | ((p_config->number_128_blocks << CRACENCORE_RNGCONTROL_CONTROL_NB128BITBLOCKS_Pos) in nrf_cracen_rng_control_set()