|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_ADC_EnableDeepPowerDown (ADC_TypeDef *ADCx) |
| Put ADC instance in deep power down state. More... | |
| __STATIC_INLINE void | LL_ADC_DisableDeepPowerDown (ADC_TypeDef *ADCx) |
| Disable ADC deep power down mode. More... | |
| __STATIC_INLINE uint32_t | LL_ADC_IsDeepPowerDownEnabled (ADC_TypeDef *ADCx) |
| Get the selected ADC instance deep power down state. CR DEEPPWD LL_ADC_IsDeepPowerDownEnabled. More... | |
| __STATIC_INLINE void | LL_ADC_EnableInternalRegulator (ADC_TypeDef *ADCx) |
| Enable ADC instance internal voltage regulator. More... | |
| __STATIC_INLINE void | LL_ADC_DisableInternalRegulator (ADC_TypeDef *ADCx) |
| Disable ADC internal voltage regulator. More... | |
| __STATIC_INLINE uint32_t | LL_ADC_IsInternalRegulatorEnabled (ADC_TypeDef *ADCx) |
| Get the selected ADC instance internal voltage regulator state. CR ADVREGEN LL_ADC_IsInternalRegulatorEnabled. More... | |
| __STATIC_INLINE void | LL_ADC_Enable (ADC_TypeDef *ADCx) |
| Enable the selected ADC instance. More... | |
| __STATIC_INLINE void | LL_ADC_Disable (ADC_TypeDef *ADCx) |
| Disable the selected ADC instance. More... | |
| __STATIC_INLINE uint32_t | LL_ADC_IsEnabled (ADC_TypeDef *ADCx) |
| Get the selected ADC instance enable state. More... | |
| __STATIC_INLINE uint32_t | LL_ADC_IsDisableOngoing (ADC_TypeDef *ADCx) |
| Get the selected ADC instance disable state. CR ADDIS LL_ADC_IsDisableOngoing. More... | |
| __STATIC_INLINE void | LL_ADC_StartCalibration (ADC_TypeDef *ADCx, uint32_t SingleDiff) |
| Start ADC calibration in the mode single-ended or differential (for devices with differential mode available). More... | |
| __STATIC_INLINE uint32_t | LL_ADC_IsCalibrationOnGoing (ADC_TypeDef *ADCx) |
| Get ADC calibration state. CR ADCAL LL_ADC_IsCalibrationOnGoing. More... | |
| __STATIC_INLINE void LL_ADC_Disable | ( | ADC_TypeDef * | ADCx | ) |
Disable the selected ADC instance.
| ADCx | ADC instance |
| None |
Definition at line 5953 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_DisableDeepPowerDown | ( | ADC_TypeDef * | ADCx | ) |
Disable ADC deep power down mode.
| ADCx | ADC instance |
| None |
Definition at line 5849 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_DisableInternalRegulator | ( | ADC_TypeDef * | ADCx | ) |
Disable ADC internal voltage regulator.
| ADCx | ADC instance |
| None |
Definition at line 5901 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_Enable | ( | ADC_TypeDef * | ADCx | ) |
Enable the selected ADC instance.
| ADCx | ADC instance |
| None |
Definition at line 5933 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_EnableDeepPowerDown | ( | ADC_TypeDef * | ADCx | ) |
Put ADC instance in deep power down state.
| ADCx | ADC instance |
| None |
Definition at line 5826 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_EnableInternalRegulator | ( | ADC_TypeDef * | ADCx | ) |
Enable ADC instance internal voltage regulator.
| ADCx | ADC instance |
| None |
Definition at line 5882 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_IsCalibrationOnGoing | ( | ADC_TypeDef * | ADCx | ) |
Get ADC calibration state. CR ADCAL LL_ADC_IsCalibrationOnGoing.
| ADCx | ADC instance |
| 0 | calibration complete, 1: calibration in progress. |
Definition at line 6027 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_IsDeepPowerDownEnabled | ( | ADC_TypeDef * | ADCx | ) |
Get the selected ADC instance deep power down state. CR DEEPPWD LL_ADC_IsDeepPowerDownEnabled.
| ADCx | ADC instance |
| 0 | deep power down is disabled, 1: deep power down is enabled. |
Definition at line 5863 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_IsDisableOngoing | ( | ADC_TypeDef * | ADCx | ) |
Get the selected ADC instance disable state. CR ADDIS LL_ADC_IsDisableOngoing.
| ADCx | ADC instance |
| 0 | no ADC disable command on going. |
Definition at line 5983 of file stm32l4xx_ll_adc.h.
| __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 5972 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_IsInternalRegulatorEnabled | ( | ADC_TypeDef * | ADCx | ) |
Get the selected ADC instance internal voltage regulator state. CR ADVREGEN LL_ADC_IsInternalRegulatorEnabled.
| ADCx | ADC instance |
| 0 | internal regulator is disabled, 1: internal regulator is enabled. |
Definition at line 5912 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_StartCalibration | ( | ADC_TypeDef * | ADCx, |
| uint32_t | SingleDiff | ||
| ) |
Start ADC calibration in the mode single-ended or differential (for devices with differential mode available).
| ADCx | ADC instance |
| SingleDiff | This parameter can be one of the following values:
|
| None |
Definition at line 6011 of file stm32l4xx_ll_adc.h.