/openthread-3.5.0/include/openthread/ |
D | link.h | 433 otError otLinkActiveScan(otInstance *aInstance, 446 bool otLinkIsActiveScanInProgress(otInstance *aInstance); 471 otError otLinkEnergyScan(otInstance *aInstance, 485 bool otLinkIsEnergyScanInProgress(otInstance *aInstance); 497 otError otLinkSendDataRequest(otInstance *aInstance); 511 bool otLinkIsInTransmitState(otInstance *aInstance); 523 uint8_t otLinkGetChannel(otInstance *aInstance); 541 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel); 551 uint32_t otLinkGetSupportedChannelMask(otInstance *aInstance); 565 otError otLinkSetSupportedChannelMask(otInstance *aInstance, uint32_t aChannelMask); [all …]
|
D | thread_ftd.h | 137 uint16_t otThreadGetMaxAllowedChildren(otInstance *aInstance); 154 otError otThreadSetMaxAllowedChildren(otInstance *aInstance, uint16_t aMaxChildren); 165 bool otThreadIsRouterEligible(otInstance *aInstance); 180 otError otThreadSetRouterEligible(otInstance *aInstance, bool aEligible); 199 otError otThreadSetPreferredRouterId(otInstance *aInstance, uint8_t aRouterId); 245 const otDeviceProperties *otThreadGetDeviceProperties(otInstance *aInstance); 256 void otThreadSetDeviceProperties(otInstance *aInstance, const otDeviceProperties *aDeviceProperties… 269 uint8_t otThreadGetLocalLeaderWeight(otInstance *aInstance); 283 void otThreadSetLocalLeaderWeight(otInstance *aInstance, uint8_t aWeight); 293 uint32_t otThreadGetPreferredLeaderPartitionId(otInstance *aInstance); [all …]
|
D | thread.h | 244 otError otThreadSetEnabled(otInstance *aInstance, bool aEnabled); 263 bool otThreadIsSingleton(otInstance *aInstance); 285 otError otThreadDiscover(otInstance *aInstance, 299 bool otThreadIsDiscoverInProgress(otInstance *aInstance); 318 otError otThreadSetJoinerAdvertisement(otInstance *aInstance, 335 uint32_t otThreadGetChildTimeout(otInstance *aInstance); 346 void otThreadSetChildTimeout(otInstance *aInstance, uint32_t aTimeout); 358 const otExtendedPanId *otThreadGetExtendedPanId(otInstance *aInstance); 376 otError otThreadSetExtendedPanId(otInstance *aInstance, const otExtendedPanId *aExtendedPanId); 389 otError otThreadGetLeaderRloc(otInstance *aInstance, otIp6Address *aLeaderRloc); [all …]
|
D | link_raw.h | 63 typedef void (*otLinkRawReceiveDone)(otInstance *aInstance, otRadioFrame *aFrame, otError aError); 77 otError otLinkRawSetReceiveDone(otInstance *aInstance, otLinkRawReceiveDone aCallback); 88 bool otLinkRawIsEnabled(otInstance *aInstance); 99 bool otLinkRawGetPromiscuous(otInstance *aInstance); 111 otError otLinkRawSetPromiscuous(otInstance *aInstance, bool aEnable); 123 otError otLinkRawSetShortAddress(otInstance *aInstance, uint16_t aShortAddress); 136 otError otLinkRawSleep(otInstance *aInstance); 148 otError otLinkRawReceive(otInstance *aInstance); 162 otRadioFrame *otLinkRawGetTransmitBuffer(otInstance *aInstance); 177 typedef void (*otLinkRawTransmitDone)(otInstance *aInstance, [all …]
|
D | srp_client.h | 222 otError otSrpClientStart(otInstance *aInstance, const otSockAddr *aServerSockAddr); 233 void otSrpClientStop(otInstance *aInstance); 243 bool otSrpClientIsRunning(otInstance *aInstance); 256 const otSockAddr *otSrpClientGetServerAddress(otInstance *aInstance); 269 void otSrpClientSetCallback(otInstance *aInstance, otSrpClientCallback aCallback, void *aContext); 310 void otSrpClientEnableAutoStartMode(otInstance *aInstance, otSrpClientAutoStartCallback aCallback, … 325 void otSrpClientDisableAutoStartMode(otInstance *aInstance); 337 bool otSrpClientIsAutoStartModeEnabled(otInstance *aInstance); 352 uint32_t otSrpClientGetTtl(otInstance *aInstance); 365 void otSrpClientSetTtl(otInstance *aInstance, uint32_t aTtl); [all …]
|
D | coap_secure.h | 88 otError otCoapSecureStart(otInstance *aInstance, uint16_t aPort); 96 void otCoapSecureStop(otInstance *aInstance); 111 void otCoapSecureSetPsk(otInstance *aInstance, 133 otError otCoapSecureGetPeerCertificateBase64(otInstance *aInstance, 148 void otCoapSecureSetSslAuthMode(otInstance *aInstance, bool aVerifyPeerCertificate); 163 void otCoapSecureSetCertificate(otInstance *aInstance, 182 void otCoapSecureSetCaCertificateChain(otInstance *aInstance, 198 otError otCoapSecureConnect(otInstance *aInstance, 209 void otCoapSecureDisconnect(otInstance *aInstance); 220 bool otCoapSecureIsConnected(otInstance *aInstance); [all …]
|
D | channel_manager.h | 69 void otChannelManagerRequestChannelChange(otInstance *aInstance, uint8_t aChannel); 77 uint8_t otChannelManagerGetRequestedChannel(otInstance *aInstance); 87 uint16_t otChannelManagerGetDelay(otInstance *aInstance); 102 otError otChannelManagerSetDelay(otInstance *aInstance, uint16_t aDelay); 132 otError otChannelManagerRequestChannelSelect(otInstance *aInstance, bool aSkipQualityCheck); 144 void otChannelManagerSetAutoChannelSelectionEnabled(otInstance *aInstance, bool aEnabled); 154 bool otChannelManagerGetAutoChannelSelectionEnabled(otInstance *aInstance); 166 otError otChannelManagerSetAutoChannelSelectionInterval(otInstance *aInstance, uint32_t aInterval); 176 uint32_t otChannelManagerGetAutoChannelSelectionInterval(otInstance *aInstance); 186 uint32_t otChannelManagerGetSupportedChannels(otInstance *aInstance); [all …]
|
D | border_routing.h | 153 otError otBorderRoutingInit(otInstance *aInstance, uint32_t aInfraIfIndex, bool aInfraIfIsRunning); 167 otError otBorderRoutingSetEnabled(otInstance *aInstance, bool aEnabled); 177 otBorderRoutingState otBorderRoutingGetState(otInstance *aInstance); 193 otRoutePreference otBorderRoutingGetRouteInfoOptionPreference(otInstance *aInstance); 206 void otBorderRoutingSetRouteInfoOptionPreference(otInstance *aInstance, otRoutePreference aPreferen… 217 void otBorderRoutingClearRouteInfoOptionPreference(otInstance *aInstance); 232 otRoutePreference otBorderRoutingGetRoutePreference(otInstance *aInstance); 244 void otBorderRoutingSetRoutePreference(otInstance *aInstance, otRoutePreference aPreference); 255 void otBorderRoutingClearRoutePreference(otInstance *aInstance); 276 otError otBorderRoutingGetOmrPrefix(otInstance *aInstance, otIp6Prefix *aPrefix); [all …]
|
D | instance.h | 71 typedef struct otInstance otInstance; typedef 90 otInstance *otInstanceInit(void *aInstanceBuffer, size_t *aInstanceBufferSize); 103 otInstance *otInstanceInitSingle(void); 114 uint32_t otInstanceGetId(otInstance *aInstance); 128 bool otInstanceIsInitialized(otInstance *aInstance); 138 void otInstanceFinalize(otInstance *aInstance); 152 uint64_t otInstanceGetUptime(otInstance *aInstance); 172 void otInstanceGetUptimeAsString(otInstance *aInstance, char *aBuffer, uint16_t aSize); 235 otError otSetStateChangedCallback(otInstance *aInstance, otStateChangedCallback aCallback, void *aC… 245 void otRemoveStateChangeCallback(otInstance *aInstance, otStateChangedCallback aCallback, void *aCo… [all …]
|
D | backbone_router_ftd.h | 85 void otBackboneRouterSetEnabled(otInstance *aInstance, bool aEnable); 102 otBackboneRouterState otBackboneRouterGetState(otInstance *aInstance); 119 void otBackboneRouterGetConfig(otInstance *aInstance, otBackboneRouterConfig *aConfig); 141 otError otBackboneRouterSetConfig(otInstance *aInstance, const otBackboneRouterConfig *aConfig); 161 otError otBackboneRouterRegister(otInstance *aInstance); 171 uint8_t otBackboneRouterGetRegistrationJitter(otInstance *aInstance); 181 void otBackboneRouterSetRegistrationJitter(otInstance *aInstance, uint8_t aJitter); 193 otError otBackboneRouterGetDomainPrefix(otInstance *aInstance, otBorderRouterConfig *aConfig); 210 void otBackboneRouterConfigNextDuaRegistrationResponse(otInstance *aInstance, 225 void otBackboneRouterConfigNextMulticastListenerRegistrationResponse(otInstance *aInstance, uint8_t… [all …]
|
D | jam_detection.h | 75 otError otJamDetectionSetRssiThreshold(otInstance *aInstance, int8_t aRssiThreshold); 84 int8_t otJamDetectionGetRssiThreshold(otInstance *aInstance); 96 otError otJamDetectionSetWindow(otInstance *aInstance, uint8_t aWindow); 106 uint8_t otJamDetectionGetWindow(otInstance *aInstance); 122 otError otJamDetectionSetBusyPeriod(otInstance *aInstance, uint8_t aBusyPeriod); 132 uint8_t otJamDetectionGetBusyPeriod(otInstance *aInstance); 145 otError otJamDetectionStart(otInstance *aInstance, otJamDetectionCallback aCallback, void *aContext… 156 otError otJamDetectionStop(otInstance *aInstance); 166 bool otJamDetectionIsEnabled(otInstance *aInstance); 176 bool otJamDetectionGetState(otInstance *aInstance); [all …]
|
D | ip6.h | 274 otError otIp6SetEnabled(otInstance *aInstance, bool aEnabled); 285 bool otIp6IsEnabled(otInstance *aInstance); 300 otError otIp6AddUnicastAddress(otInstance *aInstance, const otNetifAddress *aAddress); 312 otError otIp6RemoveUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress); 321 const otNetifAddress *otIp6GetUnicastAddresses(otInstance *aInstance); 340 otError otIp6SubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress); 353 otError otIp6UnsubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress); 363 const otNetifMulticastAddress *otIp6GetMulticastAddresses(otInstance *aInstance); 373 bool otIp6IsMulticastPromiscuousEnabled(otInstance *aInstance); 384 void otIp6SetMulticastPromiscuousEnabled(otInstance *aInstance, bool aEnabled); [all …]
|
D | netdata_publisher.h | 109 void otNetDataPublishDnsSrpServiceAnycast(otInstance *aInstance, uint8_t aSequenceNUmber); 127 void otNetDataPublishDnsSrpServiceUnicast(otInstance *aInstance, const otIp6Address *aAddress, uint… 145 void otNetDataPublishDnsSrpServiceUnicastMeshLocalEid(otInstance *aInstance, uint16_t aPort); 158 bool otNetDataIsDnsSrpServiceAdded(otInstance *aInstance); 173 void otNetDataSetDnsSrpServicePublisherCallback(otInstance *aInstance, 186 void otNetDataUnpublishDnsSrpService(otInstance *aInstance); 213 otError otNetDataPublishOnMeshPrefix(otInstance *aInstance, const otBorderRouterConfig *aConfig); 238 otError otNetDataPublishExternalRoute(otInstance *aInstance, const otExternalRouteConfig *aConfig); 272 otError otNetDataReplacePublishedExternalRoute(otInstance *aInstance, 289 bool otNetDataIsPrefixAdded(otInstance *aInstance, const otIp6Prefix *aPrefix); [all …]
|
D | commissioner.h | 190 otError otCommissionerStart(otInstance *aInstance, 204 otError otCommissionerStop(otInstance *aInstance); 214 const char *otCommissionerGetId(otInstance *aInstance); 227 otError otCommissionerSetId(otInstance *aInstance, const char *aId); 245 otError otCommissionerAddJoiner(otInstance *aInstance, 266 otError otCommissionerAddJoinerWithDiscerner(otInstance *aInstance, 282 otError otCommissionerGetNextJoinerInfo(otInstance *aInstance, uint16_t *aIterator, otJoinerInfo *a… 298 otError otCommissionerRemoveJoiner(otInstance *aInstance, const otExtAddress *aEui64); 314 otError otCommissionerRemoveJoinerWithDiscerner(otInstance *aInstance, const otJoinerDiscerner *aDi… 324 const char *otCommissionerGetProvisioningUrl(otInstance *aInstance); [all …]
|
D | udp.h | 86 otError otUdpAddReceiver(otInstance *aInstance, otUdpReceiver *aUdpReceiver); 98 otError otUdpRemoveReceiver(otInstance *aInstance, otUdpReceiver *aUdpReceiver); 111 otError otUdpSendDatagram(otInstance *aInstance, otMessage *aMessage, otMessageInfo *aMessageInfo); 158 otMessage *otUdpNewMessage(otInstance *aInstance, const otMessageSettings *aSettings); 172 otError otUdpOpen(otInstance *aInstance, otUdpSocket *aSocket, otUdpReceive aCallback, void *aConte… 183 bool otUdpIsOpen(otInstance *aInstance, const otUdpSocket *aSocket); 195 otError otUdpClose(otInstance *aInstance, otUdpSocket *aSocket); 209 otError otUdpBind(otInstance *aInstance, otUdpSocket *aSocket, const otSockAddr *aSockName, otNetif… 222 otError otUdpConnect(otInstance *aInstance, otUdpSocket *aSocket, const otSockAddr *aSockName); 241 otError otUdpSend(otInstance *aInstance, otUdpSocket *aSocket, otMessage *aMessage, const otMessage… [all …]
|
D | srp_server.h | 159 const char *otSrpServerGetDomain(otInstance *aInstance); 176 otError otSrpServerSetDomain(otInstance *aInstance, const char *aDomain); 186 otSrpServerState otSrpServerGetState(otInstance *aInstance); 196 uint16_t otSrpServerGetPort(otInstance *aInstance); 206 otSrpServerAddressMode otSrpServerGetAddressMode(otInstance *aInstance); 218 otError otSrpServerSetAddressMode(otInstance *aInstance, otSrpServerAddressMode aMode); 230 uint8_t otSrpServerGetAnycastModeSequenceNumber(otInstance *aInstance); 242 otError otSrpServerSetAnycastModeSequenceNumber(otInstance *aInstance, uint8_t aSequenceNumber); 253 void otSrpServerSetEnabled(otInstance *aInstance, bool aEnabled); 275 void otSrpServerSetAutoEnableMode(otInstance *aInstance, bool aEnabled); [all …]
|
/openthread-3.5.0/include/openthread/platform/ |
D | radio.h | 460 otRadioCaps otPlatRadioGetCaps(otInstance *aInstance); 473 const char *otPlatRadioGetVersionString(otInstance *aInstance); 483 int8_t otPlatRadioGetReceiveSensitivity(otInstance *aInstance); 492 void otPlatRadioGetIeeeEui64(otInstance *aInstance, uint8_t *aIeeeEui64); 501 void otPlatRadioSetPanId(otInstance *aInstance, otPanId aPanId); 511 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress); 520 void otPlatRadioSetShortAddress(otInstance *aInstance, otShortAddress aShortAddress); 536 otError otPlatRadioGetTransmitPower(otInstance *aInstance, int8_t *aPower); 551 otError otPlatRadioSetTransmitPower(otInstance *aInstance, int8_t aPower); 564 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold); [all …]
|
/openthread-3.5.0/src/core/api/ |
D | srp_client_api.cpp | 45 otError otSrpClientStart(otInstance *aInstance, const otSockAddr *aServerSockAddr) in otSrpClientStart() 50 void otSrpClientStop(otInstance *aInstance) { return AsCoreType(aInstance).Get<Srp::Client>().Stop(… in otSrpClientStop() 52 bool otSrpClientIsRunning(otInstance *aInstance) { return AsCoreType(aInstance).Get<Srp::Client>().… in otSrpClientIsRunning() 54 const otSockAddr *otSrpClientGetServerAddress(otInstance *aInstance) in otSrpClientGetServerAddress() 59 void otSrpClientSetCallback(otInstance *aInstance, otSrpClientCallback aCallback, void *aContext) in otSrpClientSetCallback() 65 void otSrpClientEnableAutoStartMode(otInstance *aInstance, otSrpClientAutoStartCallback aCallback, … in otSrpClientEnableAutoStartMode() 70 void otSrpClientDisableAutoStartMode(otInstance *aInstance) in otSrpClientDisableAutoStartMode() 75 bool otSrpClientIsAutoStartModeEnabled(otInstance *aInstance) in otSrpClientIsAutoStartModeEnabled() 81 uint32_t otSrpClientGetTtl(otInstance *aInstance) { return AsCoreType(aInstance).Get<Srp::Client>()… in otSrpClientGetTtl() 83 void otSrpClientSetTtl(otInstance *aInstance, uint32_t aTtl) in otSrpClientSetTtl() [all …]
|
D | thread_ftd_api.cpp | 45 uint16_t otThreadGetMaxAllowedChildren(otInstance *aInstance) in otThreadGetMaxAllowedChildren() 50 otError otThreadSetMaxAllowedChildren(otInstance *aInstance, uint16_t aMaxChildren) in otThreadSetMaxAllowedChildren() 55 uint8_t otThreadGetMaxChildIpAddresses(otInstance *aInstance) in otThreadGetMaxChildIpAddresses() 61 otError otThreadSetMaxChildIpAddresses(otInstance *aInstance, uint8_t aMaxIpAddresses) in otThreadSetMaxChildIpAddresses() 67 bool otThreadIsRouterEligible(otInstance *aInstance) in otThreadIsRouterEligible() 72 otError otThreadSetRouterEligible(otInstance *aInstance, bool aEligible) in otThreadSetRouterEligible() 77 otError otThreadSetPreferredRouterId(otInstance *aInstance, uint8_t aRouterId) in otThreadSetPreferredRouterId() 83 const otDeviceProperties *otThreadGetDeviceProperties(otInstance *aInstance) in otThreadGetDeviceProperties() 88 void otThreadSetDeviceProperties(otInstance *aInstance, const otDeviceProperties *aDeviceProperties) in otThreadSetDeviceProperties() 94 uint8_t otThreadGetLocalLeaderWeight(otInstance *aInstance) in otThreadGetLocalLeaderWeight() [all …]
|
D | link_api.cpp | 45 uint8_t otLinkGetChannel(otInstance *aInstance) in otLinkGetChannel() 64 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetChannel() 87 uint32_t otLinkGetSupportedChannelMask(otInstance *aInstance) in otLinkGetSupportedChannelMask() 92 otError otLinkSetSupportedChannelMask(otInstance *aInstance, uint32_t aChannelMask) in otLinkSetSupportedChannelMask() 105 const otExtAddress *otLinkGetExtendedAddress(otInstance *aInstance) in otLinkGetExtendedAddress() 110 otError otLinkSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkSetExtendedAddress() 125 void otLinkGetFactoryAssignedIeeeEui64(otInstance *aInstance, otExtAddress *aEui64) in otLinkGetFactoryAssignedIeeeEui64() 130 otPanId otLinkGetPanId(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::Mac>().GetPan… in otLinkGetPanId() 132 otError otLinkSetPanId(otInstance *aInstance, otPanId aPanId) in otLinkSetPanId() 147 uint32_t otLinkGetPollPeriod(otInstance *aInstance) in otLinkGetPollPeriod() [all …]
|
D | thread_api.cpp | 48 uint32_t otThreadGetChildTimeout(otInstance *aInstance) in otThreadGetChildTimeout() 53 void otThreadSetChildTimeout(otInstance *aInstance, uint32_t aTimeout) in otThreadSetChildTimeout() 58 const otExtendedPanId *otThreadGetExtendedPanId(otInstance *aInstance) in otThreadGetExtendedPanId() 63 otError otThreadSetExtendedPanId(otInstance *aInstance, const otExtendedPanId *aExtendedPanId) in otThreadSetExtendedPanId() 80 otError otThreadGetLeaderRloc(otInstance *aInstance, otIp6Address *aLeaderRloc) in otThreadGetLeaderRloc() 85 otLinkModeConfig otThreadGetLinkMode(otInstance *aInstance) in otThreadGetLinkMode() 94 otError otThreadSetLinkMode(otInstance *aInstance, otLinkModeConfig aConfig) in otThreadSetLinkMode() 99 void otThreadGetNetworkKey(otInstance *aInstance, otNetworkKey *aNetworkKey) in otThreadGetNetworkKey() 105 otNetworkKeyRef otThreadGetNetworkKeyRef(otInstance *aInstance) in otThreadGetNetworkKeyRef() 111 otError otThreadSetNetworkKey(otInstance *aInstance, const otNetworkKey *aKey) in otThreadSetNetworkKey() [all …]
|
D | coap_secure_api.cpp | 48 otError otCoapSecureStart(otInstance *aInstance, uint16_t aPort) in otCoapSecureStart() 54 void otCoapSecureSetCertificate(otInstance *aInstance, in otCoapSecureSetCertificate() 64 void otCoapSecureSetCaCertificateChain(otInstance *aInstance, in otCoapSecureSetCaCertificateChain() 74 void otCoapSecureSetPsk(otInstance *aInstance, in otCoapSecureSetPsk() 88 otError otCoapSecureGetPeerCertificateBase64(otInstance *aInstance, in otCoapSecureGetPeerCertificateBase64() 100 void otCoapSecureSetSslAuthMode(otInstance *aInstance, bool aVerifyPeerCertificate) in otCoapSecureSetSslAuthMode() 105 otError otCoapSecureConnect(otInstance *aInstance, in otCoapSecureConnect() 113 void otCoapSecureDisconnect(otInstance *aInstance) { AsCoreType(aInstance).GetApplicationCoapSecure… in otCoapSecureDisconnect() 115 bool otCoapSecureIsConnected(otInstance *aInstance) in otCoapSecureIsConnected() 120 bool otCoapSecureIsConnectionActive(otInstance *aInstance) in otCoapSecureIsConnectionActive() [all …]
|
/openthread-3.5.0/tests/fuzz/ |
D | fuzzer_platform.cpp | 93 void FuzzerPlatformProcess(otInstance *aInstance) in FuzzerPlatformProcess() 151 void otPlatAlarmMilliStartAt(otInstance *aInstance, uint32_t aT0, uint32_t aDt) in otPlatAlarmMilliStartAt() 159 void otPlatAlarmMilliStop(otInstance *aInstance) in otPlatAlarmMilliStop() 168 void otPlatAlarmMicroStartAt(otInstance *aInstance, uint32_t aT0, uint32_t aDt) in otPlatAlarmMicroStartAt() 176 void otPlatAlarmMicroStop(otInstance *aInstance) in otPlatAlarmMicroStop() 183 bool otDiagIsEnabled(otInstance *aInstance) in otDiagIsEnabled() 190 otError otDiagProcessCmd(otInstance *aInstance, uint8_t aArgsLength, char *aArgs[], char *aOutput, … in otDiagProcessCmd() 201 otError otDiagProcessCmdLine(otInstance *aInstance, const char *aString, char *aOutput, size_t aOut… in otDiagProcessCmdLine() 211 void otPlatReset(otInstance *aInstance) in otPlatReset() 218 otPlatResetReason otPlatGetResetReason(otInstance *aInstance) in otPlatGetResetReason() [all …]
|
/openthread-3.5.0/tests/unit/ |
D | test_platform.cpp | 49 otInstance *instance = nullptr; in testInitInstance() 72 void testFreeInstance(otInstance *aInstance) in testFreeInstance() 91 OT_TOOL_WEAK void otTaskletsSignalPending(otInstance *) {} in otTaskletsSignalPending() argument 93 OT_TOOL_WEAK void otPlatAlarmMilliStop(otInstance *) {} in otPlatAlarmMilliStop() argument 95 OT_TOOL_WEAK void otPlatAlarmMilliStartAt(otInstance *, uint32_t, uint32_t) {} in otPlatAlarmMilliStartAt() argument 106 OT_TOOL_WEAK void otPlatAlarmMicroStop(otInstance *) {} in otPlatAlarmMicroStop() argument 108 OT_TOOL_WEAK void otPlatAlarmMicroStartAt(otInstance *, uint32_t, uint32_t) {} in otPlatAlarmMicroStartAt() argument 119 OT_TOOL_WEAK void otPlatRadioGetIeeeEui64(otInstance *, uint8_t *) {} in otPlatRadioGetIeeeEui64() argument 121 OT_TOOL_WEAK void otPlatRadioSetPanId(otInstance *, uint16_t) {} in otPlatRadioSetPanId() argument 123 OT_TOOL_WEAK void otPlatRadioSetExtendedAddress(otInstance *, const otExtAddress *) {} in otPlatRadioSetExtendedAddress() argument [all …]
|
/openthread-3.5.0/src/core/radio/ |
D | radio_platform.cpp | 48 extern "C" void otPlatRadioReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in otPlatRadioReceiveDone() 68 extern "C" void otPlatRadioTxStarted(otInstance *aInstance, otRadioFrame *aFrame) in otPlatRadioTxStarted() 85 extern "C" void otPlatRadioTxDone(otInstance *aInstance, otRadioFrame *aFrame, otRadioFrame *aAckFr… in otPlatRadioTxDone() 108 extern "C" void otPlatRadioEnergyScanDone(otInstance *aInstance, int8_t aEnergyScanMaxRssi) in otPlatRadioEnergyScanDone() 120 extern "C" void otPlatDiagRadioReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aEr… in otPlatDiagRadioReceiveDone() 134 extern "C" void otPlatDiagRadioTransmitDone(otInstance *aInstance, otRadioFrame *aFrame, otError aE… in otPlatDiagRadioTransmitDone() 148 extern "C" void otPlatRadioReceiveDone(otInstance *, otRadioFrame *, otError) {} in otPlatRadioReceiveDone() argument 150 extern "C" void otPlatRadioTxStarted(otInstance *, otRadioFrame *) {} in otPlatRadioTxStarted() argument 152 extern "C" void otPlatRadioTxDone(otInstance *, otRadioFrame *, otRadioFrame *, otError) {} in otPlatRadioTxDone() argument 154 extern "C" void otPlatRadioEnergyScanDone(otInstance *, int8_t) {} in otPlatRadioEnergyScanDone() argument [all …]
|