STM32F411E-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
stm32f411e_discovery_audio.h:85
#define DMA_MAX_SZE 0xFFFF
stm32f411e_discovery_audio.h:165
#define DMA_MAX(_X_) (((_X_) <= DMA_MAX_SZE)? (_X_):DMA_MAX_SZE)