Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_DPPI.c81 NRF_DPPIC_Type *NRF_DPPIC_regs; member
101 NRF_DPPIC_Type NRF_DPPIC_regs[NHW_DPPI_TOTAL_INST]; variable
111 memset(NRF_DPPIC_regs, 0x0, sizeof(NRF_DPPIC_regs)); in nhw_dppi_init()
116 el->NRF_DPPIC_regs = &NRF_DPPIC_regs[i]; in nhw_dppi_init()
328 if ((this->NRF_DPPIC_regs->CHEN & ((uint32_t)0x1 << ch_n)) == 0) { in nhw_dppi_event_signal()
353 NRF_DPPIC_Type *regs = nhw_dppi_st[dppi_inst].NRF_DPPIC_regs; in nhw_dppi_task_chg_en()
363 NRF_DPPIC_Type *regs = nhw_dppi_st[dppi_inst].NRF_DPPIC_regs; in nhw_dppi_task_chg_dis()
373 NRF_DPPIC_Type *regs = nhw_dppi_st[dppi_inst].NRF_DPPIC_regs; in nhw_dppi_regw_sideeffects_TASK_CHGn_EN()
385 NRF_DPPIC_Type *regs = nhw_dppi_st[dppi_inst].NRF_DPPIC_regs; in nhw_dppi_regw_sideeffects_TASK_CHGn_DIS()
410 NRF_DPPIC_Type *regs = nhw_dppi_st[dppi_inst].NRF_DPPIC_regs; in nhw_dppi_regw_sideeffects_SUBSCRIBE_CHG_EN()
[all …]
DNHW_misc.c216 {(void *)(&NRF_DPPIC_regs[NHW_DPPI_APP_0]) ,0x40017000UL}, in nhw_convert_periph_base_addr()
217 {(void *)(&NRF_DPPIC_regs[NHW_DPPI_APP_0]) ,0x50017000UL}, in nhw_convert_periph_base_addr()
296 {(void *)(&NRF_DPPIC_regs[NHW_DPPI_NET_0]) ,0x4100F000UL}, in nhw_convert_periph_base_addr()
/nrf_hw_models-3.7.0/src/nrfx/mdk_replacements/
Dnrf_bsim_redef.h158 extern NRF_DPPIC_Type NRF_DPPIC_regs[];
160 #define NRF_DPPIC_NS_BASE (&NRF_DPPIC_regs[NHW_DPPI_NET_0])
390 extern NRF_DPPIC_Type NRF_DPPIC_regs[];
392 #define NRF_DPPIC_NS_BASE (&NRF_DPPIC_regs[NHW_DPPI_APP_0])
394 #define NRF_DPPIC_S_BASE (&NRF_DPPIC_regs[NHW_DPPI_APP_0])
539 extern NRF_DPPIC_Type NRF_DPPIC_regs[];
541 #define NRF_DPPIC00_NS_BASE (&NRF_DPPIC_regs[NHW_DPPI_00])
543 #define NRF_DPPIC00_S_BASE (&NRF_DPPIC_regs[NHW_DPPI_00])
612 #define NRF_DPPIC10_NS_BASE (&NRF_DPPIC_regs[NHW_DPPI_10])
614 #define NRF_DPPIC10_S_BASE (&NRF_DPPIC_regs[NHW_DPPI_10])
[all …]
/nrf_hw_models-3.7.0/src/nrfx/hal/
Dnrf_dppi.c17 extern NRF_DPPIC_Type NRF_DPPIC_regs[]; in get_dppi_inst_from_ptr()
19 return ((uintptr_t)p_reg - (uintptr_t)NRF_DPPIC_regs) / sizeof(NRF_DPPIC_Type); in get_dppi_inst_from_ptr()