usbpsu
Vitis Drivers API Documentation
Usb_DevData Struct Reference

struct Usb_DevData - Application device data Application Data More...

Data Fields

u8 Speed
 USB device data speed. More...
 
u8 State
 USB device data state. More...
 
void * PrivateData
 USB device application data. More...
 

Detailed Description

struct Usb_DevData - Application device data Application Data

Parameters
Speed,:device speed - full/low/high/super
State,:device state
PrivateData,:USB device application data

Field Documentation

u8 Usb_DevData::State

USB device data state.

Referenced by Usb_SetConfiguration(), XUsbPsu_ResetIntr(), and XUsbPsu_SetDeviceAddress().