Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_dppi.h125 nrfx_err_t nrfx_dppi_channel_enable(nrfx_dppi_t const * p_instance, uint8_t channel);
261 nrfx_err_t nrfx_dppi_channel_enable(uint8_t channel);
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_dppi.c537 nrfx_err_t nrfx_dppi_channel_enable(nrfx_dppi_t const * p_instance, uint8_t channel) in nrfx_dppi_channel_enable() function
607 nrfx_err_t nrfx_dppi_channel_enable(uint8_t channel) in nrfx_dppi_channel_enable() function
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib_lumos.c148 nrfx_dppi_channel_enable(&dppic->dppic, dppi_channel); in virtual_channel_enable_set()