STM32F4xx_HAL_Driver
1.8.3
|
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... | |
__STATIC_INLINE void LL_ADC_DisableIT_AWD1 | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC analog watchdog 1. @rmtoll CR1 AWDIE LL_ADC_EnableIT_AWD1.
ADCx | ADC instance |
None |
Definition at line 4666 of file stm32f4xx_ll_adc.h.
__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 4628 of file stm32f4xx_ll_adc.h.
__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.
ADCx | ADC instance |
None |
Definition at line 4651 of file stm32f4xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_DisableIT_OVR | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC group regular overrun. @rmtoll CR1 OVRIE LL_ADC_DisableIT_OVR.
ADCx | ADC instance |
None |
Definition at line 4639 of file stm32f4xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_EnableIT_AWD1 | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC analog watchdog 1. @rmtoll CR1 AWDIE LL_ADC_EnableIT_AWD1.
ADCx | ADC instance |
None |
Definition at line 4613 of file stm32f4xx_ll_adc.h.
__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 4575 of file stm32f4xx_ll_adc.h.
__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.
ADCx | ADC instance |
None |
Definition at line 4598 of file stm32f4xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_EnableIT_OVR | ( | ADC_TypeDef * | ADCx | ) |
Enable ADC group regular interruption overrun. @rmtoll CR1 OVRIE LL_ADC_EnableIT_OVR.
ADCx | ADC instance |
None |
Definition at line 4586 of file stm32f4xx_ll_adc.h.
__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.
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 4723 of file stm32f4xx_ll_adc.h.
__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.
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 4682 of file stm32f4xx_ll_adc.h.
__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.
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 4707 of file stm32f4xx_ll_adc.h.
__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.
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 4694 of file stm32f4xx_ll_adc.h.