STM32F479xx HAL User Manual
|
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. | |
__STATIC_INLINE void | LL_ADC_EnableIT_OVR (ADC_TypeDef *ADCx) |
Enable ADC group regular interruption overrun. | |
__STATIC_INLINE void | LL_ADC_EnableIT_JEOS (ADC_TypeDef *ADCx) |
Enable interruption ADC group injected end of sequence conversions. | |
__STATIC_INLINE void | LL_ADC_EnableIT_AWD1 (ADC_TypeDef *ADCx) |
Enable interruption ADC analog watchdog 1. | |
__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. | |
__STATIC_INLINE void | LL_ADC_DisableIT_OVR (ADC_TypeDef *ADCx) |
Disable interruption ADC group regular overrun. | |
__STATIC_INLINE void | LL_ADC_DisableIT_JEOS (ADC_TypeDef *ADCx) |
Disable interruption ADC group injected end of sequence conversions. | |
__STATIC_INLINE void | LL_ADC_DisableIT_AWD1 (ADC_TypeDef *ADCx) |
Disable interruption ADC analog watchdog 1. | |
__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. | |
__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). | |
__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). | |
__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). |
__STATIC_INLINE void LL_ADC_DisableIT_AWD1 | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC analog watchdog 1.
ADCx | ADC instance |
None |
Definition at line 4664 of file stm32f4xx_ll_adc.h.
References LL_ADC_IT_AWD1.
__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.
ADCx | ADC instance |
None |
Definition at line 4626 of file stm32f4xx_ll_adc.h.
References LL_ADC_IT_EOCS.
__STATIC_INLINE void LL_ADC_DisableIT_JEOS | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC group injected end of sequence conversions.
ADCx | ADC instance |
None |
Definition at line 4649 of file stm32f4xx_ll_adc.h.
References LL_ADC_IT_JEOS.
__STATIC_INLINE void LL_ADC_DisableIT_OVR | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC group regular overrun.
ADCx | ADC instance |
None |
Definition at line 4637 of file stm32f4xx_ll_adc.h.
References LL_ADC_IT_OVR.
__STATIC_INLINE void LL_ADC_EnableIT_AWD1 | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC analog watchdog 1.
ADCx | ADC instance |
None |
Definition at line 4611 of file stm32f4xx_ll_adc.h.
References LL_ADC_IT_AWD1.
__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.
ADCx | ADC instance |
None |
Definition at line 4573 of file stm32f4xx_ll_adc.h.
References LL_ADC_IT_EOCS.
__STATIC_INLINE void LL_ADC_EnableIT_JEOS | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC group injected end of sequence conversions.
ADCx | ADC instance |
None |
Definition at line 4596 of file stm32f4xx_ll_adc.h.
References LL_ADC_IT_JEOS.
__STATIC_INLINE void LL_ADC_EnableIT_OVR | ( | ADC_TypeDef * | ADCx | ) |
Enable ADC group regular interruption overrun.
ADCx | ADC instance |
None |
Definition at line 4584 of file stm32f4xx_ll_adc.h.
References LL_ADC_IT_OVR.
__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).
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 4721 of file stm32f4xx_ll_adc.h.
References LL_ADC_IT_AWD1.
__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.
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 4680 of file stm32f4xx_ll_adc.h.
References LL_ADC_IT_EOCS.
__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).
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 4705 of file stm32f4xx_ll_adc.h.
References LL_ADC_IT_JEOS.
__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).
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 4692 of file stm32f4xx_ll_adc.h.
References LL_ADC_IT_OVR.