Home
last modified time | relevance | path

Searched refs:otPowerSupply (Results 1 – 3 of 3) sorted by relevance

/openthread-3.6.0/include/openthread/
Dthread_ftd.h213 } otPowerSupply; typedef
230 otPowerSupply mPowerSupply; ///< Power supply config.
/openthread-3.6.0/src/core/thread/
Dmle_types.hpp722 DefineMapEnum(otPowerSupply, Mle::DeviceProperties::PowerSupply);
/openthread-3.6.0/src/cli/
Dcli.cpp3615 props.mPowerSupply = static_cast<otPowerSupply>(index); in Process()