Lines Matching +full:0 +full:a
7 The PWM CCU8 module can automatically generate a high-side
8 and a low-side PWM signal, where the two signals are complementary
11 The module supports adding a dead time between the high-side and
14 The dead time ensures that there is a delay before the PWM state
15 transitions from 0 to 1, preventing the high-side and low-side
20 two channels. A channel consists of a corresponding high-side
24 a separate prescaler to divide the clock. The clock divider is
26 slice has a dead time prescaler, which divides the slice clock
30 A node can define a 'pwm' field, usually referenced in a 'pwms'
33 PWM_XX() macros), and a channel
40 channel-deadtime-high = <0 0 0 0 PWM_MSEC(100) 0 0 0>;
41 channel-deadtime-low = <0 0 0 0 PWM_MSEC(100) 0 0 0>;
42 pinctrl-0 = <&pwm_out_p5_9_ccu80_ch4_high &pwm_out_p0_0_ccu80_ch4_low>;
46 This will configure channel 4 with a 100msec deadtime on the high
52 pwms = <&pwm_ccu80 0 PWM_SEC(1) PWM_POLARITY_NORMAL>;
58 refer to a specific 'pwm_ccu8x' module and channel, respectively.
66 Note that a slice has two channels. Channels 0/1 are in slice 0,
70 on a channel 0, it will also be updated for channel 1 since they are
84 pinctrl-0:
96 The range for the prescaler values is [0, 15].
104 The range for the values is [0, 3].