Home
last modified time | relevance | path

Searched defs:_y (Results 1 – 1 of 1) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/src/r_usb_host/
Dr_usb_host.c155 #define USB_MIN(_x, _y) (((_x) < (_y)) ? (_x) : (_y)) argument
156 #define USB_MAX(_x, _y) (((_x) > (_y)) ? (_x) : (_y)) argument