Home
last modified time | relevance | path

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

/external/openthread/include/openthread/platform/
Dmisc.h153 OT_PLAT_MCU_POWER_STATE_LOW_POWER = 1, enumerator
/external/openthread/examples/platforms/simulation/
Dmisc.c84 case OT_PLAT_MCU_POWER_STATE_LOW_POWER: in otPlatSetMcuPowerState()
/external/openthread/src/posix/platform/
Dmisc.cpp67 case OT_PLAT_MCU_POWER_STATE_LOW_POWER: in otPlatSetMcuPowerState()
/external/openthread/src/ncp/
Dncp_base.cpp2015 case OT_PLAT_MCU_POWER_STATE_LOW_POWER: in HandlePropertyGet()
2042 powerState = OT_PLAT_MCU_POWER_STATE_LOW_POWER; in HandlePropertySet()