Module gd32vf103xx_hal::pwm[][src]

Expand description

Pulse width modulation

Structs

Type FullRemap represent the timers full remap mode, which correspond for TIMER0, TIMER1, TIMER2 to 0b11; For TIMER3 and TIMER4 to 0b1.

Type NoRemap represent the timers no remap mode, which correspond for TIMER0, TIMER1 and TIMER2 to 0b00; For TIMER3 and TIMER4 correspond to 0b0.

Type PartialRemap1 represent the timers partial remap mode, which correspond for TIMER0, TIMER1 to 0b01.

Type PartialRemap2 represent the timers partial remap mode, which correspond for TIMER1 and TIMER2 to 0b10,

PWM TIMER configuration.

Enums

Traits