Searched refs:NRF_AAR_regs (Results 1 – 4 of 4) sorted by relevance
/nrf_hw_models-3.7.0/src/HW_models/ |
D | NHW_AAR.c | 48 NRF_AAR_Type NRF_AAR_regs; variable 59 memset(&NRF_AAR_regs, 0, sizeof(NRF_AAR_regs)); in nhw_aar_init() 91 if (NRF_AAR_regs.ENABLE != 0x3) { in NHW_SIGNAL_EVENT_si() 115 NHW_SIDEEFFECTS_INTSET_si(AAR, NRF_AAR_regs., AAR_INTEN) 116 NHW_SIDEEFFECTS_INTCLR_si(AAR, NRF_AAR_regs., AAR_INTEN) 134 NRF_AAR_regs.STATUS = matching_irk; in NHW_SIDEEFFECTS_EVENTS() 168 uint8_t *address_ptr = (uint8_t*)NRF_AAR_regs.ADDRPTR + 3; in nhw_aar_resolve() 180 return NRF_AAR_regs.NIRK; in nhw_aar_resolve() 192 for (i = 0 ; i < NRF_AAR_regs.NIRK; i++){ in nhw_aar_resolve() 194 irkptr = ((const uint8_t*)NRF_AAR_regs.IRKPTR) + 16*i; in nhw_aar_resolve() [all …]
|
D | NHW_misc.c | 49 extern NRF_AAR_Type NRF_AAR_regs; in nhw_convert_periph_base_addr() 294 {(void *)(&NRF_AAR_regs) ,0x4100E000UL}, in nhw_convert_periph_base_addr()
|
D | NRF_PPI.c | 243 { (void*)&NRF_AAR_regs.TASKS_START , nhw_AAR_TASK_START},
|
/nrf_hw_models-3.7.0/src/nrfx/mdk_replacements/ |
D | nrf_bsim_redef.h | 27 extern NRF_AAR_Type NRF_AAR_regs; 29 #define NRF_AAR_BASE (&NRF_AAR_regs) 152 extern NRF_AAR_Type NRF_AAR_regs; 154 #define NRF_AAR_NS_BASE (&NRF_AAR_regs)
|