![]() |
usbpsu
Xilinx SDK Drivers API Documentation
|
This typedef contains configuration information for the USB device. More...
Data Fields | |
| u16 | DeviceId |
| Unique ID of controller. More... | |
| u32 | BaseAddress |
| Core register base address. More... | |
| u8 | IsCacheCoherent |
| Describes whether Cache Coherent or not. More... | |
| u8 | EnableSuperSpeed |
| Set to enable super speed support. More... | |
This typedef contains configuration information for the USB device.
| u32 XUsbPsu_Config::BaseAddress |
Core register base address.
Referenced by main().
| u16 XUsbPsu_Config::DeviceId |
Unique ID of controller.
| u8 XUsbPsu_Config::EnableSuperSpeed |
Set to enable super speed support.
Referenced by XUsbPsu_CfgInitialize().
| u8 XUsbPsu_Config::IsCacheCoherent |
Describes whether Cache Coherent or not.
Referenced by XUsbPsu_CoreInit(), XUsbPsu_Ep0DataDone(), XUsbPsu_Ep0Recv(), XUsbPsu_Ep0Send(), XUsbPsu_Ep0StartStatus(), XUsbPsu_Ep0StatusDone(), XUsbPsu_Ep0XferComplete(), XUsbPsu_EpBufferRecv(), XUsbPsu_EpBufferSend(), XUsbPsu_EpEnable(), XUsbPsu_EpXferComplete(), XUsbPsu_EventBufferHandler(), and XUsbPsu_RecvSetup().