This API releases the memory resources used by exported transaction instance.
Prototype
AieRC XAie_FreeTransactionInstance(XAie_TxnInst *TxnInst);
Parameters
The following table lists the XAie_FreeTransactionInstance
function arguments.
Type | Member | Description |
---|---|---|
XAie_TxnInst * | TxnInst | Existing Transaction instance |
Returns
XAIE_OK
on success or error code on
failure.