|
Lightweight USB stack
1.0
|
USB DFU functional descriptor. More...
#include <usb_dfu.h>
Data Fields | |
| uint8_t | bLength |
| Descriptor length in bytes. | |
| uint8_t | bDescriptorType |
| DFU functional descriptor type. | |
| uint8_t | bmAttributes |
| USB DFU capabilities USB_DFU_CAPAB. | |
| uint16_t | wDetachTimeout |
| USB DFU detach timeout in ms. | |
| uint16_t | wTransferSize |
| USB DFU maximum transfer block size in bytes. | |
| uint16_t | bcdDFUVersion |
| USB DFU version VERSION_BCD utility macro. | |