APM:Libraries
Macros
min_max.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MIN_(a, b)   (a) < (b) ? (a) : (b)
 
#define MAX_(a, b)   (a) > (b) ? (a) : (b)
 

Macro Definition Documentation

◆ MAX_

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

Definition at line 4 of file min_max.h.

◆ MIN_

#define MIN_ (   a,
 
)    (a) < (b) ? (a) : (b)

Definition at line 3 of file min_max.h.

Referenced by schedule_cdc_in(), usbd_cdc_DataIn(), VCP_GetContig(), and VCP_PutContig().