Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_dppi.h111 NRFY_STATIC_INLINE void nrfy_dppi_channels_enable(NRF_DPPIC_Type * p_reg, uint32_t mask) in nrfy_dppi_channels_enable() function
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi.c57 nrfy_dppi_channels_enable(NRF_DPPIC, mask); in nrfx_gppi_channels_enable()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_dppi.c381 nrfy_dppi_channels_enable(p_instance->p_reg, NRFX_BIT(channel)); in dppi_channel_enable()