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

DMA_MAX macro

Syntax

#define DMA_MAX(_X_) (((_X_) <= DMA_MAX_SZE)? (_X_):DMA_MAX_SZE)

Arguments

_X_

Examples

DMA_MAX is referenced by 1 libraries and example projects.