Lightweight USB stack  1.0
usbd_device Struct Reference

Represents a USB device data. More...

#include <usbd_core.h>

Data Fields

const struct usbd_driverdriver
 Represents a hardware USB driver call table.
 
usbd_ctl_callback control_callback
 USB control callback function.
 
usbd_rqc_callback complete_callback
 USB control transfer completed callback function.
 
usbd_cfg_callback config_callback
 USB set configuration callback function.
 
usbd_dsc_callback descriptor_callback
 USB get descriptor callback function.
 
usbd_evt_callback events [usbd_evt_count]
 array of the event callbacks.
 
usbd_evt_callback endpoint [8]
 array of the endpoint callbacks.
 
usbd_status status
 

Detailed Description

Represents a USB device data.

Definition at line 329 of file usbd_core.h.


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