Searched defs:USBD_Minimum (Results 1 – 2 of 2) sorted by relevance
218 #define USBD_Minimum(a,b) ((a)<(b) ? (a) : (b)) macro