SDL API Guide for J7200

Detailed Description

This structure contains the pointers for the OSAL interfaces

provided by the application to SDL_OSAL_init.


Data Fields

pSDL_OSAL_interruptFunction enableInterrupt
 
pSDL_OSAL_interruptFunction disableInterrupt
 
pSDL_OSAL_registerFunction registerInterrupt
 
pSDL_OSAL_deregisterFunction deregisterInterrupt
 
pSDL_OSAL_globalDisableInterruptsFunction globalDisableInterrupts
 
pSDL_OSAL_globalRestoreInterruptsFunction globalRestoreInterrupts
 
pSDL_OSAL_printFunction printFxn
 
pSDL_OSAL_delayFunction delay
 
pSDL_OSAL_addrTranslateFunction addrTranslate
 

Field Documentation

◆ enableInterrupt

pSDL_OSAL_interruptFunction SDL_OSAL_Interface::enableInterrupt

< Pointer to interrupt enable function Pointer to interrupt disable function

◆ disableInterrupt

pSDL_OSAL_interruptFunction SDL_OSAL_Interface::disableInterrupt

Pointer to interrupt registration function

◆ registerInterrupt

pSDL_OSAL_registerFunction SDL_OSAL_Interface::registerInterrupt

Pointer to inerrupt de-register function

◆ deregisterInterrupt

pSDL_OSAL_deregisterFunction SDL_OSAL_Interface::deregisterInterrupt

Pointer to global interrupt disable function

◆ globalDisableInterrupts

pSDL_OSAL_globalDisableInterruptsFunction SDL_OSAL_Interface::globalDisableInterrupts

Pointer to global interrupt enable function

◆ globalRestoreInterrupts

pSDL_OSAL_globalRestoreInterruptsFunction SDL_OSAL_Interface::globalRestoreInterrupts

Pointer to print function

◆ printFxn

pSDL_OSAL_printFunction SDL_OSAL_Interface::printFxn

Pointer to delay function

◆ delay

pSDL_OSAL_delayFunction SDL_OSAL_Interface::delay

Pointer to address translation function

◆ addrTranslate

pSDL_OSAL_addrTranslateFunction SDL_OSAL_Interface::addrTranslate