|
STM32G474xx HAL用户手册
|
定义 | |
| #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_AWD1 ADC_IER_AWD1IE |
ADC模拟看门狗1中断源(主模拟看门狗)
Definition at line 1026 of file stm32g4xx_hal_adc.h.
Referenced by HAL_ADC_DeInit(), and HAL_ADC_IRQHandler().
| #define ADC_IT_AWD2 ADC_IER_AWD2IE |
ADC模拟看门狗2中断源(附加模拟看门狗)
Definition at line 1027 of file stm32g4xx_hal_adc.h.
Referenced by HAL_ADC_DeInit(), and HAL_ADC_IRQHandler().
| #define ADC_IT_AWD3 ADC_IER_AWD3IE |
ADC模拟看门狗3中断源(附加模拟看门狗)
Definition at line 1029 of file stm32g4xx_hal_adc.h.
Referenced by HAL_ADC_DeInit(), and HAL_ADC_IRQHandler().
| #define ADC_IT_EOC ADC_IER_EOCIE |
ADC常规转换结束中断源
Definition at line 1021 of file stm32g4xx_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常规转换序列结束中断源
Definition at line 1022 of file stm32g4xx_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采样结束中断源
Definition at line 1020 of file stm32g4xx_hal_adc.h.
Referenced by HAL_ADC_DeInit(), and HAL_ADC_IRQHandler().
| #define ADC_IT_JEOC ADC_IER_JEOCIE |
ADC注入转换结束中断源
Definition at line 1024 of file stm32g4xx_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注入转换序列结束中断源
Definition at line 1025 of file stm32g4xx_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注入上下文队列溢出中断源
Definition at line 1031 of file stm32g4xx_hal_adc.h.
Referenced by HAL_ADC_DeInit(), and HAL_ADC_IRQHandler().
| #define ADC_IT_OVR ADC_IER_OVRIE |
ADC溢出中断源
Definition at line 1023 of file stm32g4xx_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 |
1.7.6.1