AM273x MCU+ SDK  08.05.00
APIs for SDL RTI

Introduction

The Digital Watchdog Timer(DWT) generates reset after a programmable period, if not serviced within that period. In DWT, time-out boundary is configurable. In DWWD, along with configurable time-out boundary, the start time boundary is also configurable. The DWWD can generate Reset or Interrupt, if not serviced within window(Open Window) defined by start time and time-out boundary. Also the DWWD can generate Reset or Interrupt if serviced outside Open Window (within Closed Window). Generation * of Reset or Interrupt depends on the DWWD Reaction configuration.

The Digital Watchdog Timer(DWT) generates reset after a programmable period, if not serviced within that period. In DWT, time-out boundary is configurable. In DWWD, along with configurable time-out boundary, the start time boundary is also configurable. The DWWD can generate Reset or Interrupt, if not serviced within window(Open Window) defined by start time and time-out boundary. Also the DWWD can generate Reset or Interrupt if serviced outside Open Window (within Closed Window). Generation of Reset or Interrupt depends on the DWWD Reaction configuration.

Sub Modules

 RTI Enumerated Data Types
 
 RTI Functions
 

Functions

int32_t SDL_RTI_getBaseaddr (SDL_RTI_InstanceType instance, uint32_t *baseAddr)
 

Macros

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

Macro Definition Documentation

◆ SDL_RTI_MAX_INSTANCE

#define SDL_RTI_MAX_INSTANCE   (0x07)

◆ 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_MSS_WDT_U_BASE,SDL_DSS_WDT_U_BASE,SDL_MSS_RTIA_U_BASE,SDL_MSS_RTIB_U_BASE,
SDL_MSS_RTIC_U_BASE,SDL_DSS_RTIA_U_BASE,
SDL_DSS_RTIB_U_BASE,
SDL_INSTANCE_INVALID
@ SDL_INSTANCE_INVALID
Definition: sdl_soc_rti.h:78