1 | /* |
2 | * Academic License - for use in teaching, academic research, and meeting |
3 | * course requirements at degree granting institutions only. Not for |
4 | * government, commercial, or other organizational use. |
5 | * |
6 | * File: untitled_types.h |
7 | * |
8 | * Code generated for Simulink model 'untitled'. |
9 | * |
10 | * Model version : 1.0 |
11 | * Simulink Coder version : 8.12 (R2017a) 16-Feb-2017 |
12 | * C/C++ source code generated on : Mon Oct 02 12:36:06 2017 |
13 | * |
14 | * Target selection: ert.tlc |
15 | * Embedded hardware selection: ARM Compatible->ARM Cortex |
16 | * Code generation objectives: Unspecified |
17 | * Validation result: Not run |
18 | */ |
19 | |
20 | #ifndef RTW_HEADER_untitled_types_h_ |
21 | #define RTW_HEADER_untitled_types_h_ |
22 | #include "rtwtypes.h" |
23 | #include "multiword_types.h" |
24 | #ifndef typedef_freedomk64f_Hardware_untitled_T |
25 | #define typedef_freedomk64f_Hardware_untitled_T |
26 | |
27 | typedef struct { |
28 | int32_T dummy; |
29 | } freedomk64f_Hardware_untitled_T; |
30 | |
31 | #endif /*typedef_freedomk64f_Hardware_untitled_T*/ |
32 | |
33 | #ifndef typedef_freedomk64f_I2CMasterWrite_un_T |
34 | #define typedef_freedomk64f_I2CMasterWrite_un_T |
35 | |
36 | typedef struct { |
37 | int32_T isInitialized; |
38 | freedomk64f_Hardware_untitled_T Hw; |
39 | uint32_T BusSpeed; |
40 | } freedomk64f_I2CMasterWrite_un_T; |
41 | |
42 | #endif /*typedef_freedomk64f_I2CMasterWrite_un_T*/ |
43 | |
44 | #ifndef typedef_struct_T_untitled_T |
45 | #define typedef_struct_T_untitled_T |
46 | |
47 | typedef struct { |
48 | real_T f1[2]; |
49 | } struct_T_untitled_T; |
50 | |
51 | #endif /*typedef_struct_T_untitled_T*/ |
52 | |
53 | #ifndef typedef_struct_T_untitled_k_T |
54 | #define typedef_struct_T_untitled_k_T |
55 | |
56 | typedef struct { |
57 | char_T f1[7]; |
58 | } struct_T_untitled_k_T; |
59 | |
60 | #endif /*typedef_struct_T_untitled_k_T*/ |
61 | |
62 | #ifndef typedef_struct_T_untitled_kw_T |
63 | #define typedef_struct_T_untitled_kw_T |
64 | |
65 | typedef struct { |
66 | char_T f1[11]; |
67 | char_T f2[6]; |
68 | char_T f3[7]; |
69 | } struct_T_untitled_kw_T; |
70 | |
71 | #endif /*typedef_struct_T_untitled_kw_T*/ |
72 | |
73 | #ifndef typedef_struct_T_untitled_kwe_T |
74 | #define typedef_struct_T_untitled_kwe_T |
75 | |
76 | typedef struct { |
77 | char_T f1[11]; |
78 | char_T f2[6]; |
79 | } struct_T_untitled_kwe_T; |
80 | |
81 | #endif /*typedef_struct_T_untitled_kwe_T*/ |
82 | |
83 | #ifndef typedef_struct_T_untitled_kwe3_T |
84 | #define typedef_struct_T_untitled_kwe3_T |
85 | |
86 | typedef struct { |
87 | char_T f1[4]; |
88 | char_T f2[5]; |
89 | char_T f3[5]; |
90 | char_T f4[6]; |
91 | char_T f5[5]; |
92 | char_T f6[6]; |
93 | char_T f7[5]; |
94 | char_T f8[6]; |
95 | char_T f9[6]; |
96 | char_T f10[6]; |
97 | } struct_T_untitled_kwe3_T; |
98 | |
99 | #endif /*typedef_struct_T_untitled_kwe3_T*/ |
100 | |
101 | #ifndef typedef_struct_T_untitled_b_T |
102 | #define typedef_struct_T_untitled_b_T |
103 | |
104 | typedef struct { |
105 | char_T f1[11]; |
106 | char_T f2[7]; |
107 | char_T f3[6]; |
108 | char_T f4[2]; |
109 | real_T f5; |
110 | } struct_T_untitled_b_T; |
111 | |
112 | #endif /*typedef_struct_T_untitled_b_T*/ |
113 | |
114 | #ifndef typedef_freedomk64f_I2CMasterRead_unt_T |
115 | #define typedef_freedomk64f_I2CMasterRead_unt_T |
116 | |
117 | typedef struct { |
118 | int32_T isInitialized; |
119 | freedomk64f_Hardware_untitled_T Hw; |
120 | uint32_T BusSpeed; |
121 | real_T SampleTime; |
122 | } freedomk64f_I2CMasterRead_unt_T; |
123 | |
124 | #endif /*typedef_freedomk64f_I2CMasterRead_unt_T*/ |
125 | |
126 | /* Parameters (auto storage) */ |
127 | typedef struct P_untitled_T_ P_untitled_T; |
128 | |
129 | /* Forward declaration for rtModel */ |
130 | typedef struct tag_RTM_untitled_T RT_MODEL_untitled_T; |
131 | |
132 | #endif /* RTW_HEADER_untitled_types_h_ */ |
133 | |
134 | /* |
135 | * File trailer for generated code. |
136 | * |
137 | * [EOF] |
138 | */ |
139 |