STM32L486xx HAL User Manual
Defines
ADC interruptions for configuration (interruption enable or disable)
ADC Exported Constants

IT defines which can be used with LL_ADC_ReadReg and LL_ADC_WriteReg functions. More...

Defines

#define LL_ADC_IT_ADRDY   ADC_IER_ADRDYIE
#define LL_ADC_IT_EOC   ADC_IER_EOCIE
#define LL_ADC_IT_EOS   ADC_IER_EOSIE
#define LL_ADC_IT_OVR   ADC_IER_OVRIE
#define LL_ADC_IT_EOSMP   ADC_IER_EOSMPIE
#define LL_ADC_IT_JEOC   ADC_IER_JEOCIE
#define LL_ADC_IT_JEOS   ADC_IER_JEOSIE
#define LL_ADC_IT_JQOVF   ADC_IER_JQOVFIE
#define LL_ADC_IT_AWD1   ADC_IER_AWD1IE
#define LL_ADC_IT_AWD2   ADC_IER_AWD2IE
#define LL_ADC_IT_AWD3   ADC_IER_AWD3IE

Detailed Description

IT defines which can be used with LL_ADC_ReadReg and LL_ADC_WriteReg functions.


Define Documentation

#define LL_ADC_IT_ADRDY   ADC_IER_ADRDYIE

ADC interruption ADC instance ready

Definition at line 668 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_DeInit(), LL_ADC_DisableIT_ADRDY(), LL_ADC_EnableIT_ADRDY(), and LL_ADC_IsEnabledIT_ADRDY().

#define LL_ADC_IT_AWD1   ADC_IER_AWD1IE

ADC interruption ADC analog watchdog 1

Definition at line 676 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_DeInit(), LL_ADC_DisableIT_AWD1(), LL_ADC_EnableIT_AWD1(), and LL_ADC_IsEnabledIT_AWD1().

#define LL_ADC_IT_AWD2   ADC_IER_AWD2IE

ADC interruption ADC analog watchdog 2

Definition at line 677 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_DeInit(), LL_ADC_DisableIT_AWD2(), LL_ADC_EnableIT_AWD2(), and LL_ADC_IsEnabledIT_AWD2().

#define LL_ADC_IT_AWD3   ADC_IER_AWD3IE

ADC interruption ADC analog watchdog 3

Definition at line 678 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_DeInit(), LL_ADC_DisableIT_AWD3(), LL_ADC_EnableIT_AWD3(), and LL_ADC_IsEnabledIT_AWD3().

#define LL_ADC_IT_EOC   ADC_IER_EOCIE

ADC interruption ADC group regular end of unitary conversion

Definition at line 669 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_DeInit(), LL_ADC_DisableIT_EOC(), LL_ADC_EnableIT_EOC(), and LL_ADC_IsEnabledIT_EOC().

#define LL_ADC_IT_EOS   ADC_IER_EOSIE

ADC interruption ADC group regular end of sequence conversions

Definition at line 670 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_DeInit(), LL_ADC_DisableIT_EOS(), LL_ADC_EnableIT_EOS(), and LL_ADC_IsEnabledIT_EOS().

#define LL_ADC_IT_EOSMP   ADC_IER_EOSMPIE

ADC interruption ADC group regular end of sampling phase

Definition at line 672 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_DeInit(), LL_ADC_DisableIT_EOSMP(), LL_ADC_EnableIT_EOSMP(), and LL_ADC_IsEnabledIT_EOSMP().

#define LL_ADC_IT_JEOC   ADC_IER_JEOCIE

ADC interruption ADC group injected end of unitary conversion

Definition at line 673 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_DeInit(), LL_ADC_DisableIT_JEOC(), LL_ADC_EnableIT_JEOC(), and LL_ADC_IsEnabledIT_JEOC().

#define LL_ADC_IT_JEOS   ADC_IER_JEOSIE

ADC interruption ADC group injected end of sequence conversions

Definition at line 674 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_DeInit(), LL_ADC_DisableIT_JEOS(), LL_ADC_EnableIT_JEOS(), and LL_ADC_IsEnabledIT_JEOS().

#define LL_ADC_IT_JQOVF   ADC_IER_JQOVFIE

ADC interruption ADC group injected contexts queue overflow

Definition at line 675 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_DeInit(), LL_ADC_DisableIT_JQOVF(), LL_ADC_EnableIT_JQOVF(), and LL_ADC_IsEnabledIT_JQOVF().

#define LL_ADC_IT_OVR   ADC_IER_OVRIE

ADC interruption ADC group regular overrun

Definition at line 671 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_DeInit(), LL_ADC_DisableIT_OVR(), LL_ADC_EnableIT_OVR(), and LL_ADC_IsEnabledIT_OVR().