rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
dc_motors_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/actuators/dc_motors.txt
2// by class com.rusefi.output.CHeaderConsumer
3// begin
4#pragma once
5#include "rusefi_types.h"
6// start of dc_motors_s
7struct dc_motors_s {
8 /**
9 * "DC: output0"
10 * units: %
11 * offset 0
12 */
13 float dcOutput0 = (float)0;
14 /**
15 * "DC: en0"
16 * units: %
17 * offset 4
18 */
19 uint8_t isEnabled0_int = (uint8_t)0;
20 /**
21 * need 4 byte alignment
22 * units: units
23 * offset 5
24 */
25 uint8_t alignmentFill_at_5[3] = {};
26 /**
27 offset 8 bit 0 */
28 bool isEnabled0 : 1 {};
29 /**
30 offset 8 bit 1 */
31 bool unusedBit_4_1 : 1 {};
32 /**
33 offset 8 bit 2 */
34 bool unusedBit_4_2 : 1 {};
35 /**
36 offset 8 bit 3 */
37 bool unusedBit_4_3 : 1 {};
38 /**
39 offset 8 bit 4 */
40 bool unusedBit_4_4 : 1 {};
41 /**
42 offset 8 bit 5 */
43 bool unusedBit_4_5 : 1 {};
44 /**
45 offset 8 bit 6 */
46 bool unusedBit_4_6 : 1 {};
47 /**
48 offset 8 bit 7 */
49 bool unusedBit_4_7 : 1 {};
50 /**
51 offset 8 bit 8 */
52 bool unusedBit_4_8 : 1 {};
53 /**
54 offset 8 bit 9 */
55 bool unusedBit_4_9 : 1 {};
56 /**
57 offset 8 bit 10 */
58 bool unusedBit_4_10 : 1 {};
59 /**
60 offset 8 bit 11 */
61 bool unusedBit_4_11 : 1 {};
62 /**
63 offset 8 bit 12 */
64 bool unusedBit_4_12 : 1 {};
65 /**
66 offset 8 bit 13 */
67 bool unusedBit_4_13 : 1 {};
68 /**
69 offset 8 bit 14 */
70 bool unusedBit_4_14 : 1 {};
71 /**
72 offset 8 bit 15 */
73 bool unusedBit_4_15 : 1 {};
74 /**
75 offset 8 bit 16 */
76 bool unusedBit_4_16 : 1 {};
77 /**
78 offset 8 bit 17 */
79 bool unusedBit_4_17 : 1 {};
80 /**
81 offset 8 bit 18 */
82 bool unusedBit_4_18 : 1 {};
83 /**
84 offset 8 bit 19 */
85 bool unusedBit_4_19 : 1 {};
86 /**
87 offset 8 bit 20 */
88 bool unusedBit_4_20 : 1 {};
89 /**
90 offset 8 bit 21 */
91 bool unusedBit_4_21 : 1 {};
92 /**
93 offset 8 bit 22 */
94 bool unusedBit_4_22 : 1 {};
95 /**
96 offset 8 bit 23 */
97 bool unusedBit_4_23 : 1 {};
98 /**
99 offset 8 bit 24 */
100 bool unusedBit_4_24 : 1 {};
101 /**
102 offset 8 bit 25 */
103 bool unusedBit_4_25 : 1 {};
104 /**
105 offset 8 bit 26 */
106 bool unusedBit_4_26 : 1 {};
107 /**
108 offset 8 bit 27 */
109 bool unusedBit_4_27 : 1 {};
110 /**
111 offset 8 bit 28 */
112 bool unusedBit_4_28 : 1 {};
113 /**
114 offset 8 bit 29 */
115 bool unusedBit_4_29 : 1 {};
116 /**
117 offset 8 bit 30 */
118 bool unusedBit_4_30 : 1 {};
119 /**
120 offset 8 bit 31 */
121 bool unusedBit_4_31 : 1 {};
122};
123static_assert(sizeof(dc_motors_s) == 12);
124
125// end
126// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/actuators/dc_motors.txt
uint8_t alignmentFill_at_5[3]