[][src]Module stm32f1xx_hal::pwm_input

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

PwmInput

PWM Input

Enums

Configuration

Which frequency the timer will try to sample

Error

The error returned when reading a frequency from a timer

ReadMode

How the data is read from the timer

Traits

Pins