STM32412G-Discovery + 0/1 examples
CodeScope will show references to DMA_MAX from the following samples and libraries:
Examples
STM32F412G-Discovery
Examples
I2S
 
Symbols
loading...
Files
loading...

DMA_MAX macro

Syntax

#define DMA_MAX(x) (((x) <= DMA_MAX_SIZE)? (x):DMA_MAX_SIZE)

Arguments

x

Examples

DMA_MAX is referenced by 1 libraries and example projects.