Searched refs:USB_DEVICE_DESC_SIZE (Results 1 – 3 of 3) sorted by relevance
254 #define USB_DEVICE_DESC_SIZE 18 macro278 uint8_t val[USB_DEVICE_DESC_SIZE];280 _Static_assert(sizeof(usb_device_desc_t) == USB_DEVICE_DESC_SIZE, "Size of usb_device_desc_t incorr…
54 #define USB_DEVICE_DESC_SIZE 18 macro