Home
last modified time | relevance | path

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

/modules/openthread/platform/
A Dradio.c622 sState = OT_RADIO_STATE_TRANSMIT; in run_tx_task()
678 sState = OT_RADIO_STATE_RECEIVE; in platformRadioProcess()
765 if (sState != OT_RADIO_STATE_DISABLED && sState != OT_RADIO_STATE_SLEEP) { in otPlatRadioEnable()
769 sState = OT_RADIO_STATE_SLEEP; in otPlatRadioEnable()
777 if (sState != OT_RADIO_STATE_DISABLED && sState != OT_RADIO_STATE_SLEEP) { in otPlatRadioDisable()
781 sState = OT_RADIO_STATE_DISABLED; in otPlatRadioDisable()
789 if (sState != OT_RADIO_STATE_SLEEP && sState != OT_RADIO_STATE_RECEIVE) { in otPlatRadioSleep()
794 sState = OT_RADIO_STATE_SLEEP; in otPlatRadioSleep()
812 sState = OT_RADIO_STATE_RECEIVE; in otPlatRadioReceive()
852 sState = OT_RADIO_STATE_TRANSMIT; in platformRadioTransmitCarrier()
[all …]

Completed in 10 milliseconds