Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dpwm.c24 const char *str_pwm = NULL, *str_period = NULL, *str_duty = NULL; in do_pwm() local
91 str_duty = *argv; in do_pwm()
92 duty_ns = simple_strtoul(str_duty, NULL, 10); in do_pwm()

Completed in 2 milliseconds