AM64x MCU+ SDK  08.06.00
RTI Enumerated Data Types

Introduction

Functions

int32_t SDL_RTI_getBaseaddr (SDL_RTI_InstanceType instance, uint32_t *baseAddr)
 

Enumerations

enum  SDL_RTI_InstanceType {
  SDL_INSTANCE_MCU_RTI0_CFG, SDL_INSTANCE_RTI0_CFG, SDL_INSTANCE_RTI1_CFG, SDL_INSTANCE_RTI8_CFG,
  SDL_INSTANCE_RTI9_CFG, SDL_INSTANCE_RTI10_CFG, SDL_INSTANCE_RTI11_CFG, SDL_INSTANCE_INVALID
}
 

Enumeration Type Documentation

◆ SDL_RTI_InstanceType

Enumerator
SDL_INSTANCE_MCU_RTI0_CFG 
SDL_INSTANCE_RTI0_CFG 
SDL_INSTANCE_RTI1_CFG 
SDL_INSTANCE_RTI8_CFG 
SDL_INSTANCE_RTI9_CFG 
SDL_INSTANCE_RTI10_CFG 
SDL_INSTANCE_RTI11_CFG 
SDL_INSTANCE_INVALID 

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_RTI8_CFG_BASE, SDL_RTI9_CFG_BASE,
SDL_RTI10_CFG_BASE, SDL_RTI11_CFG_BASE,
INSTANCE_INVALID
#define INSTANCE_INVALID
Definition: sdl_soc_rti.h:59