This structure is for internal driver use.
u32 TileBaseAddr;
u32 NumOfDACBlocks;
XRFdc_PLL_Settings PLL_Settings;
u8 MultibandConfig;
XRFdc_DACBlock_AnalogDataPath DACBlock_Analog_Datapath[4];
XRFdc_DACBlock_DigitalDataPath DACBlock_Digital_Datapath[4];
Description
- u32 TileBaseAddr
- Tile base address.
- u32 NumOfDACBlocks
- Number of RF-DACs enabled.
- XRFdc_PLL_Settings PLL_Settings
- PLL settings structure.
- u8 MultibandConfig
- Multi-band configuration for RF-DAC tile.
- XRFdc_DACBlock_AnalogDataPath DACBlock_Analog_Datapath[4]
-
DACBlock_AnalogDataPath
structure for four RF-DACs. - XRFdc_DACBlock_DigitalDataPath DACBlock_Digital_Datapath[4]
-
DACBlock_DigitalDataPath
structure for four RF-DACs.