arch/arm/src/stm32/hardware/stm32_adc_*: Clean up some coding standard issues.
This commit is contained in:
parent
5f57b85438
commit
97a71db3b1
@ -49,6 +49,8 @@
|
|||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
****************************************************************************************************/
|
****************************************************************************************************/
|
||||||
|
|
||||||
|
/* Configuration ************************************************************************************/
|
||||||
|
|
||||||
/* This is implementation for STM32 ADC IPv1 - F1, F2, F37x, F4, F7.
|
/* This is implementation for STM32 ADC IPv1 - F1, F2, F37x, F4, F7.
|
||||||
* NOTE: L1 use modified IPv1 (look at chip/stm32_adc_v1l1.h).
|
* NOTE: L1 use modified IPv1 (look at chip/stm32_adc_v1l1.h).
|
||||||
*/
|
*/
|
||||||
@ -80,6 +82,8 @@
|
|||||||
# undef HAVE_ADC_VBAT
|
# undef HAVE_ADC_VBAT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Base addresses ***********************************************************************************/
|
||||||
|
|
||||||
/* For the basic ADC IPv1, the ADCx_BASE definitions are defined in chip/stm32xxx_memorymap.h files */
|
/* For the basic ADC IPv1, the ADCx_BASE definitions are defined in chip/stm32xxx_memorymap.h files */
|
||||||
|
|
||||||
#ifndef HAVE_BASIC_ADC
|
#ifndef HAVE_BASIC_ADC
|
||||||
|
@ -45,6 +45,12 @@
|
|||||||
|
|
||||||
#include "chip.h"
|
#include "chip.h"
|
||||||
|
|
||||||
|
/****************************************************************************************************
|
||||||
|
* Pre-processor Definitions
|
||||||
|
****************************************************************************************************/
|
||||||
|
|
||||||
|
/* Configuration ************************************************************************************/
|
||||||
|
|
||||||
/* This is implementation for STM32 ADC IPv1 modified for L1 */
|
/* This is implementation for STM32 ADC IPv1 modified for L1 */
|
||||||
|
|
||||||
#define HAVE_IP_ADC_V1
|
#define HAVE_IP_ADC_V1
|
||||||
@ -66,9 +72,7 @@
|
|||||||
# define HAVE_ADC_POWERDOWN
|
# define HAVE_ADC_POWERDOWN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/****************************************************************************************************
|
/* Base addresses ***********************************************************************************/
|
||||||
* Pre-processor Definitions
|
|
||||||
****************************************************************************************************/
|
|
||||||
|
|
||||||
#define STM32_ADC1_OFFSET 0x0000
|
#define STM32_ADC1_OFFSET 0x0000
|
||||||
#define STM32_ADC2_OFFSET 0x0100
|
#define STM32_ADC2_OFFSET 0x0100
|
||||||
|
@ -45,6 +45,12 @@
|
|||||||
|
|
||||||
#include "chip.h"
|
#include "chip.h"
|
||||||
|
|
||||||
|
/****************************************************************************************************
|
||||||
|
* Pre-processor Definitions
|
||||||
|
****************************************************************************************************/
|
||||||
|
|
||||||
|
/* Configuration ************************************************************************************/
|
||||||
|
|
||||||
/* This is implementation for STM32 ADC IPv2 - F0, F3 (without F37x), H7, L0, L4, L4+ */
|
/* This is implementation for STM32 ADC IPv2 - F0, F3 (without F37x), H7, L0, L4, L4+ */
|
||||||
|
|
||||||
#define HAVE_IP_ADC_V2
|
#define HAVE_IP_ADC_V2
|
||||||
@ -78,9 +84,7 @@
|
|||||||
# define HAVE_ADC_CFGR2
|
# define HAVE_ADC_CFGR2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/****************************************************************************************************
|
/* Base addresses ***********************************************************************************/
|
||||||
* Pre-processor Definitions
|
|
||||||
****************************************************************************************************/
|
|
||||||
|
|
||||||
#define STM32_ADC1_OFFSET 0x0000
|
#define STM32_ADC1_OFFSET 0x0000
|
||||||
#define STM32_ADC2_OFFSET 0x0100
|
#define STM32_ADC2_OFFSET 0x0100
|
||||||
|
Loading…
Reference in New Issue
Block a user