Searched refs:nrfx_flag32_free (Results 1 – 9 of 9) sorted by relevance
| /hal_nordic-latest/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 | 94 return nrfx_flag32_free(&p_dppic->channels_mask, channel); in dppic_channel_free() 670 nrfx_err_t err = nrfx_flag32_free(&m_virtual_channels, channel); in nrfx_gppi_channel_free()
|
| D | nrfx_gppi_dppi_ppib.c | 78 return nrfx_flag32_free(p_allocated_channels, channel); in channel_free() 717 err = nrfx_flag32_free(&m_virtual_channels, channel); in nrfx_gppi_channel_free()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| 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_ppib.c | 208 return nrfx_flag32_free(&p_cb->allocated_channels, channel); in nrfx_ppib_channel_free()
|
| D | nrfx_dppi.c | 366 return nrfx_flag32_free(&p_cb->allocated_channels, channel); in dppi_channel_free() 419 return nrfx_flag32_free(&p_cb->allocated_groups, group); in dppi_group_free()
|
| D | nrfx_grtc.c | 340 err_code = nrfx_flag32_free(&m_cb.available_channels, channel); in nrfx_grtc_channel_free() 624 (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()
|