From 104c965101dfa6b9122184209cc00d0f18e7dbbe Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Thu, 28 Jul 2022 23:13:15 +0200 Subject: stm32_adc: Rename common blocks to ADC12 and ADC345 respectively. --- adc/stm32_adc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'adc/stm32_adc.h') diff --git a/adc/stm32_adc.h b/adc/stm32_adc.h index 6216581..d907956 100644 --- a/adc/stm32_adc.h +++ b/adc/stm32_adc.h @@ -68,6 +68,7 @@ struct STM32_ADC_COMMON_reg_v2_t { volatile uint32_t CSR; uint32_t _reserved1; volatile uint32_t CCR; + volatile uint32_t CDR; }; template -- cgit v1.2.3