Home
last modified time | relevance | path

Searched refs:p_group (Results 1 – 7 of 7) sorted by relevance

/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi.c200 nrfx_err_t nrfx_gppi_group_alloc(nrfx_gppi_channel_group_t * p_group) in nrfx_gppi_group_alloc() argument
204 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()
Dnrfx_gppi_ppi.c188 nrfx_err_t nrfx_gppi_group_alloc(nrfx_gppi_channel_group_t * p_group) in nrfx_gppi_group_alloc() argument
191 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()
Dnrfx_gppi.h419 nrfx_err_t nrfx_gppi_group_alloc(nrfx_gppi_channel_group_t * p_group);
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_dppi.c407 nrf_dppi_channel_group_t * p_group) in dppi_group_alloc() argument
411 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() argument
550 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() argument
619 return dppi_group_alloc(&dppi_instance, p_group); in nrfx_dppi_group_alloc()
Dnrfx_ppi.c262 nrfx_err_t nrfx_ppi_group_alloc(nrf_ppi_channel_group_t * p_group) in nrfx_ppi_group_alloc() argument
264 return nrfx_flag32_alloc(&m_groups_allocated, (uint8_t *)p_group); in nrfx_ppi_group_alloc()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_dppi.h154 nrf_dppi_channel_group_t * p_group);
265 nrfx_err_t nrfx_dppi_group_alloc(nrf_dppi_channel_group_t * p_group);
Dnrfx_ppi.h165 nrfx_err_t nrfx_ppi_group_alloc(nrf_ppi_channel_group_t * p_group);