STM32F4-Discovery + 0/1 examples
CodeScope will show references to DMA_MAX_SZE from the following samples and libraries:
Drivers
Boards
 
Symbols
loading...
Files
loading...

DMA_MAX_SZE macro

Syntax

#define DMA_MAX_SZE 0xFFFF

Examples

DMA_MAX_SZE is referenced by 1 libraries and example projects.

References

LocationText
stm32f4_discovery_audio.h:87
#define DMA_MAX_SZE 0xFFFF
stm32f4_discovery_audio.h:167
#define DMA_MAX(_X_) (((_X_) <= DMA_MAX_SZE)? (_X_):DMA_MAX_SZE)