STM32F479xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_ADC_SetResolution (ADC_TypeDef *ADCx, uint32_t Resolution) |
Set ADC resolution. | |
__STATIC_INLINE uint32_t | LL_ADC_GetResolution (ADC_TypeDef *ADCx) |
Get ADC resolution. | |
__STATIC_INLINE void | LL_ADC_SetDataAlignment (ADC_TypeDef *ADCx, uint32_t DataAlignment) |
Set ADC conversion data alignment. | |
__STATIC_INLINE uint32_t | LL_ADC_GetDataAlignment (ADC_TypeDef *ADCx) |
Get ADC conversion data alignment. | |
__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). | |
__STATIC_INLINE uint32_t | LL_ADC_GetSequencersScanMode (ADC_TypeDef *ADCx) |
Get ADC sequencers scan mode, for all ADC groups (group regular, group injected). |
__STATIC_INLINE uint32_t LL_ADC_GetDataAlignment | ( | ADC_TypeDef * | ADCx | ) |
Get ADC conversion data alignment.
ADCx | ADC instance |
Returned | value can be one of the following values: |
Definition at line 2052 of file stm32f4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_GetResolution | ( | ADC_TypeDef * | ADCx | ) |
Get ADC resolution.
Refer to reference manual for alignments formats dependencies to ADC resolutions.
ADCx | ADC instance |
Returned | value can be one of the following values: |
Definition at line 2021 of file stm32f4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_GetSequencersScanMode | ( | 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 2103 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 2037 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.
ADCx | ADC instance |
Resolution | This parameter can be one of the following values: |
None |
Definition at line 2004 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 2078 of file stm32f4xx_ll_adc.h.