STM324x9I_EVAL + 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
stm324x9i_eval_audio.h:88
#define DMA_MAX_SZE 0xFFFF
stm324x9i_eval_audio.h:187
#define DMA_MAX(x) (((x) <= DMA_MAX_SZE)? (x):DMA_MAX_SZE)