|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_ADC_EnableIT_ADRDY (ADC_TypeDef *ADCx) |
| Enable ADC ready. IER ADRDYIE LL_ADC_EnableIT_ADRDY. More... | |
| __STATIC_INLINE void | LL_ADC_EnableIT_EOC (ADC_TypeDef *ADCx) |
| Enable interruption ADC group regular end of unitary conversion. IER EOCIE LL_ADC_EnableIT_EOC. More... | |
| __STATIC_INLINE void | LL_ADC_EnableIT_EOS (ADC_TypeDef *ADCx) |
| Enable interruption ADC group regular end of sequence conversions. IER EOSIE LL_ADC_EnableIT_EOS. More... | |
| __STATIC_INLINE void | LL_ADC_EnableIT_OVR (ADC_TypeDef *ADCx) |
| Enable ADC group regular interruption overrun. IER OVRIE LL_ADC_EnableIT_OVR. More... | |
| __STATIC_INLINE void | LL_ADC_EnableIT_EOSMP (ADC_TypeDef *ADCx) |
| Enable interruption ADC group regular end of sampling. IER EOSMPIE LL_ADC_EnableIT_EOSMP. More... | |
| __STATIC_INLINE void | LL_ADC_EnableIT_JEOC (ADC_TypeDef *ADCx) |
| Enable interruption ADC group injected end of unitary conversion. IER JEOCIE LL_ADC_EnableIT_JEOC. More... | |
| __STATIC_INLINE void | LL_ADC_EnableIT_JEOS (ADC_TypeDef *ADCx) |
| Enable interruption ADC group injected end of sequence conversions. IER JEOSIE LL_ADC_EnableIT_JEOS. More... | |
| __STATIC_INLINE void | LL_ADC_EnableIT_JQOVF (ADC_TypeDef *ADCx) |
| Enable interruption ADC group injected context queue overflow. IER JQOVFIE LL_ADC_EnableIT_JQOVF. More... | |
| __STATIC_INLINE void | LL_ADC_EnableIT_AWD1 (ADC_TypeDef *ADCx) |
| Enable interruption ADC analog watchdog 1. IER AWD1IE LL_ADC_EnableIT_AWD1. More... | |
| __STATIC_INLINE void | LL_ADC_EnableIT_AWD2 (ADC_TypeDef *ADCx) |
| Enable interruption ADC analog watchdog 2. IER AWD2IE LL_ADC_EnableIT_AWD2. More... | |
| __STATIC_INLINE void | LL_ADC_EnableIT_AWD3 (ADC_TypeDef *ADCx) |
| Enable interruption ADC analog watchdog 3. IER AWD3IE LL_ADC_EnableIT_AWD3. More... | |
| __STATIC_INLINE void | LL_ADC_DisableIT_ADRDY (ADC_TypeDef *ADCx) |
| Disable interruption ADC ready. IER ADRDYIE LL_ADC_DisableIT_ADRDY. More... | |
| __STATIC_INLINE void | LL_ADC_DisableIT_EOC (ADC_TypeDef *ADCx) |
| Disable interruption ADC group regular end of unitary conversion. IER EOCIE LL_ADC_DisableIT_EOC. More... | |
| __STATIC_INLINE void | LL_ADC_DisableIT_EOS (ADC_TypeDef *ADCx) |
| Disable interruption ADC group regular end of sequence conversions. IER EOSIE LL_ADC_DisableIT_EOS. More... | |
| __STATIC_INLINE void | LL_ADC_DisableIT_OVR (ADC_TypeDef *ADCx) |
| Disable interruption ADC group regular overrun. IER OVRIE LL_ADC_DisableIT_OVR. More... | |
| __STATIC_INLINE void | LL_ADC_DisableIT_EOSMP (ADC_TypeDef *ADCx) |
| Disable interruption ADC group regular end of sampling. IER EOSMPIE LL_ADC_DisableIT_EOSMP. More... | |
| __STATIC_INLINE void | LL_ADC_DisableIT_JEOC (ADC_TypeDef *ADCx) |
| Disable interruption ADC group regular end of unitary conversion. IER JEOCIE LL_ADC_DisableIT_JEOC. More... | |
| __STATIC_INLINE void | LL_ADC_DisableIT_JEOS (ADC_TypeDef *ADCx) |
| Disable interruption ADC group injected end of sequence conversions. IER JEOSIE LL_ADC_DisableIT_JEOS. More... | |
| __STATIC_INLINE void | LL_ADC_DisableIT_JQOVF (ADC_TypeDef *ADCx) |
| Disable interruption ADC group injected context queue overflow. IER JQOVFIE LL_ADC_DisableIT_JQOVF. More... | |
| __STATIC_INLINE void | LL_ADC_DisableIT_AWD1 (ADC_TypeDef *ADCx) |
| Disable interruption ADC analog watchdog 1. IER AWD1IE LL_ADC_DisableIT_AWD1. More... | |
| __STATIC_INLINE void | LL_ADC_DisableIT_AWD2 (ADC_TypeDef *ADCx) |
| Disable interruption ADC analog watchdog 2. IER AWD2IE LL_ADC_DisableIT_AWD2. More... | |
| __STATIC_INLINE void | LL_ADC_DisableIT_AWD3 (ADC_TypeDef *ADCx) |
| Disable interruption ADC analog watchdog 3. IER AWD3IE LL_ADC_DisableIT_AWD3. More... | |
| __STATIC_INLINE uint32_t | LL_ADC_IsEnabledIT_ADRDY (ADC_TypeDef *ADCx) |
| Get state of interruption ADC ready (0: interrupt disabled, 1: interrupt enabled). IER ADRDYIE LL_ADC_IsEnabledIT_ADRDY. More... | |
| __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). IER EOCIE LL_ADC_IsEnabledIT_EOC. More... | |
| __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). IER EOSIE LL_ADC_IsEnabledIT_EOS. More... | |
| __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). IER OVRIE LL_ADC_IsEnabledIT_OVR. More... | |
| __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). IER EOSMPIE LL_ADC_IsEnabledIT_EOSMP. More... | |
| __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). IER JEOCIE LL_ADC_IsEnabledIT_JEOC. More... | |
| __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). IER JEOSIE LL_ADC_IsEnabledIT_JEOS. More... | |
| __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). IER JQOVFIE LL_ADC_IsEnabledIT_JQOVF. More... | |
| __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). IER AWD1IE LL_ADC_IsEnabledIT_AWD1. More... | |
| __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). IER AWD2IE LL_ADC_IsEnabledIT_AWD2. More... | |
| __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). IER AWD3IE LL_ADC_IsEnabledIT_AWD3. More... | |
| __STATIC_INLINE void LL_ADC_DisableIT_ADRDY | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC ready. IER ADRDYIE LL_ADC_DisableIT_ADRDY.
| ADCx | ADC instance |
| None |
Definition at line 7084 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_DisableIT_AWD1 | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC analog watchdog 1. IER AWD1IE LL_ADC_DisableIT_AWD1.
| ADCx | ADC instance |
| None |
Definition at line 7172 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_DisableIT_AWD2 | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC analog watchdog 2. IER AWD2IE LL_ADC_DisableIT_AWD2.
| ADCx | ADC instance |
| None |
Definition at line 7183 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_DisableIT_AWD3 | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC analog watchdog 3. IER AWD3IE LL_ADC_DisableIT_AWD3.
| ADCx | ADC instance |
| None |
Definition at line 7194 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_DisableIT_EOC | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC group regular end of unitary conversion. IER EOCIE LL_ADC_DisableIT_EOC.
| ADCx | ADC instance |
| None |
Definition at line 7095 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_DisableIT_EOS | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC group regular end of sequence conversions. IER EOSIE LL_ADC_DisableIT_EOS.
| ADCx | ADC instance |
| None |
Definition at line 7106 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_DisableIT_EOSMP | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC group regular end of sampling. IER EOSMPIE LL_ADC_DisableIT_EOSMP.
| ADCx | ADC instance |
| None |
Definition at line 7128 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_DisableIT_JEOC | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC group regular end of unitary conversion. IER JEOCIE LL_ADC_DisableIT_JEOC.
| ADCx | ADC instance |
| None |
Definition at line 7139 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_DisableIT_JEOS | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC group injected end of sequence conversions. IER JEOSIE LL_ADC_DisableIT_JEOS.
| ADCx | ADC instance |
| None |
Definition at line 7150 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_DisableIT_JQOVF | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC group injected context queue overflow. IER JQOVFIE LL_ADC_DisableIT_JQOVF.
| ADCx | ADC instance |
| None |
Definition at line 7161 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_DisableIT_OVR | ( | ADC_TypeDef * | ADCx | ) |
Disable interruption ADC group regular overrun. IER OVRIE LL_ADC_DisableIT_OVR.
| ADCx | ADC instance |
| None |
Definition at line 7117 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_EnableIT_ADRDY | ( | ADC_TypeDef * | ADCx | ) |
Enable ADC ready. IER ADRDYIE LL_ADC_EnableIT_ADRDY.
| ADCx | ADC instance |
| None |
Definition at line 6963 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_EnableIT_AWD1 | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC analog watchdog 1. IER AWD1IE LL_ADC_EnableIT_AWD1.
| ADCx | ADC instance |
| None |
Definition at line 7051 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_EnableIT_AWD2 | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC analog watchdog 2. IER AWD2IE LL_ADC_EnableIT_AWD2.
| ADCx | ADC instance |
| None |
Definition at line 7062 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_EnableIT_AWD3 | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC analog watchdog 3. IER AWD3IE LL_ADC_EnableIT_AWD3.
| ADCx | ADC instance |
| None |
Definition at line 7073 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_EnableIT_EOC | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC group regular end of unitary conversion. IER EOCIE LL_ADC_EnableIT_EOC.
| ADCx | ADC instance |
| None |
Definition at line 6974 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_EnableIT_EOS | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC group regular end of sequence conversions. IER EOSIE LL_ADC_EnableIT_EOS.
| ADCx | ADC instance |
| None |
Definition at line 6985 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_EnableIT_EOSMP | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC group regular end of sampling. IER EOSMPIE LL_ADC_EnableIT_EOSMP.
| ADCx | ADC instance |
| None |
Definition at line 7007 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_EnableIT_JEOC | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC group injected end of unitary conversion. IER JEOCIE LL_ADC_EnableIT_JEOC.
| ADCx | ADC instance |
| None |
Definition at line 7018 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_EnableIT_JEOS | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC group injected end of sequence conversions. IER JEOSIE LL_ADC_EnableIT_JEOS.
| ADCx | ADC instance |
| None |
Definition at line 7029 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_EnableIT_JQOVF | ( | ADC_TypeDef * | ADCx | ) |
Enable interruption ADC group injected context queue overflow. IER JQOVFIE LL_ADC_EnableIT_JQOVF.
| ADCx | ADC instance |
| None |
Definition at line 7040 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_EnableIT_OVR | ( | ADC_TypeDef * | ADCx | ) |
Enable ADC group regular interruption overrun. IER OVRIE LL_ADC_EnableIT_OVR.
| ADCx | ADC instance |
| None |
Definition at line 6996 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_IsEnabledIT_ADRDY | ( | ADC_TypeDef * | ADCx | ) |
Get state of interruption ADC ready (0: interrupt disabled, 1: interrupt enabled). IER ADRDYIE LL_ADC_IsEnabledIT_ADRDY.
| ADCx | ADC instance |
| State | of bit (1 or 0). |
Definition at line 7206 of file stm32l4xx_ll_adc.h.
| __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). IER AWD1IE LL_ADC_IsEnabledIT_AWD1.
| ADCx | ADC instance |
| State | of bit (1 or 0). |
Definition at line 7302 of file stm32l4xx_ll_adc.h.
| __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). IER AWD2IE LL_ADC_IsEnabledIT_AWD2.
| ADCx | ADC instance |
| State | of bit (1 or 0). |
Definition at line 7314 of file stm32l4xx_ll_adc.h.
| __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). IER AWD3IE LL_ADC_IsEnabledIT_AWD3.
| ADCx | ADC instance |
| State | of bit (1 or 0). |
Definition at line 7326 of file stm32l4xx_ll_adc.h.
| __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). IER EOCIE LL_ADC_IsEnabledIT_EOC.
| ADCx | ADC instance |
| State | of bit (1 or 0). |
Definition at line 7218 of file stm32l4xx_ll_adc.h.
| __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). IER EOSIE LL_ADC_IsEnabledIT_EOS.
| ADCx | ADC instance |
| State | of bit (1 or 0). |
Definition at line 7230 of file stm32l4xx_ll_adc.h.
| __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). IER EOSMPIE LL_ADC_IsEnabledIT_EOSMP.
| ADCx | ADC instance |
| State | of bit (1 or 0). |
Definition at line 7254 of file stm32l4xx_ll_adc.h.
| __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). IER JEOCIE LL_ADC_IsEnabledIT_JEOC.
| ADCx | ADC instance |
| State | of bit (1 or 0). |
Definition at line 7266 of file stm32l4xx_ll_adc.h.
| __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). IER JEOSIE LL_ADC_IsEnabledIT_JEOS.
| ADCx | ADC instance |
| State | of bit (1 or 0). |
Definition at line 7278 of file stm32l4xx_ll_adc.h.
| __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). IER JQOVFIE LL_ADC_IsEnabledIT_JQOVF.
| ADCx | ADC instance |
| State | of bit (1 or 0). |
Definition at line 7290 of file stm32l4xx_ll_adc.h.
| __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). IER OVRIE LL_ADC_IsEnabledIT_OVR.
| ADCx | ADC instance |
| State | of bit (1 or 0). |
Definition at line 7242 of file stm32l4xx_ll_adc.h.