Structs

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.

Enums

Type Definitions