STM32F4xx_HAL_Driver  1.8.3
+ Collaboration diagram for ADC IT management:

Functions

__STATIC_INLINE void LL_ADC_EnableIT_EOCS (ADC_TypeDef *ADCx)
 Enable interruption ADC group regular end of unitary conversion or end of sequence conversions, depending on ADC configuration. More...
 
__STATIC_INLINE void LL_ADC_EnableIT_OVR (ADC_TypeDef *ADCx)
 Enable ADC group regular interruption overrun. @rmtoll CR1 OVRIE LL_ADC_EnableIT_OVR. More...
 
__STATIC_INLINE void LL_ADC_EnableIT_JEOS (ADC_TypeDef *ADCx)
 Enable interruption ADC group injected end of sequence conversions. @rmtoll CR1 JEOCIE LL_ADC_EnableIT_JEOS. More...
 
__STATIC_INLINE void LL_ADC_EnableIT_AWD1 (ADC_TypeDef *ADCx)
 Enable interruption ADC analog watchdog 1. @rmtoll CR1 AWDIE LL_ADC_EnableIT_AWD1. More...
 
__STATIC_INLINE void LL_ADC_DisableIT_EOCS (ADC_TypeDef *ADCx)
 Disable interruption ADC group regular end of unitary conversion or end of sequence conversions, depending on ADC configuration. More...
 
__STATIC_INLINE void LL_ADC_DisableIT_OVR (ADC_TypeDef *ADCx)
 Disable interruption ADC group regular overrun. @rmtoll CR1 OVRIE LL_ADC_DisableIT_OVR. More...
 
__STATIC_INLINE void LL_ADC_DisableIT_JEOS (ADC_TypeDef *ADCx)
 Disable interruption ADC group injected end of sequence conversions. @rmtoll CR1 JEOCIE LL_ADC_EnableIT_JEOS. More...
 
__STATIC_INLINE void LL_ADC_DisableIT_AWD1 (ADC_TypeDef *ADCx)
 Disable interruption ADC analog watchdog 1. @rmtoll CR1 AWDIE LL_ADC_EnableIT_AWD1. More...
 
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_EOCS (const ADC_TypeDef *ADCx)
 Get state of interruption ADC group regular end of unitary conversion or end of sequence conversions, depending on ADC configuration. More...
 
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_OVR (const ADC_TypeDef *ADCx)
 Get state of interruption ADC group regular overrun (0: interrupt disabled, 1: interrupt enabled). @rmtoll CR1 OVRIE LL_ADC_IsEnabledIT_OVR. More...
 
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_JEOS (const ADC_TypeDef *ADCx)
 Get state of interruption ADC group injected end of sequence conversions (0: interrupt disabled, 1: interrupt enabled). @rmtoll CR1 JEOCIE LL_ADC_EnableIT_JEOS. More...
 
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_AWD1 (const ADC_TypeDef *ADCx)
 Get state of interruption ADC analog watchdog 1 (0: interrupt disabled, 1: interrupt enabled). @rmtoll CR1 AWDIE LL_ADC_EnableIT_AWD1. More...
 

Detailed Description

Function Documentation

◆ LL_ADC_DisableIT_AWD1()

__STATIC_INLINE void LL_ADC_DisableIT_AWD1 ( ADC_TypeDef *  ADCx)

Disable interruption ADC analog watchdog 1. @rmtoll CR1 AWDIE LL_ADC_EnableIT_AWD1.

Parameters
ADCxADC instance
Return values
None

Definition at line 4666 of file stm32f4xx_ll_adc.h.

◆ LL_ADC_DisableIT_EOCS()

__STATIC_INLINE void LL_ADC_DisableIT_EOCS ( ADC_TypeDef *  ADCx)

Disable interruption ADC group regular end of unitary conversion or end of sequence conversions, depending on ADC configuration.

Note
To configure flag of end of conversion, use function LL_ADC_REG_SetFlagEndOfConversion(). @rmtoll CR1 EOCIE LL_ADC_DisableIT_EOCS
Parameters
ADCxADC instance
Return values
None

Definition at line 4628 of file stm32f4xx_ll_adc.h.

◆ LL_ADC_DisableIT_JEOS()

__STATIC_INLINE void LL_ADC_DisableIT_JEOS ( ADC_TypeDef *  ADCx)

Disable interruption ADC group injected end of sequence conversions. @rmtoll CR1 JEOCIE LL_ADC_EnableIT_JEOS.

Parameters
ADCxADC instance
Return values
None

Definition at line 4651 of file stm32f4xx_ll_adc.h.

◆ LL_ADC_DisableIT_OVR()

__STATIC_INLINE void LL_ADC_DisableIT_OVR ( ADC_TypeDef *  ADCx)

Disable interruption ADC group regular overrun. @rmtoll CR1 OVRIE LL_ADC_DisableIT_OVR.

Parameters
ADCxADC instance
Return values
None

Definition at line 4639 of file stm32f4xx_ll_adc.h.

◆ LL_ADC_EnableIT_AWD1()

__STATIC_INLINE void LL_ADC_EnableIT_AWD1 ( ADC_TypeDef *  ADCx)

Enable interruption ADC analog watchdog 1. @rmtoll CR1 AWDIE LL_ADC_EnableIT_AWD1.

Parameters
ADCxADC instance
Return values
None

Definition at line 4613 of file stm32f4xx_ll_adc.h.

◆ LL_ADC_EnableIT_EOCS()

__STATIC_INLINE void LL_ADC_EnableIT_EOCS ( ADC_TypeDef *  ADCx)

Enable interruption ADC group regular end of unitary conversion or end of sequence conversions, depending on ADC configuration.

Note
To configure flag of end of conversion, use function LL_ADC_REG_SetFlagEndOfConversion(). @rmtoll CR1 EOCIE LL_ADC_EnableIT_EOCS
Parameters
ADCxADC instance
Return values
None

Definition at line 4575 of file stm32f4xx_ll_adc.h.

◆ LL_ADC_EnableIT_JEOS()

__STATIC_INLINE void LL_ADC_EnableIT_JEOS ( ADC_TypeDef *  ADCx)

Enable interruption ADC group injected end of sequence conversions. @rmtoll CR1 JEOCIE LL_ADC_EnableIT_JEOS.

Parameters
ADCxADC instance
Return values
None

Definition at line 4598 of file stm32f4xx_ll_adc.h.

◆ LL_ADC_EnableIT_OVR()

__STATIC_INLINE void LL_ADC_EnableIT_OVR ( ADC_TypeDef *  ADCx)

Enable ADC group regular interruption overrun. @rmtoll CR1 OVRIE LL_ADC_EnableIT_OVR.

Parameters
ADCxADC instance
Return values
None

Definition at line 4586 of file stm32f4xx_ll_adc.h.

◆ LL_ADC_IsEnabledIT_AWD1()

__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_AWD1 ( const ADC_TypeDef *  ADCx)

Get state of interruption ADC analog watchdog 1 (0: interrupt disabled, 1: interrupt enabled). @rmtoll CR1 AWDIE LL_ADC_EnableIT_AWD1.

Parameters
ADCxADC instance
Return values
Stateof bit (1 or 0).

Definition at line 4723 of file stm32f4xx_ll_adc.h.

◆ LL_ADC_IsEnabledIT_EOCS()

__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_EOCS ( const ADC_TypeDef *  ADCx)

Get state of interruption ADC group regular end of unitary conversion or end of sequence conversions, depending on ADC configuration.

Note
To configure flag of end of conversion, use function LL_ADC_REG_SetFlagEndOfConversion(). (0: interrupt disabled, 1: interrupt enabled) @rmtoll CR1 EOCIE LL_ADC_IsEnabledIT_EOCS
Parameters
ADCxADC instance
Return values
Stateof bit (1 or 0).

Definition at line 4682 of file stm32f4xx_ll_adc.h.

◆ LL_ADC_IsEnabledIT_JEOS()

__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_JEOS ( const ADC_TypeDef *  ADCx)

Get state of interruption ADC group injected end of sequence conversions (0: interrupt disabled, 1: interrupt enabled). @rmtoll CR1 JEOCIE LL_ADC_EnableIT_JEOS.

Parameters
ADCxADC instance
Return values
Stateof bit (1 or 0).

Definition at line 4707 of file stm32f4xx_ll_adc.h.

◆ LL_ADC_IsEnabledIT_OVR()

__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_OVR ( const ADC_TypeDef *  ADCx)

Get state of interruption ADC group regular overrun (0: interrupt disabled, 1: interrupt enabled). @rmtoll CR1 OVRIE LL_ADC_IsEnabledIT_OVR.

Parameters
ADCxADC instance
Return values
Stateof bit (1 or 0).

Definition at line 4694 of file stm32f4xx_ll_adc.h.