blob: 290fa89f1f429dff03a3cb2f0676070f870ebeeb [file] [log] [blame]
Kévin Redon69b92d92019-01-24 16:39:20 +01001format_version: '2'
Kévin Redon9b970d62019-01-24 16:46:18 +01002name: sysmoOCTSIM
Kévin Redon69b92d92019-01-24 16:39:20 +01003versions:
4 api: '1.0'
Harald Welte863ea292019-02-24 10:05:12 +01005 backend: 1.5.122
6 commit: 820baecf7dd115d94b0d42ee3b0b9d6ba2da7113
7 content: 1.0.1405
Kévin Redon69b92d92019-01-24 16:39:20 +01008 content_pack_name: acme-packs-all
9 format: '2'
Harald Welte863ea292019-02-24 10:05:12 +010010 frontend: 1.5.1826
Kévin Redon69b92d92019-01-24 16:39:20 +010011board:
Kévin Redon4e39b012019-01-30 15:55:58 +010012 identifier: CustomBoard
13 device: SAME54N19A-AF
Kévin Redon69b92d92019-01-24 16:39:20 +010014details: null
Kévin Redon4e39b012019-01-30 15:55:58 +010015application: null
Kévin Redon69b92d92019-01-24 16:39:20 +010016middlewares:
17 USB_CHAPTER_9:
18 user_label: USB_CHAPTER_9
19 configuration: {}
20 definition: Atmel:USB:0.0.1::USB_Chapter_9
21 functionality: USB_Chapter_9
22 api: USB:Protocol:Core
23 dependencies: {}
24 USB_CLASS_CDC:
25 user_label: USB_CLASS_CDC
26 configuration: {}
27 definition: Atmel:USB:0.0.1::USB_Class_CDC
28 functionality: USB_Class_CDC
29 api: USB:Protocol:CDC
30 dependencies:
31 USB Chapter 9: USB_CHAPTER_9
Kévin Redon4e39b012019-01-30 15:55:58 +010032 USB_DEVICE_STACK_CORE_INSTANCE:
33 user_label: USB_DEVICE_STACK_CORE_INSTANCE
Kévin Redon69b92d92019-01-24 16:39:20 +010034 configuration:
35 usbd_hs_sp: false
36 definition: Atmel:USB:0.0.1::USB_Device_Core
37 functionality: USB_Device_Core
38 api: USB:Device:Core
39 dependencies:
40 USB Chapter 9: USB_CHAPTER_9
41 USB Device instance: USB_DEVICE_INSTANCE
42 USB_DEVICE_CDC_ACM:
43 user_label: USB_DEVICE_CDC_ACM
44 configuration:
45 usb_cdcd_acm_bcddevice: 256
46 usb_cdcd_acm_bcdusb: USB 2.0 version
47 usb_cdcd_acm_bconfigval: 1
48 usb_cdcd_acm_bmattri: Bus power supply, not support for remote wakeup
49 usb_cdcd_acm_bmaxpksz0: 64 bytes
50 usb_cdcd_acm_bmaxpower: 50
51 usb_cdcd_acm_bnumconfig: 1
52 usb_cdcd_acm_comm_baltset: 0
53 usb_cdcd_acm_comm_bifcnum: 0
54 usb_cdcd_acm_comm_iifc: 0
55 usb_cdcd_acm_comm_int_interval: 10
56 usb_cdcd_acm_comm_int_maxpksz: 64 bytes
57 usb_cdcd_acm_data_baltset: 0
58 usb_cdcd_acm_data_bifcnum: 1
59 usb_cdcd_acm_data_buckout_maxpksz: 64 bytes
60 usb_cdcd_acm_data_buckout_maxpksz_hs: 512 bytes
61 usb_cdcd_acm_data_builin_maxpksz: 64 bytes
62 usb_cdcd_acm_data_builin_maxpksz_hs: 512 bytes
63 usb_cdcd_acm_data_bulkin_epaddr: EndpointAddress = 0x81
64 usb_cdcd_acm_data_bulkout_epaddr: EndpointAddress = 0x01
65 usb_cdcd_acm_data_iifc: 0
66 usb_cdcd_acm_epaddr: EndpointAddress = 0x82
67 usb_cdcd_acm_iconfig_en: false
68 usb_cdcd_acm_iconfig_str: ''
Kévin Redon3bc17752019-01-24 16:55:39 +010069 usb_cdcd_acm_idproduct: 24897
70 usb_cdcd_acm_idvender: 7504
71 usb_cdcd_acm_imanufact_en: true
72 usb_cdcd_acm_imanufact_str: sysmocom
73 usb_cdcd_acm_iproduct_en: true
74 usb_cdcd_acm_iproduct_str: sysmoOCTSIM
Kévin Redon69b92d92019-01-24 16:39:20 +010075 usb_cdcd_acm_iserialnum_en: false
76 usb_cdcd_acm_iserialnum_str: 123456789ABCDEF
77 usb_cdcd_acm_langid: '0x0409'
Kévin Redon3bc17752019-01-24 16:55:39 +010078 usb_cdcd_acm_str_en: true
Kévin Redon69b92d92019-01-24 16:39:20 +010079 definition: Atmel:USB:0.0.1::USB_Device_CDC_ACM
80 functionality: USB_Device_CDC_ACM
81 api: USB:Device:CDC_ACM
82 dependencies:
Kévin Redon4e39b012019-01-30 15:55:58 +010083 USB Device Stack Core Instance: USB_DEVICE_STACK_CORE_INSTANCE
Kévin Redon69b92d92019-01-24 16:39:20 +010084 USB Class CDC: USB_CLASS_CDC
Harald Welte361ed202019-02-24 21:15:39 +010085 STDIO_REDIRECT_0:
86 user_label: STDIO_REDIRECT_0
87 configuration: {}
88 definition: Atmel:STDIO_redirect:0.0.1::STDIO_Redirect
89 functionality: STDIO_Redirect
90 api: STDIO:Redirect:IO
91 dependencies:
92 Target IO: UART_debug
Kévin Redon69b92d92019-01-24 16:39:20 +010093drivers:
94 CMCC:
95 user_label: CMCC
Kévin Redon4e39b012019-01-30 15:55:58 +010096 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::CMCC::driver_config_definition::CMCC::HAL:HPL:CMCC
Kévin Redon69b92d92019-01-24 16:39:20 +010097 functionality: System
98 api: HAL:HPL:CMCC
99 configuration:
100 cache_size: 4 KB
101 cmcc_advanced_configuration: false
102 cmcc_clock_gating_disable: false
103 cmcc_data_cache_disable: false
104 cmcc_enable: false
105 cmcc_inst_cache_disable: false
106 optional_signals: []
107 variant: null
108 clocks:
109 domain_group: null
110 DMAC:
111 user_label: DMAC
Kévin Redon4e39b012019-01-30 15:55:58 +0100112 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::DMAC::driver_config_definition::DMAC::HAL:HPL:DMAC
Kévin Redon69b92d92019-01-24 16:39:20 +0100113 functionality: System
114 api: HAL:HPL:DMAC
115 configuration:
116 dmac_beatsize_0: 8-bit bus transfer
117 dmac_beatsize_1: 8-bit bus transfer
118 dmac_beatsize_10: 8-bit bus transfer
119 dmac_beatsize_11: 8-bit bus transfer
120 dmac_beatsize_12: 8-bit bus transfer
121 dmac_beatsize_13: 8-bit bus transfer
122 dmac_beatsize_14: 8-bit bus transfer
123 dmac_beatsize_15: 8-bit bus transfer
124 dmac_beatsize_16: 8-bit bus transfer
125 dmac_beatsize_17: 8-bit bus transfer
126 dmac_beatsize_18: 8-bit bus transfer
127 dmac_beatsize_19: 8-bit bus transfer
128 dmac_beatsize_2: 8-bit bus transfer
129 dmac_beatsize_20: 8-bit bus transfer
130 dmac_beatsize_21: 8-bit bus transfer
131 dmac_beatsize_22: 8-bit bus transfer
132 dmac_beatsize_23: 8-bit bus transfer
133 dmac_beatsize_24: 8-bit bus transfer
134 dmac_beatsize_25: 8-bit bus transfer
135 dmac_beatsize_26: 8-bit bus transfer
136 dmac_beatsize_27: 8-bit bus transfer
137 dmac_beatsize_28: 8-bit bus transfer
138 dmac_beatsize_29: 8-bit bus transfer
139 dmac_beatsize_3: 8-bit bus transfer
140 dmac_beatsize_30: 8-bit bus transfer
141 dmac_beatsize_31: 8-bit bus transfer
142 dmac_beatsize_4: 8-bit bus transfer
143 dmac_beatsize_5: 8-bit bus transfer
144 dmac_beatsize_6: 8-bit bus transfer
145 dmac_beatsize_7: 8-bit bus transfer
146 dmac_beatsize_8: 8-bit bus transfer
147 dmac_beatsize_9: 8-bit bus transfer
148 dmac_blockact_0: Channel will be disabled if it is the last block transfer in
149 the transaction
150 dmac_blockact_1: Channel will be disabled if it is the last block transfer in
151 the transaction
152 dmac_blockact_10: Channel will be disabled if it is the last block transfer
153 in the transaction
154 dmac_blockact_11: Channel will be disabled if it is the last block transfer
155 in the transaction
156 dmac_blockact_12: Channel will be disabled if it is the last block transfer
157 in the transaction
158 dmac_blockact_13: Channel will be disabled if it is the last block transfer
159 in the transaction
160 dmac_blockact_14: Channel will be disabled if it is the last block transfer
161 in the transaction
162 dmac_blockact_15: Channel will be disabled if it is the last block transfer
163 in the transaction
164 dmac_blockact_16: Channel will be disabled if it is the last block transfer
165 in the transaction
166 dmac_blockact_17: Channel will be disabled if it is the last block transfer
167 in the transaction
168 dmac_blockact_18: Channel will be disabled if it is the last block transfer
169 in the transaction
170 dmac_blockact_19: Channel will be disabled if it is the last block transfer
171 in the transaction
172 dmac_blockact_2: Channel will be disabled if it is the last block transfer in
173 the transaction
174 dmac_blockact_20: Channel will be disabled if it is the last block transfer
175 in the transaction
176 dmac_blockact_21: Channel will be disabled if it is the last block transfer
177 in the transaction
178 dmac_blockact_22: Channel will be disabled if it is the last block transfer
179 in the transaction
180 dmac_blockact_23: Channel will be disabled if it is the last block transfer
181 in the transaction
182 dmac_blockact_24: Channel will be disabled if it is the last block transfer
183 in the transaction
184 dmac_blockact_25: Channel will be disabled if it is the last block transfer
185 in the transaction
186 dmac_blockact_26: Channel will be disabled if it is the last block transfer
187 in the transaction
188 dmac_blockact_27: Channel will be disabled if it is the last block transfer
189 in the transaction
190 dmac_blockact_28: Channel will be disabled if it is the last block transfer
191 in the transaction
192 dmac_blockact_29: Channel will be disabled if it is the last block transfer
193 in the transaction
194 dmac_blockact_3: Channel will be disabled if it is the last block transfer in
195 the transaction
196 dmac_blockact_30: Channel will be disabled if it is the last block transfer
197 in the transaction
198 dmac_blockact_31: Channel will be disabled if it is the last block transfer
199 in the transaction
200 dmac_blockact_4: Channel will be disabled if it is the last block transfer in
201 the transaction
202 dmac_blockact_5: Channel will be disabled if it is the last block transfer in
203 the transaction
204 dmac_blockact_6: Channel will be disabled if it is the last block transfer in
205 the transaction
206 dmac_blockact_7: Channel will be disabled if it is the last block transfer in
207 the transaction
208 dmac_blockact_8: Channel will be disabled if it is the last block transfer in
209 the transaction
210 dmac_blockact_9: Channel will be disabled if it is the last block transfer in
211 the transaction
212 dmac_channel_0_settings: false
213 dmac_channel_10_settings: false
214 dmac_channel_11_settings: false
215 dmac_channel_12_settings: false
216 dmac_channel_13_settings: false
217 dmac_channel_14_settings: false
218 dmac_channel_15_settings: false
219 dmac_channel_16_settings: false
220 dmac_channel_17_settings: false
221 dmac_channel_18_settings: false
222 dmac_channel_19_settings: false
223 dmac_channel_1_settings: false
224 dmac_channel_20_settings: false
225 dmac_channel_21_settings: false
226 dmac_channel_22_settings: false
227 dmac_channel_23_settings: false
228 dmac_channel_24_settings: false
229 dmac_channel_25_settings: false
230 dmac_channel_26_settings: false
231 dmac_channel_27_settings: false
232 dmac_channel_28_settings: false
233 dmac_channel_29_settings: false
234 dmac_channel_2_settings: false
235 dmac_channel_30_settings: false
236 dmac_channel_31_settings: false
237 dmac_channel_3_settings: false
238 dmac_channel_4_settings: false
239 dmac_channel_5_settings: false
240 dmac_channel_6_settings: false
241 dmac_channel_7_settings: false
242 dmac_channel_8_settings: false
243 dmac_channel_9_settings: false
244 dmac_dbgrun: false
245 dmac_dstinc_0: false
246 dmac_dstinc_1: false
247 dmac_dstinc_10: false
248 dmac_dstinc_11: false
249 dmac_dstinc_12: false
250 dmac_dstinc_13: false
251 dmac_dstinc_14: false
252 dmac_dstinc_15: false
253 dmac_dstinc_16: false
254 dmac_dstinc_17: false
255 dmac_dstinc_18: false
256 dmac_dstinc_19: false
257 dmac_dstinc_2: false
258 dmac_dstinc_20: false
259 dmac_dstinc_21: false
260 dmac_dstinc_22: false
261 dmac_dstinc_23: false
262 dmac_dstinc_24: false
263 dmac_dstinc_25: false
264 dmac_dstinc_26: false
265 dmac_dstinc_27: false
266 dmac_dstinc_28: false
267 dmac_dstinc_29: false
268 dmac_dstinc_3: false
269 dmac_dstinc_30: false
270 dmac_dstinc_31: false
271 dmac_dstinc_4: false
272 dmac_dstinc_5: false
273 dmac_dstinc_6: false
274 dmac_dstinc_7: false
275 dmac_dstinc_8: false
276 dmac_dstinc_9: false
277 dmac_enable: false
278 dmac_evact_0: No action
279 dmac_evact_1: No action
280 dmac_evact_10: No action
281 dmac_evact_11: No action
282 dmac_evact_12: No action
283 dmac_evact_13: No action
284 dmac_evact_14: No action
285 dmac_evact_15: No action
286 dmac_evact_16: No action
287 dmac_evact_17: No action
288 dmac_evact_18: No action
289 dmac_evact_19: No action
290 dmac_evact_2: No action
291 dmac_evact_20: No action
292 dmac_evact_21: No action
293 dmac_evact_22: No action
294 dmac_evact_23: No action
295 dmac_evact_24: No action
296 dmac_evact_25: No action
297 dmac_evact_26: No action
298 dmac_evact_27: No action
299 dmac_evact_28: No action
300 dmac_evact_29: No action
301 dmac_evact_3: No action
302 dmac_evact_30: No action
303 dmac_evact_31: No action
304 dmac_evact_4: No action
305 dmac_evact_5: No action
306 dmac_evact_6: No action
307 dmac_evact_7: No action
308 dmac_evact_8: No action
309 dmac_evact_9: No action
310 dmac_evie_0: false
311 dmac_evie_1: false
312 dmac_evie_10: false
313 dmac_evie_11: false
314 dmac_evie_12: false
315 dmac_evie_13: false
316 dmac_evie_14: false
317 dmac_evie_15: false
318 dmac_evie_16: false
319 dmac_evie_17: false
320 dmac_evie_18: false
321 dmac_evie_19: false
322 dmac_evie_2: false
323 dmac_evie_20: false
324 dmac_evie_21: false
325 dmac_evie_22: false
326 dmac_evie_23: false
327 dmac_evie_24: false
328 dmac_evie_25: false
329 dmac_evie_26: false
330 dmac_evie_27: false
331 dmac_evie_28: false
332 dmac_evie_29: false
333 dmac_evie_3: false
334 dmac_evie_30: false
335 dmac_evie_31: false
336 dmac_evie_4: false
337 dmac_evie_5: false
338 dmac_evie_6: false
339 dmac_evie_7: false
340 dmac_evie_8: false
341 dmac_evie_9: false
342 dmac_evoe_0: false
343 dmac_evoe_1: false
344 dmac_evoe_10: false
345 dmac_evoe_11: false
346 dmac_evoe_12: false
347 dmac_evoe_13: false
348 dmac_evoe_14: false
349 dmac_evoe_15: false
350 dmac_evoe_16: false
351 dmac_evoe_17: false
352 dmac_evoe_18: false
353 dmac_evoe_19: false
354 dmac_evoe_2: false
355 dmac_evoe_20: false
356 dmac_evoe_21: false
357 dmac_evoe_22: false
358 dmac_evoe_23: false
359 dmac_evoe_24: false
360 dmac_evoe_25: false
361 dmac_evoe_26: false
362 dmac_evoe_27: false
363 dmac_evoe_28: false
364 dmac_evoe_29: false
365 dmac_evoe_3: false
366 dmac_evoe_30: false
367 dmac_evoe_31: false
368 dmac_evoe_4: false
369 dmac_evoe_5: false
370 dmac_evoe_6: false
371 dmac_evoe_7: false
372 dmac_evoe_8: false
373 dmac_evoe_9: false
374 dmac_evosel_0: Event generation disabled
375 dmac_evosel_1: Event generation disabled
376 dmac_evosel_10: Event generation disabled
377 dmac_evosel_11: Event generation disabled
378 dmac_evosel_12: Event generation disabled
379 dmac_evosel_13: Event generation disabled
380 dmac_evosel_14: Event generation disabled
381 dmac_evosel_15: Event generation disabled
382 dmac_evosel_16: Event generation disabled
383 dmac_evosel_17: Event generation disabled
384 dmac_evosel_18: Event generation disabled
385 dmac_evosel_19: Event generation disabled
386 dmac_evosel_2: Event generation disabled
387 dmac_evosel_20: Event generation disabled
388 dmac_evosel_21: Event generation disabled
389 dmac_evosel_22: Event generation disabled
390 dmac_evosel_23: Event generation disabled
391 dmac_evosel_24: Event generation disabled
392 dmac_evosel_25: Event generation disabled
393 dmac_evosel_26: Event generation disabled
394 dmac_evosel_27: Event generation disabled
395 dmac_evosel_28: Event generation disabled
396 dmac_evosel_29: Event generation disabled
397 dmac_evosel_3: Event generation disabled
398 dmac_evosel_30: Event generation disabled
399 dmac_evosel_31: Event generation disabled
400 dmac_evosel_4: Event generation disabled
401 dmac_evosel_5: Event generation disabled
402 dmac_evosel_6: Event generation disabled
403 dmac_evosel_7: Event generation disabled
404 dmac_evosel_8: Event generation disabled
405 dmac_evosel_9: Event generation disabled
406 dmac_lvl_0: Channel priority 0
407 dmac_lvl_1: Channel priority 0
408 dmac_lvl_10: Channel priority 0
409 dmac_lvl_11: Channel priority 0
410 dmac_lvl_12: Channel priority 0
411 dmac_lvl_13: Channel priority 0
412 dmac_lvl_14: Channel priority 0
413 dmac_lvl_15: Channel priority 0
414 dmac_lvl_16: Channel priority 0
415 dmac_lvl_17: Channel priority 0
416 dmac_lvl_18: Channel priority 0
417 dmac_lvl_19: Channel priority 0
418 dmac_lvl_2: Channel priority 0
419 dmac_lvl_20: Channel priority 0
420 dmac_lvl_21: Channel priority 0
421 dmac_lvl_22: Channel priority 0
422 dmac_lvl_23: Channel priority 0
423 dmac_lvl_24: Channel priority 0
424 dmac_lvl_25: Channel priority 0
425 dmac_lvl_26: Channel priority 0
426 dmac_lvl_27: Channel priority 0
427 dmac_lvl_28: Channel priority 0
428 dmac_lvl_29: Channel priority 0
429 dmac_lvl_3: Channel priority 0
430 dmac_lvl_30: Channel priority 0
431 dmac_lvl_31: Channel priority 0
432 dmac_lvl_4: Channel priority 0
433 dmac_lvl_5: Channel priority 0
434 dmac_lvl_6: Channel priority 0
435 dmac_lvl_7: Channel priority 0
436 dmac_lvl_8: Channel priority 0
437 dmac_lvl_9: Channel priority 0
438 dmac_lvlen0: true
439 dmac_lvlen1: true
440 dmac_lvlen2: true
441 dmac_lvlen3: true
442 dmac_lvlpri0: 0
443 dmac_lvlpri1: 0
444 dmac_lvlpri2: 0
445 dmac_lvlpri3: 0
446 dmac_rrlvlen0: Static arbitration scheme for channel with priority 0
447 dmac_rrlvlen1: Static arbitration scheme for channel with priority 1
448 dmac_rrlvlen2: Static arbitration scheme for channel with priority 2
449 dmac_rrlvlen3: Static arbitration scheme for channel with priority 3
450 dmac_runstdby_0: false
451 dmac_runstdby_1: false
452 dmac_runstdby_10: false
453 dmac_runstdby_11: false
454 dmac_runstdby_12: false
455 dmac_runstdby_13: false
456 dmac_runstdby_14: false
457 dmac_runstdby_15: false
458 dmac_runstdby_16: false
459 dmac_runstdby_17: false
460 dmac_runstdby_18: false
461 dmac_runstdby_19: false
462 dmac_runstdby_2: false
463 dmac_runstdby_20: false
464 dmac_runstdby_21: false
465 dmac_runstdby_22: false
466 dmac_runstdby_23: false
467 dmac_runstdby_24: false
468 dmac_runstdby_25: false
469 dmac_runstdby_26: false
470 dmac_runstdby_27: false
471 dmac_runstdby_28: false
472 dmac_runstdby_29: false
473 dmac_runstdby_3: false
474 dmac_runstdby_30: false
475 dmac_runstdby_31: false
476 dmac_runstdby_4: false
477 dmac_runstdby_5: false
478 dmac_runstdby_6: false
479 dmac_runstdby_7: false
480 dmac_runstdby_8: false
481 dmac_runstdby_9: false
482 dmac_srcinc_0: false
483 dmac_srcinc_1: false
484 dmac_srcinc_10: false
485 dmac_srcinc_11: false
486 dmac_srcinc_12: false
487 dmac_srcinc_13: false
488 dmac_srcinc_14: false
489 dmac_srcinc_15: false
490 dmac_srcinc_16: false
491 dmac_srcinc_17: false
492 dmac_srcinc_18: false
493 dmac_srcinc_19: false
494 dmac_srcinc_2: false
495 dmac_srcinc_20: false
496 dmac_srcinc_21: false
497 dmac_srcinc_22: false
498 dmac_srcinc_23: false
499 dmac_srcinc_24: false
500 dmac_srcinc_25: false
501 dmac_srcinc_26: false
502 dmac_srcinc_27: false
503 dmac_srcinc_28: false
504 dmac_srcinc_29: false
505 dmac_srcinc_3: false
506 dmac_srcinc_30: false
507 dmac_srcinc_31: false
508 dmac_srcinc_4: false
509 dmac_srcinc_5: false
510 dmac_srcinc_6: false
511 dmac_srcinc_7: false
512 dmac_srcinc_8: false
513 dmac_srcinc_9: false
514 dmac_stepsel_0: Step size settings apply to the destination address
515 dmac_stepsel_1: Step size settings apply to the destination address
516 dmac_stepsel_10: Step size settings apply to the destination address
517 dmac_stepsel_11: Step size settings apply to the destination address
518 dmac_stepsel_12: Step size settings apply to the destination address
519 dmac_stepsel_13: Step size settings apply to the destination address
520 dmac_stepsel_14: Step size settings apply to the destination address
521 dmac_stepsel_15: Step size settings apply to the destination address
522 dmac_stepsel_16: Step size settings apply to the destination address
523 dmac_stepsel_17: Step size settings apply to the destination address
524 dmac_stepsel_18: Step size settings apply to the destination address
525 dmac_stepsel_19: Step size settings apply to the destination address
526 dmac_stepsel_2: Step size settings apply to the destination address
527 dmac_stepsel_20: Step size settings apply to the destination address
528 dmac_stepsel_21: Step size settings apply to the destination address
529 dmac_stepsel_22: Step size settings apply to the destination address
530 dmac_stepsel_23: Step size settings apply to the destination address
531 dmac_stepsel_24: Step size settings apply to the destination address
532 dmac_stepsel_25: Step size settings apply to the destination address
533 dmac_stepsel_26: Step size settings apply to the destination address
534 dmac_stepsel_27: Step size settings apply to the destination address
535 dmac_stepsel_28: Step size settings apply to the destination address
536 dmac_stepsel_29: Step size settings apply to the destination address
537 dmac_stepsel_3: Step size settings apply to the destination address
538 dmac_stepsel_30: Step size settings apply to the destination address
539 dmac_stepsel_31: Step size settings apply to the destination address
540 dmac_stepsel_4: Step size settings apply to the destination address
541 dmac_stepsel_5: Step size settings apply to the destination address
542 dmac_stepsel_6: Step size settings apply to the destination address
543 dmac_stepsel_7: Step size settings apply to the destination address
544 dmac_stepsel_8: Step size settings apply to the destination address
545 dmac_stepsel_9: Step size settings apply to the destination address
546 dmac_stepsize_0: Next ADDR = ADDR + (BEATSIZE + 1) * 1
547 dmac_stepsize_1: Next ADDR = ADDR + (BEATSIZE + 1) * 1
548 dmac_stepsize_10: Next ADDR = ADDR + (BEATSIZE + 1) * 1
549 dmac_stepsize_11: Next ADDR = ADDR + (BEATSIZE + 1) * 1
550 dmac_stepsize_12: Next ADDR = ADDR + (BEATSIZE + 1) * 1
551 dmac_stepsize_13: Next ADDR = ADDR + (BEATSIZE + 1) * 1
552 dmac_stepsize_14: Next ADDR = ADDR + (BEATSIZE + 1) * 1
553 dmac_stepsize_15: Next ADDR = ADDR + (BEATSIZE + 1) * 1
554 dmac_stepsize_16: Next ADDR = ADDR + (BEATSIZE + 1) * 1
555 dmac_stepsize_17: Next ADDR = ADDR + (BEATSIZE + 1) * 1
556 dmac_stepsize_18: Next ADDR = ADDR + (BEATSIZE + 1) * 1
557 dmac_stepsize_19: Next ADDR = ADDR + (BEATSIZE + 1) * 1
558 dmac_stepsize_2: Next ADDR = ADDR + (BEATSIZE + 1) * 1
559 dmac_stepsize_20: Next ADDR = ADDR + (BEATSIZE + 1) * 1
560 dmac_stepsize_21: Next ADDR = ADDR + (BEATSIZE + 1) * 1
561 dmac_stepsize_22: Next ADDR = ADDR + (BEATSIZE + 1) * 1
562 dmac_stepsize_23: Next ADDR = ADDR + (BEATSIZE + 1) * 1
563 dmac_stepsize_24: Next ADDR = ADDR + (BEATSIZE + 1) * 1
564 dmac_stepsize_25: Next ADDR = ADDR + (BEATSIZE + 1) * 1
565 dmac_stepsize_26: Next ADDR = ADDR + (BEATSIZE + 1) * 1
566 dmac_stepsize_27: Next ADDR = ADDR + (BEATSIZE + 1) * 1
567 dmac_stepsize_28: Next ADDR = ADDR + (BEATSIZE + 1) * 1
568 dmac_stepsize_29: Next ADDR = ADDR + (BEATSIZE + 1) * 1
569 dmac_stepsize_3: Next ADDR = ADDR + (BEATSIZE + 1) * 1
570 dmac_stepsize_30: Next ADDR = ADDR + (BEATSIZE + 1) * 1
571 dmac_stepsize_31: Next ADDR = ADDR + (BEATSIZE + 1) * 1
572 dmac_stepsize_4: Next ADDR = ADDR + (BEATSIZE + 1) * 1
573 dmac_stepsize_5: Next ADDR = ADDR + (BEATSIZE + 1) * 1
574 dmac_stepsize_6: Next ADDR = ADDR + (BEATSIZE + 1) * 1
575 dmac_stepsize_7: Next ADDR = ADDR + (BEATSIZE + 1) * 1
576 dmac_stepsize_8: Next ADDR = ADDR + (BEATSIZE + 1) * 1
577 dmac_stepsize_9: Next ADDR = ADDR + (BEATSIZE + 1) * 1
578 dmac_trifsrc_0: Only software/event triggers
579 dmac_trifsrc_1: Only software/event triggers
580 dmac_trifsrc_10: Only software/event triggers
581 dmac_trifsrc_11: Only software/event triggers
582 dmac_trifsrc_12: Only software/event triggers
583 dmac_trifsrc_13: Only software/event triggers
584 dmac_trifsrc_14: Only software/event triggers
585 dmac_trifsrc_15: Only software/event triggers
586 dmac_trifsrc_16: Only software/event triggers
587 dmac_trifsrc_17: Only software/event triggers
588 dmac_trifsrc_18: Only software/event triggers
589 dmac_trifsrc_19: Only software/event triggers
590 dmac_trifsrc_2: Only software/event triggers
591 dmac_trifsrc_20: Only software/event triggers
592 dmac_trifsrc_21: Only software/event triggers
593 dmac_trifsrc_22: Only software/event triggers
594 dmac_trifsrc_23: Only software/event triggers
595 dmac_trifsrc_24: Only software/event triggers
596 dmac_trifsrc_25: Only software/event triggers
597 dmac_trifsrc_26: Only software/event triggers
598 dmac_trifsrc_27: Only software/event triggers
599 dmac_trifsrc_28: Only software/event triggers
600 dmac_trifsrc_29: Only software/event triggers
601 dmac_trifsrc_3: Only software/event triggers
602 dmac_trifsrc_30: Only software/event triggers
603 dmac_trifsrc_31: Only software/event triggers
604 dmac_trifsrc_4: Only software/event triggers
605 dmac_trifsrc_5: Only software/event triggers
606 dmac_trifsrc_6: Only software/event triggers
607 dmac_trifsrc_7: Only software/event triggers
608 dmac_trifsrc_8: Only software/event triggers
609 dmac_trifsrc_9: Only software/event triggers
610 dmac_trigact_0: One trigger required for each block transfer
611 dmac_trigact_1: One trigger required for each block transfer
612 dmac_trigact_10: One trigger required for each block transfer
613 dmac_trigact_11: One trigger required for each block transfer
614 dmac_trigact_12: One trigger required for each block transfer
615 dmac_trigact_13: One trigger required for each block transfer
616 dmac_trigact_14: One trigger required for each block transfer
617 dmac_trigact_15: One trigger required for each block transfer
618 dmac_trigact_16: One trigger required for each block transfer
619 dmac_trigact_17: One trigger required for each block transfer
620 dmac_trigact_18: One trigger required for each block transfer
621 dmac_trigact_19: One trigger required for each block transfer
622 dmac_trigact_2: One trigger required for each block transfer
623 dmac_trigact_20: One trigger required for each block transfer
624 dmac_trigact_21: One trigger required for each block transfer
625 dmac_trigact_22: One trigger required for each block transfer
626 dmac_trigact_23: One trigger required for each block transfer
627 dmac_trigact_24: One trigger required for each block transfer
628 dmac_trigact_25: One trigger required for each block transfer
629 dmac_trigact_26: One trigger required for each block transfer
630 dmac_trigact_27: One trigger required for each block transfer
631 dmac_trigact_28: One trigger required for each block transfer
632 dmac_trigact_29: One trigger required for each block transfer
633 dmac_trigact_3: One trigger required for each block transfer
634 dmac_trigact_30: One trigger required for each block transfer
635 dmac_trigact_31: One trigger required for each block transfer
636 dmac_trigact_4: One trigger required for each block transfer
637 dmac_trigact_5: One trigger required for each block transfer
638 dmac_trigact_6: One trigger required for each block transfer
639 dmac_trigact_7: One trigger required for each block transfer
640 dmac_trigact_8: One trigger required for each block transfer
641 dmac_trigact_9: One trigger required for each block transfer
642 optional_signals: []
643 variant: null
644 clocks:
645 domain_group: null
646 GCLK:
647 user_label: GCLK
Kévin Redon4e39b012019-01-30 15:55:58 +0100648 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::GCLK::driver_config_definition::GCLK::HAL:HPL:GCLK
Kévin Redon69b92d92019-01-24 16:39:20 +0100649 functionality: System
650 api: HAL:HPL:GCLK
651 configuration:
652 enable_gclk_gen_0: true
653 enable_gclk_gen_1: true
654 enable_gclk_gen_10: false
Kévin Redon4a2d8f42019-01-24 17:15:10 +0100655 enable_gclk_gen_11: true
Kévin Redon20abc4f2019-01-24 17:32:17 +0100656 enable_gclk_gen_2: true
Kévin Redon69b92d92019-01-24 16:39:20 +0100657 enable_gclk_gen_3: true
658 enable_gclk_gen_4: false
Kévin Redond4ed1ec2019-01-30 18:54:59 +0100659 enable_gclk_gen_5: true
Kévin Redon69b92d92019-01-24 16:39:20 +0100660 enable_gclk_gen_6: false
661 enable_gclk_gen_7: false
662 enable_gclk_gen_8: false
663 enable_gclk_gen_9: false
664 gclk_arch_gen_0_enable: true
665 gclk_arch_gen_0_idc: false
666 gclk_arch_gen_0_oe: false
667 gclk_arch_gen_0_oov: false
668 gclk_arch_gen_0_runstdby: false
669 gclk_arch_gen_10_enable: false
670 gclk_arch_gen_10_idc: false
671 gclk_arch_gen_10_oe: false
672 gclk_arch_gen_10_oov: false
673 gclk_arch_gen_10_runstdby: false
Kévin Redon4a2d8f42019-01-24 17:15:10 +0100674 gclk_arch_gen_11_enable: true
Kévin Redon69b92d92019-01-24 16:39:20 +0100675 gclk_arch_gen_11_idc: false
676 gclk_arch_gen_11_oe: false
677 gclk_arch_gen_11_oov: false
678 gclk_arch_gen_11_runstdby: false
679 gclk_arch_gen_1_enable: true
680 gclk_arch_gen_1_idc: false
681 gclk_arch_gen_1_oe: false
682 gclk_arch_gen_1_oov: false
683 gclk_arch_gen_1_runstdby: false
Kévin Redon20abc4f2019-01-24 17:32:17 +0100684 gclk_arch_gen_2_enable: true
Kévin Redon69b92d92019-01-24 16:39:20 +0100685 gclk_arch_gen_2_idc: false
686 gclk_arch_gen_2_oe: false
687 gclk_arch_gen_2_oov: false
688 gclk_arch_gen_2_runstdby: false
689 gclk_arch_gen_3_enable: true
690 gclk_arch_gen_3_idc: false
691 gclk_arch_gen_3_oe: false
692 gclk_arch_gen_3_oov: false
693 gclk_arch_gen_3_runstdby: false
694 gclk_arch_gen_4_enable: false
695 gclk_arch_gen_4_idc: false
696 gclk_arch_gen_4_oe: false
697 gclk_arch_gen_4_oov: false
698 gclk_arch_gen_4_runstdby: false
Kévin Redond4ed1ec2019-01-30 18:54:59 +0100699 gclk_arch_gen_5_enable: true
Kévin Redon69b92d92019-01-24 16:39:20 +0100700 gclk_arch_gen_5_idc: false
Kévin Redond4ed1ec2019-01-30 18:54:59 +0100701 gclk_arch_gen_5_oe: true
Kévin Redon69b92d92019-01-24 16:39:20 +0100702 gclk_arch_gen_5_oov: false
703 gclk_arch_gen_5_runstdby: false
704 gclk_arch_gen_6_enable: false
705 gclk_arch_gen_6_idc: false
706 gclk_arch_gen_6_oe: false
707 gclk_arch_gen_6_oov: false
708 gclk_arch_gen_6_runstdby: false
709 gclk_arch_gen_7_enable: false
710 gclk_arch_gen_7_idc: false
711 gclk_arch_gen_7_oe: false
712 gclk_arch_gen_7_oov: false
713 gclk_arch_gen_7_runstdby: false
714 gclk_arch_gen_8_enable: false
715 gclk_arch_gen_8_idc: false
716 gclk_arch_gen_8_oe: false
717 gclk_arch_gen_8_oov: false
718 gclk_arch_gen_8_runstdby: false
719 gclk_arch_gen_9_enable: false
720 gclk_arch_gen_9_idc: false
721 gclk_arch_gen_9_oe: false
722 gclk_arch_gen_9_oov: false
723 gclk_arch_gen_9_runstdby: false
724 gclk_gen_0_div: 1
725 gclk_gen_0_div_sel: false
Kévin Redon4a2d8f42019-01-24 17:15:10 +0100726 gclk_gen_0_oscillator: Digital Phase Locked Loop (DPLL0)
Kévin Redon69b92d92019-01-24 16:39:20 +0100727 gclk_gen_10_div: 1
728 gclk_gen_10_div_sel: false
Kévin Redon4e39b012019-01-30 15:55:58 +0100729 gclk_gen_10_oscillator: External Crystal Oscillator 8-48MHz (XOSC1)
Kévin Redon4a2d8f42019-01-24 17:15:10 +0100730 gclk_gen_11_div: 6
Kévin Redon69b92d92019-01-24 16:39:20 +0100731 gclk_gen_11_div_sel: false
Kévin Redon4a2d8f42019-01-24 17:15:10 +0100732 gclk_gen_11_oscillator: External Crystal Oscillator 8-48MHz (XOSC1)
Kévin Redon69b92d92019-01-24 16:39:20 +0100733 gclk_gen_1_div: 1
734 gclk_gen_1_div_sel: false
735 gclk_gen_1_oscillator: Digital Frequency Locked Loop (DFLL48M)
736 gclk_gen_2_div: 1
Kévin Redon20abc4f2019-01-24 17:32:17 +0100737 gclk_gen_2_div_sel: false
738 gclk_gen_2_oscillator: Digital Phase Locked Loop (DPLL1)
Kévin Redon69b92d92019-01-24 16:39:20 +0100739 gclk_gen_3_div: 1
740 gclk_gen_3_div_sel: false
741 gclk_gen_3_oscillator: 32kHz External Crystal Oscillator (XOSC32K)
742 gclk_gen_4_div: 1
743 gclk_gen_4_div_sel: false
Kévin Redon4e39b012019-01-30 15:55:58 +0100744 gclk_gen_4_oscillator: External Crystal Oscillator 8-48MHz (XOSC1)
Kévin Redond4ed1ec2019-01-30 18:54:59 +0100745 gclk_gen_5_div: 5
Kévin Redon69b92d92019-01-24 16:39:20 +0100746 gclk_gen_5_div_sel: false
Kévin Redond4ed1ec2019-01-30 18:54:59 +0100747 gclk_gen_5_oscillator: Digital Phase Locked Loop (DPLL1)
Kévin Redon69b92d92019-01-24 16:39:20 +0100748 gclk_gen_6_div: 1
749 gclk_gen_6_div_sel: false
Kévin Redon4e39b012019-01-30 15:55:58 +0100750 gclk_gen_6_oscillator: External Crystal Oscillator 8-48MHz (XOSC1)
Kévin Redon69b92d92019-01-24 16:39:20 +0100751 gclk_gen_7_div: 1
752 gclk_gen_7_div_sel: false
Kévin Redon4e39b012019-01-30 15:55:58 +0100753 gclk_gen_7_oscillator: External Crystal Oscillator 8-48MHz (XOSC1)
Kévin Redon69b92d92019-01-24 16:39:20 +0100754 gclk_gen_8_div: 1
755 gclk_gen_8_div_sel: false
Kévin Redon4e39b012019-01-30 15:55:58 +0100756 gclk_gen_8_oscillator: External Crystal Oscillator 8-48MHz (XOSC1)
Kévin Redon69b92d92019-01-24 16:39:20 +0100757 gclk_gen_9_div: 1
758 gclk_gen_9_div_sel: false
Kévin Redon4e39b012019-01-30 15:55:58 +0100759 gclk_gen_9_oscillator: External Crystal Oscillator 8-48MHz (XOSC1)
Kévin Redon69b92d92019-01-24 16:39:20 +0100760 optional_signals: []
761 variant: null
762 clocks:
763 domain_group: null
764 MCLK:
765 user_label: MCLK
Kévin Redon4e39b012019-01-30 15:55:58 +0100766 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::MCLK::driver_config_definition::MCLK::HAL:HPL:MCLK
Kévin Redon69b92d92019-01-24 16:39:20 +0100767 functionality: System
768 api: HAL:HPL:MCLK
769 configuration:
770 cpu_clock_source: Generic clock generator 0
771 cpu_div: '1'
772 enable_cpu_clock: true
773 mclk_arch_bupdiv: Divide by 8
774 mclk_arch_hsdiv: Divide by 1
775 mclk_arch_lpdiv: Divide by 4
776 nvm_wait_states: '0'
777 optional_signals: []
778 variant: null
779 clocks:
780 domain_group:
781 nodes:
782 - name: CPU
783 input: CPU
Harald Welte863ea292019-02-24 10:05:12 +0100784 external: false
785 external_frequency: 0
Kévin Redon69b92d92019-01-24 16:39:20 +0100786 configuration: {}
787 OSC32KCTRL:
788 user_label: OSC32KCTRL
Kévin Redon4e39b012019-01-30 15:55:58 +0100789 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::OSC32KCTRL::driver_config_definition::OSC32KCTRL::HAL:HPL:OSC32KCTRL
Kévin Redon69b92d92019-01-24 16:39:20 +0100790 functionality: System
791 api: HAL:HPL:OSC32KCTRL
792 configuration:
793 enable_osculp32k: true
794 enable_rtc_source: false
795 enable_xosc32k: true
796 osculp32k_calib: 0
797 osculp32k_calib_enable: false
Kévin Redon87af4892019-01-24 17:06:58 +0100798 rtc_1khz_selection: false
799 rtc_source_oscillator: 32kHz External Crystal Oscillator (XOSC32K)
Kévin Redon69b92d92019-01-24 16:39:20 +0100800 xosc32k_arch_cfden: false
801 xosc32k_arch_cfdeo: false
802 xosc32k_arch_cgm: Standard mode
803 xosc32k_arch_en1k: false
804 xosc32k_arch_en32k: true
805 xosc32k_arch_enable: true
806 xosc32k_arch_ondemand: true
807 xosc32k_arch_runstdby: false
808 xosc32k_arch_startup: 62592us
809 xosc32k_arch_swben: false
810 xosc32k_arch_xtalen: true
811 optional_signals: []
812 variant: null
813 clocks:
814 domain_group: null
815 OSCCTRL:
816 user_label: OSCCTRL
Kévin Redon4e39b012019-01-30 15:55:58 +0100817 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::OSCCTRL::driver_config_definition::OSCCTRL::HAL:HPL:OSCCTRL
Kévin Redon69b92d92019-01-24 16:39:20 +0100818 functionality: System
819 api: HAL:HPL:OSCCTRL
820 configuration:
821 dfll_arch_bplckc: false
822 dfll_arch_calibration: false
823 dfll_arch_ccdis: true
824 dfll_arch_coarse: 31
825 dfll_arch_cstep: 1
826 dfll_arch_enable: true
827 dfll_arch_fine: 128
828 dfll_arch_fstep: 1
829 dfll_arch_llaw: false
830 dfll_arch_ondemand: false
831 dfll_arch_qldis: false
832 dfll_arch_runstdby: false
833 dfll_arch_stable: false
834 dfll_arch_usbcrm: true
835 dfll_arch_waitlock: false
836 dfll_mode: Closed Loop Mode
837 dfll_mul: 48000
838 dfll_ref_clock: Generic clock generator 3
839 enable_dfll: true
Kévin Redon4a2d8f42019-01-24 17:15:10 +0100840 enable_fdpll0: true
Kévin Redon20abc4f2019-01-24 17:32:17 +0100841 enable_fdpll1: true
Kévin Redon69b92d92019-01-24 16:39:20 +0100842 enable_xosc0: false
843 enable_xosc1: true
844 fdpll0_arch_dcoen: false
Kévin Redon4a2d8f42019-01-24 17:15:10 +0100845 fdpll0_arch_enable: true
Kévin Redon69b92d92019-01-24 16:39:20 +0100846 fdpll0_arch_filter: 0
847 fdpll0_arch_lbypass: false
848 fdpll0_arch_ltime: No time-out, automatic lock
849 fdpll0_arch_ondemand: false
Kévin Redon4a2d8f42019-01-24 17:15:10 +0100850 fdpll0_arch_refclk: XOSC1 clock reference
Kévin Redon69b92d92019-01-24 16:39:20 +0100851 fdpll0_arch_runstdby: false
852 fdpll0_arch_wuf: false
853 fdpll0_clock_dcofilter: 0
Kévin Redon4e39b012019-01-30 15:55:58 +0100854 fdpll0_clock_div: 2
Kévin Redon4a2d8f42019-01-24 17:15:10 +0100855 fdpll0_ldr: 59
856 fdpll0_ldrfrac: 0
857 fdpll0_ref_clock: Generic clock generator 11
Kévin Redon69b92d92019-01-24 16:39:20 +0100858 fdpll1_arch_dcoen: false
Kévin Redon20abc4f2019-01-24 17:32:17 +0100859 fdpll1_arch_enable: true
Kévin Redon69b92d92019-01-24 16:39:20 +0100860 fdpll1_arch_filter: 0
861 fdpll1_arch_lbypass: false
862 fdpll1_arch_ltime: No time-out, automatic lock
863 fdpll1_arch_ondemand: false
Kévin Redon20abc4f2019-01-24 17:32:17 +0100864 fdpll1_arch_refclk: XOSC1 clock reference
Kévin Redon69b92d92019-01-24 16:39:20 +0100865 fdpll1_arch_runstdby: false
866 fdpll1_arch_wuf: false
867 fdpll1_clock_dcofilter: 0
Kévin Redon4e39b012019-01-30 15:55:58 +0100868 fdpll1_clock_div: 2
Kévin Redon20abc4f2019-01-24 17:32:17 +0100869 fdpll1_ldr: 49
870 fdpll1_ldrfrac: 0
871 fdpll1_ref_clock: Generic clock generator 11
Kévin Redon69b92d92019-01-24 16:39:20 +0100872 xosc0_arch_cfden: false
873 xosc0_arch_enable: false
874 xosc0_arch_enalc: false
875 xosc0_arch_lowbufgain: false
876 xosc0_arch_ondemand: false
877 xosc0_arch_runstdby: false
878 xosc0_arch_startup: 31us
879 xosc0_arch_swben: false
880 xosc0_arch_xtalen: false
881 xosc0_frequency: 12000000
882 xosc1_arch_cfden: false
883 xosc1_arch_enable: true
884 xosc1_arch_enalc: false
885 xosc1_arch_lowbufgain: false
886 xosc1_arch_ondemand: false
887 xosc1_arch_runstdby: false
888 xosc1_arch_startup: 31us
889 xosc1_arch_swben: false
890 xosc1_arch_xtalen: true
891 xosc1_frequency: 12000000
892 optional_signals: []
893 variant: null
894 clocks:
895 domain_group: null
896 PORT:
897 user_label: PORT
Kévin Redon4e39b012019-01-30 15:55:58 +0100898 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::PORT::driver_config_definition::PORT::HAL:HPL:PORT
Kévin Redon69b92d92019-01-24 16:39:20 +0100899 functionality: System
900 api: HAL:HPL:PORT
901 configuration:
902 enable_port_input_event_0: false
903 enable_port_input_event_1: false
904 enable_port_input_event_2: false
905 enable_port_input_event_3: false
906 porta_event_action_0: Output register of pin will be set to level of event
907 porta_event_action_1: Output register of pin will be set to level of event
908 porta_event_action_2: Output register of pin will be set to level of event
909 porta_event_action_3: Output register of pin will be set to level of event
910 porta_event_pin_identifier_0: 0
911 porta_event_pin_identifier_1: 0
912 porta_event_pin_identifier_2: 0
913 porta_event_pin_identifier_3: 0
914 porta_input_event_enable_0: false
915 porta_input_event_enable_1: false
916 porta_input_event_enable_2: false
917 porta_input_event_enable_3: false
918 portb_event_action_0: Output register of pin will be set to level of event
919 portb_event_action_1: Output register of pin will be set to level of event
920 portb_event_action_2: Output register of pin will be set to level of event
921 portb_event_action_3: Output register of pin will be set to level of event
922 portb_event_pin_identifier_0: 0
923 portb_event_pin_identifier_1: 0
924 portb_event_pin_identifier_2: 0
925 portb_event_pin_identifier_3: 0
926 portb_input_event_enable_0: false
927 portb_input_event_enable_1: false
928 portb_input_event_enable_2: false
929 portb_input_event_enable_3: false
930 portc_event_action_0: Output register of pin will be set to level of event
931 portc_event_action_1: Output register of pin will be set to level of event
932 portc_event_action_2: Output register of pin will be set to level of event
933 portc_event_action_3: Output register of pin will be set to level of event
934 portc_event_pin_identifier_0: 0
935 portc_event_pin_identifier_1: 0
936 portc_event_pin_identifier_2: 0
937 portc_event_pin_identifier_3: 0
938 portc_input_event_enable_0: false
939 portc_input_event_enable_1: false
940 portc_input_event_enable_2: false
941 portc_input_event_enable_3: false
Kévin Redon69b92d92019-01-24 16:39:20 +0100942 optional_signals: []
943 variant: null
944 clocks:
945 domain_group: null
946 RAMECC:
947 user_label: RAMECC
Kévin Redon4e39b012019-01-30 15:55:58 +0100948 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::RAMECC::driver_config_definition::RAMECC::HAL:HPL:RAMECC
Kévin Redon69b92d92019-01-24 16:39:20 +0100949 functionality: System
950 api: HAL:HPL:RAMECC
951 configuration: {}
952 optional_signals: []
953 variant: null
954 clocks:
955 domain_group: null
Kévin Redon1f8ecef2019-01-31 13:36:12 +0100956 SIM0:
957 user_label: SIM0
958 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::SERCOM0::driver_config_definition::USART.with.ISO7816::HAL:Driver:USART.Async
959 functionality: USART
960 api: HAL:Driver:USART_Async
961 configuration:
962 usart_advanced: false
963 usart_arch_clock_mode: USART with internal clock
964 usart_arch_cloden: false
965 usart_arch_dbgstop: Keep running
966 usart_arch_dord: LSB is transmitted first
967 usart_arch_ibon: false
968 usart_arch_runstdby: false
969 usart_arch_sfde: false
970 usart_baud_rate: 9600
971 usart_character_size: 8 bits
972 usart_dsnack: The successive receive NACK is disable.
973 usart_gtime: 2-bit times
974 usart_inack: NACK is transmitted when a parity error is received.
975 usart_inverse_enabled: false
976 usart_iso7816_type: T=0
977 usart_maxiter: 7
978 usart_parity: Even parity
979 usart_rx_enable: true
980 usart_stop_bit: One stop bit
981 usart_tx_enable: true
982 optional_signals: []
983 variant:
984 specification: TXPO=2, RXPO=0
985 required_signals:
986 - name: SERCOM0/PAD/0
987 pad: PA04
988 label: RX/TX
989 clocks:
990 domain_group:
991 nodes:
992 - name: Core
993 input: Generic clock generator 2
Harald Welte863ea292019-02-24 10:05:12 +0100994 external: false
995 external_frequency: 0
Kévin Redon1f8ecef2019-01-31 13:36:12 +0100996 - name: Slow
997 input: Generic clock generator 3
Harald Welte863ea292019-02-24 10:05:12 +0100998 external: false
999 external_frequency: 0
Kévin Redon1f8ecef2019-01-31 13:36:12 +01001000 configuration:
1001 core_gclk_selection: Generic clock generator 2
1002 slow_gclk_selection: Generic clock generator 3
1003 SIM1:
1004 user_label: SIM1
1005 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::SERCOM1::driver_config_definition::USART.with.ISO7816::HAL:Driver:USART.Async
1006 functionality: USART
1007 api: HAL:Driver:USART_Async
1008 configuration:
1009 usart_advanced: false
1010 usart_arch_clock_mode: USART with internal clock
1011 usart_arch_cloden: false
1012 usart_arch_dbgstop: Keep running
1013 usart_arch_dord: LSB is transmitted first
1014 usart_arch_ibon: false
1015 usart_arch_runstdby: false
1016 usart_arch_sfde: false
1017 usart_baud_rate: 9600
1018 usart_character_size: 8 bits
1019 usart_dsnack: The successive receive NACK is disable.
1020 usart_gtime: 2-bit times
1021 usart_inack: NACK is transmitted when a parity error is received.
1022 usart_inverse_enabled: false
1023 usart_iso7816_type: T=0
1024 usart_maxiter: 7
1025 usart_parity: Even parity
1026 usart_rx_enable: true
1027 usart_stop_bit: One stop bit
1028 usart_tx_enable: true
1029 optional_signals: []
1030 variant:
1031 specification: TXPO=2, RXPO=0
1032 required_signals:
1033 - name: SERCOM1/PAD/0
1034 pad: PA16
1035 label: RX/TX
1036 clocks:
1037 domain_group:
1038 nodes:
1039 - name: Core
1040 input: Generic clock generator 2
Harald Welte863ea292019-02-24 10:05:12 +01001041 external: false
1042 external_frequency: 0
Kévin Redon1f8ecef2019-01-31 13:36:12 +01001043 - name: Slow
1044 input: Generic clock generator 3
Harald Welte863ea292019-02-24 10:05:12 +01001045 external: false
1046 external_frequency: 0
Kévin Redon1f8ecef2019-01-31 13:36:12 +01001047 configuration:
1048 core_gclk_selection: Generic clock generator 2
1049 slow_gclk_selection: Generic clock generator 3
1050 SIM2:
1051 user_label: SIM2
1052 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::SERCOM2::driver_config_definition::USART.with.ISO7816::HAL:Driver:USART.Async
1053 functionality: USART
1054 api: HAL:Driver:USART_Async
1055 configuration:
1056 usart_advanced: false
1057 usart_arch_clock_mode: USART with internal clock
1058 usart_arch_cloden: false
1059 usart_arch_dbgstop: Keep running
1060 usart_arch_dord: LSB is transmitted first
1061 usart_arch_ibon: false
1062 usart_arch_runstdby: false
1063 usart_arch_sfde: false
1064 usart_baud_rate: 9600
1065 usart_character_size: 8 bits
1066 usart_dsnack: The successive receive NACK is disable.
1067 usart_gtime: 2-bit times
1068 usart_inack: NACK is transmitted when a parity error is received.
1069 usart_inverse_enabled: false
1070 usart_iso7816_type: T=0
1071 usart_maxiter: 7
1072 usart_parity: Even parity
1073 usart_rx_enable: true
1074 usart_stop_bit: One stop bit
1075 usart_tx_enable: true
1076 optional_signals: []
1077 variant:
1078 specification: TXPO=2, RXPO=0
1079 required_signals:
1080 - name: SERCOM2/PAD/0
1081 pad: PA09
1082 label: RX/TX
1083 clocks:
1084 domain_group:
1085 nodes:
1086 - name: Core
1087 input: Generic clock generator 2
Harald Welte863ea292019-02-24 10:05:12 +01001088 external: false
1089 external_frequency: 0
Kévin Redon1f8ecef2019-01-31 13:36:12 +01001090 - name: Slow
1091 input: Generic clock generator 3
Harald Welte863ea292019-02-24 10:05:12 +01001092 external: false
1093 external_frequency: 0
Kévin Redon1f8ecef2019-01-31 13:36:12 +01001094 configuration:
1095 core_gclk_selection: Generic clock generator 2
1096 slow_gclk_selection: Generic clock generator 3
1097 SIM3:
1098 user_label: SIM3
1099 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::SERCOM3::driver_config_definition::USART.with.ISO7816::HAL:Driver:USART.Async
1100 functionality: USART
1101 api: HAL:Driver:USART_Async
1102 configuration:
1103 usart_advanced: false
1104 usart_arch_clock_mode: USART with internal clock
1105 usart_arch_cloden: false
1106 usart_arch_dbgstop: Keep running
1107 usart_arch_dord: LSB is transmitted first
1108 usart_arch_ibon: false
1109 usart_arch_runstdby: false
1110 usart_arch_sfde: false
1111 usart_baud_rate: 9600
1112 usart_character_size: 8 bits
1113 usart_dsnack: The successive receive NACK is disable.
1114 usart_gtime: 2-bit times
1115 usart_inack: NACK is transmitted when a parity error is received.
1116 usart_inverse_enabled: false
1117 usart_iso7816_type: T=0
1118 usart_maxiter: 7
1119 usart_parity: Even parity
1120 usart_rx_enable: true
1121 usart_stop_bit: One stop bit
1122 usart_tx_enable: true
1123 optional_signals: []
1124 variant:
1125 specification: TXPO=2, RXPO=0
1126 required_signals:
1127 - name: SERCOM3/PAD/0
1128 pad: PB20
1129 label: RX/TX
1130 clocks:
1131 domain_group:
1132 nodes:
1133 - name: Core
1134 input: Generic clock generator 2
Harald Welte863ea292019-02-24 10:05:12 +01001135 external: false
1136 external_frequency: 0
Kévin Redon1f8ecef2019-01-31 13:36:12 +01001137 - name: Slow
1138 input: Generic clock generator 3
Harald Welte863ea292019-02-24 10:05:12 +01001139 external: false
1140 external_frequency: 0
Kévin Redon1f8ecef2019-01-31 13:36:12 +01001141 configuration:
1142 core_gclk_selection: Generic clock generator 2
1143 slow_gclk_selection: Generic clock generator 3
1144 SIM4:
1145 user_label: SIM4
1146 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::SERCOM4::driver_config_definition::USART.with.ISO7816::HAL:Driver:USART.Async
1147 functionality: USART
1148 api: HAL:Driver:USART_Async
1149 configuration:
1150 usart_advanced: false
1151 usart_arch_clock_mode: USART with internal clock
1152 usart_arch_cloden: false
1153 usart_arch_dbgstop: Keep running
1154 usart_arch_dord: LSB is transmitted first
1155 usart_arch_ibon: false
1156 usart_arch_runstdby: false
1157 usart_arch_sfde: false
1158 usart_baud_rate: 9600
1159 usart_character_size: 8 bits
1160 usart_dsnack: The successive receive NACK is disable.
1161 usart_gtime: 2-bit times
1162 usart_inack: NACK is transmitted when a parity error is received.
1163 usart_inverse_enabled: false
1164 usart_iso7816_type: T=0
1165 usart_maxiter: 7
1166 usart_parity: Even parity
1167 usart_rx_enable: true
1168 usart_stop_bit: One stop bit
1169 usart_tx_enable: true
1170 optional_signals: []
1171 variant:
1172 specification: TXPO=2, RXPO=0
1173 required_signals:
1174 - name: SERCOM4/PAD/0
1175 pad: PB08
1176 label: RX/TX
1177 clocks:
1178 domain_group:
1179 nodes:
1180 - name: Core
1181 input: Generic clock generator 2
Harald Welte863ea292019-02-24 10:05:12 +01001182 external: false
1183 external_frequency: 0
Kévin Redon1f8ecef2019-01-31 13:36:12 +01001184 - name: Slow
1185 input: Generic clock generator 3
Harald Welte863ea292019-02-24 10:05:12 +01001186 external: false
1187 external_frequency: 0
Kévin Redon1f8ecef2019-01-31 13:36:12 +01001188 configuration:
1189 core_gclk_selection: Generic clock generator 2
1190 slow_gclk_selection: Generic clock generator 3
1191 SIM5:
1192 user_label: SIM5
1193 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::SERCOM5::driver_config_definition::USART.with.ISO7816::HAL:Driver:USART.Async
1194 functionality: USART
1195 api: HAL:Driver:USART_Async
1196 configuration:
1197 usart_advanced: false
1198 usart_arch_clock_mode: USART with internal clock
1199 usart_arch_cloden: false
1200 usart_arch_dbgstop: Keep running
1201 usart_arch_dord: LSB is transmitted first
1202 usart_arch_ibon: false
1203 usart_arch_runstdby: false
1204 usart_arch_sfde: false
1205 usart_baud_rate: 9600
1206 usart_character_size: 8 bits
1207 usart_dsnack: The successive receive NACK is disable.
1208 usart_gtime: 2-bit times
1209 usart_inack: NACK is transmitted when a parity error is received.
1210 usart_inverse_enabled: false
1211 usart_iso7816_type: T=0
1212 usart_maxiter: 7
1213 usart_parity: Even parity
1214 usart_rx_enable: true
1215 usart_stop_bit: One stop bit
1216 usart_tx_enable: true
1217 optional_signals: []
1218 variant:
1219 specification: TXPO=2, RXPO=0
1220 required_signals:
1221 - name: SERCOM5/PAD/0
1222 pad: PB16
1223 label: RX/TX
1224 clocks:
1225 domain_group:
1226 nodes:
1227 - name: Core
1228 input: Generic clock generator 2
Harald Welte863ea292019-02-24 10:05:12 +01001229 external: false
1230 external_frequency: 0
Kévin Redon1f8ecef2019-01-31 13:36:12 +01001231 - name: Slow
1232 input: Generic clock generator 3
Harald Welte863ea292019-02-24 10:05:12 +01001233 external: false
1234 external_frequency: 0
Kévin Redon1f8ecef2019-01-31 13:36:12 +01001235 configuration:
1236 core_gclk_selection: Generic clock generator 2
1237 slow_gclk_selection: Generic clock generator 3
1238 SIM6:
1239 user_label: SIM6
1240 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::SERCOM6::driver_config_definition::USART.with.ISO7816::HAL:Driver:USART.Async
1241 functionality: USART
1242 api: HAL:Driver:USART_Async
1243 configuration:
1244 usart_advanced: false
1245 usart_arch_clock_mode: USART with internal clock
1246 usart_arch_cloden: false
1247 usart_arch_dbgstop: Keep running
1248 usart_arch_dord: LSB is transmitted first
1249 usart_arch_ibon: false
1250 usart_arch_runstdby: false
1251 usart_arch_sfde: false
1252 usart_baud_rate: 9600
1253 usart_character_size: 8 bits
1254 usart_dsnack: The successive receive NACK is disable.
1255 usart_gtime: 2-bit times
1256 usart_inack: NACK is transmitted when a parity error is received.
1257 usart_inverse_enabled: false
1258 usart_iso7816_type: T=0
1259 usart_maxiter: 7
1260 usart_parity: Even parity
1261 usart_rx_enable: true
1262 usart_stop_bit: One stop bit
1263 usart_tx_enable: true
1264 optional_signals: []
1265 variant:
1266 specification: TXPO=2, RXPO=0
1267 required_signals:
1268 - name: SERCOM6/PAD/0
1269 pad: PC16
1270 label: RX/TX
1271 clocks:
1272 domain_group:
1273 nodes:
1274 - name: Core
1275 input: Generic clock generator 2
Harald Welte863ea292019-02-24 10:05:12 +01001276 external: false
1277 external_frequency: 0
Kévin Redon1f8ecef2019-01-31 13:36:12 +01001278 - name: Slow
1279 input: Generic clock generator 3
Harald Welte863ea292019-02-24 10:05:12 +01001280 external: false
1281 external_frequency: 0
Kévin Redon1f8ecef2019-01-31 13:36:12 +01001282 configuration:
1283 core_gclk_selection: Generic clock generator 2
1284 slow_gclk_selection: Generic clock generator 3
Kévin Redon4cd3f7d2019-01-24 17:57:13 +01001285 UART_debug:
1286 user_label: UART_debug
Harald Welte361ed202019-02-24 21:15:39 +01001287 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::SERCOM7::driver_config_definition::UART::HAL:Driver:USART.Sync
Kévin Redon4cd3f7d2019-01-24 17:57:13 +01001288 functionality: USART
Harald Welte361ed202019-02-24 21:15:39 +01001289 api: HAL:Driver:USART_Sync
Kévin Redon4cd3f7d2019-01-24 17:57:13 +01001290 configuration:
1291 usart_advanced: false
1292 usart_arch_clock_mode: USART with internal clock
1293 usart_arch_cloden: false
1294 usart_arch_dbgstop: Keep running
1295 usart_arch_dord: LSB is transmitted first
1296 usart_arch_enc: No encoding
1297 usart_arch_fractional: 0
1298 usart_arch_ibon: false
1299 usart_arch_lin_slave_enable: Disable
1300 usart_arch_runstdby: false
1301 usart_arch_sampa: 7-8-9 (3-4-5 8-bit over-sampling)
1302 usart_arch_sampr: 16x arithmetic
1303 usart_arch_sfde: false
1304 usart_baud_rate: 921600
1305 usart_character_size: 8 bits
1306 usart_parity: No parity
1307 usart_rx_enable: true
1308 usart_stop_bit: One stop bit
1309 usart_tx_enable: true
1310 optional_signals: []
1311 variant:
1312 specification: TXPO=0, RXPO=1, CMODE=0
1313 required_signals:
Kévin Redon4e39b012019-01-30 15:55:58 +01001314 - name: SERCOM7/PAD/0
1315 pad: PB30
Kévin Redon4cd3f7d2019-01-24 17:57:13 +01001316 label: TX
Kévin Redon4e39b012019-01-30 15:55:58 +01001317 - name: SERCOM7/PAD/1
1318 pad: PB31
Kévin Redon4cd3f7d2019-01-24 17:57:13 +01001319 label: RX
1320 clocks:
1321 domain_group:
1322 nodes:
1323 - name: Core
1324 input: Generic clock generator 2
Harald Welte863ea292019-02-24 10:05:12 +01001325 external: false
1326 external_frequency: 0
Kévin Redon4cd3f7d2019-01-24 17:57:13 +01001327 - name: Slow
1328 input: Generic clock generator 3
Harald Welte863ea292019-02-24 10:05:12 +01001329 external: false
1330 external_frequency: 0
Kévin Redon4cd3f7d2019-01-24 17:57:13 +01001331 configuration:
1332 core_gclk_selection: Generic clock generator 2
1333 slow_gclk_selection: Generic clock generator 3
Kévin Redon69b92d92019-01-24 16:39:20 +01001334 USB_DEVICE_INSTANCE:
1335 user_label: USB_DEVICE_INSTANCE
Kévin Redon4e39b012019-01-30 15:55:58 +01001336 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::USB::driver_config_definition::USB.Device::HAL:Driver:USB.Device
Kévin Redon69b92d92019-01-24 16:39:20 +01001337 functionality: USB
1338 api: HAL:Driver:USB_Device
1339 configuration:
1340 usb_arch_ep0_cache: Cached by 64 bytes buffer
1341 usb_arch_ep1_cache: Cached by 64 bytes buffer
1342 usb_arch_ep2_cache: Cached by 64 bytes buffer
1343 usb_arch_ep3_cache: Cached by 64 bytes buffer
1344 usb_arch_ep4_cache: Cached by 64 bytes buffer
1345 usb_arch_ep5_cache: Cached by 64 bytes buffer
1346 usb_arch_ep6_cache: Cached by 64 bytes buffer
1347 usb_arch_ep7_cache: Cached by 64 bytes buffer
1348 usb_ep1_I_CACHE: No cache
1349 usb_ep2_I_CACHE: No cache
1350 usb_ep3_I_CACHE: No cache
1351 usb_ep4_I_CACHE: No cache
1352 usb_ep5_I_CACHE: No cache
1353 usb_ep6_I_CACHE: No cache
1354 usb_ep7_I_CACHE: No cache
1355 usbd_arch_max_ep_n: 2 (EP 0x82 or 0x02)
1356 usbd_arch_speed: Full speed
Kévin Redon4e39b012019-01-30 15:55:58 +01001357 usbd_num_ep_sp: 4 (EP0 + 3 endpoints)
Kévin Redon69b92d92019-01-24 16:39:20 +01001358 optional_signals: []
1359 variant:
1360 specification: default
1361 required_signals:
1362 - name: USB/DM
1363 pad: PA24
1364 label: Data-
1365 - name: USB/DP
1366 pad: PA25
1367 label: Data+
1368 clocks:
1369 domain_group:
1370 nodes:
1371 - name: USB
1372 input: Generic clock generator 1
Harald Welte863ea292019-02-24 10:05:12 +01001373 external: false
1374 external_frequency: 0
Kévin Redon69b92d92019-01-24 16:39:20 +01001375 configuration:
1376 usb_gclk_selection: Generic clock generator 1
1377pads:
Harald Welte092494e2019-02-24 10:33:40 +01001378 SIM0_INT:
1379 name: PC00
1380 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PC00
1381 mode: Digital input
1382 user_label: SIM0_INT
1383 configuration: null
1384 SIM1_INT:
1385 name: PC01
1386 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PC01
1387 mode: Digital input
1388 user_label: SIM1_INT
1389 configuration: null
1390 SIM2_INT:
1391 name: PC02
1392 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PC02
1393 mode: Digital input
1394 user_label: SIM2_INT
1395 configuration: null
1396 SIM3_INT:
1397 name: PC03
1398 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PC03
1399 mode: Digital input
1400 user_label: SIM3_INT
1401 configuration: null
1402 SIM4_INT:
1403 name: PA02
1404 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PA02
1405 mode: Digital input
1406 user_label: SIM4_INT
1407 configuration: null
1408 SIM5_INT:
1409 name: PA03
1410 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PA03
1411 mode: Digital input
1412 user_label: SIM5_INT
1413 configuration: null
1414 SIM6_INT:
1415 name: PB04
1416 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PB04
1417 mode: Digital input
1418 user_label: SIM6_INT
1419 configuration: null
1420 SIM7_INT:
1421 name: PB05
1422 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PB05
1423 mode: Digital input
1424 user_label: SIM7_INT
1425 configuration: null
1426 SCL3:
1427 name: PB06
1428 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PB06
1429 mode: Digital output
1430 user_label: SCL3
1431 configuration: null
1432 SDA3:
1433 name: PB07
1434 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PB07
1435 mode: Digital output
1436 user_label: SDA3
1437 configuration: null
Kévin Redon1f8ecef2019-01-31 13:36:12 +01001438 SIM4_IO:
1439 name: PB08
1440 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PB08
1441 mode: Peripheral IO
1442 user_label: SIM4_IO
1443 configuration: null
1444 SIM0_IO:
1445 name: PA04
1446 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PA04
1447 mode: Peripheral IO
1448 user_label: SIM0_IO
1449 configuration: null
1450 SIM2_IO:
1451 name: PA09
1452 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PA09
1453 mode: Peripheral IO
1454 user_label: SIM2_IO
1455 configuration: null
Kévin Redon6a8295c2019-01-30 18:58:44 +01001456 SIMCLK_20MHZ:
1457 name: PA11
1458 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PA11
1459 mode: Advanced
1460 user_label: SIMCLK_20MHZ
1461 configuration:
1462 pad_direction: Out
1463 pad_function: M
1464 pad_initial_level: Low
1465 pad_pull_config: 'Off'
Harald Welte092494e2019-02-24 10:33:40 +01001466 SCL1:
1467 name: PB14
1468 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PB14
1469 mode: Digital output
1470 user_label: SCL1
1471 configuration: null
1472 SDA1:
1473 name: PB15
1474 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PB15
1475 mode: Digital output
1476 user_label: SDA1
1477 configuration: null
Kévin Redon6a8295c2019-01-30 18:58:44 +01001478 SWITCH:
1479 name: PC14
1480 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PC14
1481 mode: Digital input
1482 user_label: SWITCH
1483 configuration: null
Kévin Redon3c045b22019-02-26 19:52:02 +01001484 MUX_STAT:
Harald Welte092494e2019-02-24 10:33:40 +01001485 name: PC15
1486 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PC15
1487 mode: Digital input
Kévin Redon3c045b22019-02-26 19:52:02 +01001488 user_label: MUX_STAT
Harald Welte092494e2019-02-24 10:33:40 +01001489 configuration: null
Kévin Redon1f8ecef2019-01-31 13:36:12 +01001490 SIM1_IO:
1491 name: PA16
1492 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PA16
1493 mode: Peripheral IO
1494 user_label: SIM1_IO
1495 configuration: null
1496 SIM6_IO:
1497 name: PC16
1498 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PC16
1499 mode: Peripheral IO
1500 user_label: SIM6_IO
1501 configuration: null
1502 SIM5_IO:
1503 name: PB16
1504 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PB16
1505 mode: Peripheral IO
1506 user_label: SIM5_IO
1507 configuration: null
1508 SIM3_IO:
1509 name: PB20
1510 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PB20
1511 mode: Peripheral IO
1512 user_label: SIM3_IO
1513 configuration: null
Kévin Redon6a8295c2019-01-30 18:58:44 +01001514 VB0:
1515 name: PA20
1516 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PA20
1517 mode: Digital input
1518 user_label: VB0
1519 configuration: null
1520 VB1:
1521 name: PA21
1522 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PA21
1523 mode: Digital input
1524 user_label: VB1
1525 configuration: null
1526 VB2:
1527 name: PA22
1528 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PA22
1529 mode: Digital input
1530 user_label: VB2
1531 configuration: null
1532 VB3:
1533 name: PA23
1534 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PA23
1535 mode: Digital input
1536 user_label: VB3
1537 configuration: null
Kévin Redon4e39b012019-01-30 15:55:58 +01001538 USBUP_D_N:
1539 name: PA24
1540 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PA24
1541 mode: Advanced
1542 user_label: USBUP_D_N
1543 configuration: null
1544 USBUP_D_P:
1545 name: PA25
1546 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PA25
1547 mode: Advanced
1548 user_label: USBUP_D_P
1549 configuration: null
Kévin Redon6a8295c2019-01-30 18:58:44 +01001550 USER_LED:
Kévin Redon4e39b012019-01-30 15:55:58 +01001551 name: PC26
1552 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PC26
Kévin Redon5908a5c2019-01-24 18:45:23 +01001553 mode: Digital output
Kévin Redon6a8295c2019-01-30 18:58:44 +01001554 user_label: USER_LED
Kévin Redon4cd3f7d2019-01-24 17:57:13 +01001555 configuration: null
Harald Welte092494e2019-02-24 10:33:40 +01001556 SCL4:
1557 name: PC27
1558 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PC27
1559 mode: Digital output
1560 user_label: SCL4
1561 configuration: null
1562 SDA4:
1563 name: PC28
1564 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PC28
1565 mode: Digital output
1566 user_label: SDA4
1567 configuration: null
Kévin Redon4e39b012019-01-30 15:55:58 +01001568 UART_TX:
1569 name: PB30
1570 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PB30
Kévin Redon4cd3f7d2019-01-24 17:57:13 +01001571 mode: Peripheral IO
Kévin Redon4e39b012019-01-30 15:55:58 +01001572 user_label: UART_TX
1573 configuration: null
1574 UART_RX:
1575 name: PB31
1576 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PB31
1577 mode: Peripheral IO
1578 user_label: UART_RX
Kévin Redon4cd3f7d2019-01-24 17:57:13 +01001579 configuration: null
Harald Welte092494e2019-02-24 10:33:40 +01001580 SCL2:
1581 name: PB02
1582 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PB02
1583 mode: Digital output
1584 user_label: SCL2
1585 configuration: null
1586 SDA2:
1587 name: PB03
1588 definition: Atmel:SAME54_Drivers:0.0.1::SAME54N19A-AF::pad::PB03
1589 mode: Digital output
1590 user_label: SDA2
1591 configuration: null
Kévin Redon69b92d92019-01-24 16:39:20 +01001592toolchain_options: []