Moves the specified RCID from one NCO & Decimation Channel to another NCO & Decimation Channel.
Note: Clear event status with
XDfePrach_ClearEventStatus()
before running this API. Prototype
u32 XDfePrach_MoveRC(const XDfePrach *InstancePtr, u32 RCId, u32 ToChannel);
Parameters
The following table lists the XDfePrach_MoveRC function arguments.
| Type | Member | Description |
|---|---|---|
const
XDfePrach
* |
InstancePtr | Pointer to the PRACH instance. |
| u32 | RCId | RC Id [0-15]. |
| u32 | ToChannel | Destination physical channel Id [0-15]. |
Returns
- XST_SUCCESS on success
- XST_FAILURE on failure