Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO_priv.h28 RAD_TXSTARTING, //The radio is starting to Tx (it will be in this state for TxChainDelay) enumerator
DNHW_RADIO.c381 radio_state = RAD_TXSTARTING; in nhw_RADIO_TASK_START()
464 if ((radio_state == RAD_TX) || (radio_state == RAD_TXSTARTING)) { in nhw_RADIO_TASK_STOP()
498 if ((radio_state == RAD_TX) || (radio_state == RAD_TXSTARTING)) { in nhw_RADIO_TASK_DISABLE()
672 } else if ( radio_state == RAD_TXSTARTING ){ in nhw_radio_timer_triggered()