SDL API Guide for J721E
|
Go to the source code of this file.
Functions | |
int32_t | SDL_RTI_config (SDL_RTI_instanceType InstanceType, const SDL_RTI_configParms *pConfig) |
RTI configuration API. This API configures the specified RTI instance using the provided configuration. More... | |
int32_t | SDL_RTI_verifyConfig (SDL_RTI_instanceType InstanceType, SDL_RTI_configParms *pConfig) |
RTI API to verify the written configuration. This API can be used after calling SDL_RTI_config in order to verify the configuration. It reads back the configuration from the registers and compares it with the provided configuration. More... | |
int32_t | SDL_RTI_start (SDL_RTI_instanceType InstanceType) |
Enable the RTI instance. More... | |
int32_t | SDL_RTI_service (SDL_RTI_instanceType InstanceType) |
Service the RTI instance. More... | |
int32_t | SDL_RTI_clearStatus (SDL_RTI_instanceType InstanceType, uint32_t status) |
Clear the DWWD status. More... | |
int32_t | SDL_RTI_getStatus (SDL_RTI_instanceType InstanceType, uint32_t *pStatus) |
Clear the DWWD status. More... | |
int32_t | SDL_RTI_readStaticRegs (SDL_RTI_instanceType InstanceType, SDL_RTI_staticRegs *pStaticRegs) |
This API returns the static registers for RTI-DWWD. More... | |