Lines Matching refs:otInstance
85 static void openthread_handle_frame_to_send(otInstance *instance, struct net_pkt *pkt) in openthread_handle_frame_to_send()
117 void otPlatRadioGetIeeeEui64(otInstance *aInstance, uint8_t *aIeeeEui64) in otPlatRadioGetIeeeEui64()
123 void otPlatRadioSetPanId(otInstance *aInstance, uint16_t panid) in otPlatRadioSetPanId()
129 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aAddress) in otPlatRadioSetExtendedAddress()
141 void otPlatRadioSetShortAddress(otInstance *aInstance, uint16_t aAddress) in otPlatRadioSetShortAddress()
147 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous()
153 bool otPlatRadioIsEnabled(otInstance *aInstance) in otPlatRadioIsEnabled()
159 otError otPlatRadioEnable(otInstance *aInstance) in otPlatRadioEnable()
164 otError otPlatRadioDisable(otInstance *aInstance) in otPlatRadioDisable()
170 otError otPlatRadioSleep(otInstance *aInstance) in otPlatRadioSleep()
176 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive()
182 otError otPlatRadioTransmit(otInstance *aInstance, otRadioFrame *aFrame) in otPlatRadioTransmit()
188 otRadioFrame *otPlatRadioGetTransmitBuffer(otInstance *aInstance) in otPlatRadioGetTransmitBuffer()
194 int8_t otPlatRadioGetRssi(otInstance *aInstance) in otPlatRadioGetRssi()
200 otRadioCaps otPlatRadioGetCaps(otInstance *aInstance) in otPlatRadioGetCaps()
206 const char *otPlatRadioGetVersionString(otInstance *aInstance) in otPlatRadioGetVersionString()
212 bool otPlatRadioGetPromiscuous(otInstance *aInstance) in otPlatRadioGetPromiscuous()
218 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch()
224 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioAddSrcMatchShortEntry()
230 otError otPlatRadioAddSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioAddSrcMatchExtEntry()
242 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry()
248 otError otPlatRadioClearSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioClearSrcMatchExtEntry()
260 void otPlatRadioClearSrcMatchShortEntries(otInstance *aInstance) in otPlatRadioClearSrcMatchShortEntries()
266 void otPlatRadioClearSrcMatchExtEntries(otInstance *aInstance) in otPlatRadioClearSrcMatchExtEntries()
272 otError otPlatRadioEnergyScan(otInstance *aInstance, uint8_t aScanChannel, uint16_t aScanDuration) in otPlatRadioEnergyScan()
278 otError otPlatRadioGetTransmitPower(otInstance *aInstance, int8_t *aPower) in otPlatRadioGetTransmitPower()
290 otError otPlatRadioSetTransmitPower(otInstance *aInstance, int8_t aPower) in otPlatRadioSetTransmitPower()
296 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold()
308 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold()
314 int8_t otPlatRadioGetReceiveSensitivity(otInstance *aInstance) in otPlatRadioGetReceiveSensitivity()
321 otError otPlatRadioSetCoexEnabled(otInstance *aInstance, bool aEnabled) in otPlatRadioSetCoexEnabled()
327 bool otPlatRadioIsCoexEnabled(otInstance *aInstance) in otPlatRadioIsCoexEnabled()
333 otError otPlatRadioGetCoexMetrics(otInstance *aInstance, otRadioCoexMetrics *aCoexMetrics) in otPlatRadioGetCoexMetrics()
349 otError otPlatDiagProcess(otInstance *aInstance, int argc, char *argv[], char *aOutput, in otPlatDiagProcess()
401 void otPlatDiagRadioReceived(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in otPlatDiagRadioReceived()
408 void otPlatDiagAlarmCallback(otInstance *aInstance) in otPlatDiagAlarmCallback()
414 uint32_t otPlatRadioGetSupportedChannelMask(otInstance *aInstance) in otPlatRadioGetSupportedChannelMask()
420 uint32_t otPlatRadioGetPreferredChannelMask(otInstance *aInstance) in otPlatRadioGetPreferredChannelMask()
426 otRadioState otPlatRadioGetState(otInstance *aInstance) in otPlatRadioGetState()
432 void otPlatRadioSetMacKey(otInstance *aInstance, uint8_t aKeyIdMode, uint8_t aKeyId, in otPlatRadioSetMacKey()
441 void otPlatRadioSetMacFrameCounter(otInstance *aInstance, uint32_t aMacFrameCounter) in otPlatRadioSetMacFrameCounter()
447 void otPlatRadioSetMacFrameCounterIfLarger(otInstance *aInstance, uint32_t aMacFrameCounter) in otPlatRadioSetMacFrameCounterIfLarger()
453 uint64_t otPlatRadioGetNow(otInstance *aInstance) in otPlatRadioGetNow()
460 uint8_t otPlatRadioGetCslAccuracy(otInstance *aInstance) in otPlatRadioGetCslAccuracy()
469 uint8_t otPlatRadioGetCslUncertainty(otInstance *aInstance) in otPlatRadioGetCslUncertainty()
477 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, in otPlatRadioSetChannelMaxTransmitPower()
484 otError otPlatRadioSetRegion(otInstance *aInstance, uint16_t aRegionCode) in otPlatRadioSetRegion()
490 otError otPlatRadioGetRegion(otInstance *aInstance, uint16_t *aRegionCode) in otPlatRadioGetRegion()
497 otError otPlatRadioConfigureEnhAckProbing(otInstance *aInstance, otLinkMetrics aLinkMetrics, in otPlatRadioConfigureEnhAckProbing()
507 otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, uint32_t aStart, in otPlatRadioReceiveAt()
578 extern "C" void platformRadioProcess(otInstance *aInstance) in platformRadioProcess()