STM32F103xB HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_ADC_EnableIT_EOS (ADC_TypeDef *ADCx) |
Enable interruption ADC group regular end of sequence conversions. | |
__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_EOS (ADC_TypeDef *ADCx) |
Disable interruption ADC group regular end of sequence conversions. | |
__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_EOS (ADC_TypeDef *ADCx) |
Get state of interruption ADC group regular end of sequence conversions (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 3827 of file stm32f1xx_ll_adc.h.
References LL_ADC_IT_AWD1.
__STATIC_INLINE void LL_ADC_DisableIT_EOS | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC group regular end of sequence conversions.
ADCx | ADC instance |
None |
Definition at line 3796 of file stm32f1xx_ll_adc.h.
__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 3812 of file stm32f1xx_ll_adc.h.
References LL_ADC_IT_JEOS.
__STATIC_INLINE void LL_ADC_EnableIT_AWD1 | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC analog watchdog 1.
ADCx | ADC instance |
None |
Definition at line 3785 of file stm32f1xx_ll_adc.h.
References LL_ADC_IT_AWD1.
__STATIC_INLINE void LL_ADC_EnableIT_EOS | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC group regular end of sequence conversions.
ADCx | ADC instance |
None |
Definition at line 3754 of file stm32f1xx_ll_adc.h.
__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 3770 of file stm32f1xx_ll_adc.h.
References LL_ADC_IT_JEOS.
__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 3872 of file stm32f1xx_ll_adc.h.
References LL_ADC_IT_AWD1.
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_EOS | ( | ADC_TypeDef * | ADCx | ) |
Get state of interruption ADC group regular end of sequence conversions (0: interrupt disabled, 1: interrupt enabled).
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 3839 of file stm32f1xx_ll_adc.h.
References LL_ADC_IT_EOS.
__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 3856 of file stm32f1xx_ll_adc.h.
References LL_ADC_IT_JEOS.