Home
last modified time | relevance | path

Searched refs:RAD_TX (Results 1 – 2 of 2) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO_priv.h29 RAD_TX, //The radio is transmitting a packet enumerator
DNHW_RADIO.c382 NRF_RADIO_regs.STATE = RAD_TX; in nhw_RADIO_TASK_START()
464 if ((radio_state == RAD_TX) || (radio_state == RAD_TXSTARTING)) { in nhw_RADIO_TASK_STOP()
465 if (radio_state == RAD_TX) { in nhw_RADIO_TASK_STOP()
498 if ((radio_state == RAD_TX) || (radio_state == RAD_TXSTARTING)) { in nhw_RADIO_TASK_DISABLE()
499 if (radio_state == RAD_TX) { in nhw_RADIO_TASK_DISABLE()
675 } else if ( radio_state == RAD_TX ){ in nhw_radio_timer_triggered()
881 radio_state = RAD_TX; in start_Tx()
882 NRF_RADIO_regs.STATE = RAD_TX; in start_Tx()