Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib_lumos.c85 return nrfx_flag32_alloc(&p_dppic->channels_mask, p_channel); in dppic_channel_alloc()
347 nrfx_flag32_alloc(&possible_mask, &common_channel); in gppi_dppi_connection_setup()
427 nrfx_flag32_alloc(&possible_mask, &common_channel); in gppi_dppi_connection_setup()
482 nrfx_flag32_alloc(&possible_mask, &common_channel); in gppi_dppi_connection_setup()
547 return nrfx_flag32_alloc(&m_virtual_channels, p_channel); in nrfx_gppi_channel_alloc()
Dnrfx_flag32_allocator.h97 nrfx_err_t nrfx_flag32_alloc(nrfx_atomic_t * p_mask, uint8_t * p_flag);
Dnrfx_flag32_allocator.c58 nrfx_err_t nrfx_flag32_alloc(nrfx_atomic_t * p_mask, uint8_t *p_flag) in nrfx_flag32_alloc() function
Dnrfx_gppi_dppi_ppib.c487 err = nrfx_flag32_alloc(&m_virtual_channels, p_channel); in nrfx_gppi_channel_alloc()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_ppi.c144 return nrfx_flag32_alloc(&m_channels_allocated, (uint8_t *)p_channel); in nrfx_ppi_channel_alloc()
264 return nrfx_flag32_alloc(&m_groups_allocated, (uint8_t *)p_group); in nrfx_ppi_group_alloc()
Dnrfx_ppib.c191 return nrfx_flag32_alloc(&p_cb->allocated_channels, p_channel); in nrfx_ppib_channel_alloc()
Dnrfx_dppi.c358 return nrfx_flag32_alloc(&p_cb->allocated_channels, p_channel); in dppi_channel_alloc()
411 return nrfx_flag32_alloc(&p_cb->allocated_groups, (uint8_t *)p_group); in dppi_group_alloc()
Dnrfx_grtc.c312 nrfx_err_t err_code = nrfx_flag32_alloc(&m_cb.available_channels, p_channel); in nrfx_grtc_channel_alloc()
544 err_code = nrfx_flag32_alloc(&init_mask, &m_cb.channel_data[0].channel); in nrfx_grtc_syscounter_start()
Dnrfx_gpiote.c534 err = nrfx_flag32_alloc(&get_cb(p_instance->drv_inst_idx)->available_evt_handlers, &id); in pin_handler_set()
885 return nrfx_flag32_alloc(&get_cb(p_instance->drv_inst_idx)->available_channels_mask, p_channel); in pin_channel_alloc()