Home
last modified time | relevance | path

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

/openthread-latest/src/posix/
Dmain.c270 VerifyOrDie(aConfig->mPlatformConfig.mCoprocessorUrls.mNum < in ParseArg()
271 OT_ARRAY_LENGTH(aConfig->mPlatformConfig.mCoprocessorUrls.mUrls), in ParseArg()
273 …aConfig->mPlatformConfig.mCoprocessorUrls.mUrls[aConfig->mPlatformConfig.mCoprocessorUrls.mNum++] = in ParseArg()
277 if (aConfig->mPlatformConfig.mCoprocessorUrls.mNum == 0) in ParseArg()
/openthread-latest/src/posix/platform/
Dsystem.cpp113 for (uint8_t i = 0; i < aPlatformConfig->mCoprocessorUrls.mNum; i++) in getTrelRadioUrl()
115 ot::Posix::RadioUrl url(aPlatformConfig->mCoprocessorUrls.mUrls[i]); in getTrelRadioUrl()
119 radioUrl = aPlatformConfig->mCoprocessorUrls.mUrls[i]; in getTrelRadioUrl()
137 platformRadioInit(get802154RadioUrl(aPlatformConfig->mCoprocessorUrls)); in platformInitRcpMode()
191 …sCoprocessorType = platformSpinelManagerInit(get802154RadioUrl(aPlatformConfig->mCoprocessorUrls)); in platformInit()
/openthread-latest/src/posix/platform/include/openthread/
Dopenthread-system.h88 otPlatformCoprocessorUrls mCoprocessorUrls; ///< Coprocessor URLs. member