Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_dppi.c333nrfy_dppi_channels_disable(p_instance->p_reg, p_cb->available_channels & ~p_cb->allocated_channels… in dppi_free()
365 nrfy_dppi_channels_disable(p_instance->p_reg, NRFX_BIT(channel)); in dppi_channel_free()
399 nrfy_dppi_channels_disable(p_instance->p_reg, NRFX_BIT(channel)); in dppi_channel_disable()
/hal_nordic-latest/nrfx/haly/
Dnrfy_dppi.h118 NRFY_STATIC_INLINE void nrfy_dppi_channels_disable(NRF_DPPIC_Type * p_reg, uint32_t mask) in nrfy_dppi_channels_disable() function
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi.c62 nrfy_dppi_channels_disable(NRF_DPPIC, mask); in nrfx_gppi_channels_disable()