Lines Matching refs:RAD_TXIDLE
321 && ( radio_state != RAD_TXIDLE ) in nhw_RADIO_TASK_TXEN()
336 && ( radio_state != RAD_TXIDLE ) in nhw_RADIO_TASK_RXEN()
369 if ( radio_state == RAD_TXIDLE ) { in nhw_RADIO_TASK_START()
452 radio_state = RAD_TXIDLE; in nhw_RADIO_TASK_STOP()
453 NRF_RADIO_regs.STATE = RAD_TXIDLE; in nhw_RADIO_TASK_STOP()
486 radio_state = RAD_TXIDLE; //Momentary (will be changed in the if below) in nhw_RADIO_TASK_DISABLE()
487 NRF_RADIO_regs.STATE = RAD_TXIDLE; in nhw_RADIO_TASK_DISABLE()
506 if ( ( radio_state == RAD_TXRU ) || ( radio_state == RAD_TXIDLE ) ) { in nhw_RADIO_TASK_DISABLE()
601 radio_state = RAD_TXIDLE; in nhw_radio_timer_triggered()
602 NRF_RADIO_regs.STATE = RAD_TXIDLE; in nhw_radio_timer_triggered()
636 radio_state = RAD_TXIDLE; in nhw_radio_timer_triggered()
637 NRF_RADIO_regs.STATE = RAD_TXIDLE; in nhw_radio_timer_triggered()