Function Prototype
u32 XRFdc_SetDACDataScaler(XRFdc *InstancePtr, u32 Tile_Id, u32 Block_Id, u32 *EnablePtr);
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 *EnablePtr
- Pointer to be populated with the enable state.
Description
This API function populates the pointer provided with the enable state of the data scaler.
Return Value
XRFDC_SUCCESS
XRFDC_FAILURE