notes.txt 837 B

12345678910111213141516171819
  1. STM32 ADCv3 driver.
  2. Driver capability:
  3. - Supports the STM32 "fast" ADC found on F3 and L4 sub-families.
  4. The file registry must export:
  5. STM32_HAS_ADCx - ADCx presence flag (1..4).
  6. STM32_ADC1_HANDLER - IRQ vector name for ADC1.
  7. STM32_ADC1_NUMBER - IRQ vector number for ADC1.
  8. STM32_ADC2_HANDLER - IRQ vector name for ADC2.
  9. STM32_ADC2_NUMBER - IRQ vector number for ADC2.
  10. STM32_ADC3_HANDLER - IRQ vector name for ADC3.
  11. STM32_ADC3_NUMBER - IRQ vector number for ADC3.
  12. STM32_ADC4_HANDLER - IRQ vector name for ADC4.
  13. STM32_ADC4_NUMBER - IRQ vector number for ADC4.
  14. STM32_ADCx_DMA_MSK - Mask of the compatible DMA channels (1..4).
  15. STM32_ADCx_DMA_CHN - Mask of the channels mapping (1..4).