SDL API Guide for J721E
RTI Functions

Introduction

===========================================================================

Functions

int32_t SDL_RTI_getWindowSize (uint32_t baseAddr, uint32_t *pWinSize)
 This API will return current configured Window Size. More...
 
int32_t SDL_RTI_setPreload (uint32_t baseAddr, uint32_t dwwdPreloadVal)
 Set DWWD preload value. From this value down counter starts down counting. More...
 
int32_t SDL_RTI_getPreload (uint32_t baseAddr, uint32_t *pPreloadVal)
 This API will return current configured Preload value. More...
 

Function Documentation

◆ SDL_RTI_getWindowSize()

int32_t SDL_RTI_getWindowSize ( uint32_t  baseAddr,
uint32_t *  pWinSize 
)

This API will return current configured Window Size.

Parameters
baseAddrBase Address of the RTI instance.
pWinSizepointer to Configured Window Size. Refer macro RTI_WindowSize_t
Returns
status Success of the window configuration
  • Success: SDL_PASS
  • Fail : SDL_EFAIL

◆ SDL_RTI_setPreload()

int32_t SDL_RTI_setPreload ( uint32_t  baseAddr,
uint32_t  dwwdPreloadVal 
)

Set DWWD preload value. From this value down counter starts down counting.

Parameters
baseAddrBase Address of the RTI instance.
dwwdPreloadValDown counter preload value. Refer DWWD Down Counter Overview.
Returns
status Success of the window configuration
  • Success: SDL_PASS
  • Fail : SDL_EFAIL

◆ SDL_RTI_getPreload()

int32_t SDL_RTI_getPreload ( uint32_t  baseAddr,
uint32_t *  pPreloadVal 
)

This API will return current configured Preload value.

Parameters
baseAddrBase Address of the RTI instance.
pPreloadValpointer to current preload value
Returns
status Success of the window configuration
  • Success: SDL_PASS
  • Fail : SDL_EFAIL