Reference Manual to
LL API cross
reference:
CR1 OVRIE LL_ADC_IsEnabledIT_OVR
LL_ADC_IsEnabledIT_JEOS
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_JEOS
(ADC_TypeDef * ADCx)
Get state of interruption ADC group injected end of sequence
conversions (0: interrupt disabled, 1: interrupt enabled).
Reference Manual to
LL API cross
reference:
CR1 JEOCIE LL_ADC_EnableIT_JEOS
LL_ADC_IsEnabledIT_AWD1
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_AWD1
(ADC_TypeDef * ADCx)
Get state of interruption ADC analog watchdog 1 (0: interrupt
disabled, 1: interrupt enabled).
Reference Manual to
LL API cross
reference:
CR1 AWDIE LL_ADC_EnableIT_AWD1
LL_ADC_CommonDeInit
ErrorStatus LL_ADC_CommonDeInit (ADC_Common_TypeDef
* ADCxy_COMMON)
De-initialize registers of all ADC instances belonging to the same
ADC common instance to their default reset values.
ADCxy_COMMON: ADC common instance (can be set
directly from CMSIS definition or by using helper macro
__LL_ADC_COMMON_INSTANCE() )
An: ErrorStatus enumeration value:
SUCCESS: ADC common registers are de-initialized
ERROR: not applicable
LL_ADC_CommonInit
ErrorStatus LL_ADC_CommonInit (ADC_Common_TypeDef *
ADCxy_COMMON, LL_ADC_CommonInitTypeDef *
ADC_CommonInitStruct)