Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_dppi.c105 uint32_t remaining_channels = DPPI_AVAILABLE_CHANNELS_MASK & ~(m_allocated_channels); in nrfx_dppi_channel_alloc() local
108 if (!remaining_channels) in nrfx_dppi_channel_alloc()
116 while (!(remaining_channels & DPPI_BIT_SET(channel))) in nrfx_dppi_channel_alloc()

Completed in 2 milliseconds