Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_trx_dppi.c142 NRF_RADIO_TASK_DISABLE, in nrf_802154_trx_ppi_for_ramp_up_set()
173 nrf_radio_subscribe_clear(NRF_RADIO, NRF_RADIO_TASK_DISABLE); in nrf_802154_trx_ppi_for_ramp_up_clear()
Dnrf_802154_trx.c361 nrf_radio_task_trigger(NRF_RADIO, NRF_RADIO_TASK_DISABLE); in radio_force_disable()
632 nrf_radio_task_trigger(NRF_RADIO, NRF_RADIO_TASK_DISABLE); in trigger_disable_to_start_rampup()
/hal_nordic-latest/nrfx/hal/
Dnrf_radio.h69 NRF_RADIO_TASK_DISABLE = offsetof(NRF_RADIO_Type, TASKS_DISABLE), /**< Disable RADIO. */ enumerator