Home
last modified time | relevance | path

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

/hal_nordic-3.5.0/nrfx/hal/
Dnrf_ppi.h171 NRF_STATIC_INLINE nrf_ppi_channel_enable_t nrf_ppi_channel_enable_get(NRF_PPI_Type const * p_reg,
413 NRF_STATIC_INLINE nrf_ppi_channel_enable_t nrf_ppi_channel_enable_get(NRF_PPI_Type const * p_reg, in nrf_ppi_channel_enable_get() function
/hal_nordic-3.5.0/nrfx/helpers/
Dnrfx_gppi_ppi.c44 return (nrf_ppi_channel_enable_get(NRF_PPI, (nrf_ppi_channel_t)channel) == in nrfx_gppi_channel_check()