diff options
Diffstat (limited to 'lib/chibios/os/hal/ports/STM32/LLD/ADCv5/notes.txt')
-rw-r--r-- | lib/chibios/os/hal/ports/STM32/LLD/ADCv5/notes.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/chibios/os/hal/ports/STM32/LLD/ADCv5/notes.txt b/lib/chibios/os/hal/ports/STM32/LLD/ADCv5/notes.txt new file mode 100644 index 000000000..f1e147405 --- /dev/null +++ b/lib/chibios/os/hal/ports/STM32/LLD/ADCv5/notes.txt | |||
@@ -0,0 +1,16 @@ | |||
1 | STM32 ADCv1 driver. | ||
2 | |||
3 | Driver capability: | ||
4 | |||
5 | - Supports the STM32 "simple" ADC, the one found on small devices (G0). | ||
6 | |||
7 | The file registry must export: | ||
8 | |||
9 | STM32_HAS_ADC1 - ADC1 presence flag. | ||
10 | STM32_ADC_SUPPORTS_PRESCALER - Support of CCR PRESC field. | ||
11 | STM32_ADC_SUPPORTS_OVERSAMPLING - Support of oversampling-related fields. | ||
12 | STM32_ADC1_IRQ_SHARED_WITH_EXTI - TRUE if the IRQ is shared with EXTI. | ||
13 | STM32_ADC1_HANDLER - IRQ vector name. | ||
14 | STM32_ADC1_NUMBER - IRQ vector number. | ||
15 | STM32_ADC1_DMA_MSK - Mask of the compatible DMA channels. | ||
16 | STM32_ADC1_DMA_CHN - Mask of the channels mapping. | ||