Lines Matching +full:channel +full:- +full:use
4 .\" Redistribution and use in source and binary forms, with or without
19 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
49 driver provides device-control access to a channel of PWM hardware.
52 device is associated with a single PWM output channel.
58 instance will exist for each channel, but changing the period or
59 duty cycle of any one channel may affect other channels within the
73 is the channel number within that hardware controller.
80 driver provides control of a PWM channel with the following
84 .Bl -tag -width indent
86 Retrieve the current state of the channel.
88 Set the current state of the channel.
90 To change just one of the values, use
99 .Bd -literal
107 .Bl -tag -width period
109 The duration, in nanoseconds, of one complete on-off cycle.
113 Flags that affect the output signal can be bitwise-ORed together.
116 .Bl -tag -width PWM_POLARITY_INVERTED -compact
131 .Bl -tag -width indent
136 .It Va hint.pwmc.%d.channel
137 The hardware channel number the instance is attached to.
138 Channel numbers count up from zero.
153 child node for every channel the hardware supports.
159 .Bl -tag -width indent
163 The hardware channel number.
169 .Bl -tag -width indent
182 .Bd -literal
185 pinctrl-names = "default";
186 pinctrl-0 = <&ehrpwm0_AB_pins>;
196 .Bl -tag -width -compact