dp12rxss
Vitis Drivers API Documentation
|
This is the main header file for the Xilinx HDCP abstraction layer.
MODIFICATION HISTORY:
Ver Who Date Changes
1.00 GM 17/07/17 First Release
Macros | |
#define | XVidFrameCrc_ReadReg(BaseAddress, RegOffset) XVidFrameCrc_In32((BaseAddress) + (RegOffset)) |
This is a low-level function that reads from the specified register. More... | |
#define | XVidFrameCrc_WriteReg(BaseAddress, RegOffset, Data) XVidFrameCrc_Out32((BaseAddress) + (RegOffset), (Data)) |
This is a low-level function that writes to the specified register. More... | |
Register access macro definitions. | |
#define | XVidFrameCrc_In32 Xil_In32 |
#define | XVidFrameCrc_Out32 Xil_Out32 |
Functions | |
int | XVidFrameCrc_Initialize (Video_CRC_Config *VidFrameCRC) |
This function is used to initialize the Video Frame CRC instance. More... | |
void | XVidFrameCrc_Reset (void) |
This function is used to initialize the Video Frame CRC instance. More... | |
void | XVidFrameCrc_Report (void) |
This function reports CRC values of Video components. More... | |
#define XVidFrameCrc_ReadReg | ( | BaseAddress, | |
RegOffset | |||
) | XVidFrameCrc_In32((BaseAddress) + (RegOffset)) |
This is a low-level function that reads from the specified register.
BaseAddress | is the base address of the device. |
RegOffset | is the register offset to be read from. |
Referenced by XVidFrameCrc_Report(), and XVidFrameCrc_Reset().
#define XVidFrameCrc_WriteReg | ( | BaseAddress, | |
RegOffset, | |||
Data | |||
) | XVidFrameCrc_Out32((BaseAddress) + (RegOffset), (Data)) |
This is a low-level function that writes to the specified register.
BaseAddress | is the base address of the device. |
RegOffset | is the register offset to write to. |
Data | is the 32-bit data to write to the specified register. |
Referenced by XVidFrameCrc_Initialize(), and XVidFrameCrc_Reset().
int XVidFrameCrc_Initialize | ( | Video_CRC_Config * | VidFrameCRC | ) |
This function is used to initialize the Video Frame CRC instance.
None |
References XVidFrameCrc_WriteReg.
void XVidFrameCrc_Report | ( | void | ) |
This function reports CRC values of Video components.
None. |
References XVidFrameCrc_ReadReg.
void XVidFrameCrc_Reset | ( | void | ) |
This function is used to initialize the Video Frame CRC instance.
None |
References XVidFrameCrc_ReadReg, and XVidFrameCrc_WriteReg.