Home
last modified time | relevance | path

Searched refs:nrfx_flag32_free (Results 1 – 9 of 9) sorted by relevance

/hal_nordic-latest/nrfx/helpers/
Dnrfx_flag32_allocator.h112 nrfx_err_t nrfx_flag32_free(nrfx_atomic_t * p_mask, uint8_t flag);
Dnrfx_flag32_allocator.c82 nrfx_err_t nrfx_flag32_free(nrfx_atomic_t * p_mask, uint8_t flag) in nrfx_flag32_free() function
Dnrfx_gppi_dppi_ppib_lumos.c94 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()
Dnrfx_gppi_dppi_ppib.c78 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/
Dnrfx_ppi.c157 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()
Dnrfx_ppib.c208 return nrfx_flag32_free(&p_cb->allocated_channels, channel); in nrfx_ppib_channel_free()
Dnrfx_dppi.c366 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()
Dnrfx_grtc.c340 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()
Dnrfx_gpiote.c437 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()