aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/dac.h
AgeCommit message (Collapse)Author
2012-09-02Add C linkage declaration for C++ usageNicolas Schodet
2012-08-20STM32F1xx: Changed markup to get more control over documentation, eachKen Sarkies
file having its own group module rather than using @file. No code changes except for the following: gpio: Added function to map the eventout signal plus two Remap functions dma: Prevent changing base addresses while channel enabled (see datasheet) pwr: Added pwr.c (new file) timer: Removed the last function that I introduced recently; there is already an equivalent function present. Changed some parameter names for consistency.
2012-07-09Minor changes to doxygen content, no changes to code.Ken Sarkies
2012-06-30Code for DAC module STM32Fxxx seriesKen Sarkies
Add prototypes to dac.h and small change to simplify alignment enum
2012-04-20Initial implementation of DAC registers for stm32 by Felix HeldPiotr Esden-Tempski