#include <usb_descriptors.h>
Definition at line 436 of file ENUM/DEVICE/usb_descriptors.h.
Data Fields | |
U16 | bcdDFUVersion |
BCD numeric expression identifying the version of the DFU Specification release. | |
U8 | bDescriptorType |
DFU FUNCTIONAL descriptor type. | |
U8 | bLength |
Size of this descriptor in bytes. | |
U8 | bmAttributes |
DFU attributes. | |
U16 | wDetachTimeOut |
Time, in milliseconds, that the device will wait after receipt of the DFU_DETACH request. | |
U16 | wTransferSize |
Maximal number of bytes that the device can accept per control-write transaction. |
BCD numeric expression identifying the version of the DFU Specification release.
Definition at line 450 of file ENUM/DEVICE/usb_descriptors.h.
Time, in milliseconds, that the device will wait after receipt of the DFU_DETACH request.
Definition at line 448 of file ENUM/DEVICE/usb_descriptors.h.
Maximal number of bytes that the device can accept per control-write transaction.
Definition at line 449 of file ENUM/DEVICE/usb_descriptors.h.