Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dradio.cpp211 ot::Spinel::RadioSpinel &GetRadioSpinel(void) { return sRadio.GetRadioSpinel(); } in GetRadioSpinel() function
217 void platformRadioDeinit(void) { GetRadioSpinel().Deinit(); } in platformRadioDeinit()
223 GetRadioSpinel().SetTimeSyncState(otIp6IsEnabled(aInstance)); in platformRadioHandleStateChange()
230 SuccessOrDie(GetRadioSpinel().GetIeeeEui64(aIeeeEui64)); in otPlatRadioGetIeeeEui64()
236 SuccessOrDie(GetRadioSpinel().SetPanId(panid)); in otPlatRadioSetPanId()
249 SuccessOrDie(GetRadioSpinel().SetExtendedAddress(addr)); in otPlatRadioSetExtendedAddress()
255 SuccessOrDie(GetRadioSpinel().SetShortAddress(aAddress)); in otPlatRadioSetShortAddress()
261 SuccessOrDie(GetRadioSpinel().SetPromiscuous(aEnable)); in otPlatRadioSetPromiscuous()
267 return GetRadioSpinel().IsEnabled(); in otPlatRadioIsEnabled()
270 otError otPlatRadioEnable(otInstance *aInstance) { return GetRadioSpinel().Enable(aInstance); } in otPlatRadioEnable()
[all …]
Dradio.hpp88 Spinel::RadioSpinel &GetRadioSpinel(void) { return mRadioSpinel; } in GetRadioSpinel() function in ot::Posix::Radio
/openthread-latest/src/lib/spinel/
Dexample_vendor_hook.cpp65 extern ot::Spinel::RadioSpinel &GetRadioSpinel(void);