Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_trx_ppi.c134 nrf_ppi_channels_enable(NRF_PPI, ppi_mask); in nrf_802154_trx_ppi_for_ramp_up_set()
148 nrf_ppi_channels_enable(NRF_PPI, 1UL << NRF_802154_PPI_RADIO_CCABUSY_TO_RADIO_CCASTART); in nrf_802154_trx_ppi_for_extra_cca_attempts_set()
/hal_nordic-latest/nrfx/hal/
Dnrf_ppi.h187 NRF_STATIC_INLINE void nrf_ppi_channels_enable(NRF_PPI_Type * p_reg, uint32_t mask);
446 NRF_STATIC_INLINE void nrf_ppi_channels_enable(NRF_PPI_Type * p_reg, uint32_t mask) in nrf_ppi_channels_enable() function
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_ppi.c55 nrf_ppi_channels_enable(NRF_PPI, mask); in nrfx_gppi_channels_enable()