Home
last modified time | relevance | path

Searched refs:nrf_ppi_task_address_get (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-3.5.0/nrfx/drivers/include/
Dnrfx_ppi.h330 return nrf_ppi_task_address_get(NRF_PPI, task); in nrfx_ppi_task_address_get()
/hal_nordic-3.5.0/nrfx/hal/
Dnrf_ppi.h353 NRF_STATIC_INLINE uint32_t nrf_ppi_task_address_get(NRF_PPI_Type const * p_reg,
532 NRF_STATIC_INLINE uint32_t nrf_ppi_task_address_get(NRF_PPI_Type const * p_reg, in nrf_ppi_task_address_get() function
/hal_nordic-3.5.0/nrfx/helpers/
Dnrfx_gppi_ppi.c147 return (uint32_t)nrf_ppi_task_address_get(NRF_PPI, (nrf_ppi_task_t)task); in nrfx_gppi_task_address_get()
/hal_nordic-3.5.0/drivers/nrf_802154/driver/src/
Dnrf_802154_trx_ppi.c102 nrf_ppi_task_address_get(NRF_PPI, in nrf_802154_trx_ppi_for_ramp_up_set()