Home
last modified time | relevance | path

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

/nrf_hw_models-3.6.0/src/HW_models/
DNHW_RNG.c44 static bool RNG_INTEN = false; //interrupt enable variable
57 RNG_INTEN = false; in nhw_rng_init()
87 if (NRF_RNG_regs.EVENTS_VALRDY && (RNG_INTEN & RNG_INTENCLR_VALRDY_Msk)){ in nhw_RNG_eval_interrupt()
124 NHW_SIDEEFFECTS_INTSET_si(RNG, NRF_RNG_regs., RNG_INTEN) in NHW_SIDEEFFECTS_TASKS_si()
125 NHW_SIDEEFFECTS_INTCLR_si(RNG, NRF_RNG_regs., RNG_INTEN) in NHW_SIDEEFFECTS_TASKS_si()