Searched refs:group (Results 1 – 2 of 2) sorted by relevance
26 uint group = task_off / sizeof(DPPIC_TASKS_CHG_Type); in nrf_dppi_task_trigger() local29 nhw_dppi_regw_sideeffects_TASK_CHGn_EN(dppi_inst, group); in nrf_dppi_task_trigger()31 nhw_dppi_regw_sideeffects_TASK_CHGn_DIS(dppi_inst, group); in nrf_dppi_task_trigger()64 uint group = task_off / sizeof(DPPIC_TASKS_CHG_Type); in nrf_dppi_subscribe_common() local67 nhw_dppi_regw_sideeffects_SUBSCRIBE_CHG_EN(dppi_inst, group); in nrf_dppi_subscribe_common()69 nhw_dppi_regw_sideeffects_SUBSCRIBE_CHG_DIS(dppi_inst, group); in nrf_dppi_subscribe_common()114 nrf_dppi_channel_group_t group) in nrf_dppi_group_clear() argument116 p_reg->CHG[(uint32_t) group] = 0; in nrf_dppi_group_clear()119 nhw_dppi_regw_sideeffects_CHGn(dppi_inst, group); in nrf_dppi_group_clear()122 void nrf_dppi_group_enable(NRF_DPPIC_Type * p_reg, nrf_dppi_channel_group_t group) in nrf_dppi_group_enable() argument[all …]
71 void nrf_ppi_group_disable(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group) in nrf_ppi_group_disable() argument73 p_reg->TASKS_CHG[(uint32_t) group].DIS = 1; in nrf_ppi_group_disable()74 nrf_ppi_regw_sideeffects_TASKS_CHG_DIS(group); in nrf_ppi_group_disable()77 void nrf_ppi_group_enable(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group) in nrf_ppi_group_enable() argument79 p_reg->TASKS_CHG[(uint32_t) group].EN = 1; in nrf_ppi_group_enable()80 nrf_ppi_regw_sideeffects_TASKS_CHG_EN(group); in nrf_ppi_group_enable()