Lightweight USB stack  1.0
usbd_status Struct Reference

#include <usbd_core.h>

Data Fields

void * data_buf
 Pointer to data buffer used for control requests.
 
void * data_ptr
 Pointer to current data for control request.
 
uint16_t data_count
 Count remained data for control request.
 
uint16_t data_maxsize
 Size of the data buffer for control requests.
 
uint8_t ep0size
 Size of the control endpoint.
 
uint8_t device_cfg
 Current device configuration number.
 
uint8_t device_state
 Current usbd_machine_state.
 
uint8_t control_state
 Current usbd_ctl_state.
 

Detailed Description

USB device status data.

Definition at line 158 of file usbd_core.h.


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