|
STM32G474xx HAL用户手册
|
宏定义 | |
| #define | LL_ADC_REG_CONV_SINGLE (0x00000000UL) |
| #define | LL_ADC_REG_CONV_CONTINUOUS (ADC_CFGR_CONT) |
| #define LL_ADC_REG_CONV_CONTINUOUS (ADC_CFGR_CONT) |
ADC连续模式转换:在首次触发后,后续转换将自动连续进行
Definition at line 1201 of file stm32g4xx_ll_adc.h.
| #define LL_ADC_REG_CONV_SINGLE (0x00000000UL) |
ADC单次模式转换:每次触发执行一次转换
Definition at line 1199 of file stm32g4xx_ll_adc.h.
Referenced by LL_ADC_REG_Init(), and LL_ADC_REG_StructInit().
1.7.6.1