ParaLib 2.0.15-master SHA: 2e03d68caa
PARA_MemoryInfo.h File Reference

processor independent headerfile for the Memory information. More...

#include <stdbool.h>
#include <stdint.h>

Go to the source code of this file.

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...
 
bool IsMemoryAreaValid (uint32_t address, uint16_t size)
 

Variables

const uint32_t g_cui32ValidMemoryAreas []
 
const uint32_t g_cui32ValidMemorySizes []
 
const uint32_t g_cui32MemoryAreasCount
 

Detailed Description

processor independent headerfile for the Memory information.


© Copyright 2017-2022 Copyright: Retostronik GmbH Stütingstraße 30 58285 Gevelsberg

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.

◆ IsMemoryAreaValid()

bool IsMemoryAreaValid ( uint32_t  address,
uint16_t  size 
)

◆ 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
extern

◆ g_cui32ValidMemoryAreas

const uint32_t g_cui32ValidMemoryAreas[]
extern

◆ g_cui32ValidMemorySizes

const uint32_t g_cui32ValidMemorySizes[]
extern