GDI fields
This commit is contained in:
parent
9ef019cf12
commit
5d6e715b05
|
@ -1289,15 +1289,15 @@ uint8_t[4] unusuedsw;
|
|||
|
||||
gppwm_channel[GPPWM_CHANNELS iterate] gppwm;
|
||||
|
||||
uint16_t mc33_i_boost;
|
||||
uint16_t mc33_i_peak;
|
||||
uint16_t mc33_i_hold;
|
||||
uint16_t mc33_t_max_boost;
|
||||
uint16_t mc33_t_peak_off;
|
||||
uint16_t mc33_t_peak_tot;
|
||||
uint16_t mc33_t_bypass;
|
||||
uint16_t mc33_t_hold_off;
|
||||
uint16_t mc33_t_hold_tot;
|
||||
uint16_t mc33_i_boost;;"X", 1, 0.0, 0, 64000, 0
|
||||
uint16_t mc33_i_peak;;"X", 1, 0.0, 0, 64000, 0
|
||||
uint16_t mc33_i_hold;;"X", 1, 0.0, 0, 64000, 0
|
||||
uint16_t mc33_t_max_boost;;"X", 1, 0.0, 0, 64000, 0
|
||||
uint16_t mc33_t_peak_off;;"X", 1, 0.0, 0, 64000, 0
|
||||
uint16_t mc33_t_peak_tot;;"X", 1, 0.0, 0, 64000, 0
|
||||
uint16_t mc33_t_bypass;;"X", 1, 0.0, 0, 64000, 0
|
||||
uint16_t mc33_t_hold_off;;"X", 1, 0.0, 0, 64000, 0
|
||||
uint16_t mc33_t_hold_tot;;"X", 1, 0.0, 0, 64000, 0
|
||||
|
||||
! just a reminder that 'int' and 'float' are 4 bytes each
|
||||
int[371] mainUnusedEnd;
|
||||
|
|
|
@ -89,7 +89,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.bat integration\rusefi_config.txt Wed May 20 01:18:09 EDT 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.bat integration\rusefi_config.txt Wed May 20 02:16:40 EDT 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1102,15 +1102,15 @@ page = 1
|
|||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50, 0, 0.0, 12000.0, 0
|
||||
gppwm4_table = array, U08, 4432, [8x8], "duty", 1, 0, 0, 100, 0
|
||||
;no TS info - skipping mc33_i_boost offset 4496
|
||||
;no TS info - skipping mc33_i_peak offset 4498
|
||||
;no TS info - skipping mc33_i_hold offset 4500
|
||||
;no TS info - skipping mc33_t_max_boost offset 4502
|
||||
;no TS info - skipping mc33_t_peak_off offset 4504
|
||||
;no TS info - skipping mc33_t_peak_tot offset 4506
|
||||
;no TS info - skipping mc33_t_bypass offset 4508
|
||||
;no TS info - skipping mc33_t_hold_off offset 4510
|
||||
;no TS info - skipping mc33_t_hold_tot offset 4512
|
||||
mc33_i_boost = scalar, U16, 4496, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_i_peak = scalar, U16, 4498, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_i_hold = scalar, U16, 4500, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_max_boost = scalar, U16, 4502, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_peak_off = scalar, U16, 4504, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_peak_tot = scalar, U16, 4506, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_bypass = scalar, U16, 4508, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_hold_off = scalar, U16, 4510, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_hold_tot = scalar, U16, 4512, "X", 1, 0.0, 0, 64000, 0
|
||||
;no TS info - skipping alignmentFill_at_4514 offset 4514
|
||||
;no TS info - skipping mainUnusedEnd offset 4516
|
||||
warning_message = string, ASCII, 6000, 120
|
||||
|
@ -3117,7 +3117,16 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = mc33816_rstb, mc33816_rstb
|
||||
field = mc33816_flag0, mc33816_flag0
|
||||
field = "mc33972 SPI", mc33972spiDevice
|
||||
field = mc33_hvolt, mc33_hvolt
|
||||
field = mc33_hvolt, mc33_hvolt
|
||||
field = mc33_i_boost, mc33_i_boost
|
||||
field = mc33_i_peak, mc33_i_peak
|
||||
field = mc33_i_hold, mc33_i_hold
|
||||
field = mc33_t_max_boost, mc33_t_max_boost
|
||||
field = mc33_t_peak_off, mc33_t_peak_off
|
||||
field = mc33_t_peak_tot, mc33_t_peak_tot
|
||||
field = mc33_t_bypass, mc33_t_bypass
|
||||
field = mc33_t_hold_off, mc33_t_hold_off
|
||||
field = mc33_t_hold_tot, mc33_t_hold_tot
|
||||
|
||||
|
||||
; Sensor Inputs
|
||||
|
|
|
@ -1829,7 +1829,16 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = mc33816_rstb, mc33816_rstb
|
||||
field = mc33816_flag0, mc33816_flag0
|
||||
field = "mc33972 SPI", mc33972spiDevice
|
||||
field = mc33_hvolt, mc33_hvolt
|
||||
field = mc33_hvolt, mc33_hvolt
|
||||
field = mc33_i_boost, mc33_i_boost
|
||||
field = mc33_i_peak, mc33_i_peak
|
||||
field = mc33_i_hold, mc33_i_hold
|
||||
field = mc33_t_max_boost, mc33_t_max_boost
|
||||
field = mc33_t_peak_off, mc33_t_peak_off
|
||||
field = mc33_t_peak_tot, mc33_t_peak_tot
|
||||
field = mc33_t_bypass, mc33_t_bypass
|
||||
field = mc33_t_hold_off, mc33_t_hold_off
|
||||
field = mc33_t_hold_tot, mc33_t_hold_tot
|
||||
|
||||
|
||||
; Sensor Inputs
|
||||
|
|
|
@ -89,7 +89,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.bat integration\rusefi_config.txt Wed May 20 01:18:12 EDT 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.bat integration\rusefi_config.txt Wed May 20 02:16:47 EDT 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1102,15 +1102,15 @@ page = 1
|
|||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50, 0, 0.0, 12000.0, 0
|
||||
gppwm4_table = array, U08, 4432, [8x8], "duty", 1, 0, 0, 100, 0
|
||||
;no TS info - skipping mc33_i_boost offset 4496
|
||||
;no TS info - skipping mc33_i_peak offset 4498
|
||||
;no TS info - skipping mc33_i_hold offset 4500
|
||||
;no TS info - skipping mc33_t_max_boost offset 4502
|
||||
;no TS info - skipping mc33_t_peak_off offset 4504
|
||||
;no TS info - skipping mc33_t_peak_tot offset 4506
|
||||
;no TS info - skipping mc33_t_bypass offset 4508
|
||||
;no TS info - skipping mc33_t_hold_off offset 4510
|
||||
;no TS info - skipping mc33_t_hold_tot offset 4512
|
||||
mc33_i_boost = scalar, U16, 4496, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_i_peak = scalar, U16, 4498, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_i_hold = scalar, U16, 4500, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_max_boost = scalar, U16, 4502, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_peak_off = scalar, U16, 4504, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_peak_tot = scalar, U16, 4506, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_bypass = scalar, U16, 4508, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_hold_off = scalar, U16, 4510, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_hold_tot = scalar, U16, 4512, "X", 1, 0.0, 0, 64000, 0
|
||||
;no TS info - skipping alignmentFill_at_4514 offset 4514
|
||||
;no TS info - skipping mainUnusedEnd offset 4516
|
||||
warning_message = string, ASCII, 6000, 120
|
||||
|
@ -3117,7 +3117,16 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = mc33816_rstb, mc33816_rstb
|
||||
field = mc33816_flag0, mc33816_flag0
|
||||
field = "mc33972 SPI", mc33972spiDevice
|
||||
field = mc33_hvolt, mc33_hvolt
|
||||
field = mc33_hvolt, mc33_hvolt
|
||||
field = mc33_i_boost, mc33_i_boost
|
||||
field = mc33_i_peak, mc33_i_peak
|
||||
field = mc33_i_hold, mc33_i_hold
|
||||
field = mc33_t_max_boost, mc33_t_max_boost
|
||||
field = mc33_t_peak_off, mc33_t_peak_off
|
||||
field = mc33_t_peak_tot, mc33_t_peak_tot
|
||||
field = mc33_t_bypass, mc33_t_bypass
|
||||
field = mc33_t_hold_off, mc33_t_hold_off
|
||||
field = mc33_t_hold_tot, mc33_t_hold_tot
|
||||
|
||||
|
||||
; Sensor Inputs
|
||||
|
|
|
@ -89,7 +89,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kineris_gen_config.bat integration/rusefi_config.txt Wed May 20 01:18:15 EDT 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kineris_gen_config.bat integration/rusefi_config.txt Wed May 20 02:16:57 EDT 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1102,15 +1102,15 @@ page = 1
|
|||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50, 0, 0.0, 12000.0, 0
|
||||
gppwm4_table = array, U08, 4432, [8x8], "duty", 1, 0, 0, 100, 0
|
||||
;no TS info - skipping mc33_i_boost offset 4496
|
||||
;no TS info - skipping mc33_i_peak offset 4498
|
||||
;no TS info - skipping mc33_i_hold offset 4500
|
||||
;no TS info - skipping mc33_t_max_boost offset 4502
|
||||
;no TS info - skipping mc33_t_peak_off offset 4504
|
||||
;no TS info - skipping mc33_t_peak_tot offset 4506
|
||||
;no TS info - skipping mc33_t_bypass offset 4508
|
||||
;no TS info - skipping mc33_t_hold_off offset 4510
|
||||
;no TS info - skipping mc33_t_hold_tot offset 4512
|
||||
mc33_i_boost = scalar, U16, 4496, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_i_peak = scalar, U16, 4498, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_i_hold = scalar, U16, 4500, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_max_boost = scalar, U16, 4502, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_peak_off = scalar, U16, 4504, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_peak_tot = scalar, U16, 4506, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_bypass = scalar, U16, 4508, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_hold_off = scalar, U16, 4510, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_hold_tot = scalar, U16, 4512, "X", 1, 0.0, 0, 64000, 0
|
||||
;no TS info - skipping alignmentFill_at_4514 offset 4514
|
||||
;no TS info - skipping mainUnusedEnd offset 4516
|
||||
warning_message = string, ASCII, 6000, 120
|
||||
|
@ -3118,7 +3118,16 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = mc33816_rstb, mc33816_rstb
|
||||
field = mc33816_flag0, mc33816_flag0
|
||||
field = "mc33972 SPI", mc33972spiDevice
|
||||
field = mc33_hvolt, mc33_hvolt
|
||||
field = mc33_hvolt, mc33_hvolt
|
||||
field = mc33_i_boost, mc33_i_boost
|
||||
field = mc33_i_peak, mc33_i_peak
|
||||
field = mc33_i_hold, mc33_i_hold
|
||||
field = mc33_t_max_boost, mc33_t_max_boost
|
||||
field = mc33_t_peak_off, mc33_t_peak_off
|
||||
field = mc33_t_peak_tot, mc33_t_peak_tot
|
||||
field = mc33_t_bypass, mc33_t_bypass
|
||||
field = mc33_t_hold_off, mc33_t_hold_off
|
||||
field = mc33_t_hold_tot, mc33_t_hold_tot
|
||||
|
||||
|
||||
; Sensor Inputs
|
||||
|
|
|
@ -89,7 +89,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.bat integration\rusefi_config.txt Wed May 20 01:18:10 EDT 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.bat integration\rusefi_config.txt Wed May 20 02:16:44 EDT 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1102,15 +1102,15 @@ page = 1
|
|||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50, 0, 0.0, 12000.0, 0
|
||||
gppwm4_table = array, U08, 4432, [8x8], "duty", 1, 0, 0, 100, 0
|
||||
;no TS info - skipping mc33_i_boost offset 4496
|
||||
;no TS info - skipping mc33_i_peak offset 4498
|
||||
;no TS info - skipping mc33_i_hold offset 4500
|
||||
;no TS info - skipping mc33_t_max_boost offset 4502
|
||||
;no TS info - skipping mc33_t_peak_off offset 4504
|
||||
;no TS info - skipping mc33_t_peak_tot offset 4506
|
||||
;no TS info - skipping mc33_t_bypass offset 4508
|
||||
;no TS info - skipping mc33_t_hold_off offset 4510
|
||||
;no TS info - skipping mc33_t_hold_tot offset 4512
|
||||
mc33_i_boost = scalar, U16, 4496, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_i_peak = scalar, U16, 4498, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_i_hold = scalar, U16, 4500, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_max_boost = scalar, U16, 4502, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_peak_off = scalar, U16, 4504, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_peak_tot = scalar, U16, 4506, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_bypass = scalar, U16, 4508, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_hold_off = scalar, U16, 4510, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_hold_tot = scalar, U16, 4512, "X", 1, 0.0, 0, 64000, 0
|
||||
;no TS info - skipping alignmentFill_at_4514 offset 4514
|
||||
;no TS info - skipping mainUnusedEnd offset 4516
|
||||
warning_message = string, ASCII, 6000, 120
|
||||
|
@ -3109,7 +3109,16 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = mc33816_rstb, mc33816_rstb
|
||||
field = mc33816_flag0, mc33816_flag0
|
||||
field = "mc33972 SPI", mc33972spiDevice
|
||||
field = mc33_hvolt, mc33_hvolt
|
||||
field = mc33_hvolt, mc33_hvolt
|
||||
field = mc33_i_boost, mc33_i_boost
|
||||
field = mc33_i_peak, mc33_i_peak
|
||||
field = mc33_i_hold, mc33_i_hold
|
||||
field = mc33_t_max_boost, mc33_t_max_boost
|
||||
field = mc33_t_peak_off, mc33_t_peak_off
|
||||
field = mc33_t_peak_tot, mc33_t_peak_tot
|
||||
field = mc33_t_bypass, mc33_t_bypass
|
||||
field = mc33_t_hold_off, mc33_t_hold_off
|
||||
field = mc33_t_hold_tot, mc33_t_hold_tot
|
||||
|
||||
|
||||
; Sensor Inputs
|
||||
|
|
|
@ -89,7 +89,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.bat integration\rusefi_config.txt Wed May 20 01:18:13 EDT 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.bat integration\rusefi_config.txt Wed May 20 02:16:50 EDT 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1102,15 +1102,15 @@ page = 1
|
|||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50, 0, 0.0, 12000.0, 0
|
||||
gppwm4_table = array, U08, 4432, [8x8], "duty", 1, 0, 0, 100, 0
|
||||
;no TS info - skipping mc33_i_boost offset 4496
|
||||
;no TS info - skipping mc33_i_peak offset 4498
|
||||
;no TS info - skipping mc33_i_hold offset 4500
|
||||
;no TS info - skipping mc33_t_max_boost offset 4502
|
||||
;no TS info - skipping mc33_t_peak_off offset 4504
|
||||
;no TS info - skipping mc33_t_peak_tot offset 4506
|
||||
;no TS info - skipping mc33_t_bypass offset 4508
|
||||
;no TS info - skipping mc33_t_hold_off offset 4510
|
||||
;no TS info - skipping mc33_t_hold_tot offset 4512
|
||||
mc33_i_boost = scalar, U16, 4496, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_i_peak = scalar, U16, 4498, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_i_hold = scalar, U16, 4500, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_max_boost = scalar, U16, 4502, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_peak_off = scalar, U16, 4504, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_peak_tot = scalar, U16, 4506, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_bypass = scalar, U16, 4508, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_hold_off = scalar, U16, 4510, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_hold_tot = scalar, U16, 4512, "X", 1, 0.0, 0, 64000, 0
|
||||
;no TS info - skipping alignmentFill_at_4514 offset 4514
|
||||
;no TS info - skipping mainUnusedEnd offset 4516
|
||||
warning_message = string, ASCII, 6000, 120
|
||||
|
@ -3113,7 +3113,16 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = mc33816_rstb, mc33816_rstb
|
||||
field = mc33816_flag0, mc33816_flag0
|
||||
field = "mc33972 SPI", mc33972spiDevice
|
||||
field = mc33_hvolt, mc33_hvolt
|
||||
field = mc33_hvolt, mc33_hvolt
|
||||
field = mc33_i_boost, mc33_i_boost
|
||||
field = mc33_i_peak, mc33_i_peak
|
||||
field = mc33_i_hold, mc33_i_hold
|
||||
field = mc33_t_max_boost, mc33_t_max_boost
|
||||
field = mc33_t_peak_off, mc33_t_peak_off
|
||||
field = mc33_t_peak_tot, mc33_t_peak_tot
|
||||
field = mc33_t_bypass, mc33_t_bypass
|
||||
field = mc33_t_hold_off, mc33_t_hold_off
|
||||
field = mc33_t_hold_tot, mc33_t_hold_tot
|
||||
|
||||
|
||||
; Sensor Inputs
|
||||
|
|
|
@ -89,7 +89,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.bat integration\rusefi_config.txt Wed May 20 01:18:14 EDT 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.bat integration\rusefi_config.txt Wed May 20 02:16:54 EDT 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1102,15 +1102,15 @@ page = 1
|
|||
gppwm4_loadBins = array, U08, 4416, [8], "load", 1, 0, 0.0, 250, 0
|
||||
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50, 0, 0.0, 12000.0, 0
|
||||
gppwm4_table = array, U08, 4432, [8x8], "duty", 1, 0, 0, 100, 0
|
||||
;no TS info - skipping mc33_i_boost offset 4496
|
||||
;no TS info - skipping mc33_i_peak offset 4498
|
||||
;no TS info - skipping mc33_i_hold offset 4500
|
||||
;no TS info - skipping mc33_t_max_boost offset 4502
|
||||
;no TS info - skipping mc33_t_peak_off offset 4504
|
||||
;no TS info - skipping mc33_t_peak_tot offset 4506
|
||||
;no TS info - skipping mc33_t_bypass offset 4508
|
||||
;no TS info - skipping mc33_t_hold_off offset 4510
|
||||
;no TS info - skipping mc33_t_hold_tot offset 4512
|
||||
mc33_i_boost = scalar, U16, 4496, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_i_peak = scalar, U16, 4498, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_i_hold = scalar, U16, 4500, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_max_boost = scalar, U16, 4502, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_peak_off = scalar, U16, 4504, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_peak_tot = scalar, U16, 4506, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_bypass = scalar, U16, 4508, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_hold_off = scalar, U16, 4510, "X", 1, 0.0, 0, 64000, 0
|
||||
mc33_t_hold_tot = scalar, U16, 4512, "X", 1, 0.0, 0, 64000, 0
|
||||
;no TS info - skipping alignmentFill_at_4514 offset 4514
|
||||
;no TS info - skipping mainUnusedEnd offset 4516
|
||||
warning_message = string, ASCII, 6000, 120
|
||||
|
@ -3108,7 +3108,16 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = mc33816_rstb, mc33816_rstb
|
||||
field = mc33816_flag0, mc33816_flag0
|
||||
field = "mc33972 SPI", mc33972spiDevice
|
||||
field = mc33_hvolt, mc33_hvolt
|
||||
field = mc33_hvolt, mc33_hvolt
|
||||
field = mc33_i_boost, mc33_i_boost
|
||||
field = mc33_i_peak, mc33_i_peak
|
||||
field = mc33_i_hold, mc33_i_hold
|
||||
field = mc33_t_max_boost, mc33_t_max_boost
|
||||
field = mc33_t_peak_off, mc33_t_peak_off
|
||||
field = mc33_t_peak_tot, mc33_t_peak_tot
|
||||
field = mc33_t_bypass, mc33_t_bypass
|
||||
field = mc33_t_hold_off, mc33_t_hold_off
|
||||
field = mc33_t_hold_tot, mc33_t_hold_tot
|
||||
|
||||
|
||||
; Sensor Inputs
|
||||
|
|
Loading…
Reference in New Issue