Expand description
Pulse Width Modulation (PWM)
Structs§
- The configuration of a PWM slice. Note the period in clock cycles of a slice can be computed as:
(top + 1) * (phase_correct ? 1 : 2) * divider
- PWM driver.
- Batch representation of PWM slices.
- Single channel of Pwm driver.
Enums§
- PWM input mode.
- PWM error.
Traits§
- PWM Channel A.
- PWM Channel B.
- Single PWM channel / pin.
- PWM Slice.