Searched refs:otRadioState (Results 1 – 9 of 9) sorted by relevance
372 typedef enum otRadioState enum379 } otRadioState; typedef730 otRadioState otPlatRadioGetState(otInstance *aInstance);
447 otRadioState GetState(void);806 inline otRadioState Radio::GetState(void) { return otPlatRadioGetState(GetInstancePtr()); } in GetState()947 inline otRadioState Radio::GetState(void) { return OT_RADIO_STATE_DISABLED; } in GetState()
185 OT_TOOL_WEAK otRadioState otPlatRadioGetState(otInstance *aInstance) in otPlatRadioGetState()
311 otRadioState GetState(void) const;
1944 template <typename InterfaceType> otRadioState RadioSpinel<InterfaceType>::GetState(void) const in GetState()1946 static const otRadioState sOtRadioStateMap[] = { in GetState()
70 static otRadioState sRadioState = OT_RADIO_STATE_DISABLED;
110 static otRadioState sState = OT_RADIO_STATE_DISABLED;1228 otRadioState otPlatRadioGetState(otInstance *aInstance) in otPlatRadioGetState()
774 otRadioState otPlatRadioGetState(otInstance *aInstance) in otPlatRadioGetState()
459 otRadioState state = Get<Radio>().GetState();