STM32F439xx 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_EOCS   ADC_CR1_EOCIE
#define LL_ADC_IT_OVR   ADC_CR1_OVRIE
#define LL_ADC_IT_JEOS   ADC_CR1_JEOCIE
#define LL_ADC_IT_AWD1   ADC_CR1_AWDIE

Detailed Description

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


Define Documentation

#define LL_ADC_IT_AWD1   ADC_CR1_AWDIE

ADC interruption ADC analog watchdog 1

Definition at line 538 of file stm32f4xx_ll_adc.h.

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

#define LL_ADC_IT_EOCS   ADC_CR1_EOCIE

ADC interruption ADC group regular end of unitary conversion or sequence conversions (to configure flag of end of conversion, use function LL_ADC_REG_SetFlagEndOfConversion() )

Definition at line 535 of file stm32f4xx_ll_adc.h.

Referenced by LL_ADC_DisableIT_EOCS(), LL_ADC_EnableIT_EOCS(), and LL_ADC_IsEnabledIT_EOCS().

#define LL_ADC_IT_JEOS   ADC_CR1_JEOCIE

ADC interruption 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 537 of file stm32f4xx_ll_adc.h.

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

#define LL_ADC_IT_OVR   ADC_CR1_OVRIE

ADC interruption ADC group regular overrun

Definition at line 536 of file stm32f4xx_ll_adc.h.

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