aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/timer.h
AgeCommit message (Expand)Author
2012-10-16Initial documentation for stm32/usart.c, usart.hKen Sarkies
2012-10-16stm32f1:Ken Sarkies
2012-09-02Add C linkage declaration for C++ usageNicolas Schodet
2012-08-20STM32F1xx: Changed markup to get more control over documentation, eachKen Sarkies
2012-07-10STM32F timers. Doxygen markup added, and some code changes:Ken Sarkies
2012-04-08Added functions for configuring timers in slave mode.Gareth McMullin
2012-04-08Added functions for timer input capture polarity and enable/disable.Gareth McMullin
2012-04-08Added convenience function for timer input selection.Gareth McMullin
2012-04-08Added convenience funcions for timer input capture filter and prescaler.Gareth McMullin
2012-04-07Corrected parameters of timer_set_mode() to u32.Gareth McMullin
2012-04-07Corrected bit definitions for capture/compare input selection.Gareth McMullin
2012-03-02License change of the library to LGPL, version 3 or later.Piotr Esden-Tempski
2011-10-31Fix more STM32 whitespace issuesStephen Caudle
2011-02-01Added get flag and get counter functions to timer. Allow proper interrupt han...Piotr Esden-Tempski
2011-01-31Added set prescaler and set repetition counter functions to timer.Piotr Esden-Tempski
2011-01-31Added timer reset function.Piotr Esden-Tempski
2011-01-31Added timer flag reset function.Piotr Esden-Tempski
2011-01-31Added interrupt and event generation handling functions to timer. Updated pw...Piotr Esden-Tempski
2011-01-28Added break and dead time convenience functions. Adapted 6step example to ref...Piotr Esden-Tempski
2011-01-28Replaced OC mode selection with an enum, makes it simpler to use.Piotr Esden-Tempski
2011-01-27Added output compare channel convenience functions and adapted the pwm_6step ...Piotr Esden-Tempski
2011-01-27Started a pwm 6step output example. Enabled timer convenience functions and s...Piotr Esden-Tempski
2010-12-31Some more file/path restructuring.Uwe Hermann