Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
stm32:peripherals:timer [2016/06/28 11:54] – [Functions] feur | stm32:peripherals:timer [2023/02/08 12:57] (current) – [Functions] frtt | ||
---|---|---|---|
Line 3: | Line 3: | ||
{{ timer_complete.svg? | {{ timer_complete.svg? | ||
- | The STM32F429ZI offers several general | + | The STM32F429ZI offers several general |
===== Features ===== | ===== Features ===== | ||
Line 22: | Line 22: | ||
These functions are available: | These functions are available: | ||
* The [[timer_base|basic timer]] function governs the core timer itself, eg. counting mode, reload-values, | * The [[timer_base|basic timer]] function governs the core timer itself, eg. counting mode, reload-values, | ||
- | * The [[timer_clock|clock source]] | + | * The [[timer_clock|clock source]] controls the clock signal, eg. internal clock source, external trigger, etc. |
- | * The [[timer_output|Output]] function is used for generating PWM signals. | + | * The [[timer_compare|compare]] function is used for generating PWM signals. |
+ | * The capture function is used for capturing input signals. |