rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
trigger_state_primary_generated.h
Go to the documentation of this file.
1// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/trigger/trigger_state_primary.txt
2// by class com.rusefi.output.CHeaderConsumer
3// begin
4#pragma once
5#include "rusefi_types.h"
6// start of trigger_state_primary_s
8 /**
9 * sync: Phase Re-Sync Counter
10 * offset 0
11 */
12 uint8_t camResyncCounter = (uint8_t)0;
13 /**
14 * need 4 byte alignment
15 * units: units
16 * offset 1
17 */
18 uint8_t alignmentFill_at_1[3] = {};
19 /**
20 * sync: We Know Engine Phase
21 offset 4 bit 0 */
23 /**
24 offset 4 bit 1 */
25 bool unusedBit_3_1 : 1 {};
26 /**
27 offset 4 bit 2 */
28 bool unusedBit_3_2 : 1 {};
29 /**
30 offset 4 bit 3 */
31 bool unusedBit_3_3 : 1 {};
32 /**
33 offset 4 bit 4 */
34 bool unusedBit_3_4 : 1 {};
35 /**
36 offset 4 bit 5 */
37 bool unusedBit_3_5 : 1 {};
38 /**
39 offset 4 bit 6 */
40 bool unusedBit_3_6 : 1 {};
41 /**
42 offset 4 bit 7 */
43 bool unusedBit_3_7 : 1 {};
44 /**
45 offset 4 bit 8 */
46 bool unusedBit_3_8 : 1 {};
47 /**
48 offset 4 bit 9 */
49 bool unusedBit_3_9 : 1 {};
50 /**
51 offset 4 bit 10 */
52 bool unusedBit_3_10 : 1 {};
53 /**
54 offset 4 bit 11 */
55 bool unusedBit_3_11 : 1 {};
56 /**
57 offset 4 bit 12 */
58 bool unusedBit_3_12 : 1 {};
59 /**
60 offset 4 bit 13 */
61 bool unusedBit_3_13 : 1 {};
62 /**
63 offset 4 bit 14 */
64 bool unusedBit_3_14 : 1 {};
65 /**
66 offset 4 bit 15 */
67 bool unusedBit_3_15 : 1 {};
68 /**
69 offset 4 bit 16 */
70 bool unusedBit_3_16 : 1 {};
71 /**
72 offset 4 bit 17 */
73 bool unusedBit_3_17 : 1 {};
74 /**
75 offset 4 bit 18 */
76 bool unusedBit_3_18 : 1 {};
77 /**
78 offset 4 bit 19 */
79 bool unusedBit_3_19 : 1 {};
80 /**
81 offset 4 bit 20 */
82 bool unusedBit_3_20 : 1 {};
83 /**
84 offset 4 bit 21 */
85 bool unusedBit_3_21 : 1 {};
86 /**
87 offset 4 bit 22 */
88 bool unusedBit_3_22 : 1 {};
89 /**
90 offset 4 bit 23 */
91 bool unusedBit_3_23 : 1 {};
92 /**
93 offset 4 bit 24 */
94 bool unusedBit_3_24 : 1 {};
95 /**
96 offset 4 bit 25 */
97 bool unusedBit_3_25 : 1 {};
98 /**
99 offset 4 bit 26 */
100 bool unusedBit_3_26 : 1 {};
101 /**
102 offset 4 bit 27 */
103 bool unusedBit_3_27 : 1 {};
104 /**
105 offset 4 bit 28 */
106 bool unusedBit_3_28 : 1 {};
107 /**
108 offset 4 bit 29 */
109 bool unusedBit_3_29 : 1 {};
110 /**
111 offset 4 bit 30 */
112 bool unusedBit_3_30 : 1 {};
113 /**
114 offset 4 bit 31 */
115 bool unusedBit_3_31 : 1 {};
116};
117static_assert(sizeof(trigger_state_primary_s) == 8);
118
119// end
120// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/trigger/trigger_state_primary.txt