Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_dppi.h167 void nrfy_dppi_channels_remove_from_group(NRF_DPPIC_Type * p_reg, in nrfy_dppi_channels_remove_from_group() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_dppi.c459 nrfy_dppi_channels_remove_from_group(p_instance->p_reg, NRFX_BIT(channel), group); in dppi_channel_remove_from_group()
478 nrfy_dppi_channels_remove_from_group(p_instance->p_reg, p_cb->available_channels, group); in dppi_group_clear()
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi.c137 nrfy_dppi_channels_remove_from_group(NRF_DPPIC, in nrfx_gppi_channels_remove_from_group()