mipicsiss
Vitis Drivers API Documentation
si570drv.h File Reference

Overview

This file contains low-level driver functions for controlling the SiliconLabs Si570 clock generator as mounted on the VCK190 demo board.

The user should refer to the hardware device specification for more details of the device operation.

MODIFICATION HISTORY:
Ver   Who Date         Changes


1.0 ssh 07/28/2021 Initial release.

Functions

void Si570_SetFreq (void *IicPtr, u8 Si_Addr, double Freq)
 This function the frequency output of Si570. More...
 

Function Documentation

void Si570_SetFreq ( void *  IicPtr,
u8  Si_Addr,
double  Freq 
)

This function the frequency output of Si570.

Parameters
IicPtrIIC instance pointer.
Si_Addrcontains the 7 bit IIC address of the device to send the specified data to.
Freqis the requested frequency output in MHz (floating)
Returns
None.
Note
None.