This is the API to set the I/O backend of the driver at runtime.
Prototype
AieRC XAie_SetIOBackend(XAie_DevInst *DevInst, XAie_BackendType Backend);
Parameters
The following table lists the XAie_SetIOBackend function arguments.
| Type | Member | Description |
|---|---|---|
| XAie_DevInst * | DevInst | Global AIE device instance pointer. |
| XAie_BackendType | Backend | Backend I/O type to switch to. |
Returns
XAIE_OK on success, error code on
failure.