STM32H735xx 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 893 of file stm32h7xx_hal_adc.h.
#define ADC_IT_AWD1 ADC_IER_AWD1IE |
ADC Analog watchdog 1 interrupt source (main analog watchdog)
Definition at line 888 of file stm32h7xx_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 889 of file stm32h7xx_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 890 of file stm32h7xx_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 883 of file stm32h7xx_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 884 of file stm32h7xx_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 882 of file stm32h7xx_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 886 of file stm32h7xx_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 887 of file stm32h7xx_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 891 of file stm32h7xx_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 885 of file stm32h7xx_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_MultiModeStart_DMA(), HAL_ADCEx_MultiModeStop_DMA(), HAL_ADCEx_RegularMultiModeStop_DMA(), HAL_ADCEx_RegularStop_DMA(), and HAL_ADCEx_RegularStop_IT().
#define ADC_IT_RDY ADC_IER_ADRDYIE |
ADC Ready interrupt source
Definition at line 881 of file stm32h7xx_hal_adc.h.
Referenced by HAL_ADC_DeInit().