Function Prototype
u32 XRFdc_SetDither(XRFdc *InstancePtr, u32 Tile_Id, u32 Block_Id, u32 Mode);
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 Mode
- Disable (0) or enable (1) dither
Description
This API function enables/disables the dither.
Return Value
XRFDC_SUCCESS
XRFDC_FAILURE