STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
ADC Direct Memory Access Mode For Multi Mode
Collaboration diagram for ADC Direct Memory Access Mode For Multi Mode:

Macros

#define ADC_DMAACCESSMODE_DISABLED   0x00000000U
 
#define ADC_DMAACCESSMODE_1   ((uint32_t)ADC_CCR_DMA_0)
 
#define ADC_DMAACCESSMODE_2   ((uint32_t)ADC_CCR_DMA_1)
 
#define ADC_DMAACCESSMODE_3   ((uint32_t)ADC_CCR_DMA)
 

Detailed Description

Macro Definition Documentation

◆ ADC_DMAACCESSMODE_DISABLED

#define ADC_DMAACCESSMODE_DISABLED   0x00000000U

#include <stm32f4xx_hal_adc_ex.h>

DMA mode disabled

Definition at line 156 of file stm32f4xx_hal_adc_ex.h.

◆ ADC_DMAACCESSMODE_1

#define ADC_DMAACCESSMODE_1   ((uint32_t)ADC_CCR_DMA_0)

#include <stm32f4xx_hal_adc_ex.h>

DMA mode 1 enabled (2 / 3 half-words one by one - 1 then 2 then 3)

Definition at line 157 of file stm32f4xx_hal_adc_ex.h.

◆ ADC_DMAACCESSMODE_2

#define ADC_DMAACCESSMODE_2   ((uint32_t)ADC_CCR_DMA_1)

#include <stm32f4xx_hal_adc_ex.h>

DMA mode 2 enabled (2 / 3 half-words by pairs - 2&1 then 1&3 then 3&2)

Definition at line 158 of file stm32f4xx_hal_adc_ex.h.

◆ ADC_DMAACCESSMODE_3

#define ADC_DMAACCESSMODE_3   ((uint32_t)ADC_CCR_DMA)

#include <stm32f4xx_hal_adc_ex.h>

DMA mode 3 enabled (2 / 3 bytes by pairs - 2&1 then 1&3 then 3&2)

Definition at line 159 of file stm32f4xx_hal_adc_ex.h.