aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/ADCv2/notes.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-08-05 13:34:14 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-08-05 13:34:14 +0000
commit9be84e95da4f77d76969149b5629e72cdfc55581 (patch)
treefeb4acac6f986ba7499cb4d7264ad2e5794e7115 /os/hal/ports/STM32/LLD/ADCv2/notes.txt
parent314eb6c589f05a7793bef8d21240c1f92240ef92 (diff)
downloadChibiOS-9be84e95da4f77d76969149b5629e72cdfc55581.tar.gz
ChibiOS-9be84e95da4f77d76969149b5629e72cdfc55581.tar.bz2
ChibiOS-9be84e95da4f77d76969149b5629e72cdfc55581.zip
New STM32 ADCv2 driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8160 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD/ADCv2/notes.txt')
-rw-r--r--os/hal/ports/STM32/LLD/ADCv2/notes.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/LLD/ADCv2/notes.txt b/os/hal/ports/STM32/LLD/ADCv2/notes.txt
new file mode 100644
index 000000000..81312d063
--- /dev/null
+++ b/os/hal/ports/STM32/LLD/ADCv2/notes.txt
@@ -0,0 +1,13 @@
+STM32 ADCv2 driver.
+
+Driver capability:
+
+- Supports the STM32 "advanced" ADC found on F2, F4 and F4 sub-families.
+
+The file registry must export:
+
+STM32_HAS_ADCx - ADCx presence flag (1..3).
+STM32_ADC_HANDLER - IRQ vector name for ADCs (shared).
+STM32_ADC_NUMBER - IRQ vector number for ADCs (shared).
+STM32_ADCx_DMA_MSK - Mask of the compatible DMA channels.
+STM32_ADCx_DMA_CHN - Mask of the channels mapping.