summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 01:39:54 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 01:39:54 +0900
commit908dbc71beebb1bb9ebcb3bb8945043b3ee5e800 (patch)
tree7907b7e2a2c5a00c4479d2fc117aa905dfef9b7f /globals.h
parente61288ff7f0a705ce9c7f60b33429f92f3bfb573 (diff)
added hvps_avg_curr_limit for AVR-8F-B
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/globals.h b/globals.h
index 689624f..a327107 100644
--- a/globals.h
+++ b/globals.h
@@ -109,6 +109,7 @@
#define Cant_Do_Burst_and_Double 95
#define Between_0_and_10_Volts 96
#define pw_rc_limit 97
+#define HVPS_Current_Too_High 98
#define YES 1
#define NO 0
@@ -812,9 +813,10 @@ typedef struct {
short slew_dacval[max_channels][timing_ranges][timing_polarities][std_range_size]; // size 1024, addr 34324
float slew_pwl[max_channels][timing_ranges][timing_polarities][std_range_size]; // size 2048, addr 35348
- float cap_for_pw_rc_limit[max_channels]; // size 8, addr 37396
+ float cap_for_pw_rc_limit[max_channels]; // size 8, addr 37396 - for AVR-8F-B
+ float hvps_avg_curr_limit[max_channels]; // size 8, addr 37404 - for AVR-8F-B
- char flash_end; // addr 37404
+ char flash_end; // addr 37412
} FlashStruct;
#pragma pack(pop)