STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#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) |
#include <stm32f4xx_hal_adc.h>
Definition at line 451 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_IRQHandler(), and HAL_ADC_PollForEvent().
#define ADC_FLAG_EOC ((uint32_t)ADC_SR_EOC) |
#include <stm32f4xx_hal_adc.h>
Definition at line 452 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) |
#include <stm32f4xx_hal_adc.h>
Definition at line 453 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) |
#include <stm32f4xx_hal_adc.h>
Definition at line 454 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_IRQHandler(), and HAL_ADCEx_InjectedPollForConversion().
#define ADC_FLAG_STRT ((uint32_t)ADC_SR_STRT) |
#include <stm32f4xx_hal_adc.h>
Definition at line 455 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_IRQHandler(), and HAL_ADC_PollForConversion().
#define ADC_FLAG_OVR ((uint32_t)ADC_SR_OVR) |
#include <stm32f4xx_hal_adc.h>
Definition at line 456 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().