Searched refs:group_is_allocated (Results 1 – 1 of 1) sorted by relevance
69 static bool group_is_allocated(nrf_dppi_channel_group_t group) in group_is_allocated() function214 if (!group_is_allocated(group)) in nrfx_dppi_group_free()233 if (!group_is_allocated(group) || !channel_is_allocated(channel)) in nrfx_dppi_channel_include_in_group()250 if (!group_is_allocated(group) || !channel_is_allocated(channel)) in nrfx_dppi_channel_remove_from_group()266 if (!group_is_allocated(group)) in nrfx_dppi_group_clear()282 if (!group_is_allocated(group)) in nrfx_dppi_group_enable()298 if (!group_is_allocated(group)) in nrfx_dppi_group_disable()
Completed in 2 milliseconds