Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/
Dmisc.c43 static otPlatMcuPowerState gPlatMcuPowerState = OT_PLAT_MCU_POWER_STATE_ON;
93 case OT_PLAT_MCU_POWER_STATE_ON: in otPlatSetMcuPowerState()
/openthread-latest/src/posix/platform/
Dmisc.cpp44 static otPlatMcuPowerState gPlatMcuPowerState = OT_PLAT_MCU_POWER_STATE_ON;
66 case OT_PLAT_MCU_POWER_STATE_ON: in otPlatSetMcuPowerState()
/openthread-latest/include/openthread/platform/
Dmisc.h140 OT_PLAT_MCU_POWER_STATE_ON = 0, enumerator
/openthread-latest/tests/unit/
Dtest_platform.cpp745 …tMcuPowerState otPlatGetMcuPowerState(otInstance *aInstance) { return OT_PLAT_MCU_POWER_STATE_ON; } in otPlatGetMcuPowerState()
/openthread-latest/src/ncp/
Dncp_base.cpp2191 case OT_PLAT_MCU_POWER_STATE_ON: in HandlePropertyGet()
2218 powerState = OT_PLAT_MCU_POWER_STATE_ON; in HandlePropertySet()