Searched refs:DPPI_BIT_SET (Results 1 – 1 of 1) sorted by relevance
58 #define DPPI_BIT_SET(pos) (1uL << (pos)) macro66 return ((m_allocated_channels & DPPI_BIT_SET(channel)) != 0); in channel_is_allocated()71 return ((m_allocated_groups & DPPI_BIT_SET(group)) != 0); in group_is_allocated()85 if (mask & DPPI_BIT_SET(group)) in nrfx_dppi_free()88 mask &= ~DPPI_BIT_SET(group); in nrfx_dppi_free()116 while (!(remaining_channels & DPPI_BIT_SET(channel))) in nrfx_dppi_channel_alloc()121 m_allocated_channels |= DPPI_BIT_SET(channel); in nrfx_dppi_channel_alloc()142 m_allocated_channels &= ~DPPI_BIT_SET(channel); in nrfx_dppi_channel_free()197 while (!(remaining_groups & DPPI_BIT_SET(group))) in nrfx_dppi_group_alloc()202 m_allocated_groups |= DPPI_BIT_SET(group); in nrfx_dppi_group_alloc()[all …]
Completed in 3 milliseconds