Removes specified CCID from a local CC configuration structure for BandId=0.
Note: For a sequence conversion see
XDfePrach_AddCCtoCCCfg()
comment. Prototype
u32 XDfePrach_RemoveCCfromCCCfg(XDfePrach *InstancePtr, XDfePrach_CCCfg *CCCfg, s32 CCID);
Parameters
The following table lists the XDfePrach_RemoveCCfromCCCfg
function arguments.
Type | Member | Description |
---|---|---|
XDfePrach
* |
InstancePtr | Pointer to the PRACH instance. |
XDfePrach_CCCfg
* |
CCCfg | Component carrier (CC) configuration container. |
s32 | CCID | CC ID [0-15]. |
Returns
- XST_SUCCESS if successful.
- XST_FAILURE if error occurs.