Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_peripherals_nrf53.h156 #ifndef NRF_802154_DPPI_RADIO_END
157 #define NRF_802154_DPPI_RADIO_END 6U macro
253 (1UL << NRF_802154_DPPI_RADIO_END) | \
Dnrf_802154_peripherals_nrf54h.h183 #ifndef NRF_802154_DPPI_RADIO_END
184 #define NRF_802154_DPPI_RADIO_END 6U macro
273 (1UL << NRF_802154_DPPI_RADIO_END) | \
Dnrf_802154_peripherals_nrf54l.h183 #ifndef NRF_802154_DPPI_RADIO_END
184 #define NRF_802154_DPPI_RADIO_END 6U macro
273 (1UL << NRF_802154_DPPI_RADIO_END) | \
Dnrf_802154_trx_dppi.c67 nrf_radio_publish_set(NRF_RADIO, NRF_RADIO_EVENT_END, NRF_802154_DPPI_RADIO_END); in nrf_802154_trx_ppi_for_enable()
77 (1UL << NRF_802154_DPPI_RADIO_END) | in nrf_802154_trx_ppi_for_enable()
90 (1UL << NRF_802154_DPPI_RADIO_END) | in nrf_802154_trx_ppi_for_disable()
Dnrf_802154_trx.c3058 .event_addr = NRF_802154_DPPI_RADIO_END, in nrf_802154_trx_radio_end_event_handle_get()