STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_ADC_EnableDeepPowerDown (ADC_TypeDef *ADCx) |
Put ADC instance in deep power down state. | |
__STATIC_INLINE void | LL_ADC_DisableDeepPowerDown (ADC_TypeDef *ADCx) |
Disable ADC deep power down mode. | |
__STATIC_INLINE uint32_t | LL_ADC_IsDeepPowerDownEnabled (ADC_TypeDef *ADCx) |
Get the selected ADC instance deep power down state. | |
__STATIC_INLINE void | LL_ADC_EnableInternalRegulator (ADC_TypeDef *ADCx) |
Enable ADC instance internal voltage regulator. | |
__STATIC_INLINE void | LL_ADC_DisableInternalRegulator (ADC_TypeDef *ADCx) |
Disable ADC internal voltage regulator. | |
__STATIC_INLINE uint32_t | LL_ADC_IsInternalRegulatorEnabled (ADC_TypeDef *ADCx) |
Get the selected ADC instance internal voltage regulator state. | |
__STATIC_INLINE void | LL_ADC_Enable (ADC_TypeDef *ADCx) |
Enable the selected ADC instance. | |
__STATIC_INLINE void | LL_ADC_Disable (ADC_TypeDef *ADCx) |
Disable the selected ADC instance. | |
__STATIC_INLINE uint32_t | LL_ADC_IsEnabled (ADC_TypeDef *ADCx) |
Get the selected ADC instance enable state. | |
__STATIC_INLINE uint32_t | LL_ADC_IsDisableOngoing (ADC_TypeDef *ADCx) |
Get the selected ADC instance disable state. | |
__STATIC_INLINE void | LL_ADC_StartCalibration (ADC_TypeDef *ADCx, uint32_t CalibrationMode, uint32_t SingleDiff) |
Start ADC calibration in the mode single-ended or differential (for devices with differential mode available). | |
__STATIC_INLINE uint32_t | LL_ADC_IsCalibrationOnGoing (ADC_TypeDef *ADCx) |
Get ADC calibration state. |
__STATIC_INLINE void LL_ADC_Disable | ( | ADC_TypeDef * | ADCx | ) |
Disable the selected ADC instance.
ADCx | ADC instance |
None |
Definition at line 6797 of file stm32h7xx_ll_adc.h.
References ADC_CR_BITS_PROPERTY_RS.
Referenced by ADC_Disable(), and LL_ADC_DeInit().
__STATIC_INLINE void LL_ADC_DisableDeepPowerDown | ( | ADC_TypeDef * | ADCx | ) |
Disable ADC deep power down mode.
ADCx | ADC instance |
None |
Definition at line 6693 of file stm32h7xx_ll_adc.h.
References ADC_CR_BITS_PROPERTY_RS.
Referenced by HAL_ADC_Init().
__STATIC_INLINE void LL_ADC_DisableInternalRegulator | ( | ADC_TypeDef * | ADCx | ) |
Disable ADC internal voltage regulator.
ADCx | ADC instance |
None |
Definition at line 6745 of file stm32h7xx_ll_adc.h.
References ADC_CR_BITS_PROPERTY_RS.
Referenced by HAL_ADCEx_DisableVoltageRegulator().
__STATIC_INLINE void LL_ADC_Enable | ( | ADC_TypeDef * | ADCx | ) |
Enable the selected ADC instance.
ADCx | ADC instance |
None |
Definition at line 6777 of file stm32h7xx_ll_adc.h.
References ADC_CR_BITS_PROPERTY_RS.
Referenced by ADC_Enable().
__STATIC_INLINE void LL_ADC_EnableDeepPowerDown | ( | ADC_TypeDef * | ADCx | ) |
Put ADC instance in deep power down state.
ADCx | ADC instance |
None |
Definition at line 6670 of file stm32h7xx_ll_adc.h.
References ADC_CR_BITS_PROPERTY_RS.
Referenced by HAL_ADCEx_EnterADCDeepPowerDownMode().
__STATIC_INLINE void LL_ADC_EnableInternalRegulator | ( | ADC_TypeDef * | ADCx | ) |
Enable ADC instance internal voltage regulator.
ADCx | ADC instance |
None |
Definition at line 6726 of file stm32h7xx_ll_adc.h.
References ADC_CR_BITS_PROPERTY_RS.
Referenced by HAL_ADC_Init().
__STATIC_INLINE uint32_t LL_ADC_IsCalibrationOnGoing | ( | ADC_TypeDef * | ADCx | ) |
Get ADC calibration state.
ADCx | ADC instance |
0,: | calibration complete, 1: calibration in progress. |
Definition at line 6881 of file stm32h7xx_ll_adc.h.
Referenced by HAL_ADCEx_Calibration_Start().
__STATIC_INLINE uint32_t LL_ADC_IsDeepPowerDownEnabled | ( | ADC_TypeDef * | ADCx | ) |
Get the selected ADC instance deep power down state.
ADCx | ADC instance |
0,: | deep power down is disabled, 1: deep power down is enabled. |
Definition at line 6707 of file stm32h7xx_ll_adc.h.
Referenced by HAL_ADC_Init().
__STATIC_INLINE uint32_t LL_ADC_IsDisableOngoing | ( | ADC_TypeDef * | ADCx | ) |
Get the selected ADC instance disable state.
ADCx | ADC instance |
0,: | no ADC disable command on going. |
Definition at line 6827 of file stm32h7xx_ll_adc.h.
Referenced by ADC_ConversionStop(), ADC_Disable(), and LL_ADC_DeInit().
__STATIC_INLINE uint32_t LL_ADC_IsEnabled | ( | ADC_TypeDef * | ADCx | ) |
Get the selected ADC instance enable state.
ADCx | ADC instance |
0,: | ADC is disabled, 1: ADC is enabled. |
Definition at line 6816 of file stm32h7xx_ll_adc.h.
Referenced by ADC_Disable(), ADC_Enable(), HAL_ADC_ConfigChannel(), HAL_ADC_Init(), HAL_ADCEx_Calibration_SetValue(), HAL_ADCEx_DisableVoltageRegulator(), HAL_ADCEx_EnterADCDeepPowerDownMode(), HAL_ADCEx_InjectedConfigChannel(), HAL_ADCEx_LinearCalibration_GetValue(), HAL_ADCEx_LinearCalibration_SetValue(), LL_ADC_DeInit(), LL_ADC_Init(), LL_ADC_INJ_Init(), and LL_ADC_REG_Init().
__STATIC_INLINE uint32_t LL_ADC_IsInternalRegulatorEnabled | ( | ADC_TypeDef * | ADCx | ) |
Get the selected ADC instance internal voltage regulator state.
ADCx | ADC instance |
0,: | internal regulator is disabled, 1: internal regulator is enabled. |
Definition at line 6756 of file stm32h7xx_ll_adc.h.
Referenced by HAL_ADC_Init().
__STATIC_INLINE void LL_ADC_StartCalibration | ( | ADC_TypeDef * | ADCx, |
uint32_t | CalibrationMode, | ||
uint32_t | SingleDiff | ||
) |
Start ADC calibration in the mode single-ended or differential (for devices with differential mode available).
ADCx | ADC instance |
CalibrationMode | This parameter can be one of the following values: |
SingleDiff | This parameter can be one of the following values: |
None |
Definition at line 6865 of file stm32h7xx_ll_adc.h.
References ADC_CALIB_MODE_MASK, ADC_CR_BITS_PROPERTY_RS, and ADC_SINGLEDIFF_CALIB_START_MASK.
Referenced by HAL_ADCEx_Calibration_Start().