XDfePrach_Init - XDfePrach_Init - 2.0 English - PG391

RFSoC DFE PRACH LogiCORE IP Product Guide (PG391)

Document ID
PG391
Release Date
2025-11-26
Version
2.0 English
Initialization, "one-time" configuration parameters.

Declaration

typedef struct
{
  XDfePrach_CCSequence Sequence[XDFEPRACH_BAND_ID_MAX];
  bool EnableStaticSchedule;
  bool EnableUseFreqOffset;
} XDfePrach_Init;
Table 1. Structure XDfePrach_Init Member Description
Member Description
Sequence sequence structure for each band.
EnableStaticSchedule [0-1] Static schedule enable flag (set to 1 to enable Static scheduling, only used when "Enable Dynamic Scheduling" has been selected when configuring the core).
EnableUseFreqOffset Enable the use of frequency offset.

Note: The value is unused.