dfeprach
Vitis Drivers API Documentation
XDfePrach_MixerStatusOverflow Struct Reference

PRACH status. More...

Data Fields

u32 MixerOverflow
 
            [0-1] Source of first occurrence of overflow

as signalled in ISR. More...

 
u32 FirstAntennaOverflowing
 
                      [0-7] Lowest numbered antenna on

which first mixer overflow occurred. More...

 
u32 FirstRCIdOverflowing
 
                   [0-15] The physical mixer on which

the first mixer overflow occurred. More...

 

Detailed Description

PRACH status.

Field Documentation

u32 XDfePrach_MixerStatusOverflow::FirstAntennaOverflowing

                      [0-7] Lowest numbered antenna on

which first mixer overflow occurred.

Referenced by XDfePrach_GetStatus().

u32 XDfePrach_MixerStatusOverflow::FirstRCIdOverflowing

                   [0-15] The physical mixer 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: channel 1, etc.

Referenced by XDfePrach_GetStatus().

u32 XDfePrach_MixerStatusOverflow::MixerOverflow

            [0-1] Source of first occurrence of overflow

as signalled in ISR.

That is, register only updated when MIXER_OVERFLOW flag is 0.

Referenced by XDfePrach_GetStatus().