Lightweight USB stack  1.0
usb_dfu_status Struct Reference

Payload packet to response in DFU_GETSTATUS request. More...

#include <usb_dfu.h>

Data Fields

uint8_t bStatus
 An indication of the status resulting from the execution of the most recent request.
 
uint8_t bPollTimeout
 Minimum time (LSB) in ms, that the host should wait before sending a subsequent DFU_GETSTATUS request.
 
uint16_t wPollTimeout
 Minimum time (MSB) in ms, that the host should wait before sending a subsequent DFU_GETSTATUS request.
 
uint8_t bState
 An indication of the state that the device is going to enter immediately following transmission of this response.
 
uint8_t iString
 Index of the status string descriptor.
 

Detailed Description

Payload packet to response in DFU_GETSTATUS request.

Definition at line 169 of file usb_dfu.h.


The documentation for this struct was generated from the following file: