Home
last modified time | relevance | path

Searched refs:str_pwm (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
37 str_pwm = *argv; in do_pwm()
41 if (!str_pwm) in do_pwm()
69 pwm_dev = simple_strtoul(str_pwm, NULL, 10); in do_pwm()
72 printf("pwm: '%s' not found\n", str_pwm); in do_pwm()

Completed in 2 milliseconds