STM32G474xx HAL用户手册
定义
ADC注入组 - 上下文队列模式
ADC导出常量

定义

#define LL_ADC_INJ_QUEUE_2CONTEXTS_LAST_ACTIVE
#define LL_ADC_INJ_QUEUE_2CONTEXTS_END_EMPTY
#define LL_ADC_INJ_QUEUE_DISABLE

定义文档

值:
(ADC_CFGR_JQM)   /* Group injected sequence context queue is enabled
                                           and can contain up to 2 contexts. When all contexts have been processed,
                                           the queue is empty and injected group triggers are disabled. */

定义于文件 1612 行,文件 stm32g4xx_ll_adc.h

被以下函数引用:LL_ADC_DeInit()

值:
(0x00000000UL)   /* Group injected sequence context queue is enabled
                                           and can contain up to 2 contexts. When all contexts have been processed,
                                           the queue maintains the last context active perpetually. */

定义于文件 1611 行,文件 stm32g4xx_ll_adc.h

值:
(ADC_CFGR_JQDIS) /* Group injected sequence context queue is disabled:
                                           only 1 sequence can be configured and is active perpetually. */

定义于文件 1613 行,文件 stm32g4xx_ll_adc.h

被以下函数引用:HAL_ADCEx_DisableInjectedQueue()