Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/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.c89 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()
Dnrfx_gppi_dppi_ppib.c79 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/
Dnrfx_dppi.c104 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()
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_grtc.c298 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()
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()