XDfePrach_RemoveCCfromCCCfgMB - 2.0 English

RFSoC DFE PRACH LogiCORE IP Product Guide (PG391)

Document ID
PG391
Release Date
2024-11-20
Version
2.0 English

Removes specified CCID from a local CC configuration structure for selected band.

Note: For a sequence conversion see XDfePrach_AddCCtoCCCfg() comment.

Prototype

u32 XDfePrach_RemoveCCfromCCCfgMB(XDfePrach *InstancePtr, XDfePrach_CCCfg *CCCfg, s32 CCID, const u32 BandId);

Parameters

The following table lists the XDfePrach_RemoveCCfromCCCfgMB function arguments.

Table 1. XDfePrach_RemoveCCfromCCCfgMB 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].
const u32 BandId Band Id.

Returns

  • XST_SUCCESS if successful.
  • XST_FAILURE if error occurs.