![]() |
usbpsu
Xilinx SDK Drivers API Documentation
|
This file contains definitions used in the chapter 9 code.
MODIFICATION HISTORY:
Ver Who Date Changes
1.0 vak 30/11/16 Addded DFU support
Data Structures | |
| struct | __attribute__ |
| USB Standard Control Request. More... | |
| struct | __attribute__ |
| USB Standard Control Request. More... | |
| struct | __attribute__ |
| USB Standard Control Request. More... | |
| struct | __attribute__ |
| USB Standard Control Request. More... | |
| struct | __attribute__ |
| USB Standard Control Request. More... | |
| struct | __attribute__ |
| USB Standard Control Request. More... | |
| struct | __attribute__ |
| USB Standard Control Request. More... | |
| struct | __attribute__ |
| USB Standard Control Request. More... | |
| struct | __attribute__ |
| USB Standard Control Request. More... | |
| struct | __attribute__ |
| USB Standard Control Request. More... | |
| struct | __attribute__ |
| USB Standard Control Request. More... | |
| struct | __attribute__ |
| USB Standard Control Request. More... | |
| struct | __attribute__ |
| USB Standard Control Request. More... | |
| struct | __attribute__ |
| USB Standard Control Request. More... | |
| struct | __attribute__ |
| USB Standard Control Request. More... | |
Functions | |
| int | dfu_set_state (struct dfu_if *DFU, int dfu_state) |
| This function handles setting of DFU state. More... | |
| int | dfu_if_init (struct XUsbPsu *UsbInstance) |
| This function handles a DFU interface initialization part . More... | |
| int dfu_if_init | ( | struct XUsbPsu * | UsbInstance | ) |
This function handles a DFU interface initialization part .
| DFU | is a pointer to DFU instance of the controller |
| UsbInstancePtr | is a pointer to XUsbPsu instance of the controller. |
| int dfu_set_state | ( | struct dfu_if * | DFU, |
| int | dfu_state | ||
| ) |
This function handles setting of DFU state.
| DFU | is a pointer to DFU instance of the controller |
| dfu_state | is a value of the DFU state to be set |