SDL API Guide for J721E
sdl_soc_rti.h File Reference

Go to the source code of this file.

Macros

#define SDL_RTI_MAX_INSTANCE   (0xCU)
 
#define INSTANCE_INVALID   (0x0U)
 

Enumerations

enum  SDL_RTI_instanceType {
  SDL_INSTANCE_MCU_RTI0_CFG, SDL_INSTANCE_MCU_RTI1_CFG, SDL_INSTANCE_RTI0_CFG, SDL_INSTANCE_RTI1_CFG,
  SDL_INSTANCE_RTI15_CFG, SDL_INSTANCE_RTI16_CFG, SDL_INSTANCE_RTI24_CFG, SDL_INSTANCE_RTI25_CFG,
  SDL_INSTANCE_RTI28_CFG, SDL_INSTANCE_RTI29_CFG, SDL_INSTANCE_RTI30_CFG, SDL_INSTANCE_RTI31_CFG,
  SDL_INSTANCE_INVALID
}
 

Variables

static uint32_t SDL_RTI_baseAddress [SDL_RTI_MAX_INSTANCE+1U]
 

Macro Definition Documentation

◆ SDL_RTI_MAX_INSTANCE

#define SDL_RTI_MAX_INSTANCE   (0xCU)

◆ INSTANCE_INVALID

#define INSTANCE_INVALID   (0x0U)

Variable Documentation

◆ SDL_RTI_baseAddress

uint32_t SDL_RTI_baseAddress[SDL_RTI_MAX_INSTANCE+1U]
static
Initial value:
= {SDL_MCU_RTI0_CFG_BASE, SDL_MCU_RTI1_CFG_BASE, SDL_RTI0_CFG_BASE,
SDL_RTI1_CFG_BASE, SDL_RTI15_CFG_BASE, SDL_RTI16_CFG_BASE,
SDL_RTI24_CFG_BASE, SDL_RTI25_CFG_BASE, SDL_RTI28_CFG_BASE,
SDL_RTI29_CFG_BASE, SDL_RTI30_CFG_BASE, SDL_RTI31_CFG_BASE, INSTANCE_INVALID}
#define INSTANCE_INVALID
Definition: sdl_soc_rti.h:58