STM32_USB_Host_Library + 0/2 examples
CodeScope will show references to MAX from the following samples and libraries:
 
Symbols
loading...
Files
loading...

MAX macro

Syntax

#define MAX(a, b) (((a) > (b)) ? (a) : (b))

Arguments

a

b

Examples

MAX is referenced by 2 libraries and example projects.

References

LocationText
usbh_def.h:68
#define MAX(a, b) (((a) > (b)) ? (a) : (b))
usbh_def.h:67
#ifndef MAX