Lines Matching +full:duty +full:- +full:cycle
38 .Op Fl d Ar duty
62 .Bl -tag -width "-f device"
75 .It Fl d Ar duty
76 Configure the duty cycle (in nanoseconds or percentage) of the PWM channel.
77 Duty is the portion of the
88 .Bl -bullet
91 .Bd -literal
92 pwm -f /dev/pwm/pwmc0.1 -C
95 Configure a 50000 ns period and a 25000 ns duty cycle
97 .Bd -literal
98 pwm -f pwmc1.1 -E -p 50000 -d 25000
101 Configure a 50% duty cycle on the device and channel which
106 .Bd -literal
107 pwm -f backlight -d 50%
119 .An -nosplit