Home
last modified time | relevance | path

Searched refs:sState (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Dradio.c87 static otRadioState sState = OT_RADIO_STATE_DISABLED; variable
216 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()
754 return (sState != OT_RADIO_STATE_DISABLED) ? true : false; in otPlatRadioIsEnabled()
760 sState = OT_RADIO_STATE_SLEEP; in otPlatRadioEnable()
769 sState = OT_RADIO_STATE_DISABLED; in otPlatRadioDisable()
[all …]