![]() |
iomodule
Xilinx SDK Drivers API Documentation
|
Functions | |
void | XIOModule_DeviceInterruptHandler (void *DeviceId) |
This is the interrupt handler for the driver interface provided in this file when there can be no argument passed to the handler. More... | |
void | XIOModule_SetIntrSvcOption (u32 BaseAddress, int Option) |
Set the interrupt service option, which can configure the driver so that it services only a single interrupt at a time when an interrupt occurs, or services all pending interrupts when an interrupt occurs. More... | |
void | XIOModule_RegisterHandler (u32 BaseAddress, int InterruptId, XInterruptHandler Handler, void *CallBackRef) |
Register a handler function for a specific interrupt ID. More... | |
void | XIOModule_SendByte (u32 BaseAddress, u8 Data) |
This functions sends a single byte using the UART. More... | |
u8 | XIOModule_RecvByte (u32 BaseAddress) |
This functions receives a single byte using the UART. More... | |