STM32F103xB HAL User Manual
Functions
ADC IT management
ADC Exported Functions

Functions

__STATIC_INLINE void LL_ADC_EnableIT_EOS (ADC_TypeDef *ADCx)
 Enable interruption ADC group regular end of sequence conversions.
__STATIC_INLINE void LL_ADC_EnableIT_JEOS (ADC_TypeDef *ADCx)
 Enable interruption ADC group injected end of sequence conversions.
__STATIC_INLINE void LL_ADC_EnableIT_AWD1 (ADC_TypeDef *ADCx)
 Enable interruption ADC analog watchdog 1.
__STATIC_INLINE void LL_ADC_DisableIT_EOS (ADC_TypeDef *ADCx)
 Disable interruption ADC group regular end of sequence conversions.
__STATIC_INLINE void LL_ADC_DisableIT_JEOS (ADC_TypeDef *ADCx)
 Disable interruption ADC group injected end of sequence conversions.
__STATIC_INLINE void LL_ADC_DisableIT_AWD1 (ADC_TypeDef *ADCx)
 Disable interruption ADC analog watchdog 1.
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_EOS (ADC_TypeDef *ADCx)
 Get state of interruption ADC group regular end of sequence conversions (0: interrupt disabled, 1: interrupt enabled).
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_JEOS (ADC_TypeDef *ADCx)
 Get state of interruption ADC group injected end of sequence conversions (0: interrupt disabled, 1: interrupt enabled).
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_AWD1 (ADC_TypeDef *ADCx)
 Get state of interruption ADC analog watchdog 1 (0: interrupt disabled, 1: interrupt enabled).

Function Documentation

__STATIC_INLINE void LL_ADC_DisableIT_AWD1 ( ADC_TypeDef *  ADCx)

Disable interruption ADC analog watchdog 1.

Reference Manual to LL API cross reference:
CR1 AWDIE LL_ADC_EnableIT_AWD1
Parameters:
ADCxADC instance
Return values:
None

Definition at line 3827 of file stm32f1xx_ll_adc.h.

References LL_ADC_IT_AWD1.

__STATIC_INLINE void LL_ADC_DisableIT_EOS ( ADC_TypeDef *  ADCx)

Disable interruption ADC group regular end of sequence conversions.

Reference Manual to LL API cross reference:
CR1 EOCIE LL_ADC_DisableIT_EOS
Parameters:
ADCxADC instance
Return values:
None

Definition at line 3796 of file stm32f1xx_ll_adc.h.

__STATIC_INLINE void LL_ADC_DisableIT_JEOS ( ADC_TypeDef *  ADCx)

Disable interruption ADC group injected end of sequence conversions.

Reference Manual to LL API cross reference:
CR1 JEOCIE LL_ADC_EnableIT_JEOS
Parameters:
ADCxADC instance
Return values:
None

Definition at line 3812 of file stm32f1xx_ll_adc.h.

References LL_ADC_IT_JEOS.

__STATIC_INLINE void LL_ADC_EnableIT_AWD1 ( ADC_TypeDef *  ADCx)

Enable interruption ADC analog watchdog 1.

Reference Manual to LL API cross reference:
CR1 AWDIE LL_ADC_EnableIT_AWD1
Parameters:
ADCxADC instance
Return values:
None

Definition at line 3785 of file stm32f1xx_ll_adc.h.

References LL_ADC_IT_AWD1.

__STATIC_INLINE void LL_ADC_EnableIT_EOS ( ADC_TypeDef *  ADCx)

Enable interruption ADC group regular end of sequence conversions.

Reference Manual to LL API cross reference:
CR1 EOCIE LL_ADC_EnableIT_EOS
Parameters:
ADCxADC instance
Return values:
None

Definition at line 3754 of file stm32f1xx_ll_adc.h.

__STATIC_INLINE void LL_ADC_EnableIT_JEOS ( ADC_TypeDef *  ADCx)

Enable interruption ADC group injected end of sequence conversions.

Reference Manual to LL API cross reference:
CR1 JEOCIE LL_ADC_EnableIT_JEOS
Parameters:
ADCxADC instance
Return values:
None

Definition at line 3770 of file stm32f1xx_ll_adc.h.

References LL_ADC_IT_JEOS.

__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_AWD1 ( ADC_TypeDef *  ADCx)

Get state of interruption ADC analog watchdog 1 (0: interrupt disabled, 1: interrupt enabled).

Reference Manual to LL API cross reference:
CR1 AWDIE LL_ADC_EnableIT_AWD1
Parameters:
ADCxADC instance
Return values:
Stateof bit (1 or 0).

Definition at line 3872 of file stm32f1xx_ll_adc.h.

References LL_ADC_IT_AWD1.

__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_EOS ( ADC_TypeDef *  ADCx)

Get state of interruption ADC group regular end of sequence conversions (0: interrupt disabled, 1: interrupt enabled).

Reference Manual to LL API cross reference:
CR1 EOCIE LL_ADC_IsEnabledIT_EOS
Parameters:
ADCxADC instance
Return values:
Stateof bit (1 or 0).

Definition at line 3839 of file stm32f1xx_ll_adc.h.

References LL_ADC_IT_EOS.

__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_JEOS ( ADC_TypeDef *  ADCx)

Get state of interruption ADC group injected end of sequence conversions (0: interrupt disabled, 1: interrupt enabled).

Reference Manual to LL API cross reference:
CR1 JEOCIE LL_ADC_EnableIT_JEOS
Parameters:
ADCxADC instance
Return values:
Stateof bit (1 or 0).

Definition at line 3856 of file stm32f1xx_ll_adc.h.

References LL_ADC_IT_JEOS.