Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_CRACEN_RNG.c79 uint32_t fifo[1 << NHW_CRACEN_RNG_G_log2fifodepth];
140 rng_st.fifo_size = 1 << NHW_CRACEN_RNG_G_log2fifodepth; in nhw_CRACEN_RNG_init()
DNHW_config.h559 #define NHW_CRACEN_RNG_G_log2fifodepth 4 /* log2 of the FIFO depth in 32bit words */ macro