Searched refs:PPI_EGU_TIMER_START (Results 1 – 1 of 1) sorted by relevance
| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154_trx_ppi.c | 66 #define PPI_EGU_TIMER_START NRF_802154_PPI_EGU_TO_TIMER_START ///< PPI that connect… macro 108 PPI_EGU_TIMER_START, in nrf_802154_trx_ppi_for_ramp_up_set() 114 ppi_mask |= (1UL << PPI_EGU_TIMER_START); in nrf_802154_trx_ppi_for_ramp_up_set() 174 ppi_mask |= (1UL << PPI_EGU_TIMER_START); in nrf_802154_trx_ppi_for_ramp_up_clear() 183 nrf_ppi_channel_endpoint_setup(NRF_PPI, PPI_EGU_TIMER_START, 0, 0); in nrf_802154_trx_ppi_for_ramp_up_clear() 271 nrf_ppi_channel_endpoint_setup(NRF_PPI, PPI_EGU_TIMER_START, event_addr, task_addr); in nrf_802154_trx_ppi_for_fem_set() 272 nrf_ppi_channel_enable(NRF_PPI, PPI_EGU_TIMER_START); in nrf_802154_trx_ppi_for_fem_set() 281 nrf_ppi_channel_disable(NRF_PPI, PPI_EGU_TIMER_START); in nrf_802154_trx_ppi_for_fem_clear() 282 nrf_ppi_channel_endpoint_setup(NRF_PPI, PPI_EGU_TIMER_START, 0, 0); in nrf_802154_trx_ppi_for_fem_clear()
|