Go to the documentation of this file.
8 #define CRIS_DIAG_BIT 0x20
9 #define CRIS_CMD_RESP_BIT 0x40
10 #define CRIS_SYNC_BIT 0x80
12 #define CRIS_QUALITY_FORMAT_ID_BIT 0x01
13 #define CRIS_QUALITY_MNF_COUNTER_BIT 0x02
14 #define CRIS_QUALITY_SC_CLOCK_BIT 0x04
15 #define CRIS_QUALITY_SYNC_BIT 0x08
16 #define CRIS_QUALITY_CT_INDEX_BIT 0x10
17 #define CRIS_QUALITY_CYCLE_NUMBER_BIT 0x20
18 #define CRIS_QUALITY_FILL_LEVEL0_BIT 0x40
19 #define CRIS_QUALITY_FILL_LEVEL1_BIT 0x80
21 #define CRIS_UNDEFINED_8 0xFF
22 #define CRIS_UNDEFINED_16 0xFFFF
23 #define CRIS_UNDEFINED_32 0xFFFFFFFF
25 #define CRIS_END_OF_DATA 0xFFFFFFFF
27 #define CRIS_LIVETIME_UNIT_MICROSECOND 128
29 #define CRIS_EVENT_THRESHOLD 3
30 #define CRIS_HSKP_OFFSET 4
32 #define NUM_CRIS_CMD_TAB_BYTES 844
33 #define NUM_CRIS_CMD_TAB_BYTES_PER_CYCLE 66
34 #define NUM_CRIS_EVT_BUFFERS 64
35 #define NUM_CRIS_HIGH_PRIORITY_RATES 2
36 #define NUM_CRIS_HIGH_PRIORITY_SAMPLES 16
37 #define NUM_CRIS_HSKP_BYTES 3
38 #define NUM_CRIS_MNFS_PER_CYCLE 256
39 #define NUM_CRIS_RAW_SOFT_EVT_BYTES 2000
40 #define NUM_CRIS_RAW_STACK_EVT_BYTES 72
41 #define NUM_CRIS_TELEMETRY_BYTES 58
43 #define MAX_CRIS_EVT_AGE 64
44 #define MAX_NUM_CRIS_CMD_ECHO_CHARS 40
45 #define MAX_NUM_CRIS_DIAG_BYTES 33002
46 #define MAX_NUM_CRIS_EVENT_BYTES 162
47 #define MAX_NUM_CRIS_EVENTS_PER_MNF 5
48 #define MAX_NUM_CRIS_EVT_SUB_BLOCKS 32
50 #define SIZE_CRIS_CMD_ECHO_QUEUE 1000
51 #define SIZE_CRIS_CMD_TAB_QUEUE 24
52 #define SIZE_CRIS_CYCLE_QUEUE 16
53 #define SIZE_CRIS_DIAG_EVENT_QUEUE 32
54 #define SIZE_CRIS_SUBSET_FILTER 3
55 #define SIZE_CRIS_SUMMARY_QUEUE 64
56 #define SIZE_CRIS_EVENT_BUFFER 17000
58 #define CRIS_SC_HSKP_CURRENT_LOC 203
59 #define CRIS_SC_HSKP_MAIN_BUS_VOLT_LOC 71
60 #define CRIS_SC_HSKP_TEMPERATURE1_LOC 194
61 #define CRIS_SC_HSKP_TEMPERATURE2_LOC 195
62 #define CRIS_SC_HSKP_TEMPERATURE_INT_LOC 22
64 #define CRIS_MNF_CURRENT 10
65 #define CRIS_MNF_MAIN_BUS_VOLT 3
66 #define CRIS_MNF_TEMPERATURE1 9
67 #define CRIS_MNF_TEMPERATURE2 9
69 #define CRIS_CONSISTENCY_CLOCK 4
70 #define CRIS_CONSISTENCY_CYCLE_NUMBER 0
71 #define CRIS_CONSISTENCY_CTINDEX 1
72 #define CRIS_CONSISTENCY_TOTAL 5