Go to the source code of this file.
Macros | |
| #define | SDL_TOG_INSTANCE_TIMEOUT0_CFG 0U |
| #define | SDL_TOG_MAX_INSTANCE SDL_TOG_INSTANCE_TIMEOUT0_CFG |
Typedefs | |
| typedef uint8_t | SDL_TOG_Inst |
Functions | |
| int32_t | SDL_TOG_getBaseaddr (SDL_TOG_Inst instance, uint32_t *baseAddr) |
| This API is used to get the base address of the instance. More... | |
Variables | |
| static uint32_t | SDL_TOG_baseAddress [SDL_TOG_MAX_INSTANCE+1U] |
| int32_t SDL_TOG_getBaseaddr | ( | SDL_TOG_Inst | instance, |
| uint32_t * | baseAddr | ||
| ) |
This API is used to get the base address of the instance.
| instance | TOG instance |
| baseAddr | Base address of the instance. |
|
static |