Home
last modified time | relevance | path

Searched refs:function_mode (Results 1 – 2 of 2) sorted by relevance

/scripts/pylib/power-twister-harness/stm32l562e_dk/
A DPowerShieldConfig.py76 function_mode: str = FunctionMode.HIGH variable in PowerShieldConf
A DPowerShield.py40 self.__set_func_mode(self.power_shield_conf.function_mode)
268 def __set_func_mode(self, function_mode: str = PowerShieldConf.FunctionMode.HIGH):
280 if function_mode not in vars(PowerShieldConf.FunctionMode).values():

Completed in 6 milliseconds