Searched refs:nrfx_flag32_alloc (Results 1 – 9 of 9) sorted by relevance
| /hal_nordic-latest/nrfx/helpers/ |
| D | nrfx_gppi_dppi_ppib_lumos.c | 85 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()
|
| D | nrfx_flag32_allocator.h | 97 nrfx_err_t nrfx_flag32_alloc(nrfx_atomic_t * p_mask, uint8_t * p_flag);
|
| D | nrfx_flag32_allocator.c | 58 nrfx_err_t nrfx_flag32_alloc(nrfx_atomic_t * p_mask, uint8_t *p_flag) in nrfx_flag32_alloc() function
|
| D | nrfx_gppi_dppi_ppib.c | 487 err = nrfx_flag32_alloc(&m_virtual_channels, p_channel); in nrfx_gppi_channel_alloc()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_ppi.c | 144 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()
|
| D | nrfx_ppib.c | 191 return nrfx_flag32_alloc(&p_cb->allocated_channels, p_channel); in nrfx_ppib_channel_alloc()
|
| D | nrfx_dppi.c | 358 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()
|
| D | nrfx_grtc.c | 312 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()
|
| D | nrfx_gpiote.c | 534 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()
|