Searched refs:NRF_EGU_regs (Results 1 – 5 of 5) sorted by relevance
/nrf_hw_models-3.7.0/src/HW_models/ |
D | NRF_PPI.c | 264 {(void*)&NRF_EGU_regs[0].TASKS_TRIGGER[0] , nhw_egu_0_TASK_TRIGGER_0}, 265 {(void*)&NRF_EGU_regs[0].TASKS_TRIGGER[1] , nhw_egu_0_TASK_TRIGGER_1}, 266 {(void*)&NRF_EGU_regs[0].TASKS_TRIGGER[2] , nhw_egu_0_TASK_TRIGGER_2}, 267 {(void*)&NRF_EGU_regs[0].TASKS_TRIGGER[3] , nhw_egu_0_TASK_TRIGGER_3}, 268 {(void*)&NRF_EGU_regs[0].TASKS_TRIGGER[4] , nhw_egu_0_TASK_TRIGGER_4}, 269 {(void*)&NRF_EGU_regs[0].TASKS_TRIGGER[5] , nhw_egu_0_TASK_TRIGGER_5}, 270 {(void*)&NRF_EGU_regs[0].TASKS_TRIGGER[6] , nhw_egu_0_TASK_TRIGGER_6}, 271 {(void*)&NRF_EGU_regs[0].TASKS_TRIGGER[7] , nhw_egu_0_TASK_TRIGGER_7}, 272 {(void*)&NRF_EGU_regs[0].TASKS_TRIGGER[8] , nhw_egu_0_TASK_TRIGGER_8}, 273 {(void*)&NRF_EGU_regs[0].TASKS_TRIGGER[9] , nhw_egu_0_TASK_TRIGGER_9}, [all …]
|
D | NHW_misc.c | 226 {(void *)(&NRF_EGU_regs[NHW_EGU_APP0]) ,0x4001B000UL}, in nhw_convert_periph_base_addr() 227 {(void *)(&NRF_EGU_regs[NHW_EGU_APP0]) ,0x5001B000UL}, in nhw_convert_periph_base_addr() 228 {(void *)(&NRF_EGU_regs[NHW_EGU_APP1]) ,0x4001C000UL}, in nhw_convert_periph_base_addr() 229 {(void *)(&NRF_EGU_regs[NHW_EGU_APP1]) ,0x5001C000UL}, in nhw_convert_periph_base_addr() 230 {(void *)(&NRF_EGU_regs[NHW_EGU_APP2]) ,0x4001D000UL}, in nhw_convert_periph_base_addr() 231 {(void *)(&NRF_EGU_regs[NHW_EGU_APP2]) ,0x5001D000UL}, in nhw_convert_periph_base_addr() 232 {(void *)(&NRF_EGU_regs[NHW_EGU_APP3]) ,0x4001E000UL}, in nhw_convert_periph_base_addr() 233 {(void *)(&NRF_EGU_regs[NHW_EGU_APP3]) ,0x5001E000UL}, in nhw_convert_periph_base_addr() 234 {(void *)(&NRF_EGU_regs[NHW_EGU_APP4]) ,0x4001F000UL}, in nhw_convert_periph_base_addr() 235 {(void *)(&NRF_EGU_regs[NHW_EGU_APP4]) ,0x5001F000UL}, in nhw_convert_periph_base_addr() [all …]
|
D | NHW_EGU.c | 32 NRF_EGU_Type *NRF_EGU_regs; member 43 NRF_EGU_Type NRF_EGU_regs[NHW_EGU_TOTAL_INST]; variable 56 memset(NRF_EGU_regs, 0, sizeof(NRF_EGU_Type) * NHW_EGU_TOTAL_INST); in nhw_egu_init() 59 nhw_egu_st[i].NRF_EGU_regs = &NRF_EGU_regs[i]; in nhw_egu_init() 99 NRF_EGU_Type *EGU_regs = this->NRF_EGU_regs; in nhw_egu_eval_interrupt() 125 NRF_EGU_Type *EGU_regs = this->NRF_EGU_regs; in nhw_egu_signal_EVENTS_TRIGGERED() 171 this->NRF_EGU_regs->SUBSCRIBE_TRIGGER[n], in nhw_egu_regw_sideeffects_SUBSCRIBE_TRIGGER() 179 NRF_EGU_Type *EGU_regs = &NRF_EGU_regs[inst]; in nhw_egu_regw_sideeffect_INTENSET() 189 NRF_EGU_Type *EGU_regs = &NRF_EGU_regs[inst]; in nhw_egu_regw_sideeffect_INTENCLR() 200 NRF_EGU_Type *EGU_regs = &NRF_EGU_regs[inst]; in nhw_egu_regw_sideeffect_INTEN() [all …]
|
/nrf_hw_models-3.7.0/src/nrfx/mdk_replacements/ |
D | nrf_bsim_redef.h | 86 extern NRF_EGU_Type NRF_EGU_regs[6]; 88 #define NRF_EGU0_BASE (&NRF_EGU_regs[0]) 90 #define NRF_EGU1_BASE (&NRF_EGU_regs[1]) 92 #define NRF_EGU2_BASE (&NRF_EGU_regs[2]) 94 #define NRF_EGU3_BASE (&NRF_EGU_regs[3]) 96 #define NRF_EGU4_BASE (&NRF_EGU_regs[4]) 98 #define NRF_EGU5_BASE (&NRF_EGU_regs[5]) 183 extern NRF_EGU_Type NRF_EGU_regs[]; 185 #define NRF_EGU0_NS_BASE (&NRF_EGU_regs[NHW_EGU_NET0]) 411 extern NRF_EGU_Type NRF_EGU_regs[]; [all …]
|
/nrf_hw_models-3.7.0/src/nrfx/hal/ |
D | nrf_egu.c | 13 int i = ( (int)p_reg - (int)&NRF_EGU_regs[0] ) / sizeof(NRF_EGU_Type); in egu_number_from_ptr()
|