Function Prototype
void XRFdc_DumpRegs (XRFdc *InstancePtr, u32 Type, int Tile_Id);
Arguments
- XRFdc *InstancePtr
- Pointer to the driver instance.
- u32 Type
- RF-ADC or RF-DAC; 0 for RF-ADC and 1 for RF-DAC.
- int Tile_Id
- RF-ADC/RF-DAC tile number. Valid values are 0-3 and -1.
Description
This function is intended for debug purposes. It prints the contents of registers
to the console for the passed Tile_Id
. If -1 is
passed, it prints the contents of the registers for all the tiles for the respective
RF-ADC or RF-DAC. It prints the offset of the register as well as the content.
Return Value
None.