Go to the source code of this file.
Macros | |
| #define | SDL_DCC_MAX_INSTANCE (11U) |
| MAX number of supported DCC Instances. More... | |
Enumerations | |
| enum | SDL_DCC_Inst { SDL_DCC_INST_DCC0, SDL_DCC_INST_DCC1, SDL_DCC_INST_DCC2, SDL_DCC_INST_DCC3, SDL_DCC_INST_DCC4, SDL_DCC_INST_DCC5, SDL_DCC_INST_DCC6, SDL_DCC_INST_DCC7, SDL_DCC_INST_DCC8, SDL_DCC_INST_MCU_DCC0, SDL_DCC_INST_MCU_DCC1, SDL_DCC_INVALID_INSTANCE } |
| Enum for different DCC module instances supported. More... | |
Functions | |
| int32_t | SDL_DCC_getBaseaddr (SDL_DCC_Inst instance, uint32_t *baseAddr) |
| This API is used to get the base address of the instance. More... | |
Variables | |
| static uint32_t | SDL_DCC_baseAddress [SDL_DCC_MAX_INSTANCE] |
| int32_t SDL_DCC_getBaseaddr | ( | SDL_DCC_Inst | instance, |
| uint32_t * | baseAddr | ||
| ) |
This API is used to get the base address of the instance.
| instance | DCC instance |
| baseAddr | Base address of the instance. |
|
static |