LL_ADC_DisableIT_JEOS
__STATIC_INLINE void LL_ADC_DisableIT_JEOS
(ADC_TypeDef * ADCx)
Disable interruption ADC group injected end of sequence
conversions.
Reference Manual to
LL API cross
reference:
CR1 JEOCIE LL_ADC_EnableIT_JEOS
LL_ADC_DisableIT_AWD1
__STATIC_INLINE void LL_ADC_DisableIT_AWD1
(ADC_TypeDef * ADCx)
Disable interruption ADC analog watchdog 1.
Reference Manual to
LL API cross
reference:
CR1 AWDIE LL_ADC_EnableIT_AWD1
LL_ADC_IsEnabledIT_EOCS
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_EOCS
(ADC_TypeDef * ADCx)
Get state of interruption ADC group regular end of unitary
conversion or end of sequence conversions, depending on ADC
configuration.
To configure flag of end of conversion, use function
LL_ADC_REG_SetFlagEndOfConversion(). (0: interrupt
disabled, 1: interrupt enabled)
Reference Manual to
LL API cross
reference:
CR1 EOCIE LL_ADC_IsEnabledIT_EOCS
LL_ADC_IsEnabledIT_OVR
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_OVR
(ADC_TypeDef * ADCx)
Get state of interruption ADC group regular overrun (0: interrupt
disabled, 1: interrupt enabled).