Lines Matching refs:NRF_PPI

349     return (nrf_ppi_channel_enable_get(NRF_PPI, (nrf_ppi_channel_t)channel) ==  in nrfx_gppi_channel_check()
355 nrf_ppi_channels_disable_all(NRF_PPI); in nrfx_gppi_channels_disable_all()
360 nrf_ppi_channels_enable(NRF_PPI, mask); in nrfx_gppi_channels_enable()
365 nrf_ppi_channels_disable(NRF_PPI, mask); in nrfx_gppi_channels_disable()
370 nrf_ppi_event_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, eep); in nrfx_gppi_event_endpoint_setup()
375 nrf_ppi_task_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, tep); in nrfx_gppi_task_endpoint_setup()
382 nrf_ppi_channel_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, eep, tep); in nrfx_gppi_channel_endpoints_setup()
388 nrf_ppi_event_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, 0); in nrfx_gppi_event_endpoint_clear()
394 nrf_ppi_task_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, 0); in nrfx_gppi_task_endpoint_clear()
400 nrf_ppi_fork_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, fork_tep); in nrfx_gppi_fork_endpoint_setup()
406 nrf_ppi_fork_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, 0); in nrfx_gppi_fork_endpoint_clear()
413 nrf_ppi_channels_include_in_group(NRF_PPI, in nrfx_gppi_channels_include_in_group()
421 nrf_ppi_channels_remove_from_group(NRF_PPI, in nrfx_gppi_channels_remove_from_group()
428 nrf_ppi_group_clear(NRF_PPI, (nrf_ppi_channel_group_t)channel_group); in nrfx_gppi_group_clear()
433 nrf_ppi_group_enable(NRF_PPI, (nrf_ppi_channel_group_t)channel_group); in nrfx_gppi_group_enable()
438 nrf_ppi_group_disable(NRF_PPI, (nrf_ppi_channel_group_t)channel_group); in nrfx_gppi_group_disable()
443 nrf_ppi_task_trigger(NRF_PPI, (nrf_ppi_task_t)task); in nrfx_gppi_task_trigger()
448 return (uint32_t)nrf_ppi_task_address_get(NRF_PPI, (nrf_ppi_task_t)task); in nrfx_gppi_task_address_get()
453 return (nrfx_gppi_task_t)nrf_ppi_group_disable_task_get(NRF_PPI, (uint8_t)group); in nrfx_gppi_group_disable_task_get()
458 return (nrfx_gppi_task_t)nrf_ppi_group_enable_task_get(NRF_PPI, (uint8_t)group); in nrfx_gppi_group_enable_task_get()