APM:Libraries
|
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) |
#define MIN_ | ( | a, | |
b | |||
) | (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().