Home
last modified time | relevance | path

Searched refs:channel_group (Results 1 – 3 of 3) sorted by relevance

/external/platform/nrfx/helpers/
A Dnrfx_gppi.h415 (nrf_ppi_channel_group_t)channel_group); in nrfx_gppi_channels_include_in_group()
423 (nrf_ppi_channel_group_t)channel_group); in nrfx_gppi_channels_remove_from_group()
426 __STATIC_INLINE void nrfx_gppi_group_clear(nrfx_gppi_channel_group_t channel_group) in nrfx_gppi_group_clear() argument
428 nrf_ppi_group_clear(NRF_PPI, (nrf_ppi_channel_group_t)channel_group); in nrfx_gppi_group_clear()
433 nrf_ppi_group_enable(NRF_PPI, (nrf_ppi_channel_group_t)channel_group); in nrfx_gppi_group_enable()
438 nrf_ppi_group_disable(NRF_PPI, (nrf_ppi_channel_group_t)channel_group); in nrfx_gppi_group_disable()
537 (nrf_dppi_channel_group_t)channel_group); in nrfx_gppi_channels_include_in_group()
545 (nrf_dppi_channel_group_t)channel_group); in nrfx_gppi_channels_remove_from_group()
550 nrf_dppi_group_clear(NRF_DPPIC, (nrf_dppi_channel_group_t)channel_group); in nrfx_gppi_group_clear()
555 nrf_dppi_group_enable(NRF_DPPIC, (nrf_dppi_channel_group_t)channel_group); in nrfx_gppi_group_enable()
[all …]
/external/platform/nrfx/hal/
A Dnrf_ppi.h270 nrf_ppi_channel_group_t channel_group);
283 nrf_ppi_channel_group_t channel_group);
296 nrf_ppi_channel_group_t channel_group);
484 nrf_ppi_channel_group_t channel_group) in nrf_ppi_channel_include_in_group() argument
486 p_reg->CHG[(uint32_t) channel_group] |= (PPI_CHG_CH0_Included << ((uint32_t) channel)); in nrf_ppi_channel_include_in_group()
491 nrf_ppi_channel_group_t channel_group) in nrf_ppi_channels_include_in_group() argument
493 p_reg->CHG[(uint32_t) channel_group] |= channel_mask; in nrf_ppi_channels_include_in_group()
498 nrf_ppi_channel_group_t channel_group) in nrf_ppi_channel_remove_from_group() argument
500 p_reg->CHG[(uint32_t) channel_group] &= ~(PPI_CHG_CH0_Included << ((uint32_t) channel)); in nrf_ppi_channel_remove_from_group()
505 nrf_ppi_channel_group_t channel_group) in nrf_ppi_channels_remove_from_group() argument
[all …]
A Dnrf_dppi.h170 nrf_dppi_channel_group_t channel_group);
185 nrf_dppi_channel_group_t channel_group);
282 nrf_dppi_channel_group_t channel_group) in nrf_dppi_channels_include_in_group() argument
284 p_reg->CHG[(uint32_t) channel_group] = in nrf_dppi_channels_include_in_group()
285 p_reg->CHG[(uint32_t) channel_group] | (channel_mask); in nrf_dppi_channels_include_in_group()
290 nrf_dppi_channel_group_t channel_group) in nrf_dppi_channels_remove_from_group() argument
292 p_reg->CHG[(uint32_t) channel_group] = in nrf_dppi_channels_remove_from_group()
293 p_reg->CHG[(uint32_t) channel_group] & ~(channel_mask); in nrf_dppi_channels_remove_from_group()

Completed in 7 milliseconds