Home
last modified time | relevance | path

Searched refs:NRF_802154_DPPI_RADIO_DISABLED (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_peripherals_nrf53.h120 #ifndef NRF_802154_DPPI_RADIO_DISABLED
121 #define NRF_802154_DPPI_RADIO_DISABLED 7U macro
250 (1UL << NRF_802154_DPPI_RADIO_DISABLED) | \
Dnrf_802154_peripherals_nrf54h.h147 #ifndef NRF_802154_DPPI_RADIO_DISABLED
148 #define NRF_802154_DPPI_RADIO_DISABLED 7U macro
270 (1UL << NRF_802154_DPPI_RADIO_DISABLED) | \
Dnrf_802154_peripherals_nrf54l.h147 #ifndef NRF_802154_DPPI_RADIO_DISABLED
148 #define NRF_802154_DPPI_RADIO_DISABLED 7U macro
270 (1UL << NRF_802154_DPPI_RADIO_DISABLED) | \
Dnrf_802154_aes_ccm_acc_ccm.c174 uint32_t dppi_ch_to_enable = (1 << NRF_802154_DPPI_RADIO_DISABLED); in ppi_configure()
177 nrf_ppib_send_task_get(NRF_802154_DPPI_RADIO_DISABLED), in ppi_configure()
178 NRF_802154_DPPI_RADIO_DISABLED); in ppi_configure()
180 nrf_ppib_receive_event_get(NRF_802154_DPPI_RADIO_DISABLED), in ppi_configure()
181 NRF_802154_DPPI_RADIO_DISABLED); in ppi_configure()
185 NRF_802154_DPPI_RADIO_DISABLED); in ppi_configure()
Dnrf_802154_trx_dppi.c57 #define PPI_DISABLED_EGU NRF_802154_DPPI_RADIO_DISABLED
Dnrf_802154_trx.c958 mpsl_fem_abort_set(NRF_802154_DPPI_RADIO_DISABLED, in nrf_802154_trx_enable()