|
STM32F103xB HAL User Manual
|
Modules | |
| ADC conversion cycles | |
| ADC sampling times all channels | |
Defines | |
| #define | ADC_ENABLE_TIMEOUT 2U |
| #define | ADC_DISABLE_TIMEOUT 2U |
| #define | ADC_STAB_DELAY_US 1U |
| #define | ADC_TEMPSENSOR_DELAY_US 10U |
| #define | ADC_FLAG_POSTCONV_ALL (ADC_FLAG_EOC | ADC_FLAG_JEOC | ADC_FLAG_AWD ) |
| #define ADC_DISABLE_TIMEOUT 2U |
Definition at line 351 of file stm32f1xx_hal_adc.c.
Referenced by ADC_ConversionStop_Disable().
| #define ADC_ENABLE_TIMEOUT 2U |
Definition at line 350 of file stm32f1xx_hal_adc.c.
Referenced by ADC_Enable().
| #define ADC_FLAG_POSTCONV_ALL (ADC_FLAG_EOC | ADC_FLAG_JEOC | ADC_FLAG_AWD ) |
Definition at line 488 of file stm32f1xx_hal_adc.h.
| #define ADC_STAB_DELAY_US 1U |
Definition at line 356 of file stm32f1xx_hal_adc.c.
Referenced by ADC_Enable().
| #define ADC_TEMPSENSOR_DELAY_US 10U |
Definition at line 361 of file stm32f1xx_hal_adc.c.
Referenced by HAL_ADC_ConfigChannel().
1.7.6.1