STM32H735xx 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 |
#define | LL_ADC_FLAG_ADRDY_MST ADC_CSR_ADRDY_MST |
#define | LL_ADC_FLAG_ADRDY_SLV ADC_CSR_ADRDY_SLV |
#define | LL_ADC_FLAG_EOC_MST ADC_CSR_EOC_MST |
#define | LL_ADC_FLAG_EOC_SLV ADC_CSR_EOC_SLV |
#define | LL_ADC_FLAG_EOS_MST ADC_CSR_EOS_MST |
#define | LL_ADC_FLAG_EOS_SLV ADC_CSR_EOS_SLV |
#define | LL_ADC_FLAG_OVR_MST ADC_CSR_OVR_MST |
#define | LL_ADC_FLAG_OVR_SLV ADC_CSR_OVR_SLV |
#define | LL_ADC_FLAG_EOSMP_MST ADC_CSR_EOSMP_MST |
#define | LL_ADC_FLAG_EOSMP_SLV ADC_CSR_EOSMP_SLV |
#define | LL_ADC_FLAG_JEOC_MST ADC_CSR_JEOC_MST |
#define | LL_ADC_FLAG_JEOC_SLV ADC_CSR_JEOC_SLV |
#define | LL_ADC_FLAG_JEOS_MST ADC_CSR_JEOS_MST |
#define | LL_ADC_FLAG_JEOS_SLV ADC_CSR_JEOS_SLV |
#define | LL_ADC_FLAG_JQOVF_MST ADC_CSR_JQOVF_MST |
#define | LL_ADC_FLAG_JQOVF_SLV ADC_CSR_JQOVF_SLV |
#define | LL_ADC_FLAG_AWD1_MST ADC_CSR_AWD1_MST |
#define | LL_ADC_FLAG_AWD1_SLV ADC_CSR_AWD1_SLV |
#define | LL_ADC_FLAG_AWD2_MST ADC_CSR_AWD2_MST |
#define | LL_ADC_FLAG_AWD2_SLV ADC_CSR_AWD2_SLV |
#define | LL_ADC_FLAG_AWD3_MST ADC_CSR_AWD3_MST |
#define | LL_ADC_FLAG_AWD3_SLV ADC_CSR_AWD3_SLV |
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 629 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_ADRDY(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_ADRDY().
#define LL_ADC_FLAG_ADRDY_MST ADC_CSR_ADRDY_MST |
ADC flag ADC multimode master instance ready
Definition at line 640 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_MST_ADRDY().
#define LL_ADC_FLAG_ADRDY_SLV ADC_CSR_ADRDY_SLV |
ADC flag ADC multimode slave instance ready
Definition at line 641 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_SLV_ADRDY().
#define LL_ADC_FLAG_AWD1 ADC_ISR_AWD1 |
ADC flag ADC analog watchdog 1
Definition at line 637 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_AWD1(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_AWD1().
#define LL_ADC_FLAG_AWD1_MST ADC_CSR_AWD1_MST |
ADC flag ADC multimode master analog watchdog 1 of the ADC master
Definition at line 656 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_MST_AWD1().
#define LL_ADC_FLAG_AWD1_SLV ADC_CSR_AWD1_SLV |
ADC flag ADC multimode slave analog watchdog 1 of the ADC slave
Definition at line 657 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_SLV_AWD1().
#define LL_ADC_FLAG_AWD2 ADC_ISR_AWD2 |
ADC flag ADC analog watchdog 2
Definition at line 638 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_AWD2(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_AWD2().
#define LL_ADC_FLAG_AWD2_MST ADC_CSR_AWD2_MST |
ADC flag ADC multimode master analog watchdog 2 of the ADC master
Definition at line 658 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_MST_AWD2().
#define LL_ADC_FLAG_AWD2_SLV ADC_CSR_AWD2_SLV |
ADC flag ADC multimode slave analog watchdog 2 of the ADC slave
Definition at line 659 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_SLV_AWD2().
#define LL_ADC_FLAG_AWD3 ADC_ISR_AWD3 |
ADC flag ADC analog watchdog 3
Definition at line 639 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_AWD3(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_AWD3().
#define LL_ADC_FLAG_AWD3_MST ADC_CSR_AWD3_MST |
ADC flag ADC multimode master analog watchdog 3 of the ADC master
Definition at line 660 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_MST_AWD3().
#define LL_ADC_FLAG_AWD3_SLV ADC_CSR_AWD3_SLV |
ADC flag ADC multimode slave analog watchdog 3 of the ADC slave
Definition at line 661 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_SLV_AWD3().
#define LL_ADC_FLAG_EOC ADC_ISR_EOC |
ADC flag ADC group regular end of unitary conversion
Definition at line 630 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_EOC(), and LL_ADC_DeInit().
#define LL_ADC_FLAG_EOC_MST ADC_CSR_EOC_MST |
ADC flag ADC multimode master group regular end of unitary conversion
Definition at line 642 of file stm32h7xx_ll_adc.h.
#define LL_ADC_FLAG_EOC_SLV ADC_CSR_EOC_SLV |
ADC flag ADC multimode slave group regular end of unitary conversion
Definition at line 643 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_MST_EOC(), and LL_ADC_IsActiveFlag_SLV_EOC().
#define LL_ADC_FLAG_EOS ADC_ISR_EOS |
ADC flag ADC group regular end of sequence conversions
Definition at line 631 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_EOS(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_EOS().
#define LL_ADC_FLAG_EOS_MST ADC_CSR_EOS_MST |
ADC flag ADC multimode master group regular end of sequence conversions
Definition at line 644 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_MST_EOS().
#define LL_ADC_FLAG_EOS_SLV ADC_CSR_EOS_SLV |
ADC flag ADC multimode slave group regular end of sequence conversions
Definition at line 645 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_SLV_EOS().
#define LL_ADC_FLAG_EOSMP ADC_ISR_EOSMP |
ADC flag ADC group regular end of sampling phase
Definition at line 633 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_EOSMP(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_EOSMP().
#define LL_ADC_FLAG_EOSMP_MST ADC_CSR_EOSMP_MST |
ADC flag ADC multimode master group regular end of sampling phase
Definition at line 648 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_MST_EOSMP().
#define LL_ADC_FLAG_EOSMP_SLV ADC_CSR_EOSMP_SLV |
ADC flag ADC multimode slave group regular end of sampling phase
Definition at line 649 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_SLV_EOSMP().
#define LL_ADC_FLAG_JEOC ADC_ISR_JEOC |
ADC flag ADC group injected end of unitary conversion
Definition at line 634 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_JEOC(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_JEOC().
#define LL_ADC_FLAG_JEOC_MST ADC_CSR_JEOC_MST |
ADC flag ADC multimode master group injected end of unitary conversion
Definition at line 650 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_MST_JEOC().
#define LL_ADC_FLAG_JEOC_SLV ADC_CSR_JEOC_SLV |
ADC flag ADC multimode slave group injected end of unitary conversion
Definition at line 651 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_SLV_JEOC().
#define LL_ADC_FLAG_JEOS ADC_ISR_JEOS |
ADC flag ADC group injected end of sequence conversions
Definition at line 635 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_JEOS(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_JEOS().
#define LL_ADC_FLAG_JEOS_MST ADC_CSR_JEOS_MST |
ADC flag ADC multimode master group injected end of sequence conversions
Definition at line 652 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_MST_JEOS().
#define LL_ADC_FLAG_JEOS_SLV ADC_CSR_JEOS_SLV |
ADC flag ADC multimode slave group injected end of sequence conversions
Definition at line 653 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_SLV_JEOS().
#define LL_ADC_FLAG_JQOVF ADC_ISR_JQOVF |
ADC flag ADC group injected contexts queue overflow
Definition at line 636 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_JQOVF(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_JQOVF().
#define LL_ADC_FLAG_JQOVF_MST ADC_CSR_JQOVF_MST |
ADC flag ADC multimode master group injected contexts queue overflow
Definition at line 654 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_MST_JQOVF().
#define LL_ADC_FLAG_JQOVF_SLV ADC_CSR_JQOVF_SLV |
ADC flag ADC multimode slave group injected contexts queue overflow
Definition at line 655 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_SLV_JQOVF().
#define LL_ADC_FLAG_OVR ADC_ISR_OVR |
ADC flag ADC group regular overrun
Definition at line 632 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_OVR(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_OVR().
#define LL_ADC_FLAG_OVR_MST ADC_CSR_OVR_MST |
ADC flag ADC multimode master group regular overrun
Definition at line 646 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_MST_OVR().
#define LL_ADC_FLAG_OVR_SLV ADC_CSR_OVR_SLV |
ADC flag ADC multimode slave group regular overrun
Definition at line 647 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_SLV_OVR().