STM32L443xx HAL User Manual
|
Structure definition of some features of ADC group injected. More...
#include <stm32l4xx_ll_adc.h>
Data Fields | |
uint32_t | TriggerSource |
uint32_t | SequencerLength |
uint32_t | SequencerDiscont |
uint32_t | TrigAuto |
Structure definition of some features of ADC group injected.
Definition at line 547 of file stm32l4xx_ll_adc.h.
Set ADC group injected sequencer discontinuous mode: sequence subdivided and scan conversions interrupted every selected number of ranks. This parameter can be a value of ADC group injected - Sequencer discontinuous mode
This feature can be modified afterwards using unitary function LL_ADC_INJ_SetSequencerDiscont().
Definition at line 562 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_INJ_Init(), and LL_ADC_INJ_StructInit().
Set ADC group injected sequencer length. This parameter can be a value of ADC group injected - Sequencer scan length
This feature can be modified afterwards using unitary function LL_ADC_INJ_SetSequencerLength().
Definition at line 557 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_INJ_Init(), and LL_ADC_INJ_StructInit().
uint32_t LL_ADC_INJ_InitTypeDef::TrigAuto |
Set ADC group injected conversion trigger: independent or from ADC group regular. This parameter can be a value of ADC group injected - Automatic trigger mode Note: This parameter must be set to set to independent trigger if injected trigger source is set to an external trigger.
This feature can be modified afterwards using unitary function LL_ADC_INJ_SetTrigAuto().
Definition at line 569 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_INJ_Init(), and LL_ADC_INJ_StructInit().
Set ADC group injected conversion trigger source: internal (SW start) or from external peripheral (timer event, external interrupt line). This parameter can be a value of ADC group injected - Trigger source
This feature can be modified afterwards using unitary function LL_ADC_INJ_SetTriggerSource().
Definition at line 549 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_INJ_Init(), and LL_ADC_INJ_StructInit().