|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for Configuration of ADC hierarchical scope: ADC instance:Functions | |
| __STATIC_INLINE void | LL_ADC_SetResolution (ADC_TypeDef *ADCx, uint32_t Resolution) |
| Set ADC resolution. Refer to reference manual for alignments formats dependencies to ADC resolutions. @rmtoll CR1 RES LL_ADC_SetResolution. More... | |
| __STATIC_INLINE uint32_t | LL_ADC_GetResolution (const ADC_TypeDef *ADCx) |
| Get ADC resolution. Refer to reference manual for alignments formats dependencies to ADC resolutions. @rmtoll CR1 RES LL_ADC_GetResolution. More... | |
| __STATIC_INLINE void | LL_ADC_SetDataAlignment (ADC_TypeDef *ADCx, uint32_t DataAlignment) |
| Set ADC conversion data alignment. More... | |
| __STATIC_INLINE uint32_t | LL_ADC_GetDataAlignment (const ADC_TypeDef *ADCx) |
| Get ADC conversion data alignment. More... | |
| __STATIC_INLINE void | LL_ADC_SetSequencersScanMode (ADC_TypeDef *ADCx, uint32_t ScanMode) |
| Set ADC sequencers scan mode, for all ADC groups (group regular, group injected). More... | |
| __STATIC_INLINE uint32_t | LL_ADC_GetSequencersScanMode (const ADC_TypeDef *ADCx) |
| Get ADC sequencers scan mode, for all ADC groups (group regular, group injected). More... | |
| __STATIC_INLINE uint32_t LL_ADC_GetDataAlignment | ( | const ADC_TypeDef * | ADCx | ) |
Get ADC conversion data alignment.
| ADCx | ADC instance |
| Returned | value can be one of the following values:
|
Definition at line 2054 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_GetResolution | ( | const ADC_TypeDef * | ADCx | ) |
Get ADC resolution. Refer to reference manual for alignments formats dependencies to ADC resolutions. @rmtoll CR1 RES LL_ADC_GetResolution.
| ADCx | ADC instance |
| Returned | value can be one of the following values:
|
Definition at line 2023 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_GetSequencersScanMode | ( | const ADC_TypeDef * | ADCx | ) |
Get ADC sequencers scan mode, for all ADC groups (group regular, group injected).
| ADCx | ADC instance |
| Returned | value can be one of the following values:
|
Definition at line 2105 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_SetDataAlignment | ( | ADC_TypeDef * | ADCx, |
| uint32_t | DataAlignment | ||
| ) |
Set ADC conversion data alignment.
| ADCx | ADC instance |
| DataAlignment | This parameter can be one of the following values:
|
| None |
Definition at line 2039 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_SetResolution | ( | ADC_TypeDef * | ADCx, |
| uint32_t | Resolution | ||
| ) |
Set ADC resolution. Refer to reference manual for alignments formats dependencies to ADC resolutions. @rmtoll CR1 RES LL_ADC_SetResolution.
| ADCx | ADC instance |
| Resolution | This parameter can be one of the following values:
|
| None |
Definition at line 2006 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_SetSequencersScanMode | ( | ADC_TypeDef * | ADCx, |
| uint32_t | ScanMode | ||
| ) |
Set ADC sequencers scan mode, for all ADC groups (group regular, group injected).
| ADCx | ADC instance |
| ScanMode | This parameter can be one of the following values:
|
| None |
Definition at line 2080 of file stm32f4xx_ll_adc.h.