Searched refs:task_off (Results 1 – 1 of 1) sorted by relevance
27 uint task_off = dppi_task - NRF_DPPI_TASK_CHG0_EN; in nrf_dppi_task_trigger() local28 uint group = task_off / sizeof(NRF_DPPIC_TASKS_CHG_Type); in nrf_dppi_task_trigger()30 if (task_off % sizeof(NRF_DPPIC_TASKS_CHG_Type) == 0) { in nrf_dppi_task_trigger()65 uint task_off = task - NRF_DPPI_TASK_CHG0_EN; in nrf_dppi_subscribe_common() local66 uint group = task_off / sizeof(NRF_DPPIC_TASKS_CHG_Type); in nrf_dppi_subscribe_common()68 if (task_off % sizeof(NRF_DPPIC_TASKS_CHG_Type) == 0) { in nrf_dppi_subscribe_common()