ParaLib 2.0.16-master SHA: fd907ccf65
PARA_MemoryInfo_TM4.c File Reference
#include <stdbool.h>
#include <stdint.h>
#include "project_config.h"
#include "PARA_MemoryInfo.h"
#include "lib/Para/SYS_Type.h"
#include "lib/Para/PARA_Lib.h"
#include "lib/Para/PARA_ID_System.h"
#include "PARA_ID_Device.h"

Macros

#define MEMORY_AREAS_COUNT   4
 

Functions

uint32_t StringTableAddress (void)
 Address of the Stringtable. More...
 
uint32_t StringTableSize (void)
 Size of the Stringtable. More...
 
uint32_t ErrorMemoryAddress (void)
 Address of the Error-memory. More...
 
uint32_t ErrorMemorySize (void)
 Size of the Error-memory. More...
 
uint32_t ErrorDescriptorAddress (void)
 Address of the ErrorDescriptor-memory. More...
 
uint32_t ErrorDescriptorSize (void)
 Size of the ErrorDescriptor-memory. More...
 

Variables

int32_t Image$$ER_STRING_TABLE$$Base
 
int32_t Image$$ER_STRING_TABLE$$Length
 
int32_t Image$$ER_ERROR_DESCRIPTOR$$Base
 
int32_t Image$$ER_ERROR_DESCRIPTOR$$Length
 
int32_t Image$$ER_ERROR_SOURCES$$Base
 
int32_t Image$$ER_ERROR_SOURCES$$Length
 
int32_t Image$$ER_ERROR_REACTIONS$$Base
 
int32_t Image$$ER_ERROR_REACTIONS$$Length
 
int32_t Image$$ERROR_MEMORY$$Base
 
int32_t Image$$ERROR_MEMORY$$Length
 
const uint32_t g_cui32ValidMemoryAreas [4]
 
const uint32_t g_cui32ValidMemorySizes [4]
 
const uint32_t g_cui32MemoryAreasCount = 4
 

Macro Definition Documentation

◆ MEMORY_AREAS_COUNT

#define MEMORY_AREAS_COUNT   4

Function Documentation

◆ ErrorDescriptorAddress()

uint32_t ErrorDescriptorAddress ( void  )

Address of the ErrorDescriptor-memory.

◆ ErrorDescriptorSize()

uint32_t ErrorDescriptorSize ( void  )

Size of the ErrorDescriptor-memory.

◆ ErrorMemoryAddress()

uint32_t ErrorMemoryAddress ( void  )

Address of the Error-memory.

◆ ErrorMemorySize()

uint32_t ErrorMemorySize ( void  )

Size of the Error-memory.

◆ StringTableAddress()

uint32_t StringTableAddress ( void  )

Address of the Stringtable.

◆ StringTableSize()

uint32_t StringTableSize ( void  )

Size of the Stringtable.

Variable Documentation

◆ g_cui32MemoryAreasCount

const uint32_t g_cui32MemoryAreasCount = 4

◆ g_cui32ValidMemoryAreas

const uint32_t g_cui32ValidMemoryAreas[4]
Initial value:
= {
(const uint32_t)&Image$$ER_STRING_TABLE$$Base,
}
int32_t Image$$ER_ERROR_SOURCES$$Base
int32_t Image$$ER_ERROR_DESCRIPTOR$$Base
int32_t Image$$ER_STRING_TABLE$$Base
int32_t Image$$ER_ERROR_REACTIONS$$Base

◆ g_cui32ValidMemorySizes

const uint32_t g_cui32ValidMemorySizes[4]
Initial value:
= {
(const uint32_t)&Image$$ER_STRING_TABLE$$Length,
}
int32_t Image$$ER_ERROR_REACTIONS$$Length
int32_t Image$$ER_ERROR_SOURCES$$Length
int32_t Image$$ER_ERROR_DESCRIPTOR$$Length
int32_t Image$$ER_STRING_TABLE$$Length

◆ Image$$ER_ERROR_DESCRIPTOR$$Base

int32_t Image$$ER_ERROR_DESCRIPTOR$$Base
extern

◆ Image$$ER_ERROR_DESCRIPTOR$$Length

int32_t Image$$ER_ERROR_DESCRIPTOR$$Length
extern

◆ Image$$ER_ERROR_REACTIONS$$Base

int32_t Image$$ER_ERROR_REACTIONS$$Base
extern

◆ Image$$ER_ERROR_REACTIONS$$Length

int32_t Image$$ER_ERROR_REACTIONS$$Length
extern

◆ Image$$ER_ERROR_SOURCES$$Base

int32_t Image$$ER_ERROR_SOURCES$$Base
extern

◆ Image$$ER_ERROR_SOURCES$$Length

int32_t Image$$ER_ERROR_SOURCES$$Length
extern

◆ Image$$ER_STRING_TABLE$$Base

int32_t Image$$ER_STRING_TABLE$$Base
extern

◆ Image$$ER_STRING_TABLE$$Length

int32_t Image$$ER_STRING_TABLE$$Length
extern

◆ Image$$ERROR_MEMORY$$Base

int32_t Image$$ERROR_MEMORY$$Base
extern

◆ Image$$ERROR_MEMORY$$Length

int32_t Image$$ERROR_MEMORY$$Length
extern