Lines Matching refs:RAD_TXIDLE
331 && ( radio_state != RAD_TXIDLE ) in nhw_RADIO_TASK_TXEN()
346 && ( radio_state != RAD_TXIDLE ) in nhw_RADIO_TASK_RXEN()
379 if ( radio_state == RAD_TXIDLE ) { in nhw_RADIO_TASK_START()
468 radio_state = RAD_TXIDLE; in nhw_RADIO_TASK_STOP()
469 NRF_RADIO_regs.STATE = RAD_TXIDLE; in nhw_RADIO_TASK_STOP()
502 radio_state = RAD_TXIDLE; //Momentary (will be changed in the if below) in nhw_RADIO_TASK_DISABLE()
503 NRF_RADIO_regs.STATE = RAD_TXIDLE; in nhw_RADIO_TASK_DISABLE()
522 if ( ( radio_state == RAD_TXRU ) || ( radio_state == RAD_TXIDLE ) ) { in nhw_RADIO_TASK_DISABLE()
661 radio_state = RAD_TXIDLE; in nhw_radio_timer_triggered()
662 NRF_RADIO_regs.STATE = RAD_TXIDLE; in nhw_radio_timer_triggered()
696 radio_state = RAD_TXIDLE; in nhw_radio_timer_triggered()
697 NRF_RADIO_regs.STATE = RAD_TXIDLE; in nhw_radio_timer_triggered()