Returns RACH channel configuration for a specific RCId.
Prototype
void XDfePrach_GetChannelCfg(const XDfePrach *InstancePtr, XDfePrach_RCCfg *RCCfg, s32 RCId, XDfePrach_ChannelCfg *ChannelCfg);
Parameters
The following table lists the XDfePrach_GetChannelCfg function arguments.
| Type | Member | Description |
|---|---|---|
const
XDfePrach
* |
InstancePtr | Pointer to the PRACH instance. |
| XDfePrach_RCCfg * | RCCfg | RC configuration container. |
| s32 | RCId | Chosen RACH channel Id [0-15]. |
XDfePrach_ChannelCfg
* |
ChannelCfg | RACH channel container. |