aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/ADCv3/notes.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-10 10:38:08 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-10 10:38:08 +0000
commit3842ff446c4012d26cf02009c89e1c0be426dbbf (patch)
tree1f38070ee9a386631ceb6f4e927cb1d9649b06dd /os/hal/ports/STM32/LLD/ADCv3/notes.txt
parent7fe3a9049901f2e07add95992c6f1e81c86641a1 (diff)
downloadChibiOS-3842ff446c4012d26cf02009c89e1c0be426dbbf.tar.gz
ChibiOS-3842ff446c4012d26cf02009c89e1c0be426dbbf.tar.bz2
ChibiOS-3842ff446c4012d26cf02009c89e1c0be426dbbf.zip
Unified ADCv3 driver, not finished.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8572 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD/ADCv3/notes.txt')
-rw-r--r--os/hal/ports/STM32/LLD/ADCv3/notes.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/LLD/ADCv3/notes.txt b/os/hal/ports/STM32/LLD/ADCv3/notes.txt
new file mode 100644
index 000000000..2a8bf0137
--- /dev/null
+++ b/os/hal/ports/STM32/LLD/ADCv3/notes.txt
@@ -0,0 +1,13 @@
+STM32 ADCv2 driver.
+
+Driver capability:
+
+- Supports the STM32 "fast" ADC found on F3 and L4 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.