diff options
Diffstat (limited to 'lib/chibios/os/hal/ports/STM32/LLD/ADCv4/notes.txt')
-rw-r--r-- | lib/chibios/os/hal/ports/STM32/LLD/ADCv4/notes.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/chibios/os/hal/ports/STM32/LLD/ADCv4/notes.txt b/lib/chibios/os/hal/ports/STM32/LLD/ADCv4/notes.txt new file mode 100644 index 000000000..6c58ab8ea --- /dev/null +++ b/lib/chibios/os/hal/ports/STM32/LLD/ADCv4/notes.txt | |||
@@ -0,0 +1,13 @@ | |||
1 | STM32 ADCv4 driver. | ||
2 | |||
3 | Driver capability: | ||
4 | |||
5 | - Supports the STM32 "fast" ADC found on H7 sub-family. | ||
6 | |||
7 | The file registry must export: | ||
8 | |||
9 | STM32_HAS_ADCx - ADCx presence flag (1..4). | ||
10 | STM32_ADC12_HANDLER - IRQ vector name for ADC1 and ADC2. | ||
11 | STM32_ADC12_NUMBER - IRQ vector number for ADC1 and ADC2. | ||
12 | STM32_ADC34_HANDLER - IRQ vector name for ADC3 and ADC4. | ||
13 | STM32_ADC34_NUMBER - IRQ vector number for ADC3 and ADC4. | ||