Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_DPPI.c353 NRF_DPPIC_Type *regs = nhw_dppi_st[dppi_inst].NRF_DPPIC_regs; in nhw_dppi_task_chg_en() local
355 regs->CHEN |= regs->CHG[n]; in nhw_dppi_task_chg_en()
356 regs->CHENSET = regs->CHEN; 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() local
365 regs->CHEN &= ~regs->CHG[n]; in nhw_dppi_task_chg_dis()
366 regs->CHENSET = regs->CHEN; 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() local
375 if (regs->TASKS_CHG[n].EN) { /* LCOV_EXCL_BR_LINE */ in nhw_dppi_regw_sideeffects_TASK_CHGn_EN()
376 regs->TASKS_CHG[n].EN = 0; 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() local
[all …]