Searched refs:GetRadioSpinel (Results 1 – 3 of 3) sorted by relevance
211 ot::Spinel::RadioSpinel &GetRadioSpinel(void) { return sRadio.GetRadioSpinel(); } in GetRadioSpinel() function217 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 …]
88 Spinel::RadioSpinel &GetRadioSpinel(void) { return mRadioSpinel; } in GetRadioSpinel() function in ot::Posix::Radio
65 extern ot::Spinel::RadioSpinel &GetRadioSpinel(void);