Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_peripherals_nrf53.h168 #ifndef NRF_802154_DPPI_RADIO_PHYEND
169 #define NRF_802154_DPPI_RADIO_PHYEND 8U macro
254 (1UL << NRF_802154_DPPI_RADIO_PHYEND) | \
Dnrf_802154_peripherals_nrf54h.h195 #ifndef NRF_802154_DPPI_RADIO_PHYEND
196 #define NRF_802154_DPPI_RADIO_PHYEND 12U macro
274 (1UL << NRF_802154_DPPI_RADIO_PHYEND) | \
Dnrf_802154_peripherals_nrf54l.h195 #ifndef NRF_802154_DPPI_RADIO_PHYEND
196 #define NRF_802154_DPPI_RADIO_PHYEND 8U macro
274 (1UL << NRF_802154_DPPI_RADIO_PHYEND) | \
Dnrf_802154_trx_dppi.c68 nrf_radio_publish_set(NRF_RADIO, NRF_RADIO_EVENT_PHYEND, NRF_802154_DPPI_RADIO_PHYEND); in nrf_802154_trx_ppi_for_enable()
78 (1UL << NRF_802154_DPPI_RADIO_PHYEND) | in nrf_802154_trx_ppi_for_enable()
91 (1UL << NRF_802154_DPPI_RADIO_PHYEND) | in nrf_802154_trx_ppi_for_disable()
Dnrf_802154_trx.c3098 .event_addr = NRF_802154_DPPI_RADIO_PHYEND, in nrf_802154_trx_radio_phyend_event_handle_get()