Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_priv.h29 RAD_TX, //The radio is transmitting a packet enumerator
DNHW_RADIO.c372 NRF_RADIO_regs.STATE = RAD_TX; in nhw_RADIO_TASK_START()
448 if ((radio_state == RAD_TX) || (radio_state == RAD_TXSTARTING)) { in nhw_RADIO_TASK_STOP()
449 if (radio_state == RAD_TX) { in nhw_RADIO_TASK_STOP()
482 if ((radio_state == RAD_TX) || (radio_state == RAD_TXSTARTING)) { in nhw_RADIO_TASK_DISABLE()
483 if (radio_state == RAD_TX) { in nhw_RADIO_TASK_DISABLE()
615 } else if ( radio_state == RAD_TX ){ in nhw_radio_timer_triggered()
821 radio_state = RAD_TX; in start_Tx()
822 NRF_RADIO_regs.STATE = RAD_TX; in start_Tx()