Home
last modified time | relevance | path

Searched refs:nrf_ppi_channel_group_t (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_ppi.h165 nrfx_err_t nrfx_ppi_group_alloc(nrf_ppi_channel_group_t * p_group);
178 nrfx_err_t nrfx_ppi_group_free(nrf_ppi_channel_group_t group);
201 nrf_ppi_channel_group_t group);
215 nrf_ppi_channel_group_t group);
229 nrf_ppi_channel_group_t group);
243 nrf_ppi_channel_group_t group);
254 NRFX_STATIC_INLINE nrfx_err_t nrfx_ppi_group_clear(nrf_ppi_channel_group_t group);
265 nrfx_err_t nrfx_ppi_group_enable(nrf_ppi_channel_group_t group);
276 nrfx_err_t nrfx_ppi_group_disable(nrf_ppi_channel_group_t group);
294 NRFX_STATIC_INLINE uint32_t nrfx_ppi_task_group_enable_address_get(nrf_ppi_channel_group_t group);
[all …]
/hal_nordic-latest/nrfx/hal/
Dnrf_ppi.h103 } nrf_ppi_channel_group_t; typedef
272 nrf_ppi_channel_group_t channel_group);
287 nrf_ppi_channel_group_t channel_group);
300 nrf_ppi_channel_group_t channel_group);
313 nrf_ppi_channel_group_t channel_group);
326 nrf_ppi_channel_group_t channel_group);
334 NRF_STATIC_INLINE void nrf_ppi_group_clear(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group);
342 NRF_STATIC_INLINE void nrf_ppi_group_enable(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group);
350 NRF_STATIC_INLINE void nrf_ppi_group_disable(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group);
380 nrf_ppi_channel_group_t group);
[all …]
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_ppi.c58 static uint32_t group_to_mask(nrf_ppi_channel_group_t group) in group_to_mask()
115 static bool is_app_group(nrf_ppi_channel_group_t group) in is_app_group()
130 nrf_ppi_channel_group_t group = (nrf_ppi_channel_group_t)group_idx; in nrfx_ppi_free_all()
262 nrfx_err_t nrfx_ppi_group_alloc(nrf_ppi_channel_group_t * p_group) in nrfx_ppi_group_alloc()
268 nrfx_err_t nrfx_ppi_group_free(nrf_ppi_channel_group_t group) in nrfx_ppi_group_free()
275 nrfx_err_t nrfx_ppi_group_enable(nrf_ppi_channel_group_t group) in nrfx_ppi_group_enable()
296 nrfx_err_t nrfx_ppi_group_disable(nrf_ppi_channel_group_t group) in nrfx_ppi_group_disable()
313 nrf_ppi_channel_group_t group) in nrfx_ppi_channels_remove_from_group()
340 nrf_ppi_channel_group_t group) in nrfx_ppi_channels_include_in_group()
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_ppi.c114 (nrf_ppi_channel_group_t)channel_group); in nrfx_gppi_channels_group_set()
122 (nrf_ppi_channel_group_t)channel_group); in nrfx_gppi_channels_include_in_group()
130 (nrf_ppi_channel_group_t)channel_group); in nrfx_gppi_channels_remove_from_group()
135 nrf_ppi_group_clear(NRF_PPI, (nrf_ppi_channel_group_t)channel_group); in nrfx_gppi_group_clear()
140 nrf_ppi_group_enable(NRF_PPI, (nrf_ppi_channel_group_t)channel_group); in nrfx_gppi_group_enable()
145 nrf_ppi_group_disable(NRF_PPI, (nrf_ppi_channel_group_t)channel_group); in nrfx_gppi_group_disable()
191 return nrfx_ppi_group_alloc((nrf_ppi_channel_group_t *)p_group); in nrfx_gppi_group_alloc()
201 return nrfx_ppi_group_free((nrf_ppi_channel_group_t)group); in nrfx_gppi_group_free()