Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/include/openthread/
Dopenthread-system.h75 typedef struct otPlatformCoprocessorUrls struct
79 } otPlatformCoprocessorUrls; argument
88 otPlatformCoprocessorUrls mCoprocessorUrls; ///< Coprocessor URLs.
125 CoprocessorType otSysInitCoprocessor(otPlatformCoprocessorUrls *aUrls);
/openthread-latest/src/posix/platform/
Dsystem.cpp87 static const char *get802154RadioUrl(const otPlatformCoprocessorUrls &aUrls) in get802154RadioUrl()
258 CoprocessorType otSysInitCoprocessor(otPlatformCoprocessorUrls *aUrls) in otSysInitCoprocessor()