Searched refs:str_duty (Results 1 – 1 of 1) sorted by relevance
24 const char *str_pwm = NULL, *str_period = NULL, *str_duty = NULL; in do_pwm() local91 str_duty = *argv; in do_pwm()92 duty_ns = simple_strtoul(str_duty, NULL, 10); in do_pwm()
Completed in 2 milliseconds