Module timer

Module timer 

Source

Structs§

DwtTimer
TimerCounter
Hardware timers for atsam4 can be 16 or 32-bit depending on the hardware.. It is also possible to chain TC (timer channels) within a Timer Module to create larger timer registers (not currently implemented in this hal). TimerCounter implements both the Periodic and the CountDown embedded_hal timer traits. Before a hardware timer can be used, it must first have a clock configured.
TimerCounterChannel
TimerCounterChannels

Enums§

ClockSource

Type Aliases§

TimerCounter0
TimerCounter1
TimerCounter2