Go to the documentation of this file.
8 #define SIS_DIAG_BIT 0x20
9 #define SIS_CMD_RESP_BIT 0x40
10 #define SIS_SYNC_BIT 0x80
12 #define SIS_QUALITY_FORMAT_ID_BIT 0x01
13 #define SIS_QUALITY_MNF_COUNTER_BIT 0x02
14 #define SIS_QUALITY_SC_CLOCK_BIT 0x04
15 #define SIS_QUALITY_SYNC_BIT 0x08
16 #define SIS_QUALITY_CT_INDEX_BIT 0x10
17 #define SIS_QUALITY_CYCLE_NUMBER_BIT 0x20
18 #define SIS_QUALITY_FILL_LEVEL0_BIT 0x40
19 #define SIS_QUALITY_FILL_LEVEL1_BIT 0x80
21 #define SIS_UNDEFINED_8 0xFF
22 #define SIS_UNDEFINED_16 0xFFFF
23 #define SIS_UNDEFINED_32 0xFFFFFFFF
25 #define SIS_END_OF_DATA 0xFFFFFFFF
27 #define NUM_SIS_CMD_TAB_BYTES 1180
28 #define NUM_SIS_CMD_TAB_BYTES_PER_CYCLE 80
29 #define NUM_SIS_EVT_BUFFERS 96
30 #define NUM_SIS_EVT_CLASSES 4
31 #define NUM_SIS_HSKP_BYTES 6
32 #define NUM_SIS_HIGH_PRIORITY_RATES 18
33 #define NUM_SIS_HIGH_PRIORITY_SAMPLES 8
34 #define NUM_SIS_MATRIX_STRIPS 64
35 #define NUM_SIS_MATRIX_PLANES 4
36 #define NUM_SIS_MNFS_PER_CYCLE 256
37 #define NUM_SIS_RAW_STACK_EVT_BYTES 540
38 #define NUM_SIS_STACK_DETECTORS 8
39 #define NUM_SIS_TELEMETRY_BYTES 249
41 #define MAX_NUM_SIS_DIAG_BYTES 660
42 #define MAX_NUM_SIS_EVENT_BYTES 109
43 #define MAX_NUM_SIS_EVENTS_PER_MNF 17
44 #define MAX_NUM_SIS_CMD_ECHO_CHARS 80
45 #define MAX_NUM_SIS_EVT_SUB_BLOCKS 32
47 #define MAX_SIS_EVT_AGE 8
49 #define SIS_LIVETIME_UNIT_MICROSECOND 8
51 #define SIS_HSKP_OFFSET 0
52 #define SIS_EVENT_THRESHOLD 4
53 #define SIS_EVT_BUFFER_NUMBER_OFFSET 32
55 #define SIZE_SIS_SUBSET_FILTER 3
56 #define SIZE_SIS_CYCLE_QUEUE 16
57 #define SIZE_SIS_CMD_TAB_QUEUE 24
58 #define SIZE_SIS_SUMMARY_QUEUE 64
59 #define SIZE_SIS_CMD_ECHO_QUEUE 1000
60 #define SIZE_SIS_DIAG_EVENT_QUEUE 64
61 #define SIZE_SIS_EVENT_BUFFER 75000
64 #define SIS_SC_HSKP_COVER_TELLTALE_LOC 202
65 #define SIS_SC_HSKP_CURRENT_LOC 204
66 #define SIS_SC_HSKP_MAIN_BUS_VOLT_LOC 71
67 #define SIS_SC_HSKP_TEMPERATURE1_LOC 196
68 #define SIS_SC_HSKP_TEMPERATURE2_LOC 197
69 #define SIS_SC_HSKP_TEMPERATURE_INT_LOC 23
71 #define SIS_MNF_COVER_TELLTALE 10
72 #define SIS_MNF_CURRENT 10
73 #define SIS_MNF_MAIN_BUS_VOLT 3
74 #define SIS_MNF_TEMPERATURE1 9
75 #define SIS_MNF_TEMPERATURE2 9
77 #define SIS_CONSISTENCY_CLOCK 4
78 #define SIS_CONSISTENCY_CYCLE_NUMBER 1
79 #define SIS_CONSISTENCY_CTINDEX 1
80 #define SIS_CONSISTENCY_TOTAL 6
82 #define SIS_HIGH_PRIORITY_RTSW_0 16
83 #define SIS_HIGH_PRIORITY_RTSW_1 17