Searched defs:USETW (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dusb.h121 #define USETW(w,v) ((w)[0] = (u_int8_t)(v), (w)[1] = (u_int8_t)((v) >> 8)) macro
133 #define USETW(w,v) (*(u_int16_t *)(w) = (v)) macro

Completed in 102 milliseconds