SDL API Guide for J721E
sdl_soc_dcc.h File Reference

Go to the source code of this file.

Macros

#define SDL_DCC_MAX_INSTANCE   (16U)
 

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_DCC9, SDL_DCC_INST_DCC10, SDL_DCC_INST_DCC11,
  SDL_DCC_INST_DCC12, 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   (16U)

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_DCC7_BASE, SDL_DCC8_BASE, SDL_DCC9_BASE,
SDL_DCC10_BASE, SDL_DCC11_BASE, SDL_DCC12_BASE,
SDL_MCU_DCC0_BASE, SDL_MCU_DCC1_BASE, SDL_MCU_DCC2_BASE}