STM32L443xx HAL User Manual
|
Defines | |
#define | LL_ADC_RESOLUTION_12B (0x00000000UL) |
#define | LL_ADC_RESOLUTION_10B ( ADC_CFGR_RES_0) |
#define | LL_ADC_RESOLUTION_8B (ADC_CFGR_RES_1 ) |
#define | LL_ADC_RESOLUTION_6B (ADC_CFGR_RES_1 | ADC_CFGR_RES_0) |
#define LL_ADC_RESOLUTION_10B ( ADC_CFGR_RES_0) |
ADC resolution 10 bits
Definition at line 705 of file stm32l4xx_ll_adc.h.
#define LL_ADC_RESOLUTION_12B (0x00000000UL) |
ADC resolution 12 bits
Definition at line 704 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_StructInit().
#define LL_ADC_RESOLUTION_6B (ADC_CFGR_RES_1 | ADC_CFGR_RES_0) |
ADC resolution 6 bits
Definition at line 707 of file stm32l4xx_ll_adc.h.
#define LL_ADC_RESOLUTION_8B (ADC_CFGR_RES_1 ) |
ADC resolution 8 bits
Definition at line 706 of file stm32l4xx_ll_adc.h.