AM263x MCU+ SDK  09.02.00
sdl_soc_rti.h File Reference

Go to the source code of this file.

Macros

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

Enumerations

enum  SDL_RTI_InstanceType {
  SDL_INSTANCE_WDT0, SDL_INSTANCE_WDT1, SDL_INSTANCE_WDT2, SDL_INSTANCE_WDT3,
  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   (0x04U)

◆ 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_WDT0_U_BASE,SDL_WDT1_U_BASE,
SDL_WDT2_U_BASE,SDL_WDT3_U_BASE,
SDL_INSTANCE_INVALID
@ SDL_INSTANCE_INVALID
Definition: sdl_soc_rti.h:70