Reads the captured phase for a given Rach Channel.
Prototype
void XDfePrach_GetCapturePhase(const XDfePrach *InstancePtr, u32 RachChan, XDfePrach_NCO *CapturedPhase);
Parameters
The following table lists the XDfePrach_GetCapturePhase
function arguments.
Type | Member | Description |
---|---|---|
const
XDfePrach
* |
InstancePtr | Pointer to the PRACH instance. |
u32 | RachChan | RACH channel Id [0-15]. |
XDfePrach_NCO
* |
CapturedPhase | NCO data container. |