Function Prototype
u32 XRFdc_GetDither(XRFdc *InstancePtr, u32 Tile_Id, u32 Block_Id, u32 *ModePtr);
Arguments
- XRFdc *InstancePtr
- Pointer to the driver instance.
- u32 Tile_Id
- RF-ADC tile number. Valid values are 0-3.
- u32 Block_Id
- RF-ADC block number inside the tile. Valid values are 0-3.
- u32 *ModePtr
- Pointer to be populated with mode
Description
This API function populates the pointer provided with the dither mode.
Return Value
XRFDC_SUCCESS
XRFDC_FAILURE