Searched refs:regs (Results 1 – 1 of 1) sorted by relevance
353 NRF_DPPIC_Type *regs = nhw_dppi_st[dppi_inst].NRF_DPPIC_regs; in nhw_dppi_task_chg_en() local355 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() local365 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() local375 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 …]