Home
last modified time | relevance | path

Searched refs:otPlatGetMcuPowerState (Results 1 – 4 of 4) sorted by relevance

/openthread-2.7.6/include/openthread/platform/
Dmisc.h194 otPlatMcuPowerState otPlatGetMcuPowerState(otInstance *aInstance);
/openthread-2.7.6/examples/platforms/simulation/
Dmisc.c96 otPlatMcuPowerState otPlatGetMcuPowerState(otInstance *aInstance) in otPlatGetMcuPowerState() function
/openthread-2.7.6/src/posix/platform/
Dmisc.cpp92 otPlatMcuPowerState otPlatGetMcuPowerState(otInstance *aInstance) in otPlatGetMcuPowerState() function
/openthread-2.7.6/src/ncp/
Dncp_base.cpp1977 switch (otPlatGetMcuPowerState(mInstance)) in HandlePropertyGet()