Home
last modified time | relevance | path

Searched refs:nrfx_ppib_channel_alloc (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_ppib.c187 nrfx_err_t nrfx_ppib_channel_alloc(nrfx_ppib_interconnect_t const * p_instance, uint8_t * p_channel) in nrfx_ppib_channel_alloc() function
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_ppib.h138 nrfx_err_t nrfx_ppib_channel_alloc(nrfx_ppib_interconnect_t const * p_instance, uint8_t * p_channel…
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib_lumos.c117 return nrfx_ppib_channel_alloc(&p_ppib->ppib, p_channel); in ppib_channel_alloc()