Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/experiments/
H A Ddrive.cpp202 int64_t pwm1_value = static_cast<int64_t>(r1.value); in driveMain() local
204 if (MAX_PWM != pwm0_value || MAX_PWM != pwm1_value) in driveMain()