Home
last modified time | relevance | path

Searched refs:otPlatformConfig (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/posix/platform/include/openthread/
Dopenthread-system.h84 typedef struct otPlatformConfig struct
96 } otPlatformConfig; argument
138 otInstance *otSysInit(otPlatformConfig *aPlatformConfig);
/openthread-latest/src/posix/platform/
Dsystem.cpp109 static const char *getTrelRadioUrl(otPlatformConfig *aPlatformConfig) in getTrelRadioUrl()
135 void platformInitRcpMode(otPlatformConfig *aPlatformConfig) in platformInitRcpMode()
175 void platformInitNcpMode(otPlatformConfig *aPlatformConfig) in platformInitNcpMode()
181 void platformInit(otPlatformConfig *aPlatformConfig) in platformInit()
213 void platformSetUp(otPlatformConfig *aPlatformConfig) in platformSetUp()
266 otInstance *otSysInit(otPlatformConfig *aPlatformConfig) in otSysInit()
Dplatform-posix.h210 void platformNetifInit(otPlatformConfig *aPlatformConfig);
Dnetif.cpp2016 static void platformConfigureTunDevice(otPlatformConfig *aPlatformConfig)
2063 static void platformConfigureTunDevice(otPlatformConfig *aPlatformConfig)
2115 static void platformConfigureTunDevice(otPlatformConfig *aPlatformConfig)
2213 void platformNetifInit(otPlatformConfig *aPlatformConfig)
/openthread-latest/src/posix/
Dmain.c119 otPlatformConfig mPlatformConfig; ///< Platform configuration.