Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_peripherals_nrf53.h132 #ifndef NRF_802154_DPPI_RADIO_READY
133 #define NRF_802154_DPPI_RADIO_READY 4U macro
251 (1UL << NRF_802154_DPPI_RADIO_READY) | \
Dnrf_802154_peripherals_nrf54h.h159 #ifndef NRF_802154_DPPI_RADIO_READY
160 #define NRF_802154_DPPI_RADIO_READY 4U macro
271 (1UL << NRF_802154_DPPI_RADIO_READY) | \
Dnrf_802154_peripherals_nrf54l.h159 #ifndef NRF_802154_DPPI_RADIO_READY
160 #define NRF_802154_DPPI_RADIO_READY 4U macro
271 (1UL << NRF_802154_DPPI_RADIO_READY) | \
Dnrf_802154_trx_dppi.c65 nrf_radio_publish_set(NRF_RADIO, NRF_RADIO_EVENT_READY, NRF_802154_DPPI_RADIO_READY); in nrf_802154_trx_ppi_for_enable()
75 (1UL << NRF_802154_DPPI_RADIO_READY) | in nrf_802154_trx_ppi_for_enable()
88 (1UL << NRF_802154_DPPI_RADIO_READY) | in nrf_802154_trx_ppi_for_disable()
Dnrf_802154_trx.c3072 .event_addr = NRF_802154_DPPI_RADIO_READY, in nrf_802154_trx_radio_ready_event_handle_get()