SDL API Guide for J7200
sdl_soc_dcc.h File Reference

Go to the source code of this file.

Macros

#define SDL_DCC_MAX_INSTANCE   (10U)
 

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_MCU_DCC0,
  SDL_DCC_INST_MCU_DCC1, SDL_DCC_INST_MCU_DCC2, INVALID_INSTANCE
}
 

Variables

static uint32_t SDL_DCC_baseAddress [SDL_DCC_MAX_INSTANCE]
 

Macro Definition Documentation

◆ SDL_DCC_MAX_INSTANCE

#define SDL_DCC_MAX_INSTANCE   (10U)

Variable Documentation

◆ SDL_DCC_baseAddress

uint32_t SDL_DCC_baseAddress[SDL_DCC_MAX_INSTANCE]
static
Initial value:
= {SDL_DCC0_BASE, SDL_DCC1_BASE, SDL_DCC2_BASE, SDL_DCC3_BASE, SDL_DCC4_BASE,
SDL_DCC5_BASE, SDL_DCC6_BASE,
SDL_MCU_DCC0_BASE, SDL_MCU_DCC1_BASE, SDL_MCU_DCC2_BASE}