Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_dppi.c62 static uint8_t m_allocated_groups; variable
71 return ((m_allocated_groups & DPPI_BIT_SET(group)) != 0); in group_is_allocated()
76 uint32_t mask = m_allocated_groups; in nrfx_dppi_free()
97 m_allocated_groups = 0; in nrfx_dppi_free()
186 uint32_t remaining_groups = DPPI_AVAILABLE_GROUPS_MASK & ~(m_allocated_groups); in nrfx_dppi_group_alloc()
202 m_allocated_groups |= DPPI_BIT_SET(group); in nrfx_dppi_group_alloc()
222 m_allocated_groups &= ~DPPI_BIT_SET(group); in nrfx_dppi_group_free()

Completed in 3 milliseconds