Add timer support for STM32F2 & STM32F4

This commit is contained in:
Stephen Caudle
2011-11-01 16:46:26 -04:00
parent 505a05ccf4
commit d9a76c75c2
6 changed files with 1869 additions and 3 deletions

View File

@@ -50,4 +50,8 @@
#define TIM5_OR_TI4_RMP_RTC (0x3 << 6)
#define TIM5_OR_TI4_RMP_MASK (0x3 << 6)
/* --- Function prototypes ------------------------------------------------- */
void timer_set_option(u32 timer_peripheral, u32 option);
#endif