Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_ppib.c180 nrfx_ppib_channel_free(p_instance, channel_idx); in nrfx_ppib_free()
194 nrfx_err_t nrfx_ppib_channel_free(nrfx_ppib_interconnect_t const * p_instance, uint8_t channel) in nrfx_ppib_channel_free() function
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_ppib.h152 nrfx_err_t nrfx_ppib_channel_free(nrfx_ppib_interconnect_t const * p_instance, uint8_t channel);
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib_lumos.c123 return nrfx_ppib_channel_free(&p_ppib->ppib, channel); in ppib_channel_free()