Go to the source code of this file.
Data Structures | |
| struct | SDL_MTOG_staticRegs |
| Master TOG Static Registers. More... | |
| struct | SDL_MTOG_config |
Macros | |
| #define | SDL_MTOG_FORCE_KEY ((uint32_t) 0x95U) |
Functions | |
| int32_t | SDL_MTOG_init (SDL_MTOG_Inst instance, const SDL_MTOG_config *pConfig) |
| Initialize Master TOG module with respect of instance. More... | |
| int32_t | SDL_MTOG_verifyConfig (SDL_MTOG_Inst instance, const SDL_MTOG_config *pConfig) |
| Verifying written configuration with Master TOG module. More... | |
| int32_t | SDL_MTOG_start (SDL_MTOG_Inst instance) |
| Start the timeout function. More... | |
| int32_t | SDL_MTOG_stop (SDL_MTOG_Inst instance) |
| Stop the timeout function. More... | |
| int32_t | SDL_MTOG_forceTimeout (SDL_MTOG_Inst instance) |
| Force a timeout. More... | |
| int32_t | SDL_MTOG_reset (SDL_MTOG_Inst instance) |
| Reset the timeout functionality. More... | |
| int32_t | SDL_MTOG_getStaticRegisters (SDL_MTOG_Inst instance, SDL_MTOG_staticRegs *pStaticRegs) |
| Readback Static configuration register. More... | |
| #define SDL_MTOG_FORCE_KEY ((uint32_t) 0x95U) |