Module stm32f3xx_hal::timer

source ·
Expand description

Timers

Abstractions of the internal timer peripherals The timer modules implements the CountDown and Periodic traits.

Examples

Check out examples/adc.rs, where a Periodic timer is used to wake up the main-loop regularly.

Structs

Enums

Traits