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... | |
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.
InstanceType | RTI Instance |
pConfig | Pointer to the configuration structure |
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.
InstanceType | RTI Instance |
pConfig | Pointer to the configuration structure |
int32_t SDL_RTI_start | ( | SDL_RTI_InstanceType | InstanceType | ) |
Enable the RTI instance.
InstanceType | RTI Instance |
int32_t SDL_RTI_service | ( | SDL_RTI_InstanceType | InstanceType | ) |
Service the RTI instance.
InstanceType | RTI Instance |
int32_t SDL_RTI_clearStatus | ( | SDL_RTI_InstanceType | InstanceType, |
uint32_t | status | ||
) |
Clear the DWWD status.
InstanceType | RTI Instance |
status | Violation status to clear. Values given by bitwise or of macro RTI_Status_t |
int32_t SDL_RTI_getStatus | ( | SDL_RTI_InstanceType | InstanceType, |
uint32_t * | pStatus | ||
) |
Clear the DWWD status.
InstanceType | RTI Instance |
pStatus | pointer to DWWD status. Refer macro RTI_Status_t for possible bitwise or of all return values. |
int32_t SDL_RTI_readStaticRegs | ( | SDL_RTI_InstanceType | InstanceType, |
SDL_RTI_staticRegs * | pStaticRegs | ||
) |
This API returns the static registers for RTI-DWWD.
InstanceType | Base Address of the RTI instance. |
pStaticRegs | Pointer to RTI DWWD Static Registers. |