PRACH status.
Declaration
typedef struct
{
u32 MixerOverflow;
u32 FirstAntennaOverflowing;
u32 FirstRCIdOverflowing;
} XDfePrach_MixerStatusOverflow;
| Member | Description |
|---|---|
| MixerOverflow | [0-1] MixerOverflow=1 when an overflow has occurred in the mixer. |
| FirstAntennaOverflowing | [0-7] Lowest antenna number on which first mixer overflow occurred. |
| FirstRCIdOverflowing | [0-15] Lowest physical mixer number on which the first mixer overflow occurred. Each mixer handles 4 RACH channels, and the overflow indicator is agregated, so an overflow on physical channel 0-3 will indicate as an overflow on Channel 0, 4-7 on channel 1, etc. |