Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_dppi.c69 static bool group_is_allocated(nrf_dppi_channel_group_t group) in group_is_allocated() function
214 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