Gets the specified CCID carrier configuration from either Current or Next for selected band in multi-band mode.
Prototype
void XDfePrach_GetCCMB(const XDfePrach *InstancePtr, bool Next, s32 CCID, XDfePrach_CarrierCfg *CarrierCfg, u32 BandId);
Parameters
The following table lists the XDfePrach_GetCCMB
function arguments.
Type | Member | Description |
---|---|---|
const
XDfePrach
* |
InstancePtr | Pointer to the PRACH instance. |
bool | Next | Boolean flag indicating NEXT or CURRENT register. |
s32 | CCID | CC Id [0-15]. |
XDfePrach_CarrierCfg
* |
CarrierCfg | Carrier configuration container. |
u32 | BandId | Band Id. |