Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RNG.c64 bs_time_t delay = 0; in nhw_rng_schedule_next() local
67 delay = NHW_RNG_tRNG_START; in nhw_rng_schedule_next()
72 delay += NHW_RNG_tRNG_BC; in nhw_rng_schedule_next()
74 delay += NHW_RNG_tRNG_RAW; in nhw_rng_schedule_next()
76 Timer_RNG = nsi_hws_get_time() + delay; in nhw_rng_schedule_next()