Expand description
Low-level timer driver.
This is an unopinionated, very low-level driver for all STM32 timers. It allows direct register
manipulation with the regs_*() methods, and has utility functions that are thin wrappers
over the registers.
The available functionality depends on the timer type.
Structs§
- Timer
 - Low-level timer driver.
 
Enums§
- Counting
Mode  - Timer counting mode.
 - Filter
Value  - Input
Capture Mode  - Input capture mode.
 - InputTI
Selection  - Input TI selection.
 - Master
Mode  - Output
Compare Mode  - Output compare mode.
 - Output
Polarity  - Timer output pin polarity.
 - Slave
Mode  - Trigger
Source