Lines Matching refs: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);
303 NRFX_STATIC_INLINE uint32_t nrfx_ppi_task_group_disable_address_get(nrf_ppi_channel_group_t group);
312 nrf_ppi_channel_group_t group) in nrfx_ppi_channel_include_in_group() argument
314 return nrfx_ppi_channels_include_in_group(nrfx_ppi_channel_to_mask(channel), group); in nrfx_ppi_channel_include_in_group()
318 nrf_ppi_channel_group_t group) in nrfx_ppi_channel_remove_from_group() argument
320 return nrfx_ppi_channels_remove_from_group(nrfx_ppi_channel_to_mask(channel), group); in nrfx_ppi_channel_remove_from_group()
323 NRFX_STATIC_INLINE nrfx_err_t nrfx_ppi_group_clear(nrf_ppi_channel_group_t group) in nrfx_ppi_group_clear() argument
325 return nrfx_ppi_channels_remove_from_group(NRFX_PPI_ALL_APP_CHANNELS_MASK, group); in nrfx_ppi_group_clear()
333 NRFX_STATIC_INLINE uint32_t nrfx_ppi_task_group_enable_address_get(nrf_ppi_channel_group_t group) in nrfx_ppi_task_group_enable_address_get() argument
335 return nrf_ppi_task_group_enable_address_get(NRF_PPI, group); in nrfx_ppi_task_group_enable_address_get()
338 NRFX_STATIC_INLINE uint32_t nrfx_ppi_task_group_disable_address_get(nrf_ppi_channel_group_t group) in nrfx_ppi_task_group_disable_address_get() argument
340 return nrf_ppi_task_group_disable_address_get(NRF_PPI, group); in nrfx_ppi_task_group_disable_address_get()