![]() |
ParaLib 2.0.15-master SHA: 2e03d68caa
|
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 |
processor independent headerfile for the Memory information.
© Copyright 2017-2022 Copyright: Retostronik GmbH Stütingstraße 30 58285 Gevelsberg
| uint32_t ErrorDescriptorAddress | ( | void | ) |
Address of the ErrorDescriptor-memory.
| uint32_t ErrorDescriptorSize | ( | void | ) |
Size of the ErrorDescriptor-memory.
| uint32_t ErrorMemoryAddress | ( | void | ) |
Address of the Error-memory.
| uint32_t ErrorMemorySize | ( | void | ) |
Size of the Error-memory.
| bool IsMemoryAreaValid | ( | uint32_t | address, |
| uint16_t | size | ||
| ) |
| uint32_t StringTableAddress | ( | void | ) |
Address of the Stringtable.
| uint32_t StringTableSize | ( | void | ) |
Size of the Stringtable.
|
extern |
|
extern |
|
extern |