STM32F103xB HAL User Manual
Defines
ADC flags
ADC Exported Constants

Flags defines which can be used with LL_ADC_ReadReg function. More...

Defines

#define LL_ADC_FLAG_STRT   ADC_SR_STRT
#define LL_ADC_FLAG_EOS   ADC_SR_EOC
#define LL_ADC_FLAG_JSTRT   ADC_SR_JSTRT
#define LL_ADC_FLAG_JEOS   ADC_SR_JEOC
#define LL_ADC_FLAG_AWD1   ADC_SR_AWD
#define LL_ADC_FLAG_EOS_MST   ADC_SR_EOC
#define LL_ADC_FLAG_EOS_SLV   ADC_SR_EOC
#define LL_ADC_FLAG_JEOS_MST   ADC_SR_JEOC
#define LL_ADC_FLAG_JEOS_SLV   ADC_SR_JEOC
#define LL_ADC_FLAG_AWD1_MST   ADC_SR_AWD
#define LL_ADC_FLAG_AWD1_SLV   ADC_SR_AWD

Detailed Description

Flags defines which can be used with LL_ADC_ReadReg function.


Define Documentation

#define LL_ADC_FLAG_AWD1   ADC_SR_AWD
#define LL_ADC_FLAG_AWD1_MST   ADC_SR_AWD

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

Definition at line 420 of file stm32f1xx_ll_adc.h.

#define LL_ADC_FLAG_AWD1_SLV   ADC_SR_AWD

ADC flag ADC multimode slave analog watchdog 1 of the ADC slave (on STM32F1, this flag must be read from ADC instance slave: ADC2)

Definition at line 421 of file stm32f1xx_ll_adc.h.

#define LL_ADC_FLAG_EOS   ADC_SR_EOC

ADC flag ADC group regular end of sequence conversions (Note: on this STM32 serie, there is no flag ADC group regular end of unitary conversion. Flag noted as "EOC" is corresponding to flag "EOS" in other STM32 families)

Definition at line 411 of file stm32f1xx_ll_adc.h.

Referenced by LL_ADC_ClearFlag_EOS(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_EOS().

#define LL_ADC_FLAG_EOS_MST   ADC_SR_EOC

ADC flag ADC multimode master group regular end of sequence conversions (Note: on this STM32 serie, there is no flag ADC group regular end of unitary conversion. Flag noted as "EOC" is corresponding to flag "EOS" in other STM32 families)

Definition at line 416 of file stm32f1xx_ll_adc.h.

#define LL_ADC_FLAG_EOS_SLV   ADC_SR_EOC

ADC flag ADC multimode slave group regular end of sequence conversions (Note: on this STM32 serie, there is no flag ADC group regular end of unitary conversion. Flag noted as "EOC" is corresponding to flag "EOS" in other STM32 families) (on STM32F1, this flag must be read from ADC instance slave: ADC2)

Definition at line 417 of file stm32f1xx_ll_adc.h.

Referenced by LL_ADC_IsActiveFlag_SLV_EOS().

#define LL_ADC_FLAG_JEOS   ADC_SR_JEOC

ADC flag ADC group injected end of sequence conversions (Note: on this STM32 serie, there is no flag ADC group injected end of unitary conversion. Flag noted as "JEOC" is corresponding to flag "JEOS" in other STM32 families)

Definition at line 413 of file stm32f1xx_ll_adc.h.

Referenced by LL_ADC_ClearFlag_JEOS(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_JEOS().

#define LL_ADC_FLAG_JEOS_MST   ADC_SR_JEOC

ADC flag ADC multimode master group injected end of sequence conversions (Note: on this STM32 serie, there is no flag ADC group injected end of unitary conversion. Flag noted as "JEOC" is corresponding to flag "JEOS" in other STM32 families)

Definition at line 418 of file stm32f1xx_ll_adc.h.

#define LL_ADC_FLAG_JEOS_SLV   ADC_SR_JEOC

ADC flag ADC multimode slave group injected end of sequence conversions (Note: on this STM32 serie, there is no flag ADC group injected end of unitary conversion. Flag noted as "JEOC" is corresponding to flag "JEOS" in other STM32 families) (on STM32F1, this flag must be read from ADC instance slave: ADC2)

Definition at line 419 of file stm32f1xx_ll_adc.h.

Referenced by LL_ADC_IsActiveFlag_SLV_JEOS().

#define LL_ADC_FLAG_JSTRT   ADC_SR_JSTRT

ADC flag ADC group injected conversion start

Definition at line 412 of file stm32f1xx_ll_adc.h.

Referenced by LL_ADC_DeInit().

#define LL_ADC_FLAG_STRT   ADC_SR_STRT

ADC flag ADC group regular conversion start

Definition at line 410 of file stm32f1xx_ll_adc.h.

Referenced by LL_ADC_DeInit().