SDL API Guide for J721E
|
This structure contains the pointers for the OSAL interfaces.
pSDL_OSAL_interruptFunction SDL_OSAL_Interface::enableInterrupt |
< Pointer to interrupt enable function Pointer to interrupt disable function
pSDL_OSAL_interruptFunction SDL_OSAL_Interface::disableInterrupt |
Pointer to interrupt registration function
pSDL_OSAL_registerFunction SDL_OSAL_Interface::registerInterrupt |
Pointer to inerrupt de-register function
pSDL_OSAL_deregisterFunction SDL_OSAL_Interface::deregisterInterrupt |
Pointer to global interrupt disable function
pSDL_OSAL_globalDisableInterruptsFunction SDL_OSAL_Interface::globalDisableInterrupts |
Pointer to global interrupt enable function
pSDL_OSAL_globalRestoreInterruptsFunction SDL_OSAL_Interface::globalRestoreInterrupts |
Pointer to print function
pSDL_OSAL_printFunction SDL_OSAL_Interface::printFxn |
Pointer to delay function
pSDL_OSAL_delayFunction SDL_OSAL_Interface::delay |
Pointer to address translation function
pSDL_OSAL_addrTranslateFunction SDL_OSAL_Interface::addrTranslate |