Searched refs:RAD_TXIDLE (Results 1 – 2 of 2) sorted by relevance
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()[all …]
27 RAD_TXIDLE, //The radio is ready for transmission to start enumerator