aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/ADCv3/notes.txt
blob: 2a8bf013757f8806925029b98275cf70974f1a25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.