We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a3f90 commit 35c9e54Copy full SHA for 35c9e54
include/zephyr/usb/usb_ch9.h
@@ -283,7 +283,12 @@ struct usb_association_descriptor {
283
/** Macro to obtain descriptor index from USB_SREQ_GET_DESCRIPTOR request */
284
#define USB_GET_DESCRIPTOR_INDEX(wValue) ((uint8_t)(wValue))
285
286
-/** USB Control Endpoints maximum packet size (MPS) */
+/**
287
+ * USB Control Endpoints maximum packet size (MPS)
288
+ *
289
+ * This value may not be correct for devices operating at speeds other than
290
+ * high speed.
291
+ */
292
#define USB_CONTROL_EP_MPS 64U
293
294
/** USB endpoint direction mask */
0 commit comments