Searched refs:p_group (Results 1 – 7 of 7) sorted by relevance
200 nrfx_err_t nrfx_gppi_group_alloc(nrfx_gppi_channel_group_t * p_group) in nrfx_gppi_group_alloc() argument204 return nrfx_dppi_group_alloc(&dppi, (nrf_dppi_channel_group_t *)p_group); in nrfx_gppi_group_alloc()206 return nrfx_dppi_group_alloc((nrf_dppi_channel_group_t *)p_group); in nrfx_gppi_group_alloc()209 (void)p_group; in nrfx_gppi_group_alloc()
188 nrfx_err_t nrfx_gppi_group_alloc(nrfx_gppi_channel_group_t * p_group) in nrfx_gppi_group_alloc() argument191 return nrfx_ppi_group_alloc((nrf_ppi_channel_group_t *)p_group); in nrfx_gppi_group_alloc()193 (void)p_group; in nrfx_gppi_group_alloc()
419 nrfx_err_t nrfx_gppi_group_alloc(nrfx_gppi_channel_group_t * p_group);
407 nrf_dppi_channel_group_t * p_group) in dppi_group_alloc() argument411 return nrfx_flag32_alloc(&p_cb->allocated_groups, (uint8_t *)p_group); in dppi_group_alloc()548 nrf_dppi_channel_group_t * p_group) in nrfx_dppi_group_alloc() argument550 return dppi_group_alloc(p_instance, p_group); in nrfx_dppi_group_alloc()617 nrfx_err_t nrfx_dppi_group_alloc(nrf_dppi_channel_group_t * p_group) in nrfx_dppi_group_alloc() argument619 return dppi_group_alloc(&dppi_instance, p_group); in nrfx_dppi_group_alloc()
262 nrfx_err_t nrfx_ppi_group_alloc(nrf_ppi_channel_group_t * p_group) in nrfx_ppi_group_alloc() argument264 return nrfx_flag32_alloc(&m_groups_allocated, (uint8_t *)p_group); in nrfx_ppi_group_alloc()
154 nrf_dppi_channel_group_t * p_group);265 nrfx_err_t nrfx_dppi_group_alloc(nrf_dppi_channel_group_t * p_group);
165 nrfx_err_t nrfx_ppi_group_alloc(nrf_ppi_channel_group_t * p_group);