Lines Matching refs:group

168 nrfx_err_t nrfx_ppi_group_free(nrf_ppi_channel_group_t group);
191 nrf_ppi_channel_group_t group);
205 nrf_ppi_channel_group_t group);
219 nrf_ppi_channel_group_t group);
233 nrf_ppi_channel_group_t group);
244 NRFX_STATIC_INLINE nrfx_err_t nrfx_ppi_group_clear(nrf_ppi_channel_group_t group);
255 nrfx_err_t nrfx_ppi_group_enable(nrf_ppi_channel_group_t group);
266 nrfx_err_t nrfx_ppi_group_disable(nrf_ppi_channel_group_t group);
284 NRFX_STATIC_INLINE uint32_t nrfx_ppi_task_addr_group_enable_get(nrf_ppi_channel_group_t group);
293 NRFX_STATIC_INLINE uint32_t nrfx_ppi_task_addr_group_disable_get(nrf_ppi_channel_group_t group);
302 nrf_ppi_channel_group_t group) in nrfx_ppi_channel_include_in_group() argument
304 return nrfx_ppi_channels_include_in_group(nrfx_ppi_channel_to_mask(channel), group); in nrfx_ppi_channel_include_in_group()
308 nrf_ppi_channel_group_t group) in nrfx_ppi_channel_remove_from_group() argument
310 return nrfx_ppi_channels_remove_from_group(nrfx_ppi_channel_to_mask(channel), group); in nrfx_ppi_channel_remove_from_group()
313 NRFX_STATIC_INLINE nrfx_err_t nrfx_ppi_group_clear(nrf_ppi_channel_group_t group) in nrfx_ppi_group_clear() argument
315 return nrfx_ppi_channels_remove_from_group(NRFX_PPI_ALL_APP_CHANNELS_MASK, group); in nrfx_ppi_group_clear()
323 NRFX_STATIC_INLINE uint32_t nrfx_ppi_task_addr_group_enable_get(nrf_ppi_channel_group_t group) in nrfx_ppi_task_addr_group_enable_get() argument
325 return nrf_ppi_task_group_enable_address_get(NRF_PPI, group); in nrfx_ppi_task_addr_group_enable_get()
328 NRFX_STATIC_INLINE uint32_t nrfx_ppi_task_addr_group_disable_get(nrf_ppi_channel_group_t group) in nrfx_ppi_task_addr_group_disable_get() argument
330 return nrf_ppi_task_group_disable_address_get(NRF_PPI, group); in nrfx_ppi_task_addr_group_disable_get()