XDfePrach_UpdateCCinCCCfg - 2.0 English

RFSoC DFE PRACH LogiCORE IP Product Guide (PG391)

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

Updates specified CCID, with specified configuration to a local CC configuration structure for BandId=0.

If there is insufficient capacity for the new CC the function will return an error.

Prototype

u32 XDfePrach_UpdateCCinCCCfg(const XDfePrach *InstancePtr, XDfePrach_CCCfg *CCCfg, s32 CCID, const XDfePrach_CarrierCfg *CarrierCfg);

Parameters

The following table lists the XDfePrach_UpdateCCinCCCfg function arguments.

Table 1. XDfePrach_UpdateCCinCCCfg Arguments
Type Member Description
const XDfePrach * InstancePtr Pointer to the PRACH instance.
XDfePrach_CCCfg * CCCfg Component carrier (CC) configuration container.
s32 CCID CC ID [0-15].
const XDfePrach_CarrierCfg * CarrierCfg CC configuration container.

Returns

  • XST_SUCCESS if successful.
  • XST_FAILURE if error occurs.