This structure contains the pointers for the DPL interfaces provided by the application to SDL_DPL_init.
pSDL_DPL_InterruptFunction SDL_DPL_Interface::enableInterrupt |
< Pointer to interrupt enable function Pointer to interrupt disable function
pSDL_DPL_InterruptFunction SDL_DPL_Interface::disableInterrupt |
Pointer to interrupt registration function
pSDL_DPL_RegisterFunction SDL_DPL_Interface::registerInterrupt |
Pointer to inerrupt de-register function
pSDL_DPL_DeregisterFunction SDL_DPL_Interface::deregisterInterrupt |
Pointer to delay function
pSDL_DPL_DelayFunction SDL_DPL_Interface::delay |
Pointer to global interrupt disable function
pSDL_DPL_globalDisableInterruptsFunction SDL_DPL_Interface::globalDisableInterrupts |
Pointer to global interrupt enable function
pSDL_DPL_globalRestoreInterruptsFunction SDL_DPL_Interface::globalRestoreInterrupts |
Pointer to address translation function
pSDL_DPL_AddrTranslateFunction SDL_DPL_Interface::addrTranslate |