Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/
Dnrf_802154_peripherals_nrf53.h157 #ifndef NRF_802154_DPPI_RADIO_READY
158 #define NRF_802154_DPPI_RADIO_READY 4U macro
294 (1UL << NRF_802154_DPPI_RADIO_READY) | \
Dnrf_802154_trx_dppi.c62 nrf_radio_publish_set(NRF_RADIO, NRF_RADIO_EVENT_READY, NRF_802154_DPPI_RADIO_READY); in nrf_802154_trx_ppi_for_enable()
79 (1UL << NRF_802154_DPPI_RADIO_READY) | in nrf_802154_trx_ppi_for_enable()
97 (1UL << NRF_802154_DPPI_RADIO_READY) | in nrf_802154_trx_ppi_for_disable()
Dnrf_802154_trx.c2661 .event_addr = NRF_802154_DPPI_RADIO_READY, in nrf_802154_trx_radio_ready_event_handle_get()