#include <usb_descriptors.h>
Definition at line 470 of file 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 484 of file usb_descriptors.h.
Time, in milliseconds, that the device will wait after receipt of the DFU_DETACH request.
Definition at line 482 of file usb_descriptors.h.
Maximal number of bytes that the device can accept per control-write transaction.
Definition at line 483 of file usb_descriptors.h.
1.5.5