Searched refs:nrfx_gppi_task_t (Results 1 – 3 of 3) sorted by relevance
111 } nrfx_gppi_task_t; typedef152 } nrfx_gppi_task_t;186 } nrfx_gppi_task_t;344 void nrfx_gppi_task_trigger(nrfx_gppi_task_t task);353 uint32_t nrfx_gppi_task_address_get(nrfx_gppi_task_t task);362 nrfx_gppi_task_t nrfx_gppi_group_disable_task_get(nrfx_gppi_channel_group_t group);371 nrfx_gppi_task_t nrfx_gppi_group_enable_task_get(nrfx_gppi_channel_group_t group);
61 void nrfx_gppi_task_trigger(nrfx_gppi_task_t task) in nrfx_gppi_task_trigger()145 uint32_t nrfx_gppi_task_address_get(nrfx_gppi_task_t gppi_task) in nrfx_gppi_task_address_get()150 nrfx_gppi_task_t nrfx_gppi_group_disable_task_get(nrfx_gppi_channel_group_t group) in nrfx_gppi_group_disable_task_get()152 return (nrfx_gppi_task_t) nrfy_dppi_group_disable_task_get((uint8_t)group); in nrfx_gppi_group_disable_task_get()155 nrfx_gppi_task_t nrfx_gppi_group_enable_task_get(nrfx_gppi_channel_group_t group) in nrfx_gppi_group_enable_task_get()157 return (nrfx_gppi_task_t) nrfy_dppi_group_enable_task_get((uint8_t)group); in nrfx_gppi_group_enable_task_get()
140 void nrfx_gppi_task_trigger(nrfx_gppi_task_t task) in nrfx_gppi_task_trigger()145 uint32_t nrfx_gppi_task_address_get(nrfx_gppi_task_t task) in nrfx_gppi_task_address_get()150 nrfx_gppi_task_t nrfx_gppi_group_disable_task_get(nrfx_gppi_channel_group_t group) in nrfx_gppi_group_disable_task_get()152 return (nrfx_gppi_task_t)nrf_ppi_group_disable_task_get(NRF_PPI, (uint8_t)group); in nrfx_gppi_group_disable_task_get()155 nrfx_gppi_task_t nrfx_gppi_group_enable_task_get(nrfx_gppi_channel_group_t group) in nrfx_gppi_group_enable_task_get()157 return (nrfx_gppi_task_t)nrf_ppi_group_enable_task_get(NRF_PPI, (uint8_t)group); in nrfx_gppi_group_enable_task_get()