Home
last modified time | relevance | path

Searched refs:SWAP2BYTE_CONST (Results 1 – 2 of 2) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/include/
A Dusb_misc.h110 #define SWAP2BYTE_CONST(n) ((((n)&0x00FFU) << 8U) | (((n)&0xFF00U) >> 8U)) macro
145 #define USB_SHORT_TO_LITTLE_ENDIAN(n) SWAP2BYTE_CONST(n)
147 #define USB_SHORT_FROM_LITTLE_ENDIAN(n) SWAP2BYTE_CONST(n)
148 #define USB_LONG_FROM_LITTLE_ENDIAN(n) SWAP2BYTE_CONST(n)
222 #define USB_SHORT_TO_BIG_ENDIAN(n) SWAP2BYTE_CONST(n)
224 #define USB_SHORT_FROM_BIG_ENDIAN(n) SWAP2BYTE_CONST(n)
/bsp/nxp/imx/imxrt/libraries/drivers/usb/include/
A Dusb_misc.h101 #define SWAP2BYTE_CONST(n) ((((n)&0x00FFU) << 8U) | (((n)&0xFF00U) >> 8U)) macro
135 #define USB_SHORT_TO_LITTLE_ENDIAN(n) SWAP2BYTE_CONST(n)
137 #define USB_SHORT_FROM_LITTLE_ENDIAN(n) SWAP2BYTE_CONST(n)
138 #define USB_LONG_FROM_LITTLE_ENDIAN(n) SWAP2BYTE_CONST(n)
213 #define USB_SHORT_TO_BIG_ENDIAN(n) SWAP2BYTE_CONST(n)
215 #define USB_SHORT_FROM_BIG_ENDIAN(n) SWAP2BYTE_CONST(n)

Completed in 10 milliseconds