Home
last modified time | relevance | path

Searched refs:nrfx_ppi_channels_remove_from_group (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_ppi.h228 nrfx_err_t nrfx_ppi_channels_remove_from_group(uint32_t channel_mask,
320 return nrfx_ppi_channels_remove_from_group(nrfx_ppi_channel_to_mask(channel), group); in nrfx_ppi_channel_remove_from_group()
325 return nrfx_ppi_channels_remove_from_group(NRFX_PPI_ALL_APP_CHANNELS_MASK, group); in nrfx_ppi_group_clear()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_ppi.c312 nrfx_err_t nrfx_ppi_channels_remove_from_group(uint32_t channel_mask, in nrfx_ppi_channels_remove_from_group() function