USB DFU interface descriptor.  
 More...
USB DFU interface descriptor. 
Definition at line 111 of file dfu.h.
#include <dfu.h>
|  | 
| uint8_t | length | 
|  | Descriptor length. 
 | 
|  | 
| uint8_t | type | 
|  | Descriptor type. 
 | 
|  | 
| uint8_t | attribute | 
|  | Descriptor attributes flags. 
 | 
|  | 
| uint16_t | detach_timeout | 
|  | Descriptor detach timeout (ms) 
 | 
|  | 
| uint16_t | xfer_size | 
|  | Descriptor transaction size. 
 | 
|  | 
| uint16_t | bcd_dfu | 
|  | Descriptor bcd version. 
 | 
|  | 
◆ attribute
      
        
          | uint8_t usb_desc_if_dfu_t::attribute | 
      
 
Descriptor attributes flags. 
Definition at line 114 of file dfu.h.
 
 
◆ bcd_dfu
      
        
          | uint16_t usb_desc_if_dfu_t::bcd_dfu | 
      
 
Descriptor bcd version. 
Definition at line 117 of file dfu.h.
 
 
◆ detach_timeout
      
        
          | uint16_t usb_desc_if_dfu_t::detach_timeout | 
      
 
Descriptor detach timeout (ms) 
Definition at line 115 of file dfu.h.
 
 
◆ length
      
        
          | uint8_t usb_desc_if_dfu_t::length | 
      
 
Descriptor length. 
Definition at line 112 of file dfu.h.
 
 
◆ type
      
        
          | uint8_t usb_desc_if_dfu_t::type | 
      
 
Descriptor type. 
Definition at line 113 of file dfu.h.
 
 
◆ xfer_size
      
        
          | uint16_t usb_desc_if_dfu_t::xfer_size | 
      
 
Descriptor transaction size. 
Definition at line 116 of file dfu.h.
 
 
The documentation for this struct was generated from the following file: