STM32F479xx HAL User Manual
|
Defines | |
#define | ADC_FLAG_AWD ((uint32_t)ADC_SR_AWD) |
#define | ADC_FLAG_EOC ((uint32_t)ADC_SR_EOC) |
#define | ADC_FLAG_JEOC ((uint32_t)ADC_SR_JEOC) |
#define | ADC_FLAG_JSTRT ((uint32_t)ADC_SR_JSTRT) |
#define | ADC_FLAG_STRT ((uint32_t)ADC_SR_STRT) |
#define | ADC_FLAG_OVR ((uint32_t)ADC_SR_OVR) |
#define ADC_FLAG_AWD ((uint32_t)ADC_SR_AWD) |
Definition at line 452 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_IRQHandler(), and HAL_ADC_PollForEvent().
#define ADC_FLAG_EOC ((uint32_t)ADC_SR_EOC) |
Definition at line 453 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_IRQHandler(), HAL_ADC_PollForConversion(), HAL_ADC_Start(), HAL_ADC_Start_DMA(), HAL_ADC_Start_IT(), and HAL_ADCEx_MultiModeStart_DMA().
#define ADC_FLAG_JEOC ((uint32_t)ADC_SR_JEOC) |
Definition at line 454 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_IRQHandler(), HAL_ADCEx_InjectedGetValue(), HAL_ADCEx_InjectedPollForConversion(), HAL_ADCEx_InjectedStart(), and HAL_ADCEx_InjectedStart_IT().
#define ADC_FLAG_JSTRT ((uint32_t)ADC_SR_JSTRT) |
Definition at line 455 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_IRQHandler(), and HAL_ADCEx_InjectedPollForConversion().
#define ADC_FLAG_OVR ((uint32_t)ADC_SR_OVR) |
Definition at line 457 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_IRQHandler(), HAL_ADC_PollForEvent(), HAL_ADC_Start(), HAL_ADC_Start_DMA(), and HAL_ADC_Start_IT().
#define ADC_FLAG_STRT ((uint32_t)ADC_SR_STRT) |
Definition at line 456 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_IRQHandler(), and HAL_ADC_PollForConversion().