libopencm3/include/libopencm3/stm32/f4
Karl Palsson 27bc12de61 stm32: unify bulk of adc convenience functions
This unifies stm32f1, l1, and f4 convenience functions for adc.  The code
should be useable for f2 and f37x as well, but that needs hardware for testing,
and there was no existing implementation. This is the reason for the
"adc_common_v1.c" name, as trying to put all the different families into the
common file name has become too cumbersome.

All of the deprecated routines have been dropped, they've been marked
deprecated for a very long time now, and porting them seemed unnecessary.

This has been tested on f1, l1 and f4 discovery boards, and is based on some
existing l1/f1 unification code from
https://github.com/karlp/libopencm3/tree/rme_l1_master
2014-02-05 10:39:00 +00:00
..
adc.h stm32: unify bulk of adc convenience functions 2014-02-05 10:39:00 +00:00
crc.h First coarse run to fix coding style in locm3. 2013-06-12 18:22:56 -07:00
crypto.h [Style] Do not declare new types if not really necessary. 2013-06-30 22:20:51 -07:00
dac.h Repair to documentation (most documented files) 2013-03-07 11:14:06 +10:30
dma.h Repair to documentation (most documented files) 2013-03-07 11:14:06 +10:30
doc-stm32f4.h Setup to document entire project using doxygen. 2012-09-15 12:51:46 +09:30
exti.h Fix a number of top level doxygen issues. 2014-01-15 22:19:52 +01:00
flash.h Documentation added to flash modules for all STM32 families. 2014-01-15 22:09:36 +01:00
gpio.h [STM32] Split apart gpio f234 into f234 and f24. 2013-07-07 16:01:51 -07:00
hash.h [stm32] Added basic support for hash processor 2013-06-02 18:23:49 -07:00
i2c.h Repair to documentation (most documented files) 2013-03-07 11:14:06 +10:30
irq.json [build] Remove PyYAML dependency 2014-01-02 20:55:15 +01:00
iwdg.h First coarse run to fix coding style in locm3. 2013-06-12 18:22:56 -07:00
memorymap.h [stm32] Add Factory Calibration values where available 2013-12-04 22:52:17 +00:00
pwr.h Repair to documentation (most documented files) 2013-03-07 11:14:06 +10:30
rcc.h Fix a number of top level doxygen issues. 2014-01-15 22:19:52 +01:00
rng.h Add test in common headers for improper inclusion of such files in application. 2013-03-07 18:35:04 +10:30
rtc.h [STM32F0:RTC] Renamed common files to be consistent to file naming scheme 2013-08-22 17:18:38 -07:00
spi.h Repair to documentation (most documented files) 2013-03-07 11:14:06 +10:30
syscfg.h Fix a number of top level doxygen issues. 2014-01-15 22:19:52 +01:00
timer.h This mainly moves the STM32 timers' code to the common area. 2013-03-09 14:39:01 +10:30
usart.h Repair to documentation (most documented files) 2013-03-07 11:14:06 +10:30