notes.txt 650 B

12345678910111213141516
  1. STM32 ADCv1 driver.
  2. Driver capability:
  3. - Supports the STM32 "simple" ADC, the one found on small devices (F0, L0).
  4. The file registry must export:
  5. STM32_HAS_ADC1 - ADC1 presence flag.
  6. STM32_ADC_SUPPORTS_PRESCALER - Support of CCR PRESC field.
  7. STM32_ADC_SUPPORTS_OVERSAMPLING - Support of oversampling-related fields.
  8. STM32_ADC1_IRQ_SHARED_WITH_EXTI - TRUE if the IRQ is shared with EXTI.
  9. STM32_ADC1_HANDLER - IRQ vector name.
  10. STM32_ADC1_NUMBER - IRQ vector number.
  11. STM32_ADC1_DMA_MSK - Mask of the compatible DMA channels.
  12. STM32_ADC1_DMA_CHN - Mask of the channels mapping.