Go to the source code of this file.
◆ SDL_DCC_getBaseaddr()
      
        
          | int32_t SDL_DCC_getBaseaddr  | 
          ( | 
          SDL_DCC_Inst  | 
          instance,  | 
        
        
           | 
           | 
          uint32_t *  | 
          baseAddr  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
This API is used to get the base address of the instance. 
- Parameters
 - 
  
    | instance | DCC instance  | 
    | baseAddr | Base address of the instance. | 
  
   
- Returns
 - status return the base address of the instance. SDL_PASS: success SDL_EBADARGS: failure, indicate translation failed 
 
 
 
◆ SDL_DCC_baseAddress
Initial value:= {SDL_DCC0_BASE, SDL_DCC1_BASE, SDL_DCC2_BASE, SDL_DCC3_BASE, SDL_DCC4_BASE, 
                                                             SDL_DCC5_BASE, 
                                                             SDL_MCU_DCC0_BASE}