Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_AAR.c48 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 …]
DNHW_54_AAR_CCM_ECB.c100 NRF_AAR_Type *NRF_AAR_regs[NHW_AARCCMECB_TOTAL_INST]; variable
105 NRF_AAR_Type *NRF_AAR_regs; member
147 NRF_AAR_regs[i] = (NRF_AAR_Type *)&NRF_AARCCM_regs[i]; in nhw_AARCCMECB_init()
150 NRF_AAR_regs[i]->MAXRESOLVED = AAR_MAXRESOLVED_ResetValue; in nhw_AARCCMECB_init()
156 nhw_aar_st[i].NRF_AAR_regs = NRF_AAR_regs[i]; in nhw_AARCCMECB_init()
202 if (NRF_AAR_regs[inst]->ENABLE == AAR_ENABLE_ENABLE_Enabled) { in nhw_AAR_eval_interrupt()
203 NHW_CHECK_INTERRUPT(AAR, NRF_AAR_regs[inst]->, END, INTEN) in nhw_AAR_eval_interrupt()
204 NHW_CHECK_INTERRUPT(AAR, NRF_AAR_regs[inst]->, RESOLVED, INTEN) in nhw_AAR_eval_interrupt()
205 NHW_CHECK_INTERRUPT(AAR, NRF_AAR_regs[inst]->, NOTRESOLVED, INTEN) in nhw_AAR_eval_interrupt()
206 NHW_CHECK_INTERRUPT(AAR, NRF_AAR_regs[inst]->, ERROR, INTEN) in nhw_AAR_eval_interrupt()
[all …]
DNHW_misc.c73 extern NRF_AAR_Type NRF_AAR_regs; in nhw_convert_periph_base_addr()
318 {(void *)(&NRF_AAR_regs) ,0x4100E000UL}, in nhw_convert_periph_base_addr()
DNRF_PPI.c243 { (void*)&NRF_AAR_regs.TASKS_START , nhw_AAR_TASK_START},
/nrf_hw_models-latest/src/nrfx/mdk_replacements/
Dnrf_bsim_redef.h27 extern NRF_AAR_Type NRF_AAR_regs;
29 #define NRF_AAR_BASE (&NRF_AAR_regs)
159 extern NRF_AAR_Type NRF_AAR_regs;
161 #define NRF_AAR_NS_BASE (&NRF_AAR_regs)
569 extern NRF_AAR_Type *NRF_AAR_regs[];
573 #define NRF_AAR00_NS_BASE (NRF_AAR_regs[NHW_AARCCMECB_00])
577 #define NRF_AAR00_S_BASE (NRF_AAR_regs[NHW_AARCCMECB_00])