Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_trx_ppi.c94 uint32_t ppi_mask = (1UL << PPI_EGU_RAMP_UP) | (1UL << PPI_RAMP_UP_TRG_EGU); in nrf_802154_trx_ppi_for_ramp_up_set() local
114 ppi_mask |= (1UL << PPI_EGU_TIMER_START); in nrf_802154_trx_ppi_for_ramp_up_set()
134 nrf_ppi_channels_enable(NRF_PPI, ppi_mask); in nrf_802154_trx_ppi_for_ramp_up_set()
169 uint32_t ppi_mask = (1UL << PPI_EGU_RAMP_UP) | in nrf_802154_trx_ppi_for_ramp_up_clear() local
174 ppi_mask |= (1UL << PPI_EGU_TIMER_START); in nrf_802154_trx_ppi_for_ramp_up_clear()
177 nrf_ppi_channels_disable(NRF_PPI, ppi_mask); in nrf_802154_trx_ppi_for_ramp_up_clear()