Module stm32f1xx_hal::pwm_input[][src]

Expand description

This module allows Timer peripherals to be configured as pwm input. In this mode, the timer sample a squared signal to find it’s frequency and duty cycle.

Structs

PWM Input

Enums

Which frequency the timer will try to sample

The error returned when reading a frequency from a timer

How the data is read from the timer

Traits