Home
last modified time | relevance | path

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

/openthread-2.7.6/examples/platforms/simulation/
Dmisc.c42 static otPlatMcuPowerState gPlatMcuPowerState = OT_PLAT_MCU_POWER_STATE_ON; variable
85 gPlatMcuPowerState = aState; in otPlatSetMcuPowerState()
100 return gPlatMcuPowerState; in otPlatGetMcuPowerState()
/openthread-2.7.6/src/posix/platform/
Dmisc.cpp44 static otPlatMcuPowerState gPlatMcuPowerState = OT_PLAT_MCU_POWER_STATE_ON; variable
68 gPlatMcuPowerState = aState; in otPlatSetMcuPowerState()
96 return gPlatMcuPowerState; in otPlatGetMcuPowerState()