![]() |
v_sdirxss
Vitis Drivers API Documentation
|
Functions | |
int | XV_SdiRxSs_SubcoreInitSdiRx (XV_SdiRxSs *SdiRxSsPtr) |
This function initializes the included sub-core to it's static configuration. More... | |
u32 | XV_SdiRxSs_SelfTest (XV_SdiRxSs *InstancePtr) |
This function performs self test on SDI Rx Subsystem sub-cores. More... | |
u32 | SdiRxSs_SelfTestExample (u32 DeviceId) |
This function is the main entry point for the self test example using the XV_SdiRxSs driver. More... | |
int | main () |
This is the main function for XV_SdiRxSs self test example. More... | |
int main | ( | void | ) |
This is the main function for XV_SdiRxSs self test example.
None. |
References SdiRxSs_SelfTestExample().
u32 SdiRxSs_SelfTestExample | ( | u32 | DeviceId | ) |
This function is the main entry point for the self test example using the XV_SdiRxSs driver.
This function check whether or not its sub-core drivers self test functions are in working state.
DeviceId | is the unique device ID of the SDI RX Subsystem core. |
References XV_SdiRxSs_Config::BaseAddress, XV_SdiRxSs_CfgInitialize(), XV_SdiRxSs_LookupConfig(), and XV_SdiRxSs_SelfTest().
Referenced by main().
u32 XV_SdiRxSs_SelfTest | ( | XV_SdiRxSs * | InstancePtr | ) |
This function performs self test on SDI Rx Subsystem sub-cores.
InstancePtr | is a pointer to the XV_SdiRxSs core instance. |
References XV_SdiRxSs::SdiRxPtr.
Referenced by SdiRxSs_SelfTestExample().
int XV_SdiRxSs_SubcoreInitSdiRx | ( | XV_SdiRxSs * | SdiRxSsPtr | ) |
This function initializes the included sub-core to it's static configuration.
SdiRxSsPtr | is a pointer to the Subsystem instance to be worked on. |
References XV_SdiRxSs_SubCore::AbsAddr, XV_SdiRxSs_Config::BaseAddress, XV_SdiRxSs::Config, XV_SdiRxSs_SubCore::DeviceId, XV_SdiRxSs_Config::SdiRx, XV_SdiRxSs::SdiRxPtr, XV_SDIRXSS_LOG_EVT_SDIRX_INIT, and XV_SdiRxSs_LogWrite().
Referenced by XV_SdiRxSs_CfgInitialize().