Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
stm32:peripherals:timer_input [2016/06/27 12:23] feurstm32:peripherals:timer_input [2016/06/28 11:53] (current) – removed feur
Line 1: Line 1:
-====== Timer Input ====== 
  
-\\ {{timer_clock.svg}} \\ \\ 
- 
-===== Programming Example ===== 
- 
-The code snippet bellow shows how to configure and use a GPIO pin as input. 
- 
-<code c> 
-#include "reg_stm32f4xx.h" 
- 
-/* TO-DODELI DOO. */ 
-</code> 
-\\ 
- 
-> {{logo_hal.svg?72px |}} **Hardware Abstraction Layer** 
-> [[https://ennis.zhaw.ch/hal/structreg__tim__t.html | Registry Types]] 
-> [[https://ennis.zhaw.ch/hal/hal__timer_8h.html | InES Timer HAL Interface]] 
-\\ 
- 
-===== Configuration Registers ===== 
- 
-==== CR1 ==== 
- 
-Configuration register 1 
- 
-\\ {{timer_reg_cr1.svg}} \\ \\ 
- 
-|< 100% 5em 5em >| 
-|CKD|00|t<sub>DTS</sub> => t<sub>CKINT</sub>| 
-|:::|01|t<sub>DTS</sub> => 2 · t<sub>CKINT</sub>| 
-|:::|10|t<sub>DTS</sub> => 4 · t<sub>CKINT</sub>| 
-|:::|11|Reserved| 
- 
-==== SMCR ==== 
- 
-Slave mode control register 
- 
-\\ {{timer_reg_smcr.svg}} \\ \\ 
- 
-|< 100% 5em 5em >| 
-|ETP|0|| 
-|:::|1|| 
-|ETPS|0|| 
-|:::|1|| 
-|ETF|0|| 
-|:::|1|| 
- 
-===== Legend ===== 
- 
-\\ {{legende.svg}} \\ \\ 
  • stm32/peripherals/timer_input.1467030199.txt.gz
  • Last modified: 2016/06/27 12:23
  • by feur