STM32L443xx HAL User Manual
|
Defines | |
#define | ADC_IT_RDY ADC_IER_ADRDYIE |
#define | ADC_IT_EOSMP ADC_IER_EOSMPIE |
#define | ADC_IT_EOC ADC_IER_EOCIE |
#define | ADC_IT_EOS ADC_IER_EOSIE |
#define | ADC_IT_OVR ADC_IER_OVRIE |
#define | ADC_IT_JEOC ADC_IER_JEOCIE |
#define | ADC_IT_JEOS ADC_IER_JEOSIE |
#define | ADC_IT_AWD1 ADC_IER_AWD1IE |
#define | ADC_IT_AWD2 ADC_IER_AWD2IE |
#define | ADC_IT_AWD3 ADC_IER_AWD3IE |
#define | ADC_IT_JQOVF ADC_IER_JQOVFIE |
#define | ADC_IT_AWD ADC_IT_AWD1 |
#define ADC_IT_AWD ADC_IT_AWD1 |
ADC Analog watchdog 1 interrupt source: naming for compatibility with other STM32 devices having only one analog watchdog
Definition at line 730 of file stm32l4xx_hal_adc.h.
#define ADC_IT_AWD1 ADC_IER_AWD1IE |
ADC Analog watchdog 1 interrupt source (main analog watchdog)
Definition at line 725 of file stm32l4xx_hal_adc.h.
Referenced by HAL_ADC_DeInit(), and HAL_ADC_IRQHandler().
#define ADC_IT_AWD2 ADC_IER_AWD2IE |
ADC Analog watchdog 2 interrupt source (additional analog watchdog)
Definition at line 726 of file stm32l4xx_hal_adc.h.
Referenced by HAL_ADC_DeInit(), and HAL_ADC_IRQHandler().
#define ADC_IT_AWD3 ADC_IER_AWD3IE |
ADC Analog watchdog 3 interrupt source (additional analog watchdog)
Definition at line 727 of file stm32l4xx_hal_adc.h.
Referenced by HAL_ADC_DeInit(), and HAL_ADC_IRQHandler().
#define ADC_IT_EOC ADC_IER_EOCIE |
ADC End of regular conversion interrupt source
Definition at line 720 of file stm32l4xx_hal_adc.h.
Referenced by HAL_ADC_DeInit(), HAL_ADC_IRQHandler(), HAL_ADC_Start_IT(), HAL_ADC_Stop_IT(), and HAL_ADCEx_RegularStop_IT().
#define ADC_IT_EOS ADC_IER_EOSIE |
ADC End of regular sequence of conversions interrupt source
Definition at line 721 of file stm32l4xx_hal_adc.h.
Referenced by HAL_ADC_DeInit(), HAL_ADC_IRQHandler(), HAL_ADC_Start_IT(), HAL_ADC_Stop_IT(), and HAL_ADCEx_RegularStop_IT().
#define ADC_IT_EOSMP ADC_IER_EOSMPIE |
ADC End of sampling interrupt source
Definition at line 719 of file stm32l4xx_hal_adc.h.
Referenced by HAL_ADC_DeInit(), and HAL_ADC_IRQHandler().
#define ADC_IT_JEOC ADC_IER_JEOCIE |
ADC End of injected conversion interrupt source
Definition at line 723 of file stm32l4xx_hal_adc.h.
Referenced by HAL_ADC_DeInit(), HAL_ADC_IRQHandler(), HAL_ADC_Start_IT(), HAL_ADCEx_InjectedStart_IT(), and HAL_ADCEx_InjectedStop_IT().
#define ADC_IT_JEOS ADC_IER_JEOSIE |
ADC End of injected sequence of conversions interrupt source
Definition at line 724 of file stm32l4xx_hal_adc.h.
Referenced by HAL_ADC_DeInit(), HAL_ADC_IRQHandler(), HAL_ADC_Start_IT(), HAL_ADCEx_InjectedStart_IT(), and HAL_ADCEx_InjectedStop_IT().
#define ADC_IT_JQOVF ADC_IER_JQOVFIE |
ADC Injected Context Queue Overflow interrupt source
Definition at line 728 of file stm32l4xx_hal_adc.h.
Referenced by HAL_ADC_DeInit(), and HAL_ADC_IRQHandler().
#define ADC_IT_OVR ADC_IER_OVRIE |
ADC overrun interrupt source
Definition at line 722 of file stm32l4xx_hal_adc.h.
Referenced by HAL_ADC_DeInit(), HAL_ADC_IRQHandler(), HAL_ADC_Start_DMA(), HAL_ADC_Start_IT(), HAL_ADC_Stop_DMA(), HAL_ADC_Stop_IT(), HAL_ADCEx_RegularStop_DMA(), and HAL_ADCEx_RegularStop_IT().
#define ADC_IT_RDY ADC_IER_ADRDYIE |
ADC Ready interrupt source
Definition at line 718 of file stm32l4xx_hal_adc.h.
Referenced by HAL_ADC_DeInit().