![]() |
usbpsu
Vitis Drivers API Documentation
|
Functions | |
void | XUsbPsu_DisconnectIntr (struct XUsbPsu *InstancePtr) |
Disconnects interrupt handler. More... | |
void | XUsbPsu_ResetIntr (struct XUsbPsu *InstancePtr) |
Resets interrupt handler. More... | |
void | XUsbPsu_Ep0Intr (struct XUsbPsu *InstancePtr, const struct XUsbPsu_Event_Epevt *Event) |
Handle interrupts of control endpoints EP0 OUT and EP0 IN. More... | |
void | XUsbPsu_ConnDoneIntr (struct XUsbPsu *InstancePtr) |
Interrupt handler which indicates that the connection is completed. More... | |
void | XUsbPsu_LinkStsChangeIntr (struct XUsbPsu *InstancePtr, u32 EvtInfo) |
Link status change interrupt handler. More... | |
void | XUsbPsu_EventHandler (struct XUsbPsu *InstancePtr, const union XUsbPsu_Event *Event) |
Processes an event entry in the event Buffer. More... | |
void | XUsbPsu_EnableIntr (struct XUsbPsu *InstancePtr, u32 Mask) |
Enables an interrupt in event enable RegValister. More... | |
void | XUsbPsu_DisableIntr (struct XUsbPsu *InstancePtr, u32 Mask) |
Disables an interrupt in event enable RegValister. More... | |
void | XUsbPsu_IntrHandler (void *XUsbPsuInstancePtr) |
Main interrupt handler. More... | |