AM62x MCU+ SDK  09.02.01
sdl_soc_rti.h File Reference

Go to the source code of this file.

Macros

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

Enumerations

enum  SDL_RTI_InstanceType {
  SDL_INSTANCE_MCU_RTI0_CFG, SDL_INSTANCE_RTI0_CFG, SDL_INSTANCE_RTI1_CFG, SDL_INSTANCE_RTI2_CFG,
  SDL_INSTANCE_RTI3_CFG, SDL_INSTANCE_RTI15_CFG, SDL_INSTANCE_WKUP_RTI0, SDL_INSTANCE_INVALID
}
 

Functions

int32_t SDL_RTI_getBaseaddr (SDL_RTI_InstanceType instance, uint32_t *baseAddr)
 

Variables

static uint32_t SDL_RTI_baseAddress [SDL_RTI_MAX_INSTANCE+1U]
 

Macro Definition Documentation

◆ SDL_RTI_MAX_INSTANCE

#define SDL_RTI_MAX_INSTANCE   (0x07U)

◆ INSTANCE_INVALID

#define INSTANCE_INVALID   (0x0U)

Function Documentation

◆ SDL_RTI_getBaseaddr()

int32_t SDL_RTI_getBaseaddr ( SDL_RTI_InstanceType  instance,
uint32_t *  baseAddr 
)

Variable Documentation

◆ SDL_RTI_baseAddress

uint32_t SDL_RTI_baseAddress[SDL_RTI_MAX_INSTANCE+1U]
static
Initial value:
= {SDL_MCU_RTI0_CFG_BASE, SDL_RTI0_CFG_BASE,
SDL_RTI1_CFG_BASE, SDL_RTI2_CFG_BASE, SDL_RTI3_CFG_BASE,
SDL_RTI15_CFG_BASE, SDL_WKUP_RTI0_CFG_BASE,
INSTANCE_INVALID
#define INSTANCE_INVALID
Definition: sdl_soc_rti.h:49