Function Prototype
u32 XRFdc_GetDecoderMode(XRFdc *InstancePtr, u32 Tile_Id, u32 Block_Id, u32 *DecoderModePtr);
Arguments
- XRFdc *InstancePtr
- Pointer to the driver instance.
- u32 Tile_Id
- RF-DAC tile number. Valid values are 0-3.
- u32 Block_Id
- RF-DAC number inside the tile. Valid values are 0-3.
- u32 *DecoderModePtr
- Pointer in which decoder mode settings to be returned back to the caller. Valid values are:
Description
This API function reads the decoder mode from the relevant registers.
Note: This API function is used
only for the RF-DACs.
Return Value
XRFDC_SUCCESS
XRFDC_FAILURE