embassy-stm32

Crates

git

Versions

stm32g471re

Flavors

Module simple_pwm

Source
Expand description

Simple PWM driver.

Structs§

PwmPin
PWM pin wrapper.
PwmPinConfig
PWM pin config
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.