STM32F103xB HAL User Manual
Functions
ADC flag management
ADC Exported Functions

Functions

__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_EOS (ADC_TypeDef *ADCx)
 Get flag ADC group regular end of sequence conversions.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_JEOS (ADC_TypeDef *ADCx)
 Get flag ADC group injected end of sequence conversions.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_AWD1 (ADC_TypeDef *ADCx)
 Get flag ADC analog watchdog 1 flag.
__STATIC_INLINE void LL_ADC_ClearFlag_EOS (ADC_TypeDef *ADCx)
 Clear flag ADC group regular end of sequence conversions.
__STATIC_INLINE void LL_ADC_ClearFlag_JEOS (ADC_TypeDef *ADCx)
 Clear flag ADC group injected end of sequence conversions.
__STATIC_INLINE void LL_ADC_ClearFlag_AWD1 (ADC_TypeDef *ADCx)
 Clear flag ADC analog watchdog 1.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_EOS (ADC_Common_TypeDef *ADCxy_COMMON)
 Get flag multimode ADC group regular end of sequence conversions of the ADC master.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_EOS (ADC_Common_TypeDef *ADCxy_COMMON)
 Get flag multimode ADC group regular end of sequence conversions of the ADC slave.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_JEOS (ADC_Common_TypeDef *ADCxy_COMMON)
 Get flag multimode ADC group injected end of sequence conversions of the ADC master.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_JEOS (ADC_Common_TypeDef *ADCxy_COMMON)
 Get flag multimode ADC group injected end of sequence conversions of the ADC slave.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_AWD1 (ADC_Common_TypeDef *ADCxy_COMMON)
 Get flag multimode ADC analog watchdog 1 of the ADC master.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_AWD1 (ADC_Common_TypeDef *ADCxy_COMMON)
 Get flag multimode analog watchdog 1 of the ADC slave.

Function Documentation

__STATIC_INLINE void LL_ADC_ClearFlag_AWD1 ( ADC_TypeDef *  ADCx)

Clear flag ADC analog watchdog 1.

Reference Manual to LL API cross reference:
SR AWD LL_ADC_ClearFlag_AWD1
Parameters:
ADCxADC instance
Return values:
None

Definition at line 3635 of file stm32f1xx_ll_adc.h.

References LL_ADC_FLAG_AWD1.

__STATIC_INLINE void LL_ADC_ClearFlag_EOS ( ADC_TypeDef *  ADCx)

Clear flag ADC group regular end of sequence conversions.

Reference Manual to LL API cross reference:
SR EOC LL_ADC_ClearFlag_EOS
Parameters:
ADCxADC instance
Return values:
None

Definition at line 3604 of file stm32f1xx_ll_adc.h.

References LL_ADC_FLAG_EOS.

__STATIC_INLINE void LL_ADC_ClearFlag_JEOS ( ADC_TypeDef *  ADCx)

Clear flag ADC group injected end of sequence conversions.

Reference Manual to LL API cross reference:
SR JEOC LL_ADC_ClearFlag_JEOS
Parameters:
ADCxADC instance
Return values:
None

Definition at line 3620 of file stm32f1xx_ll_adc.h.

References LL_ADC_FLAG_JEOS.

__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_AWD1 ( ADC_TypeDef *  ADCx)

Get flag ADC analog watchdog 1 flag.

Reference Manual to LL API cross reference:
SR AWD LL_ADC_IsActiveFlag_AWD1
Parameters:
ADCxADC instance
Return values:
Stateof bit (1 or 0).

Definition at line 3593 of file stm32f1xx_ll_adc.h.

References LL_ADC_FLAG_AWD1.

__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_EOS ( ADC_TypeDef *  ADCx)

Get flag ADC group regular end of sequence conversions.

Reference Manual to LL API cross reference:
SR EOC LL_ADC_IsActiveFlag_EOS
Parameters:
ADCxADC instance
Return values:
Stateof bit (1 or 0).

Definition at line 3562 of file stm32f1xx_ll_adc.h.

References LL_ADC_FLAG_EOS.

__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_JEOS ( ADC_TypeDef *  ADCx)

Get flag ADC group injected end of sequence conversions.

Reference Manual to LL API cross reference:
SR JEOC LL_ADC_IsActiveFlag_JEOS
Parameters:
ADCxADC instance
Return values:
Stateof bit (1 or 0).

Definition at line 3578 of file stm32f1xx_ll_adc.h.

References LL_ADC_FLAG_JEOS.

__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_AWD1 ( ADC_Common_TypeDef *  ADCxy_COMMON)

Get flag multimode ADC analog watchdog 1 of the ADC master.

Reference Manual to LL API cross reference:
SR AWD LL_ADC_IsActiveFlag_MST_AWD1
Parameters:
ADCxy_COMMONADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
Return values:
Stateof bit (1 or 0).

Definition at line 3719 of file stm32f1xx_ll_adc.h.

References LL_ADC_FLAG_AWD1.

__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_EOS ( ADC_Common_TypeDef *  ADCxy_COMMON)

Get flag multimode ADC group regular end of sequence conversions of the ADC master.

Reference Manual to LL API cross reference:
SR EOC LL_ADC_IsActiveFlag_MST_EOS
Parameters:
ADCxy_COMMONADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
Return values:
Stateof bit (1 or 0).

Definition at line 3648 of file stm32f1xx_ll_adc.h.

__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_JEOS ( ADC_Common_TypeDef *  ADCxy_COMMON)

Get flag multimode ADC group injected end of sequence conversions of the ADC master.

Reference Manual to LL API cross reference:
SR JEOC LL_ADC_IsActiveFlag_MST_JEOS
Parameters:
ADCxy_COMMONADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
Return values:
Stateof bit (1 or 0).

Definition at line 3684 of file stm32f1xx_ll_adc.h.

__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_AWD1 ( ADC_Common_TypeDef *  ADCxy_COMMON)

Get flag multimode analog watchdog 1 of the ADC slave.

Reference Manual to LL API cross reference:
SR AWD LL_ADC_IsActiveFlag_SLV_AWD1
Parameters:
ADCxy_COMMONADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
Return values:
Stateof bit (1 or 0).

Definition at line 3731 of file stm32f1xx_ll_adc.h.

References __ADC_PTR_REG_OFFSET, and LL_ADC_FLAG_AWD1.

__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_EOS ( ADC_Common_TypeDef *  ADCxy_COMMON)

Get flag multimode ADC group regular end of sequence conversions of the ADC slave.

Reference Manual to LL API cross reference:
SR EOC LL_ADC_IsActiveFlag_SLV_EOS
Parameters:
ADCxy_COMMONADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
Return values:
Stateof bit (1 or 0).

Definition at line 3664 of file stm32f1xx_ll_adc.h.

References __ADC_PTR_REG_OFFSET, and LL_ADC_FLAG_EOS_SLV.

__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_JEOS ( ADC_Common_TypeDef *  ADCxy_COMMON)

Get flag multimode ADC group injected end of sequence conversions of the ADC slave.

Reference Manual to LL API cross reference:
SR JEOC LL_ADC_IsActiveFlag_SLV_JEOS
Parameters:
ADCxy_COMMONADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
Return values:
Stateof bit (1 or 0).

Definition at line 3700 of file stm32f1xx_ll_adc.h.

References __ADC_PTR_REG_OFFSET, and LL_ADC_FLAG_JEOS_SLV.