Searched refs:RAD_TX (Results 1 – 2 of 2) sorted by relevance
29 RAD_TX, //The radio is transmitting a packet enumerator
372 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()