STM32H735xx HAL User Manual
|
Structure definition of some features of ADC group regular. More...
#include <stm32h7xx_ll_adc.h>
Data Fields | |
uint32_t | TriggerSource |
uint32_t | SequencerLength |
uint32_t | SequencerDiscont |
uint32_t | ContinuousMode |
uint32_t | DataTransferMode |
uint32_t | Overrun |
Structure definition of some features of ADC group regular.
Definition at line 525 of file stm32h7xx_ll_adc.h.
Set ADC continuous conversion mode on ADC group regular, whether ADC conversions are performed in single mode (one conversion per trigger) or in continuous mode (after the first trigger, following conversions launched successively automatically). This parameter can be a value of ADC group regular - Continuous mode Note: It is not possible to enable both ADC group regular continuous mode and discontinuous mode.
This feature can be modified afterwards using unitary function LL_ADC_REG_SetContinuousMode().
Definition at line 547 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_REG_Init(), and LL_ADC_REG_StructInit().
Set ADC group regular conversion data transfer mode: no transfer, transfer by DMA (Limited/Unlimited) or DFSDM. This parameter can be a value of ADC group regular - Data transfer mode of ADC conversion data
This feature can be modified afterwards using unitary function LL_ADC_REG_SetDataTransferMode().
Definition at line 553 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_REG_Init(), and LL_ADC_REG_StructInit().
uint32_t LL_ADC_REG_InitTypeDef::Overrun |
Set ADC group regular behavior in case of overrun: data preserved or overwritten. This parameter can be a value of ADC group regular - Overrun behavior on conversion data
This feature can be modified afterwards using unitary function LL_ADC_REG_SetOverrun().
Definition at line 558 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_REG_Init(), and LL_ADC_REG_StructInit().
Set ADC group regular sequencer discontinuous mode: sequence subdivided and scan conversions interrupted every selected number of ranks. This parameter can be a value of ADC group regular - Sequencer discontinuous mode
This feature can be modified afterwards using unitary function LL_ADC_REG_SetSequencerDiscont().
Definition at line 540 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_REG_Init(), and LL_ADC_REG_StructInit().
Set ADC group regular sequencer length. This parameter can be a value of ADC group regular - Sequencer scan length
This feature can be modified afterwards using unitary function LL_ADC_REG_SetSequencerLength().
Definition at line 535 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_REG_Init(), and LL_ADC_REG_StructInit().
Set ADC group regular conversion trigger source: internal (SW start) or from external peripheral (timer event, external interrupt line). This parameter can be a value of ADC group regular - Trigger source
This feature can be modified afterwards using unitary function LL_ADC_REG_SetTriggerSource().
Definition at line 527 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_REG_Init(), and LL_ADC_REG_StructInit().