Lines Matching +full:channel +full:- +full:9
50 instance controls a single PWM channel.
59 is the channel number within that unit.
62 .Bl -tag -width "-f device"
72 Show the configuration of the PWM channel.
74 Disable the PWM channel.
76 Configure the duty cycle (in nanoseconds or percentage) of the PWM channel.
81 Enable the PWM channel.
83 Configure the period (in nanoseconds) of the PWM channel.
88 .Bl -bullet
90 Show the configuration of the PWM channel:
91 .Bd -literal
92 pwm -f /dev/pwm/pwmc0.1 -C
96 and enable the channel:
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%
111 .Xr pwm 9 ,
112 .Xr pwmbus 9
119 .An -nosplit