Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RNG.c40 NRF_RNG_Type NRF_RNG_regs; variable
55 memset(&NRF_RNG_regs, 0, sizeof(NRF_RNG_regs)); in nhw_rng_init()
71 if (NRF_RNG_regs.CONFIG & RNG_CONFIG_DERCEN_Msk){ //Bias correction enabled in nhw_rng_schedule_next()
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()
132 if (NRF_RNG_regs.SHORTS & RNG_SHORTS_VALRDY_STOP_Msk) { in NHW_SIDEEFFECTS_TASKS_si()
144 NRF_RNG_regs.VALUE = bs_random_uint32(); in nhw_rng_timer_triggered()
DNHW_misc.c77 extern NRF_RNG_Type NRF_RNG_regs; in nhw_convert_periph_base_addr()
313 {(void *)(&NRF_RNG_regs) ,0x41009000UL}, in nhw_convert_periph_base_addr()
DNRF_PPI.c237 { (void*)&NRF_RNG_regs.TASKS_START, nhw_RNG_TASK_START},
238 { (void*)&NRF_RNG_regs.TASKS_STOP , nhw_RNG_TASK_STOP},
/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_rng.c12 extern NRF_RNG_Type NRF_RNG_regs;
30 NRF_RNG_regs.INTENSET = mask; in nrf_rng_int_enable()
37 NRF_RNG_regs.INTENCLR = mask; in nrf_rng_int_disable()
/nrf_hw_models-latest/src/nrfx/mdk_replacements/
Dnrf_bsim_redef.h30 extern NRF_RNG_Type NRF_RNG_regs;
32 #define NRF_RNG_BASE (&NRF_RNG_regs)
148 extern NRF_RNG_Type NRF_RNG_regs;
150 #define NRF_RNG_NS_BASE (&NRF_RNG_regs)