summaryrefslogtreecommitdiff
path: root/adc
AgeCommit message (Collapse)AuthorFilesLines
2022-01-26stm32wb: use ADC_COMMON1 for consistent namingKarl Palsson1-1/+1
2022-01-20adc: stm32f3: expand and verifyKarl Palsson1-1/+3
Working with dma and timers. This preserves the somewhat dubious decision that ADC clock for F1 and F3 should be 12Mhz. It can always be overridden later.
2021-09-16adc: stm32wb: add old styleKarl Palsson1-1/+10
ADC has not been converted to new style, so leveraging legacy f3 code for now. Signed-off-by: Karl Palsson <karlp@etactica.com>
2014-12-21Added F3 ADC definition.Vegard Storheil Eriksen1-0/+51
2012-09-05Added ADC register definition.Vegard Storheil Eriksen1-0/+37