Home
last modified time | relevance | path

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

/scripts/pylib/power-twister-harness/stm32l562e_dk/
A DPowerShieldConfig.py35 class FunctionMode: class in PowerShieldConf
76 function_mode: str = FunctionMode.HIGH
A DPowerShield.py268 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