Initialization, "one-time" configuration parameters.
Declaration
typedef struct
{
XDfePrach_CCSequence Sequence[XDFEPRACH_BAND_ID_MAX];
bool EnableStaticSchedule;
bool EnableUseFreqOffset;
} XDfePrach_Init;
| 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. |