STM32H735xx HAL User Manual
|
Structure definition of some features of ADC common parameters and multimode (all ADC instances belonging to the same ADC common instance). More...
#include <stm32h7xx_ll_adc.h>
Data Fields | |
uint32_t | CommonClock |
uint32_t | Multimode |
uint32_t | MultiDMATransfer |
uint32_t | MultiTwoSamplingDelay |
Structure definition of some features of ADC common parameters and multimode (all ADC instances belonging to the same ADC common instance).
Definition at line 442 of file stm32h7xx_ll_adc.h.
Set parameter common to several ADC: Clock source and prescaler. This parameter can be a value of ADC common - Clock source
This feature can be modified afterwards using unitary function LL_ADC_SetCommonClock().
Definition at line 444 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_CommonInit(), and LL_ADC_CommonStructInit().
Set ADC dual ADC mode DMA transfer data format: Each DMA, 32 down to 10-bits or 8-bits resolution. This parameter can be a value of Multimode - DMA transfer
This feature can be modified afterwards using unitary function LL_ADC_SetMultiDMATransfer().
Definition at line 457 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_CommonInit(), and LL_ADC_CommonStructInit().
uint32_t LL_ADC_CommonInitTypeDef::Multimode |
Set ADC multimode configuration to operate in independent mode or multimode (for devices with several ADC instances). This parameter can be a value of Multimode - Mode
This feature can be modified afterwards using unitary function LL_ADC_SetMultimode().
Definition at line 452 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_CommonInit(), and LL_ADC_CommonStructInit().
Set ADC multimode delay between 2 sampling phases. This parameter can be a value of Multimode - Delay between two sampling phases
This feature can be modified afterwards using unitary function LL_ADC_SetMultiTwoSamplingDelay().
Definition at line 462 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_CommonInit(), and LL_ADC_CommonStructInit().