Searched refs:OT_POWER_SUPPLY_EXTERNAL (Results 1 – 5 of 5) sorted by relevance
/openthread-3.6.0/tests/unit/ |
D | test_mle.cpp | 69 case OT_POWER_SUPPLY_EXTERNAL: in TestDefaultDeviceProperties() 109 {{OT_POWER_SUPPLY_EXTERNAL, false, false, false, 0}, 64}, in TestLeaderWeightCalculation() 114 {{OT_POWER_SUPPLY_EXTERNAL, true, false, false, 0}, 65}, in TestLeaderWeightCalculation() 119 {{OT_POWER_SUPPLY_EXTERNAL, true, true, false, 0}, 72}, in TestLeaderWeightCalculation() 125 {{OT_POWER_SUPPLY_EXTERNAL, false, false, true, 0}, 60}, in TestLeaderWeightCalculation() 130 {{OT_POWER_SUPPLY_EXTERNAL, true, false, true, 0}, 61}, in TestLeaderWeightCalculation() 136 {{OT_POWER_SUPPLY_EXTERNAL, true, false, false, 10}, 75}, in TestLeaderWeightCalculation() 141 {{OT_POWER_SUPPLY_EXTERNAL, false, false, false, -10}, 54}, in TestLeaderWeightCalculation() 148 {{OT_POWER_SUPPLY_EXTERNAL, false, false, false, 20}, 80}, in TestLeaderWeightCalculation() 153 {{OT_POWER_SUPPLY_EXTERNAL, true, false, false, -20}, 49}, in TestLeaderWeightCalculation()
|
/openthread-3.6.0/src/core/config/ |
D | misc.h | 100 #define OPENTHREAD_CONFIG_DEVICE_POWER_SUPPLY OT_POWER_SUPPLY_EXTERNAL
|
/openthread-3.6.0/include/openthread/ |
D | thread_ftd.h | 210 OT_POWER_SUPPLY_EXTERNAL = 1, ///< Externally powered (mains-powered). enumerator
|
/openthread-3.6.0/src/core/thread/ |
D | mle_types.hpp | 307 kPowerSupplyExternal = OT_POWER_SUPPLY_EXTERNAL, ///< External powered.
|
/openthread-3.6.0/src/cli/ |
D | cli.cpp | 3552 static_assert(1 == OT_POWER_SUPPLY_EXTERNAL, "OT_POWER_SUPPLY_EXTERNAL value is incorrect"); in Process()
|