STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | ADC_IT_EOC ((uint32_t)ADC_CR1_EOCIE) |
#define | ADC_IT_AWD ((uint32_t)ADC_CR1_AWDIE) |
#define | ADC_IT_JEOC ((uint32_t)ADC_CR1_JEOCIE) |
#define | ADC_IT_OVR ((uint32_t)ADC_CR1_OVRIE) |
#define ADC_IT_EOC ((uint32_t)ADC_CR1_EOCIE) |
#include <stm32f4xx_hal_adc.h>
Definition at line 440 of file stm32f4xx_hal_adc.h.
Referenced by ADC_DMAConvCplt(), ADC_MultiModeDMAConvCplt(), HAL_ADC_IRQHandler(), HAL_ADC_Start_IT(), and HAL_ADC_Stop_IT().
#define ADC_IT_AWD ((uint32_t)ADC_CR1_AWDIE) |
#include <stm32f4xx_hal_adc.h>
Definition at line 441 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_AnalogWDGConfig(), and HAL_ADC_IRQHandler().
#define ADC_IT_JEOC ((uint32_t)ADC_CR1_JEOCIE) |
#include <stm32f4xx_hal_adc.h>
Definition at line 442 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_IRQHandler(), HAL_ADCEx_InjectedStart_IT(), and HAL_ADCEx_InjectedStop_IT().
#define ADC_IT_OVR ((uint32_t)ADC_CR1_OVRIE) |
#include <stm32f4xx_hal_adc.h>
Definition at line 443 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_IRQHandler(), HAL_ADC_Start_DMA(), HAL_ADC_Start_IT(), HAL_ADC_Stop_DMA(), HAL_ADC_Stop_IT(), HAL_ADCEx_MultiModeStart_DMA(), and HAL_ADCEx_MultiModeStop_DMA().