AM64x MCU+ SDK  08.06.00
sdl_soc_tog.h File Reference

Go to the source code of this file.

Macros

#define SDL_TOG_INSTANCE_TIMEOUT0_CFG   0U
 
#define SDL_TOG_MAX_INSTANCE   SDL_TOG_INSTANCE_TIMEOUT0_CFG
 

Typedefs

typedef uint8_t SDL_TOG_Inst
 

Functions

int32_t SDL_TOG_getBaseaddr (SDL_TOG_Inst instance, uint32_t *baseAddr)
 This API is used to get the base address of the instance. More...
 

Variables

static uint32_t SDL_TOG_baseAddress [SDL_TOG_MAX_INSTANCE+1U]
 

Function Documentation

◆ SDL_TOG_getBaseaddr()

int32_t SDL_TOG_getBaseaddr ( SDL_TOG_Inst  instance,
uint32_t *  baseAddr 
)

This API is used to get the base address of the instance.

Parameters
instanceTOG instance
baseAddrBase address of the instance.
Returns
status return the base address of the instance. SDL_PASS: success SDL_EBADARGS: failure, indicate translation failed

Variable Documentation

◆ SDL_TOG_baseAddress

uint32_t SDL_TOG_baseAddress[SDL_TOG_MAX_INSTANCE+1U]
static
Initial value:
=
{
SDL_MCU_TIMEOUT0_CFG_BASE
}