HAL + 0/61 examples
CodeScope will show references to DMA_CHANNEL_0 from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Demonstrations
Applications
USB_Device
Examples
ADC
DMA
STM32469I-Discovery
Examples
DMA
SPI
STM32469I_EVAL
Examples
ADC
DMA
SAI
STM324x9I_EVAL
Examples
ADC
DMA
STM324xG_EVAL
Examples
ADC
DMA
STM32F4-Discovery
Examples
ADC
DMA
SPI
STM32F401-Discovery
Examples
ADC
DMA
SPI
STM32F411E-Discovery
Examples
ADC
DMA
SPI
STM32F412G-Discovery
Examples
ADC
DFSDM
DMA
SPI
STM32F412ZG-Nucleo
Examples
ADC
DMA
STM32F413H-Discovery
Examples
ADC
DFSDM
DMA
FMC
STM32F413ZH-Nucleo
Examples
ADC
DMA
STM32F429I-Discovery
Examples
DMA
STM32F429ZI-Nucleo
Examples
ADC
DMA
STM32F446ZE-Nucleo
Examples
ADC
DMA
 
Symbols
loading...
Files
loading...

DMA_CHANNEL_0 macro

DMA Channel 0

Syntax

#define DMA_CHANNEL_0 0x00000000U

Examples

DMA_CHANNEL_0 is referenced by 61 libraries and example projects.

References

LocationText
stm32f4xx_hal_dma.h:201
#define DMA_CHANNEL_0 0x00000000U /*!< DMA Channel 0 */
stm32f4xx_hal_dma.h:720
#define IS_DMA_CHANNEL(CHANNEL) (((CHANNEL) == DMA_CHANNEL_0) || \