![]() |
usb
Xilinx SDK Drivers API Documentation
|
This file contains PHY register access related example.
MODIFICATION HISTORY:
Ver Who Date Changes
1.00a hvm 12/3/10 First release
Functions | |
| void | UsbIfPhyIntrHandler (void *CallBackRef, u32 IntrStatus) |
| This function is the ULPI PHY interrupt handler. More... | |
| int | main () |
| This main function starts the USB application. More... | |
| int main | ( | void | ) |
This main function starts the USB application.
| None. |
References XUsb_LookupConfig().
| void UsbIfPhyIntrHandler | ( | void * | CallBackRef, |
| u32 | IntrStatus | ||
| ) |
This function is the ULPI PHY interrupt handler.
| CallBackRef | is the callback reference passed from the interrupt handler, which in our case is a pointer to the driver instance. |
| IntrStatus | is a bit mask indicating pending interrupts. |