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