 |
NHS31xx SW API
|
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 7U 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 48 #define TMEAS_CB App_TmeasCb 51 #define NDEFT2T_EEPROM_COPY_SUPPPORT 0 52 #define NDEFT2T_FIELD_STATUS_CB App_FieldStatusCb 53 #define NDEFT2T_MSG_AVAILABLE_CB App_MsgAvailableCb 54 #define NDEFT2T_MSG_READ_CB App_MsgReadCb 57 #define STORAGE_TYPE int16_t 58 #define STORAGE_BITSIZE 11 59 #define STORAGE_SIGNED 1 60 #define STORAGE_EEPROM_FIRST_ROW 21 61 #define STORAGE_EEPROM_LAST_ROW (EEPROM_NR_OF_RW_ROWS - 1) 62 #define STORAGE_COMPRESS_CB App_CompressCb 63 #define STORAGE_DECOMPRESS_CB App_DecompressCb 65 #define STORAGE_FIRST_ALON_REGISTER 1 66 #define STORAGE_WRITE_RECOVERY_EVERY_X_SAMPLES STORAGE_SAMPLE_ALON_CACHE_COUNT 67 #define STORAGE_REDUCE_RECOVERY_WRITES 1 69 #define STORAGE_FIRST_ALON_REGISTER 3 70 #define STORAGE_WRITE_RECOVERY_EVERY_X_SAMPLES STORAGE_SAMPLE_ALON_CACHE_COUNT 71 #define STORAGE_REDUCE_RECOVERY_WRITES 0 75 #define EVENT_CB App_EventCb 76 #define EVENT_CB_OPENING_CALL 1 77 #define EVENT_CB_CLOSING_CALL 1 78 #define EVENT_EEPROM_FIRST_ROW 2 79 #define EVENT_EEPROM_LAST_ROW 20 80 #define EVENT_OVERHEAD_CHOICE EVENT_OVERHEAD_CHOICE_B 88 #define ENABLE_DIAG_MODULE 1 91 #define ENABLE_DIAG_MODULE 0