STM32L443xx HAL User Manual
|
Flags defines which can be used with LL_ADC_ReadReg function. More...
Defines | |
#define | LL_ADC_FLAG_ADRDY ADC_ISR_ADRDY |
#define | LL_ADC_FLAG_EOC ADC_ISR_EOC |
#define | LL_ADC_FLAG_EOS ADC_ISR_EOS |
#define | LL_ADC_FLAG_OVR ADC_ISR_OVR |
#define | LL_ADC_FLAG_EOSMP ADC_ISR_EOSMP |
#define | LL_ADC_FLAG_JEOC ADC_ISR_JEOC |
#define | LL_ADC_FLAG_JEOS ADC_ISR_JEOS |
#define | LL_ADC_FLAG_JQOVF ADC_ISR_JQOVF |
#define | LL_ADC_FLAG_AWD1 ADC_ISR_AWD1 |
#define | LL_ADC_FLAG_AWD2 ADC_ISR_AWD2 |
#define | LL_ADC_FLAG_AWD3 ADC_ISR_AWD3 |
Flags defines which can be used with LL_ADC_ReadReg function.
#define LL_ADC_FLAG_ADRDY ADC_ISR_ADRDY |
ADC flag ADC instance ready
Definition at line 591 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_ADRDY(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_ADRDY().
#define LL_ADC_FLAG_AWD1 ADC_ISR_AWD1 |
ADC flag ADC analog watchdog 1
Definition at line 599 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_AWD1(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_AWD1().
#define LL_ADC_FLAG_AWD2 ADC_ISR_AWD2 |
ADC flag ADC analog watchdog 2
Definition at line 600 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_AWD2(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_AWD2().
#define LL_ADC_FLAG_AWD3 ADC_ISR_AWD3 |
ADC flag ADC analog watchdog 3
Definition at line 601 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_AWD3(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_AWD3().
#define LL_ADC_FLAG_EOC ADC_ISR_EOC |
ADC flag ADC group regular end of unitary conversion
Definition at line 592 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_EOC(), and LL_ADC_DeInit().
#define LL_ADC_FLAG_EOS ADC_ISR_EOS |
ADC flag ADC group regular end of sequence conversions
Definition at line 593 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_EOS(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_EOS().
#define LL_ADC_FLAG_EOSMP ADC_ISR_EOSMP |
ADC flag ADC group regular end of sampling phase
Definition at line 595 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_EOSMP(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_EOSMP().
#define LL_ADC_FLAG_JEOC ADC_ISR_JEOC |
ADC flag ADC group injected end of unitary conversion
Definition at line 596 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_JEOC(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_JEOC().
#define LL_ADC_FLAG_JEOS ADC_ISR_JEOS |
ADC flag ADC group injected end of sequence conversions
Definition at line 597 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_JEOS(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_JEOS().
#define LL_ADC_FLAG_JQOVF ADC_ISR_JQOVF |
ADC flag ADC group injected contexts queue overflow
Definition at line 598 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_JQOVF(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_JQOVF().
#define LL_ADC_FLAG_OVR ADC_ISR_OVR |
ADC flag ADC group regular overrun
Definition at line 594 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_OVR(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_OVR().