Searched refs:sState (Results 1 – 1 of 1) sorted by relevance
87 static otRadioState sState = OT_RADIO_STATE_DISABLED; variable216 if (sState == OT_RADIO_STATE_TRANSMIT) { in handle_radio_event()221 if (sState == OT_RADIO_STATE_RECEIVE) { in handle_radio_event()627 sState = OT_RADIO_STATE_TRANSMIT; in run_tx_task()679 if (sState == OT_RADIO_STATE_TRANSMIT || in platformRadioProcess()681 sState = OT_RADIO_STATE_RECEIVE; in platformRadioProcess()692 if (sState != OT_RADIO_STATE_TRANSMIT) { in platformRadioProcess()761 return (sState != OT_RADIO_STATE_DISABLED) ? true : false; in otPlatRadioIsEnabled()768 if (sState != OT_RADIO_STATE_DISABLED && sState != OT_RADIO_STATE_SLEEP) { in otPlatRadioEnable()772 sState = OT_RADIO_STATE_SLEEP; in otPlatRadioEnable()[all …]