STM32F479xx HAL User Manual
|
Structure definition of some features of ADC group injected. More...
#include <stm32f4xx_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 459 of file stm32f4xx_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 474 of file stm32f4xx_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 468 of file stm32f4xx_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 481 of file stm32f4xx_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 IP (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 461 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_INJ_Init(), and LL_ADC_INJ_StructInit().