Home
last modified time | relevance | path

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

/nrf_hw_models-3.6.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 …]
/nrf_hw_models-3.6.0/src/nrfx/hal/
Dnrf_dppi.c15 extern NRF_DPPIC_Type NRF_DPPIC_regs[]; in get_dppi_inst_from_ptr()
17 return ((uintptr_t)p_reg - (uintptr_t)NRF_DPPIC_regs) / sizeof(NRF_DPPIC_Type); in get_dppi_inst_from_ptr()
/nrf_hw_models-3.6.0/src/nrfx/mdk_replacements/
Dnrf_bsim_redef.h154 extern NRF_DPPIC_Type NRF_DPPIC_regs[];
156 #define NRF_DPPIC_NS_BASE (&NRF_DPPIC_regs[NHW_DPPI_NET_0])
386 extern NRF_DPPIC_Type NRF_DPPIC_regs[];
388 #define NRF_DPPIC_NS_BASE (&NRF_DPPIC_regs[NHW_DPPI_APP_0])
390 #define NRF_DPPIC_S_BASE (&NRF_DPPIC_regs[NHW_DPPI_APP_0])