17 #if !defined(SW_MAJOR_VERSION) 18 #error SW_MAJOR_VERSION not defined. Define SW_MAJOR_VERSION in your Project settings. 19 #error Under LPCXPresso: Project > Properties > C/C++ Build > Settings > Tool Settings > MCU C Compiler > Symbols 20 #error Add a define similar to "SW_MAJOR_VERSION=1" (without surrounding quotes) 21 #error Add this define to all build configurations. 26 #if !defined(SW_MINOR_VERSION) 27 #error SW_MINOR_VERSION not defined. Define SW_MINOR_VERSION in your Project settings. 28 #error Under LPCXPresso: Project > Properties > C/C++ Build > Settings > Tool Settings > MCU C Compiler > Symbols 29 #error Add a define similar to "SW_MINOR_VERSION=1" (without surrounding quotes) 30 #error Add this define to all build configurations. 34 #define MSG_APP_HANDLERS App_CmdHandler 35 #define MSG_APP_HANDLERS_COUNT 11U 36 #define MSG_RESPONSE_BUFFER_SIZE 20 37 #define MSG_RESPONSE_BUFFER App_ResponseBuffer 39 #define MSG_ENABLE_RESET 1 40 #define MSG_ENABLE_READREGISTER 1 41 #define MSG_ENABLE_WRITEREGISTER 1 42 #define MSG_ENABLE_READMEMORY 1 43 #define MSG_ENABLE_WRITEMEMORY 1 44 #define MSG_ENABLE_PREPAREDEBUG 1 46 #define MSG_ENABLE_CHECKBATTERY 1 47 #define MSG_COMMAND_ACCEPT_CB CommandAcceptCb 50 #define TMEAS_CB App_TmeasCb 53 #define NDEFT2T_EEPROM_COPY_SUPPPORT 0 54 #define NDEFT2T_FIELD_STATUS_CB App_FieldStatusCb 55 #define NDEFT2T_MSG_AVAILABLE_CB App_MsgAvailableCb 56 #define NDEFT2T_MSG_READ_CB App_MsgReadCb 60 typedef struct APP_STORAGE_TYPE_S {
65 #define STORAGE_TYPE APP_STORAGE_TYPE_T 66 #define STORAGE_BITSIZE (11 + 10) 67 #define STORAGE_EEPROM_FIRST_ROW 21 68 #define STORAGE_EEPROM_LAST_ROW (EEPROM_NR_OF_RW_ROWS - 1) 70 #define STORAGE_FIRST_ALON_REGISTER 1 71 #define STORAGE_WRITE_RECOVERY_EVERY_X_SAMPLES STORAGE_SAMPLE_ALON_CACHE_COUNT 72 #define STORAGE_REDUCE_RECOVERY_WRITES 1 74 #define STORAGE_FIRST_ALON_REGISTER 2 75 #define STORAGE_WRITE_RECOVERY_EVERY_X_SAMPLES STORAGE_SAMPLE_ALON_CACHE_COUNT 76 #define STORAGE_REDUCE_RECOVERY_WRITES 0 80 #define EVENT_CB App_EventCb 81 #define EVENT_CB_OPENING_CALL 1 82 #define EVENT_CB_CLOSING_CALL 1 83 #define EVENT_EEPROM_FIRST_ROW 2 84 #define EVENT_EEPROM_LAST_ROW 20 85 #define EVENT_OVERHEAD_CHOICE EVENT_OVERHEAD_CHOICE_B 93 #define ENABLE_DIAG_MODULE 1 96 #define ENABLE_DIAG_MODULE 0 104 #define APP_ACCEL_FIRSTWORKSPACEOFFSET MEMORY_FIRSTUNUSEDEEPROMOFFSET 111 #define APP_ACCEL_LASTWORKSPACEOFFSET (APP_ACCEL_FIRSTWORKSPACEOFFSET + ACCEL_WORKSPACE_SIZE - 1) uint32_t temperature
Definition: app_demo_dpahu_sensormonitor/mods/app_sel.h:61
uint32_t zero
Definition: app_demo_dpahu_sensormonitor/mods/app_sel.h:63
Definition: app_demo_dpahu_sensormonitor/mods/app_sel.h:60
uint32_t humidity
Definition: app_demo_dpahu_sensormonitor/mods/app_sel.h:62