Energy manager: Checks if the device can be switched OFF.
См. определение в файле ComponentEnergyManager.c строка 849
850 {
852 {
853 return false;
854 }
855
857 }
bool IsPassive()
Energy manager: Returns true if this device is set to be passive. False if otherwise.
bool IsSwitchedOn()
Energy manager: Returns state of the switch. Whenever the device is working or not does not matter....
Перекрестные ссылки IsPassive() и IsSwitchedOn().
Используется в SwitchOff().