embassy-stm32

Crates

git

Versions

stm32l471ze

Flavors

Module simple_pwm

Source
Expand description

Simple PWM driver.

Structs§

PwmPin
PWM pin wrapper.
SimplePwm
Simple PWM driver.
SimplePwmChannel
A single channel of a pwm, obtained from SimplePwm::split, SimplePwm::channel, SimplePwm::ch1, etc.
SimplePwmChannels
A group of four SimplePwmChannels, obtained from SimplePwm::split.

Enums§

Ch1
Channel 1 marker type.
Ch2
Channel 2 marker type.
Ch3
Channel 3 marker type.
Ch4
Channel 4 marker type.