STM32L443xx HAL User Manual
|
Defines | |
#define | LL_ADC_INJ_TRIG_EXT_RISING ( ADC_JSQR_JEXTEN_0) |
#define | LL_ADC_INJ_TRIG_EXT_FALLING (ADC_JSQR_JEXTEN_1 ) |
#define | LL_ADC_INJ_TRIG_EXT_RISINGFALLING (ADC_JSQR_JEXTEN_1 | ADC_JSQR_JEXTEN_0) |
#define LL_ADC_INJ_TRIG_EXT_FALLING (ADC_JSQR_JEXTEN_1 ) |
ADC group injected conversion trigger polarity set to falling edge
Definition at line 974 of file stm32l4xx_ll_adc.h.
#define LL_ADC_INJ_TRIG_EXT_RISING ( ADC_JSQR_JEXTEN_0) |
ADC group injected conversion trigger polarity set to rising edge
Definition at line 973 of file stm32l4xx_ll_adc.h.
#define LL_ADC_INJ_TRIG_EXT_RISINGFALLING (ADC_JSQR_JEXTEN_1 | ADC_JSQR_JEXTEN_0) |
ADC group injected conversion trigger polarity set to both rising and falling edges
Definition at line 975 of file stm32l4xx_ll_adc.h.