Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/modules/openthread/platform/
Dradio.c75 static otRadioState sState = OT_RADIO_STATE_DISABLED; variable
200 if (sState == OT_RADIO_STATE_TRANSMIT) { in handle_radio_event()
205 if (sState == OT_RADIO_STATE_RECEIVE) { in handle_radio_event()
550 sState = OT_RADIO_STATE_TRANSMIT; in run_tx_task()
602 if (sState == OT_RADIO_STATE_TRANSMIT || in platformRadioProcess()
604 sState = OT_RADIO_STATE_RECEIVE; in platformRadioProcess()
615 if (sState != OT_RADIO_STATE_TRANSMIT) { in platformRadioProcess()
677 return (sState != OT_RADIO_STATE_DISABLED) ? true : false; in otPlatRadioIsEnabled()
683 sState = OT_RADIO_STATE_SLEEP; in otPlatRadioEnable()
692 sState = OT_RADIO_STATE_DISABLED; in otPlatRadioDisable()
[all …]