Home
last modified time | relevance | path

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

/openthread-latest/src/posix/
Dmain.c270 VerifyOrDie(aConfig->mPlatformConfig.mCoprocessorUrls.mNum < 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/include/openthread/
Dopenthread-system.h78 uint8_t mNum; ///< Number of Co-processor URLs. member
/openthread-latest/src/posix/platform/
Dsystem.cpp91 for (uint8_t i = 0; i < aUrls.mNum; i++) in get802154RadioUrl()
113 for (uint8_t i = 0; i < aPlatformConfig->mCoprocessorUrls.mNum; i++) in getTrelRadioUrl()