Lines Matching refs:NRF_DPPIC
465 return nrf_dppi_channel_check(NRF_DPPIC, channel); in nrfx_gppi_channel_check()
470 nrf_dppi_channels_disable_all(NRF_DPPIC); in nrfx_gppi_channels_disable_all()
475 nrf_dppi_channels_enable(NRF_DPPIC, mask); in nrfx_gppi_channels_enable()
480 nrf_dppi_channels_disable(NRF_DPPIC, mask); in nrfx_gppi_channels_disable()
485 nrf_dppi_task_trigger(NRF_DPPIC, (nrf_dppi_task_t)task); in nrfx_gppi_task_trigger()
535 nrf_dppi_channels_include_in_group(NRF_DPPIC, in nrfx_gppi_channels_include_in_group()
543 nrf_dppi_channels_remove_from_group(NRF_DPPIC, in nrfx_gppi_channels_remove_from_group()
550 nrf_dppi_group_clear(NRF_DPPIC, (nrf_dppi_channel_group_t)channel_group); in nrfx_gppi_group_clear()
555 nrf_dppi_group_enable(NRF_DPPIC, (nrf_dppi_channel_group_t)channel_group); in nrfx_gppi_group_enable()
560 nrf_dppi_group_disable(NRF_DPPIC, (nrf_dppi_channel_group_t)channel_group); in nrfx_gppi_group_disable()
565 return nrf_dppi_task_address_get(NRF_DPPIC, (nrf_dppi_task_t)gppi_task); in nrfx_gppi_task_address_get()