Chapter 6 Using Configurator - 121 -
155 name = ID_mpf1;
156 wait_queue = TA_TFIFO;
157 section = MR_RAM;
158 siz_block = 16;
159 num_block = 5;
160 };
161 memorypool[2]{
162 name = ID_mpf2;
163 wait_queue = TA_TPRI;
164 section = MR_RAM;
165 siz_block = 32;
166 num_block = 4;
167 };
168 memorypool[3]{
169 name = ID_mpf3;
170 wait_queue = TA_TFIFO;
171 section = MPF3;
172 siz_block = 64;
173 num_block = 256;
174 };
175
176 variable_memorypool[]{
177 name = ID_mpl1;
178 max_memsize = 8;
179 heap_size = 16;
180 };
181 variable_memorypool[]{
182 name = ID_mpl2;
183 max_memsize = 64;
184 heap_size = 256;
185 };
186 variable_memorypool[3]{
187 name = ID_mpl3;
188 max_memsize = 256;
189 heap_size = 1024;
190 };
191
192 cyclic_hand[]{
193 entry_address = cyh1();
194 name = ID_cyh1;
195 exinf = 0x0;
196 start = ON;
197 phsatr = OFF;
198 interval_counter = 0x1;
199 phs_counter = 0x0;
200 };
201 cyclic_hand[]{
202 entry_address = cyh2();
203 name = ID_cyh2;
204 exinf = 0x1234;
205 start = OFF;
206 phsatr = ON;
207 interval_counter = 0x20;
208 phs_counter = 0x10;
209 };
210 cyclic_hand[]{
211 entry_address = cyh3;
212 name = ID_cyh3;
213 exinf = 0xFFFF;
214 start = ON;
215 phsatr = OFF;
216 interval_counter = 0x20;
217 phs_counter = 0x0;
218 };
219 cyclic_hand[4]{
220 entry_address = cyh4();
221 name = ID_cyh4;
222 exinf = 0x0;
223 start = ON;
224 phsatr = ON;
225 interval_counter = 0x100;
226 phs_counter = 0x80;
227 };
228
229 alarm_hand[]{
230 entry_address = alm1();
231 name = ID_alm1;
232 exinf = 0xFFFF;
233 };
234 alarm_hand[2]{