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

Error if a Cancel-ble Timer was cancled already or never been started.

A measurement of a monotonically nondecreasing clock

A monotonic nondecreasing timer.

Hardware timers

Enums

Interrupt events

Traits

Common functionalities of all timer RegisterBlock types based on crate::pac::tim6::RegisterBlock.

Associated clocks with timers