Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio_spinel.cpp58 static ot::Spinel::RadioSpinel *psRadioSpinel; variable
120 SuccessOrDie(psRadioSpinel->GetIeeeEui64(aIeeeEui64)); in otPlatRadioGetIeeeEui64()
126 SuccessOrDie(psRadioSpinel->SetPanId(panid)); in otPlatRadioSetPanId()
138 SuccessOrDie(psRadioSpinel->SetExtendedAddress(addr)); in otPlatRadioSetExtendedAddress()
144 SuccessOrDie(psRadioSpinel->SetShortAddress(aAddress)); in otPlatRadioSetShortAddress()
150 SuccessOrDie(psRadioSpinel->SetPromiscuous(aEnable)); in otPlatRadioSetPromiscuous()
156 return psRadioSpinel->IsEnabled(); in otPlatRadioIsEnabled()
161 return psRadioSpinel->Enable(aInstance); in otPlatRadioEnable()
167 return psRadioSpinel->Disable(); in otPlatRadioDisable()
173 return psRadioSpinel->Sleep(); in otPlatRadioSleep()
[all …]