4.3.3 Macros
#define SRAM_GLOBAL_LENGTH (0x0AU)
#define MIN_LENGTH (0x00U)
#define MAX_LENGTH (0x100U)
#define CHECKERBOARD_RESERVED_RAM (7U)
#define RESERVED_SRAM (sizeof(struct DIAG_Variables))
#define DIAG_MEM_START (0x60U)
#define DIAG_MEM_END (0x6CU)
#define STARTADDR_LOC (0x60U)
#define BUFFERADDR_LOC (0x62U)
#define TEMPADDR_LOC (0x64U)
#define INDEX_LOC (0x66U)
#define LENGTH_LOC (0x68U)
#define TEST_BIT_LOC (0x6AU)
#define TEST_VARIABLE1_LOC (0x6BU)
#define TEST_VARIABLE2_LOC (0x6CU)
#define ERROR_FLAG_LOC (0x6DU)
#define SFR_REGION_LOC1 (0x005FU)
#define SFR_REGION_LOC2 (0x3800U)
#define SFR_REGION_LOC3 (0x3FFFU)