Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_ppi.c170 static bool is_allocated_group(nrf_ppi_channel_group_t group) in is_allocated_group() function
388 if ((mask & group_to_mask(group)) && (!is_allocated_group(group))) in nrfx_ppi_group_alloc()
415 if (!is_allocated_group(group)) in nrfx_ppi_group_free()
439 else if (!is_allocated_group(group)) in nrfx_ppi_group_enable()
477 else if (!is_allocated_group(group)) in nrfx_ppi_channels_remove_from_group()
504 else if (!is_allocated_group(group)) in nrfx_ppi_channels_include_in_group()

Completed in 3 milliseconds