Searched refs:nrfx_flag32_is_allocated (Results 1 – 6 of 6) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_ppi.c | 174 else if (!nrfx_flag32_is_allocated(m_channels_allocated, channel)) in nrfx_ppi_channel_assign() 194 if (!nrfx_flag32_is_allocated(m_channels_allocated, channel)) in nrfx_ppi_channel_fork_assign() 226 !nrfx_flag32_is_allocated(m_channels_allocated, channel)) in nrfx_ppi_channel_enable() 248 !nrfx_flag32_is_allocated(m_channels_allocated, channel)) in nrfx_ppi_channel_disable() 283 else if (!nrfx_flag32_is_allocated(m_groups_allocated, group)) in nrfx_ppi_group_enable() 321 else if (!nrfx_flag32_is_allocated(m_groups_allocated, group)) in nrfx_ppi_channels_remove_from_group() 348 else if (!nrfx_flag32_is_allocated(m_groups_allocated, group)) in nrfx_ppi_channels_include_in_group()
|
| D | nrfx_dppi.c | 375 if (!nrfx_flag32_is_allocated(p_cb->allocated_channels, channel)) in dppi_channel_enable() 393 if (!nrfx_flag32_is_allocated(p_cb->allocated_channels, channel)) in dppi_channel_disable() 429 if (!nrfx_flag32_is_allocated(p_cb->allocated_groups, group) || in dppi_channel_include_in_group() 430 !nrfx_flag32_is_allocated(p_cb->allocated_channels, channel)) in dppi_channel_include_in_group() 451 if (!nrfx_flag32_is_allocated(p_cb->allocated_groups, group) || in dppi_channel_remove_from_group() 452 !nrfx_flag32_is_allocated(p_cb->allocated_channels, channel)) in dppi_channel_remove_from_group() 472 if (!nrfx_flag32_is_allocated(p_cb->allocated_groups, group)) in dppi_group_clear() 490 if (!nrfx_flag32_is_allocated(p_cb->allocated_groups, group)) in dppi_group_enable() 508 if (!nrfx_flag32_is_allocated(p_cb->allocated_groups, group)) in dppi_group_disable()
|
| /hal_nordic-latest/nrfx/helpers/ |
| D | nrfx_flag32_allocator.h | 78 bool nrfx_flag32_is_allocated(nrfx_atomic_t mask, uint8_t bitpos);
|
| D | nrfx_flag32_allocator.c | 53 bool nrfx_flag32_is_allocated(nrfx_atomic_t mask, uint8_t bitpos) in nrfx_flag32_is_allocated() function
|
| D | nrfx_gppi_dppi_ppib.c | 216 NRFX_ASSERT(nrfx_flag32_is_allocated(m_virtual_channels, chan)); in dppic_channel_set() 531 NRFX_ASSERT(nrfx_flag32_is_allocated(m_virtual_channels, channel)); in nrfx_gppi_fork_endpoint_setup() 553 NRFX_ASSERT(nrfx_flag32_is_allocated(m_virtual_channels, channel)); in nrfx_gppi_fork_endpoint_clear() 733 NRFX_ASSERT(nrfx_flag32_is_allocated(m_virtual_channels, channel)); in nrfx_gppi_channel_check()
|
| D | nrfx_gppi_dppi_ppib_lumos.c | 682 NRFX_ASSERT(nrfx_flag32_is_allocated(m_virtual_channels, channel)); in nrfx_gppi_channel_check()
|