Home
last modified time | relevance | path

Searched refs:nrf_ppi_group_disable_task_get (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-3.4.0/nrfx/hal/
Dnrf_ppi.h397 NRF_STATIC_INLINE nrf_ppi_task_t nrf_ppi_group_disable_task_get(NRF_PPI_Type const * p_reg,
558 NRF_STATIC_INLINE nrf_ppi_task_t nrf_ppi_group_disable_task_get(NRF_PPI_Type const * p_reg, in nrf_ppi_group_disable_task_get() function
/hal_nordic-3.4.0/nrfx/helpers/
Dnrfx_gppi_ppi.c152 return (nrfx_gppi_task_t)nrf_ppi_group_disable_task_get(NRF_PPI, (uint8_t)group); in nrfx_gppi_group_disable_task_get()