Returns configuration structure CCCfg with CCCfg->Sequence.Length value set in
XDfePrach_Configure()
, array CCCfg->Sequence.CCID[] members are set to not used value (-1) and the other CCCfg members are set to 0.
Prototype
void XDfePrach_GetEmptyCCCfg(const XDfePrach *InstancePtr, XDfePrach_CCCfg *CCCfg);
Parameters
The following table lists the XDfePrach_GetEmptyCCCfg
function arguments.
Type | Member | Description |
---|---|---|
const
XDfePrach
* |
InstancePtr | Pointer to the PRACH instance. |
XDfePrach_CCCfg
* |
CCCfg | CC configuration container. |