![]() |
ParaLib 2.0.15-master SHA: 2e03d68caa
|
#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"#include "MemoryOrganization.h"Macros | |
| #define | MEMORY_AREAS_COUNT 5 |
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... | |
| static int32_t | ReadFunction_ValidMemoryAreas (Parameter *this, uint16_t SubID, void *data, int32_t MaxCount, uint32_t offset, ParameterAccessSource Access, uint8_t access_level) |
| ParameterU32 (0, PARA_ID_ValidMemoryAreas, GROUP_ID_FWID, "MemoryAreas", "0x{0:X4}", "Memory Areas which can be readout by the Parameter-Interface", "", "", "", 5, MIN_uint32, MAX_uint32, 0, ReadFunction_ValidMemoryAreas, WriteFunction_STD_Const, SetToDefaultFunction_STD_Const, VIEWER_READ|USER_READ|PROFESSIONAL_READ|DEVELOPER_READ, NOT_STORED, FLAG_HIDDEN) static int32_t ReadFunction_ValidMemorySizes(Parameter *this | |
| return | GetDataTypeSize (TYPE_uint32) |
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 [5] |
| const uint32_t | g_cui32ValidMemorySizes [5] |
| const uint32_t | g_cui32MemoryAreasCount = 5 |
| uint16_t | SubID |
| uint16_t void * | data = g_cui32ValidMemorySizes[SubID] |
| uint16_t void int32_t | MaxCount |
| uint16_t void int32_t uint32_t | offset |
| uint16_t void int32_t uint32_t ParameterAccessSource | Access |
| uint16_t void int32_t uint32_t ParameterAccessSource uint8_t | access_level |
| #define MEMORY_AREAS_COUNT 5 |
| 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.
| return GetDataTypeSize | ( | TYPE_uint32 | ) |
| ParameterU32 | ( | 0 | , |
| PARA_ID_ValidMemoryAreas | , | ||
| GROUP_ID_FWID | , | ||
| "MemoryAreas" | , | ||
| "0x{0:X4}" | , | ||
| "Memory Areas which can be readout by the Parameter-Interface" | , | ||
| "" | , | ||
| "" | , | ||
| "" | , | ||
| 5 | , | ||
| MIN_uint32 | , | ||
| MAX_uint32 | , | ||
| 0 | , | ||
| ReadFunction_ValidMemoryAreas | , | ||
| WriteFunction_STD_Const | , | ||
| SetToDefaultFunction_STD_Const | , | ||
| VIEWER_READ|USER_READ|PROFESSIONAL_READ| | DEVELOPER_READ, | ||
| NOT_STORED | , | ||
| FLAG_HIDDEN | |||
| ) |
|
static |
| uint32_t StringTableAddress | ( | void | ) |
Address of the Stringtable.
| uint32_t StringTableSize | ( | void | ) |
Size of the Stringtable.
| uint16_t void int32_t uint32_t ParameterAccessSource Access |
| uint16_t void int32_t uint32_t ParameterAccessSource uint8_t access_level |
| * uint32_t* data = g_cui32ValidMemorySizes[SubID] |
| const uint32_t g_cui32MemoryAreasCount = 5 |
| const uint32_t g_cui32ValidMemoryAreas[5] |
| const uint32_t g_cui32ValidMemorySizes[5] |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
| uint16_t void int32_t MaxCount |
| uint16_t void int32_t uint32_t offset |
| uint16_t SubID |