STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_ADC_EnableIT_ADRDY (ADC_TypeDef *ADCx) |
Enable ADC ready. | |
__STATIC_INLINE void | LL_ADC_EnableIT_EOC (ADC_TypeDef *ADCx) |
Enable interruption ADC group regular end of unitary conversion. | |
__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_OVR (ADC_TypeDef *ADCx) |
Enable ADC group regular interruption overrun. | |
__STATIC_INLINE void | LL_ADC_EnableIT_EOSMP (ADC_TypeDef *ADCx) |
Enable interruption ADC group regular end of sampling. | |
__STATIC_INLINE void | LL_ADC_EnableIT_JEOC (ADC_TypeDef *ADCx) |
Enable interruption ADC group injected end of unitary conversion. | |
__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_JQOVF (ADC_TypeDef *ADCx) |
Enable interruption ADC group injected context queue overflow. | |
__STATIC_INLINE void | LL_ADC_EnableIT_AWD1 (ADC_TypeDef *ADCx) |
Enable interruption ADC analog watchdog 1. | |
__STATIC_INLINE void | LL_ADC_EnableIT_AWD2 (ADC_TypeDef *ADCx) |
Enable interruption ADC analog watchdog 2. | |
__STATIC_INLINE void | LL_ADC_EnableIT_AWD3 (ADC_TypeDef *ADCx) |
Enable interruption ADC analog watchdog 3. | |
__STATIC_INLINE void | LL_ADC_DisableIT_ADRDY (ADC_TypeDef *ADCx) |
Disable interruption ADC ready. | |
__STATIC_INLINE void | LL_ADC_DisableIT_EOC (ADC_TypeDef *ADCx) |
Disable interruption ADC group regular end of unitary conversion. | |
__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_OVR (ADC_TypeDef *ADCx) |
Disable interruption ADC group regular overrun. | |
__STATIC_INLINE void | LL_ADC_DisableIT_EOSMP (ADC_TypeDef *ADCx) |
Disable interruption ADC group regular end of sampling. | |
__STATIC_INLINE void | LL_ADC_DisableIT_JEOC (ADC_TypeDef *ADCx) |
Disable interruption ADC group regular end of unitary conversion. | |
__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_JQOVF (ADC_TypeDef *ADCx) |
Disable interruption ADC group injected context queue overflow. | |
__STATIC_INLINE void | LL_ADC_DisableIT_AWD1 (ADC_TypeDef *ADCx) |
Disable interruption ADC analog watchdog 1. | |
__STATIC_INLINE void | LL_ADC_DisableIT_AWD2 (ADC_TypeDef *ADCx) |
Disable interruption ADC analog watchdog 2. | |
__STATIC_INLINE void | LL_ADC_DisableIT_AWD3 (ADC_TypeDef *ADCx) |
Disable interruption ADC analog watchdog 3. | |
__STATIC_INLINE uint32_t | LL_ADC_IsEnabledIT_ADRDY (ADC_TypeDef *ADCx) |
Get state of interruption ADC ready (0: interrupt disabled, 1: interrupt enabled). | |
__STATIC_INLINE uint32_t | LL_ADC_IsEnabledIT_EOC (ADC_TypeDef *ADCx) |
Get state of interruption ADC group regular end of unitary conversion (0: interrupt disabled, 1: interrupt enabled). | |
__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_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_EOSMP (ADC_TypeDef *ADCx) |
Get state of interruption ADC group regular end of sampling (0: interrupt disabled, 1: interrupt enabled). | |
__STATIC_INLINE uint32_t | LL_ADC_IsEnabledIT_JEOC (ADC_TypeDef *ADCx) |
Get state of interruption ADC group injected end of unitary conversion (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_JQOVF (ADC_TypeDef *ADCx) |
Get state of interruption ADC group injected context queue overflow interrupt state (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 uint32_t | LL_ADC_IsEnabledIT_AWD2 (ADC_TypeDef *ADCx) |
Get state of interruption Get ADC analog watchdog 2 (0: interrupt disabled, 1: interrupt enabled). | |
__STATIC_INLINE uint32_t | LL_ADC_IsEnabledIT_AWD3 (ADC_TypeDef *ADCx) |
Get state of interruption Get ADC analog watchdog 3 (0: interrupt disabled, 1: interrupt enabled). |
__STATIC_INLINE void LL_ADC_DisableIT_ADRDY | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC ready.
ADCx | ADC instance |
None |
Definition at line 7975 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_ADRDY.
__STATIC_INLINE void LL_ADC_DisableIT_AWD1 | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC analog watchdog 1.
ADCx | ADC instance |
None |
Definition at line 8063 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_AWD1.
Referenced by HAL_ADC_AnalogWDGConfig().
__STATIC_INLINE void LL_ADC_DisableIT_AWD2 | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC analog watchdog 2.
ADCx | ADC instance |
None |
Definition at line 8074 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_AWD2.
Referenced by HAL_ADC_AnalogWDGConfig().
__STATIC_INLINE void LL_ADC_DisableIT_AWD3 | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC analog watchdog 3.
ADCx | ADC instance |
None |
Definition at line 8085 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_AWD3.
Referenced by HAL_ADC_AnalogWDGConfig().
__STATIC_INLINE void LL_ADC_DisableIT_EOC | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC group regular end of unitary conversion.
ADCx | ADC instance |
None |
Definition at line 7986 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_EOC.
__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 7997 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_EOS.
__STATIC_INLINE void LL_ADC_DisableIT_EOSMP | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC group regular end of sampling.
ADCx | ADC instance |
None |
Definition at line 8019 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_EOSMP.
__STATIC_INLINE void LL_ADC_DisableIT_JEOC | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC group regular end of unitary conversion.
ADCx | ADC instance |
None |
Definition at line 8030 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_JEOC.
__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 8041 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_JEOS.
__STATIC_INLINE void LL_ADC_DisableIT_JQOVF | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC group injected context queue overflow.
ADCx | ADC instance |
None |
Definition at line 8052 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_JQOVF.
__STATIC_INLINE void LL_ADC_DisableIT_OVR | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC group regular overrun.
ADCx | ADC instance |
None |
Definition at line 8008 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_OVR.
__STATIC_INLINE void LL_ADC_EnableIT_ADRDY | ( | ADC_TypeDef * | ADCx | ) |
Enable ADC ready.
ADCx | ADC instance |
None |
Definition at line 7854 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_ADRDY.
__STATIC_INLINE void LL_ADC_EnableIT_AWD1 | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC analog watchdog 1.
ADCx | ADC instance |
None |
Definition at line 7942 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_AWD1.
Referenced by HAL_ADC_AnalogWDGConfig().
__STATIC_INLINE void LL_ADC_EnableIT_AWD2 | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC analog watchdog 2.
ADCx | ADC instance |
None |
Definition at line 7953 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_AWD2.
Referenced by HAL_ADC_AnalogWDGConfig().
__STATIC_INLINE void LL_ADC_EnableIT_AWD3 | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC analog watchdog 3.
ADCx | ADC instance |
None |
Definition at line 7964 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_AWD3.
Referenced by HAL_ADC_AnalogWDGConfig().
__STATIC_INLINE void LL_ADC_EnableIT_EOC | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC group regular end of unitary conversion.
ADCx | ADC instance |
None |
Definition at line 7865 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_EOC.
__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 7876 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_EOS.
__STATIC_INLINE void LL_ADC_EnableIT_EOSMP | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC group regular end of sampling.
ADCx | ADC instance |
None |
Definition at line 7898 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_EOSMP.
__STATIC_INLINE void LL_ADC_EnableIT_JEOC | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC group injected end of unitary conversion.
ADCx | ADC instance |
None |
Definition at line 7909 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_JEOC.
__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 7920 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_JEOS.
__STATIC_INLINE void LL_ADC_EnableIT_JQOVF | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC group injected context queue overflow.
ADCx | ADC instance |
None |
Definition at line 7931 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_JQOVF.
__STATIC_INLINE void LL_ADC_EnableIT_OVR | ( | ADC_TypeDef * | ADCx | ) |
Enable ADC group regular interruption overrun.
ADCx | ADC instance |
None |
Definition at line 7887 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_OVR.
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_ADRDY | ( | ADC_TypeDef * | ADCx | ) |
Get state of interruption ADC ready (0: interrupt disabled, 1: interrupt enabled).
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 8097 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_ADRDY.
__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 8193 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_AWD1.
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_AWD2 | ( | ADC_TypeDef * | ADCx | ) |
Get state of interruption Get ADC analog watchdog 2 (0: interrupt disabled, 1: interrupt enabled).
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 8205 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_AWD2.
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_AWD3 | ( | ADC_TypeDef * | ADCx | ) |
Get state of interruption Get ADC analog watchdog 3 (0: interrupt disabled, 1: interrupt enabled).
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 8217 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_AWD3.
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_EOC | ( | ADC_TypeDef * | ADCx | ) |
Get state of interruption ADC group regular end of unitary conversion (0: interrupt disabled, 1: interrupt enabled).
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 8109 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_EOC.
__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 8121 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_EOS.
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_EOSMP | ( | ADC_TypeDef * | ADCx | ) |
Get state of interruption ADC group regular end of sampling (0: interrupt disabled, 1: interrupt enabled).
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 8145 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_EOSMP.
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_JEOC | ( | ADC_TypeDef * | ADCx | ) |
Get state of interruption ADC group injected end of unitary conversion (0: interrupt disabled, 1: interrupt enabled).
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 8157 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_JEOC.
__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 8169 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_JEOS.
__STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_JQOVF | ( | ADC_TypeDef * | ADCx | ) |
Get state of interruption ADC group injected context queue overflow interrupt state (0: interrupt disabled, 1: interrupt enabled).
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 8181 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_JQOVF.
__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 8133 of file stm32h7xx_ll_adc.h.
References LL_ADC_IT_OVR.