STM32F479xx HAL User Manual
|
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 |
IT defines which can be used with LL_ADC_ReadReg and LL_ADC_WriteReg functions.
#define LL_ADC_IT_AWD1 ADC_CR1_AWDIE |
ADC interruption ADC analog watchdog 1
Definition at line 534 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 531 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 series, 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 533 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 532 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_DisableIT_OVR(), LL_ADC_EnableIT_OVR(), and LL_ADC_IsEnabledIT_OVR().