Searched refs:m_groups_allocated (Results 1 – 1 of 1) sorted by relevance
43 static uint8_t m_groups_allocated; /**< Bitmap representing groups availability. 1 when … variable172 return ((m_groups_allocated & group_to_mask(group)) != 0); in is_allocated_group()183 m_groups_allocated |= group_to_mask(group); in group_allocated_set()194 m_groups_allocated &= ~group_to_mask(group); in group_allocated_clr()203 m_groups_allocated &= ~NRFX_PPI_ALL_APP_GROUPS_MASK; in group_allocated_clr_all()
Completed in 4 milliseconds