AM243x MCU+ SDK  09.02.00
rti/v0/sdl_rti.h File Reference

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...