Writes local CC configuration to the shadow (NEXT) registers and triggers copying from shadow to operational registers.
Prototype
u32 XDfePrach_SetNextCfg(const XDfePrach *InstancePtr, const XDfePrach_CCCfg *NextCCCfg, XDfePrach_RCCfg *NextRCCfg);
Parameters
The following table lists the XDfePrach_SetNextCfg
function arguments.
Type | Member | Description |
---|---|---|
const
XDfePrach
* |
InstancePtr | Pointer to the PRACH instance. |
const
XDfePrach_CCCfg
* |
NextCCCfg | CC configuration container. |
XDfePrach_RCCfg * | NextRCCfg | RC configuration container. |
Returns
- XST_SUCCESS if successful.
- XST_FAILURE if error occurs.