Searched refs:nrfx_flag32_free (Results 1 – 8 of 8) sorted by relevance
/hal_nordic-3.6.0/nrfx/helpers/ |
D | nrfx_flag32_allocator.h | 112 nrfx_err_t nrfx_flag32_free(nrfx_atomic_t * p_mask, uint8_t flag);
|
D | nrfx_flag32_allocator.c | 82 nrfx_err_t nrfx_flag32_free(nrfx_atomic_t * p_mask, uint8_t flag) in nrfx_flag32_free() function
|
D | nrfx_gppi_dppi_ppib_lumos.c | 89 return nrfx_flag32_free(&p_dppic->channels_mask, channel); in dppic_channel_free() 117 return nrfx_flag32_free(&p_ppib->channels_mask, channel); in ppib_channel_free() 563 nrfx_err_t err = nrfx_flag32_free(&m_virtual_channels, channel); in nrfx_gppi_channel_free()
|
D | nrfx_gppi_dppi_ppib.c | 79 return nrfx_flag32_free(p_allocated_channels, channel); in channel_free() 692 err = nrfx_flag32_free(&m_virtual_channels, channel); in nrfx_gppi_channel_free()
|
/hal_nordic-3.6.0/nrfx/drivers/src/ |
D | nrfx_dppi.c | 104 return nrfx_flag32_free(&m_allocated_channels, channel); in nrfx_dppi_channel_free() 148 return nrfx_flag32_free(&m_allocated_groups, group); in nrfx_dppi_group_free()
|
D | nrfx_ppi.c | 157 return nrfx_flag32_free(&m_channels_allocated, channel); in nrfx_ppi_channel_free() 271 return nrfx_flag32_free(&m_groups_allocated, group); in nrfx_ppi_group_free()
|
D | nrfx_grtc.c | 298 err_code = nrfx_flag32_free(&m_cb.available_channels, channel); in nrfx_grtc_channel_free() 534 (void)nrfx_flag32_free(&m_cb.available_channels, chan); in nrfx_grtc_uninit()
|
D | nrfx_gpiote.c | 437 nrfx_err_t err = nrfx_flag32_free( in release_handler() 878 return nrfx_flag32_free(&get_cb(p_instance->drv_inst_idx)->available_channels_mask, channel); in pin_channel_free()
|