STM32F103xB HAL User Manual
|
IT defines which can be used with LL_ADC_ReadReg and LL_ADC_WriteReg functions. More...
Defines | |
#define | LL_ADC_IT_EOS ADC_CR1_EOCIE |
#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 433 of file stm32f1xx_ll_adc.h.
Referenced by LL_ADC_DisableIT_AWD1(), LL_ADC_EnableIT_AWD1(), and LL_ADC_IsEnabledIT_AWD1().
#define LL_ADC_IT_EOS ADC_CR1_EOCIE |
ADC interruption ADC group regular end of sequence conversions (Note: on this STM32 serie, there is no flag ADC group regular end of unitary conversion. Flag noted as "EOC" is corresponding to flag "EOS" in other STM32 families)
Definition at line 431 of file stm32f1xx_ll_adc.h.
Referenced by LL_ADC_IsEnabledIT_EOS().
#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 432 of file stm32f1xx_ll_adc.h.
Referenced by LL_ADC_DisableIT_JEOS(), LL_ADC_EnableIT_JEOS(), and LL_ADC_IsEnabledIT_JEOS().