TI-radar AWR1843 ARM-Cortex R4F core  1
mss_per4f.c
Go to the documentation of this file.
1 /*
2  * Do not modify this file; it is automatically
3  * generated and any modifications will be overwritten.
4  *
5  * @(#) xdc-E10
6  */
7 
8 #define __nested__
9 #define __config__
10 
11 #include <xdc/std.h>
12 
13 /*
14  * ======== GENERATED SECTIONS ========
15  *
16  * MODULE INCLUDES
17  *
18  * <module-name> INTERNALS
19  * <module-name> INHERITS
20  * <module-name> VTABLE
21  * <module-name> PATCH TABLE
22  * <module-name> DECLARATIONS
23  * <module-name> OBJECT OFFSETS
24  * <module-name> TEMPLATES
25  * <module-name> INITIALIZERS
26  * <module-name> FUNCTION STUBS
27  * <module-name> PROXY BODY
28  * <module-name> OBJECT DESCRIPTOR
29  * <module-name> VIRTUAL FUNCTIONS
30  * <module-name> SYSTEM FUNCTIONS
31  * <module-name> PRAGMAS
32  *
33  * INITIALIZATION ENTRY POINT
34  * PROGRAM GLOBALS
35  * CLINK DIRECTIVES
36  */
37 
38 
39 /*
40  * ======== MODULE INCLUDES ========
41  */
42 
43 #include <ti/sysbios/BIOS.h>
44 #include <ti/sysbios/family/arm/IntrinsicsSupport.h>
45 #include <ti/sysbios/family/arm/TaskSupport.h>
46 #include <ti/sysbios/family/arm/exc/Exception.h>
47 #include <ti/sysbios/family/arm/v7r/tms570/Core.h>
48 #include <ti/sysbios/family/arm/v7r/vim/Hwi.h>
49 #include <ti/sysbios/gates/GateHwi.h>
50 #include <ti/sysbios/gates/GateMutex.h>
51 #include <ti/sysbios/hal/Cache.h>
52 #include <ti/sysbios/hal/CacheNull.h>
53 #include <ti/sysbios/hal/Core.h>
54 #include <ti/sysbios/hal/Hwi.h>
55 #include <ti/sysbios/heaps/HeapBuf.h>
56 #include <ti/sysbios/heaps/HeapMem.h>
57 #include <ti/sysbios/knl/Clock.h>
58 #include <ti/sysbios/knl/Event.h>
59 #include <ti/sysbios/knl/Idle.h>
60 #include <ti/sysbios/knl/Intrinsics.h>
61 #include <ti/sysbios/knl/Queue.h>
62 #include <ti/sysbios/knl/Semaphore.h>
63 #include <ti/sysbios/knl/Swi.h>
64 #include <ti/sysbios/knl/Task.h>
65 #include <ti/sysbios/timers/rti/Timer.h>
66 #include <xdc/runtime/Assert.h>
67 #include <xdc/runtime/Core.h>
68 #include <xdc/runtime/Defaults.h>
69 #include <xdc/runtime/Diags.h>
70 #include <xdc/runtime/Error.h>
71 #include <xdc/runtime/Gate.h>
72 #include <xdc/runtime/Log.h>
73 #include <xdc/runtime/Main.h>
74 #include <xdc/runtime/Memory.h>
75 #include <xdc/runtime/Registry.h>
76 #include <xdc/runtime/Startup.h>
77 #include <xdc/runtime/SysStd.h>
78 #include <xdc/runtime/System.h>
79 #include <xdc/runtime/Text.h>
80 
81 /* suppress 'type qualifier is meaningless on cast type' warning */
82 #ifdef __ti__
83 #pragma diag_suppress 193
84 #endif
85 #ifdef __IAR_SYSTEMS_ICC__
86 #pragma diag_suppress=Pe191
87 #endif
88 
89 /*
90  * ======== ti.sysbios.BIOS INTERNALS ========
91  */
92 
93 
94 /*
95  * ======== ti.sysbios.BIOS_RtsGateProxy INTERNALS ========
96  */
97 
98 /* Module__ */
100  xdc_runtime_Types_Link link;
102 
103 /* Module__root__V */
105 
106 /* @@@ ti_sysbios_knl_Queue_Object__ */
108  ti_sysbios_knl_Queue_Elem elem;
110 
111 /* @@@ ti_sysbios_knl_Queue_Object2__ */
112 typedef struct {
113  xdc_runtime_Types_InstHdr hdr;
116 
117 /* @@@ ti_sysbios_knl_Semaphore_Object__ */
119  ti_sysbios_knl_Event_Handle event;
120  xdc_UInt eventId;
121  ti_sysbios_knl_Semaphore_Mode mode;
122  volatile xdc_UInt16 count;
125 
126 /* @@@ ti_sysbios_knl_Semaphore_Object2__ */
127 typedef struct {
128  xdc_runtime_Types_InstHdr hdr;
131 
132 /* Object__ */
134  const ti_sysbios_gates_GateMutex_Fxns__ *__fxns;
135  ti_sysbios_knl_Task_Handle owner;
138 
139 /* Object2__ */
140 typedef struct {
141  xdc_runtime_Types_InstHdr hdr;
144 
145 /* Object */
147 
148 /* Object2__ */
149 typedef struct {
150  xdc_runtime_Types_InstHdr hdr;
153 
154 
155 /*
156  * ======== ti.sysbios.family.arm.IntrinsicsSupport INTERNALS ========
157  */
158 
159 
160 /*
161  * ======== ti.sysbios.family.arm.TaskSupport INTERNALS ========
162  */
163 
164 
165 /*
166  * ======== ti.sysbios.family.arm.exc.Exception INTERNALS ========
167  */
168 
169 
170 /*
171  * ======== ti.sysbios.family.arm.v7r.tms570.Core INTERNALS ========
172  */
173 
174 
175 /*
176  * ======== ti.sysbios.family.arm.v7r.vim.Hwi INTERNALS ========
177  */
178 
179 /* Module__ */
181  xdc_runtime_Types_Link link;
183 
184 /* Module__root__V */
186 
187 /* Object__ */
189  const ti_sysbios_family_arm_v7r_vim_Hwi_Fxns__ *__fxns;
190  ti_sysbios_family_arm_v7r_vim_Hwi_Type type;
191  xdc_UArg arg;
192  ti_sysbios_family_arm_v7r_vim_Hwi_FuncPtr fxn;
193  xdc_Int intNum;
194  ti_sysbios_family_arm_v7r_vim_Hwi_Irp irp;
195  __TA_ti_sysbios_family_arm_v7r_vim_Hwi_Instance_State__hookEnv hookEnv;
196  __TA_ti_sysbios_family_arm_v7r_vim_Hwi_Instance_State__disableMask disableMask;
198 
199 /* Object2__ */
200 typedef struct {
201  xdc_runtime_Types_InstHdr hdr;
204 
205 
206 /*
207  * ======== ti.sysbios.gates.GateHwi INTERNALS ========
208  */
209 
210 /* Module__ */
212  xdc_runtime_Types_Link link;
214 
215 /* Module__root__V */
217 
218 /* Object__ */
220  const ti_sysbios_gates_GateHwi_Fxns__ *__fxns;
222 
223 /* Object2__ */
224 typedef struct {
225  xdc_runtime_Types_InstHdr hdr;
228 
229 
230 /*
231  * ======== ti.sysbios.gates.GateMutex INTERNALS ========
232  */
233 
234 /* Module__ */
236  xdc_runtime_Types_Link link;
238 
239 /* Module__root__V */
241 
242 /* <-- ti_sysbios_gates_GateMutex_Object */
243 
244 
245 /*
246  * ======== ti.sysbios.hal.Cache INTERNALS ========
247  */
248 
249 
250 /*
251  * ======== ti.sysbios.hal.CacheNull INTERNALS ========
252  */
253 
254 
255 /*
256  * ======== ti.sysbios.hal.Cache_CacheProxy INTERNALS ========
257  */
258 
259 
260 /*
261  * ======== ti.sysbios.hal.Core INTERNALS ========
262  */
263 
264 
265 /*
266  * ======== ti.sysbios.hal.Core_CoreProxy INTERNALS ========
267  */
268 
269 
270 /*
271  * ======== ti.sysbios.hal.Hwi INTERNALS ========
272  */
273 
274 /* Module__ */
276  xdc_runtime_Types_Link link;
278 
279 /* Module__root__V */
281 
282 /* Object__ */
284  const ti_sysbios_hal_Hwi_Fxns__ *__fxns;
285  ti_sysbios_hal_Hwi_HwiProxy_Handle pi;
287 
288 /* Object2__ */
289 typedef struct {
290  xdc_runtime_Types_InstHdr hdr;
293 
294 
295 /*
296  * ======== ti.sysbios.hal.Hwi_HwiProxy INTERNALS ========
297  */
298 
299 /* Module__ */
301  xdc_runtime_Types_Link link;
303 
304 /* Module__root__V */
306 
307 /* <-- ti_sysbios_family_arm_v7r_vim_Hwi_Object */
308 
309 /* Object */
311 
312 /* Object2__ */
313 typedef struct {
314  xdc_runtime_Types_InstHdr hdr;
317 
318 
319 /*
320  * ======== ti.sysbios.heaps.HeapBuf INTERNALS ========
321  */
322 
323 /* Module__ */
325  xdc_runtime_Types_Link link;
327 
328 /* Module__root__V */
330 
331 /* <-- ti_sysbios_knl_Queue_Object */
332 
333 /* Object__ */
335  const ti_sysbios_heaps_HeapBuf_Fxns__ *__fxns;
336  xdc_SizeT blockSize;
337  xdc_SizeT align;
338  xdc_UInt numBlocks;
339  xdc_runtime_Memory_Size bufSize;
340  __TA_ti_sysbios_heaps_HeapBuf_Instance_State__buf buf;
341  xdc_UInt numFreeBlocks;
342  xdc_UInt minFreeBlocks;
345 
346 /* Object2__ */
347 typedef struct {
348  xdc_runtime_Types_InstHdr hdr;
351 
352 
353 /*
354  * ======== ti.sysbios.heaps.HeapMem INTERNALS ========
355  */
356 
357 /* Module__ */
359  xdc_runtime_Types_Link link;
361 
362 /* Module__root__V */
364 
365 /* Object__ */
367  const ti_sysbios_heaps_HeapMem_Fxns__ *__fxns;
368  xdc_runtime_Memory_Size align;
369  __TA_ti_sysbios_heaps_HeapMem_Instance_State__buf buf;
370  ti_sysbios_heaps_HeapMem_Header head;
371  xdc_SizeT minBlockAlign;
373 
374 /* Object2__ */
375 typedef struct {
376  xdc_runtime_Types_InstHdr hdr;
379 
380 
381 /*
382  * ======== ti.sysbios.heaps.HeapMem_Module_GateProxy INTERNALS ========
383  */
384 
385 /* Module__ */
387  xdc_runtime_Types_Link link;
389 
390 /* Module__root__V */
392 
393 /* <-- ti_sysbios_gates_GateMutex_Object */
394 
395 /* Object */
397 
398 /* Object2__ */
399 typedef struct {
400  xdc_runtime_Types_InstHdr hdr;
403 
404 
405 /*
406  * ======== ti.sysbios.knl.Clock INTERNALS ========
407  */
408 
409 /* Module__ */
411  xdc_runtime_Types_Link link;
413 
414 /* Module__root__V */
416 
417 /* <-- ti_sysbios_knl_Queue_Object */
418 
419 /* Object__ */
421  ti_sysbios_knl_Queue_Elem elem;
422  xdc_UInt32 timeout;
423  xdc_UInt32 currTimeout;
424  xdc_UInt32 period;
425  volatile xdc_Bool active;
426  ti_sysbios_knl_Clock_FuncPtr fxn;
427  xdc_UArg arg;
429 
430 /* Object2__ */
431 typedef struct {
432  xdc_runtime_Types_InstHdr hdr;
435 
436 
437 /*
438  * ======== ti.sysbios.knl.Clock_TimerProxy INTERNALS ========
439  */
440 
441 /* Module__ */
443  xdc_runtime_Types_Link link;
445 
446 /* Module__root__V */
448 
449 /* Object__ */
451  const ti_sysbios_timers_rti_Timer_Fxns__ *__fxns;
452  xdc_Bool staticInst;
453  xdc_Int id;
454  ti_sysbios_interfaces_ITimer_RunMode runMode;
455  ti_sysbios_interfaces_ITimer_StartMode startMode;
456  xdc_UInt prescale;
457  xdc_UInt period;
458  ti_sysbios_interfaces_ITimer_PeriodType periodType;
459  xdc_UInt intNum;
460  xdc_UArg arg;
461  ti_sysbios_hal_Hwi_FuncPtr tickFxn;
462  xdc_runtime_Types_FreqHz extFreq;
463  ti_sysbios_hal_Hwi_Handle hwi;
464  xdc_Bool createHwi;
466 
467 /* Object2__ */
468 typedef struct {
469  xdc_runtime_Types_InstHdr hdr;
472 
473 /* Object */
475 
476 /* Object2__ */
477 typedef struct {
478  xdc_runtime_Types_InstHdr hdr;
481 
482 
483 /*
484  * ======== ti.sysbios.knl.Event INTERNALS ========
485  */
486 
487 /* Module__ */
489  xdc_runtime_Types_Link link;
491 
492 /* Module__root__V */
494 
495 /* <-- ti_sysbios_knl_Queue_Object */
496 
497 /* Object__ */
499  volatile xdc_UInt postedEvents;
502 
503 /* Object2__ */
504 typedef struct {
505  xdc_runtime_Types_InstHdr hdr;
508 
509 
510 /*
511  * ======== ti.sysbios.knl.Idle INTERNALS ========
512  */
513 
514 
515 /*
516  * ======== ti.sysbios.knl.Intrinsics INTERNALS ========
517  */
518 
519 
520 /*
521  * ======== ti.sysbios.knl.Intrinsics_SupportProxy INTERNALS ========
522  */
523 
524 
525 /*
526  * ======== ti.sysbios.knl.Queue INTERNALS ========
527  */
528 
529 /* Module__ */
531  xdc_runtime_Types_Link link;
533 
534 /* Module__root__V */
536 
537 /* <-- ti_sysbios_knl_Queue_Object */
538 
539 
540 /*
541  * ======== ti.sysbios.knl.Semaphore INTERNALS ========
542  */
543 
544 /* Module__ */
546  xdc_runtime_Types_Link link;
548 
549 /* Module__root__V */
551 
552 /* <-- ti_sysbios_knl_Semaphore_Object */
553 
554 
555 /*
556  * ======== ti.sysbios.knl.Swi INTERNALS ========
557  */
558 
559 /* Module__ */
561  xdc_runtime_Types_Link link;
563 
564 /* Module__root__V */
566 
567 /* Object__ */
569  ti_sysbios_knl_Queue_Elem qElem;
570  ti_sysbios_knl_Swi_FuncPtr fxn;
571  xdc_UArg arg0;
572  xdc_UArg arg1;
573  xdc_UInt priority;
574  xdc_UInt mask;
575  xdc_Bool posted;
576  xdc_UInt initTrigger;
577  xdc_UInt trigger;
578  ti_sysbios_knl_Queue_Handle readyQ;
579  __TA_ti_sysbios_knl_Swi_Instance_State__hookEnv hookEnv;
581 
582 /* Object2__ */
583 typedef struct {
584  xdc_runtime_Types_InstHdr hdr;
587 
588 
589 /*
590  * ======== ti.sysbios.knl.Task INTERNALS ========
591  */
592 
593 /* Module__ */
595  xdc_runtime_Types_Link link;
597 
598 /* Module__root__V */
600 
601 /* <-- ti_sysbios_knl_Queue_Object */
602 
603 /* Object__ */
605  ti_sysbios_knl_Queue_Elem qElem;
606  volatile xdc_Int priority;
607  xdc_UInt mask;
608  xdc_Ptr context;
609  ti_sysbios_knl_Task_Mode mode;
610  ti_sysbios_knl_Task_PendElem *pendElem;
611  xdc_SizeT stackSize;
612  __TA_ti_sysbios_knl_Task_Instance_State__stack stack;
613  xdc_runtime_IHeap_Handle stackHeap;
614  ti_sysbios_knl_Task_FuncPtr fxn;
615  xdc_UArg arg0;
616  xdc_UArg arg1;
617  xdc_Ptr env;
618  __TA_ti_sysbios_knl_Task_Instance_State__hookEnv hookEnv;
619  xdc_Bool vitalTaskFlag;
620  ti_sysbios_knl_Queue_Handle readyQ;
621  xdc_UInt curCoreId;
622  xdc_UInt affinity;
623  xdc_Bool privileged;
624  xdc_Ptr domain;
625  xdc_UInt32 checkValue;
626  xdc_Ptr tls;
628 
629 /* Object2__ */
630 typedef struct {
631  xdc_runtime_Types_InstHdr hdr;
634 
635 
636 /*
637  * ======== ti.sysbios.knl.Task_SupportProxy INTERNALS ========
638  */
639 
640 
641 /*
642  * ======== ti.sysbios.timers.rti.Timer INTERNALS ========
643  */
644 
645 /* Module__ */
647  xdc_runtime_Types_Link link;
649 
650 /* Module__root__V */
652 
653 /* <-- ti_sysbios_timers_rti_Timer_Object */
654 
655 
656 /*
657  * ======== xdc.runtime.Assert INTERNALS ========
658  */
659 
660 
661 /*
662  * ======== xdc.runtime.Core INTERNALS ========
663  */
664 
665 
666 /*
667  * ======== xdc.runtime.Defaults INTERNALS ========
668  */
669 
670 
671 /*
672  * ======== xdc.runtime.Diags INTERNALS ========
673  */
674 
675 
676 /*
677  * ======== xdc.runtime.Error INTERNALS ========
678  */
679 
680 
681 /*
682  * ======== xdc.runtime.Gate INTERNALS ========
683  */
684 
685 
686 /*
687  * ======== xdc.runtime.Log INTERNALS ========
688  */
689 
690 
691 /*
692  * ======== xdc.runtime.Main INTERNALS ========
693  */
694 
695 
696 /*
697  * ======== xdc.runtime.Main_Module_GateProxy INTERNALS ========
698  */
699 
700 /* Module__ */
702  xdc_runtime_Types_Link link;
704 
705 /* Module__root__V */
707 
708 /* <-- ti_sysbios_gates_GateHwi_Object */
709 
710 /* Object */
712 
713 /* Object2__ */
714 typedef struct {
715  xdc_runtime_Types_InstHdr hdr;
718 
719 
720 /*
721  * ======== xdc.runtime.Memory INTERNALS ========
722  */
723 
724 
725 /*
726  * ======== xdc.runtime.Memory_HeapProxy INTERNALS ========
727  */
728 
729 /* Module__ */
731  xdc_runtime_Types_Link link;
733 
734 /* Module__root__V */
736 
737 /* <-- ti_sysbios_heaps_HeapMem_Object */
738 
739 /* Object */
741 
742 /* Object2__ */
743 typedef struct {
744  xdc_runtime_Types_InstHdr hdr;
747 
748 
749 /*
750  * ======== xdc.runtime.Registry INTERNALS ========
751  */
752 
753 
754 /*
755  * ======== xdc.runtime.Startup INTERNALS ========
756  */
757 
758 
759 /*
760  * ======== xdc.runtime.SysStd INTERNALS ========
761  */
762 
763 
764 /*
765  * ======== xdc.runtime.System INTERNALS ========
766  */
767 
768 
769 /*
770  * ======== xdc.runtime.System_Module_GateProxy INTERNALS ========
771  */
772 
773 /* Module__ */
775  xdc_runtime_Types_Link link;
777 
778 /* Module__root__V */
780 
781 /* <-- ti_sysbios_gates_GateHwi_Object */
782 
783 /* Object */
785 
786 /* Object2__ */
787 typedef struct {
788  xdc_runtime_Types_InstHdr hdr;
791 
792 
793 /*
794  * ======== xdc.runtime.System_SupportProxy INTERNALS ========
795  */
796 
797 
798 /*
799  * ======== xdc.runtime.Text INTERNALS ========
800  */
801 
802 
803 /*
804  * ======== INHERITS ========
805  */
806 
807 #pragma DATA_SECTION(xdc_runtime_IHeap_Interface__BASE__C, ".const:xdc_runtime_IHeap_Interface__BASE__C");
809 
810 #pragma DATA_SECTION(ti_sysbios_interfaces_ICache_Interface__BASE__C, ".const:ti_sysbios_interfaces_ICache_Interface__BASE__C");
812 
813 #pragma DATA_SECTION(xdc_runtime_ISystemSupport_Interface__BASE__C, ".const:xdc_runtime_ISystemSupport_Interface__BASE__C");
815 
816 #pragma DATA_SECTION(xdc_runtime_IGateProvider_Interface__BASE__C, ".const:xdc_runtime_IGateProvider_Interface__BASE__C");
818 
819 #pragma DATA_SECTION(xdc_runtime_IModule_Interface__BASE__C, ".const:xdc_runtime_IModule_Interface__BASE__C");
820 __FAR__ const xdc_runtime_Types_Base xdc_runtime_IModule_Interface__BASE__C = {0};
821 
822 
823 /*
824  * ======== ti.sysbios.gates.GateHwi VTABLE ========
825  */
826 
827 /* Module__FXNS__C */
828 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__FXNS__C, ".const:ti_sysbios_gates_GateHwi_Module__FXNS__C");
829 const ti_sysbios_gates_GateHwi_Fxns__ ti_sysbios_gates_GateHwi_Module__FXNS__C = {
831  &ti_sysbios_gates_GateHwi_Module__FXNS__C.__sfxns, /* __sysp */
832  ti_sysbios_gates_GateHwi_query__E,
833  ti_sysbios_gates_GateHwi_enter__E,
834  ti_sysbios_gates_GateHwi_leave__E,
835  {
839  0x8028, /* __mid */
840  } /* __sfxns */
841 };
842 
843 
844 /*
845  * ======== ti.sysbios.gates.GateMutex VTABLE ========
846  */
847 
848 /* Module__FXNS__C */
849 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__FXNS__C, ".const:ti_sysbios_gates_GateMutex_Module__FXNS__C");
850 const ti_sysbios_gates_GateMutex_Fxns__ ti_sysbios_gates_GateMutex_Module__FXNS__C = {
852  &ti_sysbios_gates_GateMutex_Module__FXNS__C.__sfxns, /* __sysp */
853  ti_sysbios_gates_GateMutex_query__E,
854  ti_sysbios_gates_GateMutex_enter__E,
855  ti_sysbios_gates_GateMutex_leave__E,
856  {
860  0x8029, /* __mid */
861  } /* __sfxns */
862 };
863 
864 
865 /*
866  * ======== ti.sysbios.hal.CacheNull VTABLE ========
867  */
868 
869 /* Module__FXNS__C */
870 #pragma DATA_SECTION(ti_sysbios_hal_CacheNull_Module__FXNS__C, ".const:ti_sysbios_hal_CacheNull_Module__FXNS__C");
871 const ti_sysbios_hal_CacheNull_Fxns__ ti_sysbios_hal_CacheNull_Module__FXNS__C = {
873  &ti_sysbios_hal_CacheNull_Module__FXNS__C.__sfxns, /* __sysp */
874  ti_sysbios_hal_CacheNull_enable__E,
875  ti_sysbios_hal_CacheNull_disable__E,
876  ti_sysbios_hal_CacheNull_inv__E,
877  ti_sysbios_hal_CacheNull_wb__E,
878  ti_sysbios_hal_CacheNull_wbInv__E,
879  ti_sysbios_hal_CacheNull_wbAll__E,
880  ti_sysbios_hal_CacheNull_wbInvAll__E,
881  ti_sysbios_hal_CacheNull_wait__E,
882  {
883  NULL, /* __create */
884  NULL, /* __delete */
885  NULL, /* __label */
886  0x802c, /* __mid */
887  } /* __sfxns */
888 };
889 
890 
891 /*
892  * ======== ti.sysbios.heaps.HeapBuf VTABLE ========
893  */
894 
895 /* Module__FXNS__C */
896 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Module__FXNS__C, ".const:ti_sysbios_heaps_HeapBuf_Module__FXNS__C");
897 const ti_sysbios_heaps_HeapBuf_Fxns__ ti_sysbios_heaps_HeapBuf_Module__FXNS__C = {
899  &ti_sysbios_heaps_HeapBuf_Module__FXNS__C.__sfxns, /* __sysp */
900  ti_sysbios_heaps_HeapBuf_alloc__E,
901  ti_sysbios_heaps_HeapBuf_free__E,
902  ti_sysbios_heaps_HeapBuf_isBlocking__E,
903  ti_sysbios_heaps_HeapBuf_getStats__E,
904  {
908  0x8020, /* __mid */
909  } /* __sfxns */
910 };
911 
912 
913 /*
914  * ======== ti.sysbios.heaps.HeapMem VTABLE ========
915  */
916 
917 /* Module__FXNS__C */
918 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__FXNS__C, ".const:ti_sysbios_heaps_HeapMem_Module__FXNS__C");
919 const ti_sysbios_heaps_HeapMem_Fxns__ ti_sysbios_heaps_HeapMem_Module__FXNS__C = {
921  &ti_sysbios_heaps_HeapMem_Module__FXNS__C.__sfxns, /* __sysp */
922  ti_sysbios_heaps_HeapMem_alloc__E,
923  ti_sysbios_heaps_HeapMem_free__E,
924  ti_sysbios_heaps_HeapMem_isBlocking__E,
925  ti_sysbios_heaps_HeapMem_getStats__E,
926  {
930  0x8021, /* __mid */
931  } /* __sfxns */
932 };
933 
934 
935 /*
936  * ======== xdc.runtime.SysStd VTABLE ========
937  */
938 
939 /* Module__FXNS__C */
940 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__FXNS__C, ".const:xdc_runtime_SysStd_Module__FXNS__C");
941 const xdc_runtime_SysStd_Fxns__ xdc_runtime_SysStd_Module__FXNS__C = {
943  &xdc_runtime_SysStd_Module__FXNS__C.__sfxns, /* __sysp */
944  xdc_runtime_SysStd_abort__E,
945  xdc_runtime_SysStd_exit__E,
946  xdc_runtime_SysStd_flush__E,
947  xdc_runtime_SysStd_putch__E,
948  xdc_runtime_SysStd_ready__E,
949  {
950  NULL, /* __create */
951  NULL, /* __delete */
952  NULL, /* __label */
953  0x800e, /* __mid */
954  } /* __sfxns */
955 };
956 
957 
958 /*
959  * ======== ti.sysbios.BIOS DECLARATIONS ========
960  */
961 
962 /* Module_State__ */
964  xdc_runtime_Types_FreqHz cpuFreq;
965  xdc_UInt rtsGateCount;
966  xdc_IArg rtsGateKey;
967  ti_sysbios_BIOS_RtsGateProxy_Handle rtsGate;
968  ti_sysbios_BIOS_ThreadType threadType;
969  __TA_ti_sysbios_BIOS_Module_State__smpThreadType smpThreadType;
970  volatile ti_sysbios_BIOS_StartFuncPtr startFunc;
971  volatile ti_sysbios_BIOS_ExitFuncPtr exitFunc;
973 
974 /* --> ti_sysbios_BIOS_startFunc */
975 extern xdc_Void ti_sysbios_BIOS_startFunc(xdc_Void);
976 
977 /* --> ti_sysbios_BIOS_exitFunc */
978 extern xdc_Void ti_sysbios_BIOS_exitFunc(xdc_Int);
979 
980 /* Module__state__V */
982 
983 
984 /*
985  * ======== ti.sysbios.BIOS_RtsGateProxy DECLARATIONS ========
986  */
987 
988 
989 /*
990  * ======== ti.sysbios.family.arm.IntrinsicsSupport DECLARATIONS ========
991  */
992 
993 
994 /*
995  * ======== ti.sysbios.family.arm.TaskSupport DECLARATIONS ========
996  */
997 
998 
999 /*
1000  * ======== ti.sysbios.family.arm.exc.Exception DECLARATIONS ========
1001  */
1002 
1003 /* Module_State__ */
1005  __TA_ti_sysbios_family_arm_exc_Exception_Module_State__excActive excActive;
1006  __TA_ti_sysbios_family_arm_exc_Exception_Module_State__excContext excContext;
1007  __TA_ti_sysbios_family_arm_exc_Exception_Module_State__excStackBuffers excStackBuffers;
1008  __TA_ti_sysbios_family_arm_exc_Exception_Module_State__excStack excStack;
1009  xdc_SizeT excStackSize;
1011 
1012 /* --> ti_sysbios_family_arm_exc_Exception_Module_State_0_excActive__A */
1013 __T1_ti_sysbios_family_arm_exc_Exception_Module_State__excActive ti_sysbios_family_arm_exc_Exception_Module_State_0_excActive__A[1];
1014 
1015 /* --> ti_sysbios_family_arm_exc_Exception_Module_State_0_excContext__A */
1016 __T1_ti_sysbios_family_arm_exc_Exception_Module_State__excContext ti_sysbios_family_arm_exc_Exception_Module_State_0_excContext__A[1];
1017 
1018 /* --> ti_sysbios_family_arm_exc_Exception_Module_State_0_excStackBuffers__A */
1019 __T1_ti_sysbios_family_arm_exc_Exception_Module_State__excStackBuffers ti_sysbios_family_arm_exc_Exception_Module_State_0_excStackBuffers__A[1];
1020 #ifdef __IAR_SYSTEMS_ICC__
1021  #pragma data_alignment=8
1022 #endif
1023 
1024 /* --> ti_sysbios_family_arm_exc_Exception_Module_State_0_excStack_0__A */
1025 __T1_ti_sysbios_family_arm_exc_Exception_Module_State__excStack ti_sysbios_family_arm_exc_Exception_Module_State_0_excStack_0__A[4096];
1026 #ifdef __ti__align
1027  #pragma DATA_ALIGN(ti_sysbios_family_arm_exc_Exception_Module_State_0_excStack_0__A, 8);
1028 #endif
1029 #ifdef __GNUC__
1030 #ifndef __TI_COMPILER_VERSION__
1031 __T1_ti_sysbios_family_arm_exc_Exception_Module_State__excStack ti_sysbios_family_arm_exc_Exception_Module_State_0_excStack_0__A[4096] __attribute__ ((aligned(8)));
1032 #endif
1033 #endif
1034 
1035 /* --> ti_sysbios_family_arm_exc_Exception_Module_State_0_excStack__A */
1036 __T2_ti_sysbios_family_arm_exc_Exception_Module_State__excStack ti_sysbios_family_arm_exc_Exception_Module_State_0_excStack__A[1];
1037 
1038 /* Module__state__V */
1040 
1041 /* --> ti_sysbios_family_arm_exc_Exception_excHookFuncs__A */
1042 const __T1_ti_sysbios_family_arm_exc_Exception_excHookFuncs ti_sysbios_family_arm_exc_Exception_excHookFuncs__A[1];
1043 
1044 
1045 /*
1046  * ======== ti.sysbios.family.arm.v7r.tms570.Core DECLARATIONS ========
1047  */
1048 
1049 
1050 /*
1051  * ======== ti.sysbios.family.arm.v7r.vim.Hwi DECLARATIONS ========
1052  */
1053 
1054 /* Object__table__V */
1056 
1057 /* Module_State__ */
1059  xdc_Char *taskSP;
1060  xdc_Char *isrStack;
1061  xdc_Ptr isrStackBase;
1062  xdc_Ptr isrStackSize;
1063  __TA_ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__fiqStack fiqStack;
1064  xdc_SizeT fiqStackSize;
1065  xdc_UInt *vimRam;
1066  __TA_ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__dispatchTable dispatchTable;
1067  __TA_ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__zeroLatencyFIQMask zeroLatencyFIQMask;
1068  xdc_UInt spuriousInts;
1070 
1071 /* --> __TI_STACK_BASE */
1072 extern void* __TI_STACK_BASE;
1073 
1074 /* --> __TI_STACK_SIZE */
1075 extern void* __TI_STACK_SIZE;
1076 #ifdef __IAR_SYSTEMS_ICC__
1077  #pragma data_alignment=8
1078 #endif
1079 
1080 /* --> ti_sysbios_family_arm_v7r_vim_Hwi_Module_State_0_fiqStack__A */
1081 __T1_ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__fiqStack ti_sysbios_family_arm_v7r_vim_Hwi_Module_State_0_fiqStack__A[2048];
1082 #ifdef __ti__sect
1083  #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Module_State_0_fiqStack__A, ".myFiqStack");
1084 #endif
1085 #if defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
1086 #ifndef __TI_COMPILER_VERSION__
1087 __T1_ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__fiqStack ti_sysbios_family_arm_v7r_vim_Hwi_Module_State_0_fiqStack__A[2048] __attribute__ ((section(".myFiqStack")));
1088 #endif
1089 #endif
1090 #ifdef __ti__align
1091  #pragma DATA_ALIGN(ti_sysbios_family_arm_v7r_vim_Hwi_Module_State_0_fiqStack__A, 8);
1092 #endif
1093 #ifdef __GNUC__
1094 #ifndef __TI_COMPILER_VERSION__
1095 __T1_ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__fiqStack ti_sysbios_family_arm_v7r_vim_Hwi_Module_State_0_fiqStack__A[2048] __attribute__ ((aligned(8)));
1096 #endif
1097 #endif
1098 
1099 /* --> ti_sysbios_family_arm_v7r_vim_Hwi_Module_State_0_dispatchTable__A */
1100 __T1_ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__dispatchTable ti_sysbios_family_arm_v7r_vim_Hwi_Module_State_0_dispatchTable__A[128];
1101 
1102 /* Module__state__V */
1104 
1105 /* --> ti_sysbios_family_arm_v7r_vim_Hwi_channelMap__A */
1106 const __T1_ti_sysbios_family_arm_v7r_vim_Hwi_channelMap ti_sysbios_family_arm_v7r_vim_Hwi_channelMap__A[128];
1107 
1108 /* --> ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet__A */
1109 const __T1_ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet__A[4];
1110 
1111 /* --> ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet__A */
1112 const __T1_ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet__A[4];
1113 
1114 /* --> ti_sysbios_knl_Swi_disable__E */
1115 extern xdc_UInt ti_sysbios_knl_Swi_disable__E(xdc_Void);
1116 
1117 /* --> ti_sysbios_knl_Swi_restoreHwi__E */
1118 extern xdc_Void ti_sysbios_knl_Swi_restoreHwi__E(xdc_UInt);
1119 
1120 /* --> ti_sysbios_knl_Task_disable__E */
1121 extern xdc_UInt ti_sysbios_knl_Task_disable__E(xdc_Void);
1122 
1123 /* --> ti_sysbios_knl_Task_restoreHwi__E */
1124 extern xdc_Void ti_sysbios_knl_Task_restoreHwi__E(xdc_UInt);
1125 
1126 
1127 /*
1128  * ======== ti.sysbios.gates.GateHwi DECLARATIONS ========
1129  */
1130 
1131 /* Object__table__V */
1133 
1134 
1135 /*
1136  * ======== ti.sysbios.gates.GateMutex DECLARATIONS ========
1137  */
1138 
1139 /* Object__table__V */
1141 
1142 
1143 /*
1144  * ======== ti.sysbios.hal.Cache DECLARATIONS ========
1145  */
1146 
1147 
1148 /*
1149  * ======== ti.sysbios.hal.CacheNull DECLARATIONS ========
1150  */
1151 
1152 
1153 /*
1154  * ======== ti.sysbios.hal.Cache_CacheProxy DECLARATIONS ========
1155  */
1156 
1157 
1158 /*
1159  * ======== ti.sysbios.hal.Core DECLARATIONS ========
1160  */
1161 
1162 
1163 /*
1164  * ======== ti.sysbios.hal.Core_CoreProxy DECLARATIONS ========
1165  */
1166 
1167 
1168 /*
1169  * ======== ti.sysbios.hal.Hwi DECLARATIONS ========
1170  */
1171 
1172 /* Object__table__V */
1174 
1175 
1176 /*
1177  * ======== ti.sysbios.hal.Hwi_HwiProxy DECLARATIONS ========
1178  */
1179 
1180 
1181 /*
1182  * ======== ti.sysbios.heaps.HeapBuf DECLARATIONS ========
1183  */
1184 
1185 /* Module_State__ */
1187  __TA_ti_sysbios_heaps_HeapBuf_Module_State__constructedHeaps constructedHeaps;
1189 
1190 /* Module__state__V */
1192 
1193 
1194 /*
1195  * ======== ti.sysbios.heaps.HeapMem DECLARATIONS ========
1196  */
1197 
1198 #ifdef __IAR_SYSTEMS_ICC__
1199  #pragma data_alignment=8
1200 #endif
1201 /* --> ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A */
1202 __T1_ti_sysbios_heaps_HeapMem_Instance_State__buf ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A[32768];
1203 #ifdef __ti__sect
1204  #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A, "systemHeap");
1205 #endif
1206 #if defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
1207 #ifndef __TI_COMPILER_VERSION__
1208 __T1_ti_sysbios_heaps_HeapMem_Instance_State__buf ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A[32768] __attribute__ ((section("systemHeap")));
1209 #endif
1210 #endif
1211 #ifdef __ti__align
1212  #pragma DATA_ALIGN(ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A, 8);
1213 #endif
1214 #ifdef __GNUC__
1215 #ifndef __TI_COMPILER_VERSION__
1216 __T1_ti_sysbios_heaps_HeapMem_Instance_State__buf ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A[32768] __attribute__ ((aligned(8)));
1217 #endif
1218 #endif
1219 
1220 /* Object__table__V */
1222 
1223 
1224 /*
1225  * ======== ti.sysbios.heaps.HeapMem_Module_GateProxy DECLARATIONS ========
1226  */
1227 
1228 
1229 /*
1230  * ======== ti.sysbios.knl.Clock DECLARATIONS ========
1231  */
1232 
1233 /* Module_State__ */
1235  volatile xdc_UInt32 ticks;
1236  xdc_UInt swiCount;
1237  ti_sysbios_knl_Clock_TimerProxy_Handle timer;
1238  ti_sysbios_knl_Swi_Handle swi;
1239  volatile xdc_UInt numTickSkip;
1240  xdc_UInt32 nextScheduledTick;
1241  xdc_UInt32 maxSkippable;
1242  xdc_Bool inWorkFunc;
1243  volatile xdc_Bool startDuringWorkFunc;
1244  xdc_Bool ticking;
1247 
1248 /* Module__state__V */
1250 
1251 /* --> ti_sysbios_knl_Clock_doTick__I */
1252 extern xdc_Void ti_sysbios_knl_Clock_doTick__I(xdc_UArg);
1253 
1254 
1255 /*
1256  * ======== ti.sysbios.knl.Clock_TimerProxy DECLARATIONS ========
1257  */
1258 
1259 
1260 /*
1261  * ======== ti.sysbios.knl.Event DECLARATIONS ========
1262  */
1263 
1264 
1265 /*
1266  * ======== ti.sysbios.knl.Idle DECLARATIONS ========
1267  */
1268 
1269 /* --> ti_sysbios_hal_Hwi_checkStack */
1270 extern xdc_Void ti_sysbios_hal_Hwi_checkStack(xdc_Void);
1271 
1272 /* --> ti_sysbios_knl_Idle_funcList__A */
1273 const __T1_ti_sysbios_knl_Idle_funcList ti_sysbios_knl_Idle_funcList__A[1];
1274 
1275 /* --> ti_sysbios_knl_Idle_coreList__A */
1276 const __T1_ti_sysbios_knl_Idle_coreList ti_sysbios_knl_Idle_coreList__A[1];
1277 
1278 
1279 /*
1280  * ======== ti.sysbios.knl.Intrinsics DECLARATIONS ========
1281  */
1282 
1283 
1284 /*
1285  * ======== ti.sysbios.knl.Intrinsics_SupportProxy DECLARATIONS ========
1286  */
1287 
1288 
1289 /*
1290  * ======== ti.sysbios.knl.Queue DECLARATIONS ========
1291  */
1292 
1293 
1294 /*
1295  * ======== ti.sysbios.knl.Semaphore DECLARATIONS ========
1296  */
1297 
1298 
1299 /*
1300  * ======== ti.sysbios.knl.Swi DECLARATIONS ========
1301  */
1302 
1303 /* Object__table__V */
1305 
1306 /* Module_State__ */
1308  volatile xdc_Bool locked;
1309  xdc_UInt curSet;
1310  xdc_UInt curTrigger;
1311  ti_sysbios_knl_Swi_Handle curSwi;
1312  ti_sysbios_knl_Queue_Handle curQ;
1313  __TA_ti_sysbios_knl_Swi_Module_State__readyQ readyQ;
1314  __TA_ti_sysbios_knl_Swi_Module_State__constructedSwis constructedSwis;
1316 
1317 /* --> ti_sysbios_knl_Swi_Module_State_0_readyQ__A */
1318 __T1_ti_sysbios_knl_Swi_Module_State__readyQ ti_sysbios_knl_Swi_Module_State_0_readyQ__A[16];
1319 
1320 /* Module__state__V */
1322 
1323 /* --> ti_sysbios_knl_Task_disable__E */
1324 extern xdc_UInt ti_sysbios_knl_Task_disable__E(xdc_Void);
1325 
1326 /* --> ti_sysbios_knl_Task_restore__E */
1327 extern xdc_Void ti_sysbios_knl_Task_restore__E(xdc_UInt);
1328 
1329 
1330 /*
1331  * ======== ti.sysbios.knl.Task DECLARATIONS ========
1332  */
1333 
1334 #ifdef __IAR_SYSTEMS_ICC__
1335  #pragma data_alignment=8
1336 #endif
1337 /* --> ti_sysbios_knl_Task_Instance_State_0_stack__A */
1338 __T1_ti_sysbios_knl_Task_Instance_State__stack ti_sysbios_knl_Task_Instance_State_0_stack__A[2048];
1339 #ifdef __ti__sect
1340  #pragma DATA_SECTION(ti_sysbios_knl_Task_Instance_State_0_stack__A, ".bss:taskStackSection");
1341 #endif
1342 #if defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
1343 #ifndef __TI_COMPILER_VERSION__
1344 __T1_ti_sysbios_knl_Task_Instance_State__stack ti_sysbios_knl_Task_Instance_State_0_stack__A[2048] __attribute__ ((section(".bss:taskStackSection")));
1345 #endif
1346 #endif
1347 #ifdef __ti__align
1348  #pragma DATA_ALIGN(ti_sysbios_knl_Task_Instance_State_0_stack__A, 8);
1349 #endif
1350 #ifdef __GNUC__
1351 #ifndef __TI_COMPILER_VERSION__
1352 __T1_ti_sysbios_knl_Task_Instance_State__stack ti_sysbios_knl_Task_Instance_State_0_stack__A[2048] __attribute__ ((aligned(8)));
1353 #endif
1354 #endif
1355 
1356 /* Object__table__V */
1358 
1359 /* Module_State__ */
1361  volatile xdc_Bool locked;
1362  volatile xdc_UInt curSet;
1363  volatile xdc_Bool workFlag;
1364  xdc_UInt vitalTasks;
1365  ti_sysbios_knl_Task_Handle curTask;
1366  ti_sysbios_knl_Queue_Handle curQ;
1367  __TA_ti_sysbios_knl_Task_Module_State__readyQ readyQ;
1368  __TA_ti_sysbios_knl_Task_Module_State__smpCurSet smpCurSet;
1369  __TA_ti_sysbios_knl_Task_Module_State__smpCurMask smpCurMask;
1370  __TA_ti_sysbios_knl_Task_Module_State__smpCurTask smpCurTask;
1371  __TA_ti_sysbios_knl_Task_Module_State__smpReadyQ smpReadyQ;
1372  __TA_ti_sysbios_knl_Task_Module_State__idleTask idleTask;
1373  __TA_ti_sysbios_knl_Task_Module_State__constructedTasks constructedTasks;
1378 
1379 /* --> ti_sysbios_knl_Task_Module_State_0_readyQ__A */
1380 __T1_ti_sysbios_knl_Task_Module_State__readyQ ti_sysbios_knl_Task_Module_State_0_readyQ__A[16];
1381 
1382 /* --> ti_sysbios_knl_Task_Module_State_0_idleTask__A */
1383 __T1_ti_sysbios_knl_Task_Module_State__idleTask ti_sysbios_knl_Task_Module_State_0_idleTask__A[1];
1384 
1385 /* Module__state__V */
1387 
1388 
1389 /*
1390  * ======== ti.sysbios.knl.Task_SupportProxy DECLARATIONS ========
1391  */
1392 
1393 
1394 /*
1395  * ======== ti.sysbios.timers.rti.Timer DECLARATIONS ========
1396  */
1397 
1398 /* Object__table__V */
1400 
1401 /* Module_State__ */
1403  xdc_UInt availMask;
1404  __TA_ti_sysbios_timers_rti_Timer_Module_State__device device;
1405  __TA_ti_sysbios_timers_rti_Timer_Module_State__intFreqs intFreqs;
1406  __TA_ti_sysbios_timers_rti_Timer_Module_State__handles handles;
1408 
1409 /* --> ti_sysbios_timers_rti_Timer_Module_State_0_device__A */
1410 __T1_ti_sysbios_timers_rti_Timer_Module_State__device ti_sysbios_timers_rti_Timer_Module_State_0_device__A[2];
1411 
1412 /* --> ti_sysbios_timers_rti_Timer_Module_State_0_intFreqs__A */
1413 __T1_ti_sysbios_timers_rti_Timer_Module_State__intFreqs ti_sysbios_timers_rti_Timer_Module_State_0_intFreqs__A[2];
1414 
1415 /* --> ti_sysbios_timers_rti_Timer_Module_State_0_handles__A */
1416 __T1_ti_sysbios_timers_rti_Timer_Module_State__handles ti_sysbios_timers_rti_Timer_Module_State_0_handles__A[2];
1417 
1418 /* Module__state__V */
1420 
1421 
1422 /*
1423  * ======== xdc.runtime.Assert DECLARATIONS ========
1424  */
1425 
1426 
1427 /*
1428  * ======== xdc.runtime.Core DECLARATIONS ========
1429  */
1430 
1431 
1432 /*
1433  * ======== xdc.runtime.Defaults DECLARATIONS ========
1434  */
1435 
1436 
1437 /*
1438  * ======== xdc.runtime.Diags DECLARATIONS ========
1439  */
1440 
1441 
1442 /*
1443  * ======== xdc.runtime.Error DECLARATIONS ========
1444  */
1445 
1446 /* Module_State__ */
1448  xdc_UInt16 count;
1450 
1451 /* Module__state__V */
1453 
1454 
1455 /*
1456  * ======== xdc.runtime.Gate DECLARATIONS ========
1457  */
1458 
1459 
1460 /*
1461  * ======== xdc.runtime.Log DECLARATIONS ========
1462  */
1463 
1464 
1465 /*
1466  * ======== xdc.runtime.Main DECLARATIONS ========
1467  */
1468 
1469 
1470 /*
1471  * ======== xdc.runtime.Main_Module_GateProxy DECLARATIONS ========
1472  */
1473 
1474 
1475 /*
1476  * ======== xdc.runtime.Memory DECLARATIONS ========
1477  */
1478 
1479 /* Module_State__ */
1483 
1484 /* Module__state__V */
1486 
1487 
1488 /*
1489  * ======== xdc.runtime.Memory_HeapProxy DECLARATIONS ========
1490  */
1491 
1492 
1493 /*
1494  * ======== xdc.runtime.Registry DECLARATIONS ========
1495  */
1496 
1497 /* Module_State__ */
1499  xdc_runtime_Registry_Desc *listHead;
1500  xdc_runtime_Types_ModuleId curId;
1502 
1503 /* Module__state__V */
1505 
1506 
1507 /*
1508  * ======== xdc.runtime.Startup DECLARATIONS ========
1509  */
1510 
1511 /* Module_State__ */
1513  xdc_Int *stateTab;
1514  xdc_Bool execFlag;
1515  xdc_Bool rtsDoneFlag;
1517 
1518 /* Module__state__V */
1520 
1521 /* --> ti_sysbios_hal_Hwi_initStack */
1522 extern xdc_Void ti_sysbios_hal_Hwi_initStack(xdc_Void);
1523 
1524 /* --> xdc_runtime_Startup_firstFxns__A */
1525 const __T1_xdc_runtime_Startup_firstFxns xdc_runtime_Startup_firstFxns__A[2];
1526 
1527 /* --> xdc_runtime_System_Module_startup__E */
1528 extern xdc_Int xdc_runtime_System_Module_startup__E(xdc_Int);
1529 
1530 /* --> ti_sysbios_knl_Clock_Module_startup__E */
1531 extern xdc_Int ti_sysbios_knl_Clock_Module_startup__E(xdc_Int);
1532 
1533 /* --> ti_sysbios_knl_Swi_Module_startup__E */
1534 extern xdc_Int ti_sysbios_knl_Swi_Module_startup__E(xdc_Int);
1535 
1536 /* --> ti_sysbios_knl_Task_Module_startup__E */
1537 extern xdc_Int ti_sysbios_knl_Task_Module_startup__E(xdc_Int);
1538 
1539 /* --> ti_sysbios_heaps_HeapBuf_Module_startup__E */
1540 extern xdc_Int ti_sysbios_heaps_HeapBuf_Module_startup__E(xdc_Int);
1541 
1542 /* --> ti_sysbios_family_arm_v7r_vim_Hwi_Module_startup__E */
1544 
1545 /* --> ti_sysbios_family_arm_exc_Exception_Module_startup__E */
1547 
1548 /* --> ti_sysbios_hal_Hwi_Module_startup__E */
1549 extern xdc_Int ti_sysbios_hal_Hwi_Module_startup__E(xdc_Int);
1550 
1551 /* --> ti_sysbios_family_arm_v7r_tms570_Core_Module_startup__E */
1553 
1554 /* --> ti_sysbios_timers_rti_Timer_Module_startup__E */
1555 extern xdc_Int ti_sysbios_timers_rti_Timer_Module_startup__E(xdc_Int);
1556 
1557 /* --> xdc_runtime_Startup_sfxnTab__A */
1558 const __T1_xdc_runtime_Startup_sfxnTab xdc_runtime_Startup_sfxnTab__A[10];
1559 
1560 /* --> xdc_runtime_Startup_sfxnRts__A */
1561 const __T1_xdc_runtime_Startup_sfxnRts xdc_runtime_Startup_sfxnRts__A[10];
1562 
1563 
1564 /*
1565  * ======== xdc.runtime.SysStd DECLARATIONS ========
1566  */
1567 
1568 
1569 /*
1570  * ======== xdc.runtime.System DECLARATIONS ========
1571  */
1572 
1573 /* Module_State__ */
1575  __TA_xdc_runtime_System_Module_State__atexitHandlers atexitHandlers;
1578 
1579 /* --> xdc_runtime_System_Module_State_0_atexitHandlers__A */
1580 __T1_xdc_runtime_System_Module_State__atexitHandlers xdc_runtime_System_Module_State_0_atexitHandlers__A[8];
1581 
1582 /* Module__state__V */
1584 
1585 /* --> xdc_runtime_System_printfExtend__I */
1586 extern xdc_Int xdc_runtime_System_printfExtend__I(xdc_Char**,xdc_CString*,xdc_VaList*,xdc_runtime_System_ParseData*);
1587 
1588 
1589 /*
1590  * ======== xdc.runtime.System_Module_GateProxy DECLARATIONS ========
1591  */
1592 
1593 
1594 /*
1595  * ======== xdc.runtime.System_SupportProxy DECLARATIONS ========
1596  */
1597 
1598 
1599 /*
1600  * ======== xdc.runtime.Text DECLARATIONS ========
1601  */
1602 
1603 /* Module_State__ */
1605  xdc_CPtr charBase;
1606  xdc_CPtr nodeBase;
1608 
1609 /* Module__state__V */
1611 
1612 /* --> xdc_runtime_Text_charTab__A */
1613 const __T1_xdc_runtime_Text_charTab xdc_runtime_Text_charTab__A[6894];
1614 
1615 /* --> xdc_runtime_Text_nodeTab__A */
1616 const __T1_xdc_runtime_Text_nodeTab xdc_runtime_Text_nodeTab__A[52];
1617 
1618 
1619 /*
1620  * ======== OBJECT OFFSETS ========
1621  */
1622 
1623 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Instance_State_sem__O, ".const:ti_sysbios_gates_GateMutex_Instance_State_sem__O");
1625 
1626 
1627 /*
1628  * ======== OBJECT OFFSETS ========
1629  */
1630 
1631 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Instance_State_freeList__O, ".const:ti_sysbios_heaps_HeapBuf_Instance_State_freeList__O");
1632 __FAR__ const xdc_SizeT ti_sysbios_heaps_HeapBuf_Instance_State_freeList__O = offsetof(ti_sysbios_heaps_HeapBuf_Object__,Object_field_freeList);
1633 
1634 
1635 /*
1636  * ======== OBJECT OFFSETS ========
1637  */
1638 
1639 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module_State_clockQ__O, ".const:ti_sysbios_knl_Clock_Module_State_clockQ__O");
1640 __FAR__ const xdc_SizeT ti_sysbios_knl_Clock_Module_State_clockQ__O = offsetof(ti_sysbios_knl_Clock_Module_State__,Object_field_clockQ);
1641 
1642 
1643 /*
1644  * ======== OBJECT OFFSETS ========
1645  */
1646 
1647 #pragma DATA_SECTION(ti_sysbios_knl_Event_Instance_State_pendQ__O, ".const:ti_sysbios_knl_Event_Instance_State_pendQ__O");
1648 __FAR__ const xdc_SizeT ti_sysbios_knl_Event_Instance_State_pendQ__O = offsetof(ti_sysbios_knl_Event_Object__,Object_field_pendQ);
1649 
1650 
1651 /*
1652  * ======== OBJECT OFFSETS ========
1653  */
1654 
1655 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Instance_State_pendQ__O, ".const:ti_sysbios_knl_Semaphore_Instance_State_pendQ__O");
1656 __FAR__ const xdc_SizeT ti_sysbios_knl_Semaphore_Instance_State_pendQ__O = offsetof(ti_sysbios_knl_Semaphore_Object__,Object_field_pendQ);
1657 
1658 
1659 /*
1660  * ======== OBJECT OFFSETS ========
1661  */
1662 
1663 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module_State_inactiveQ__O, ".const:ti_sysbios_knl_Task_Module_State_inactiveQ__O");
1664 __FAR__ const xdc_SizeT ti_sysbios_knl_Task_Module_State_inactiveQ__O = offsetof(ti_sysbios_knl_Task_Module_State__,Object_field_inactiveQ);
1665 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module_State_terminatedQ__O, ".const:ti_sysbios_knl_Task_Module_State_terminatedQ__O");
1666 __FAR__ const xdc_SizeT ti_sysbios_knl_Task_Module_State_terminatedQ__O = offsetof(ti_sysbios_knl_Task_Module_State__,Object_field_terminatedQ);
1667 
1668 
1669 /*
1670  * ======== xdc.cfg.Program TEMPLATE ========
1671  */
1672 
1673 /*
1674  * ======== __ASM__ ========
1675  * Define absolute path prefix for this executable's
1676  * configuration generated files.
1677  */
1678 xdc__META(__ASM__, "@(#)__ASM__ = C:/Users/astro/workspace_v9_2/srr_18xx_mss/Debug/configPkg/package/cfg/mss_per4f");
1679 
1680 /*
1681  * ======== __ISA__ ========
1682  * Define the ISA of this executable. This symbol is used by platform
1683  * specific "exec" commands that support more than one ISA; e.g., gdb
1684  */
1685 xdc__META(__ISA__, "@(#)__ISA__ = v7R");
1686 
1687 /*
1688  * ======== __PLAT__ ========
1689  * Define the name of the platform that can run this executable. This
1690  * symbol is used by platform independent "exec" commands
1691  */
1692 xdc__META(__PLAT__, "@(#)__PLAT__ = ti.platforms.cortexR");
1693 
1694 /*
1695  * ======== __TARG__ ========
1696  * Define the name of the target used to build this executable.
1697  */
1698 xdc__META(__TARG__, "@(#)__TARG__ = ti.targets.arm.elf.R4F");
1699 
1700 /*
1701  * ======== __TRDR__ ========
1702  * Define the name of the class that can read/parse this executable.
1703  */
1704 xdc__META(__TRDR__, "@(#)__TRDR__ = ti.targets.omf.elf.Elf32");
1705 
1706 
1707 /*
1708  * ======== xdc.cfg.SourceDir TEMPLATE ========
1709  */
1710 
1711 
1712 
1713 /*
1714  * ======== xdc.runtime.Diags TEMPLATE ========
1715  */
1716 
1717 
1718 
1719 /*
1720  * ======== xdc.runtime.Error TEMPLATE ========
1721  */
1722 
1723 xdc_runtime_Error_Block xdc_runtime_Error_IgnoreBlock = {
1724  ~0, /* unused */
1725  {
1726  {0, 0} /* data */
1727  },
1728  0, /* id */
1729  0, /* msg */
1730  {
1731  0, /* mod */
1732  0, /* file */
1733  0 /* line */
1734  }
1735 };
1736 
1737 /*
1738  * ======== xdc.runtime.Startup TEMPLATE ========
1739  */
1740 
1741 /*
1742  * ======== MODULE STARTUP DONE FUNCTIONS ========
1743  */
1744 xdc_Bool xdc_runtime_System_Module__startupDone__F(void); /* keep GCC prototype warning quiet */
1746  return (&xdc_runtime_Startup_Module__state__V)->stateTab == 0 || (&xdc_runtime_Startup_Module__state__V)->stateTab[0] < 0;
1747 }
1748 xdc_Bool ti_sysbios_knl_Clock_Module__startupDone__F(void); /* keep GCC prototype warning quiet */
1750  return (&xdc_runtime_Startup_Module__state__V)->stateTab == 0 || (&xdc_runtime_Startup_Module__state__V)->stateTab[1] < 0;
1751 }
1752 xdc_Bool ti_sysbios_knl_Swi_Module__startupDone__F(void); /* keep GCC prototype warning quiet */
1754  return (&xdc_runtime_Startup_Module__state__V)->stateTab == 0 || (&xdc_runtime_Startup_Module__state__V)->stateTab[2] < 0;
1755 }
1756 xdc_Bool ti_sysbios_knl_Task_Module__startupDone__F(void); /* keep GCC prototype warning quiet */
1758  return (&xdc_runtime_Startup_Module__state__V)->stateTab == 0 || (&xdc_runtime_Startup_Module__state__V)->stateTab[3] < 0;
1759 }
1760 xdc_Bool ti_sysbios_heaps_HeapBuf_Module__startupDone__F(void); /* keep GCC prototype warning quiet */
1762  return (&xdc_runtime_Startup_Module__state__V)->stateTab == 0 || (&xdc_runtime_Startup_Module__state__V)->stateTab[4] < 0;
1763 }
1764 xdc_Bool ti_sysbios_family_arm_v7r_vim_Hwi_Module__startupDone__F(void); /* keep GCC prototype warning quiet */
1766  return (&xdc_runtime_Startup_Module__state__V)->stateTab == 0 || (&xdc_runtime_Startup_Module__state__V)->stateTab[5] < 0;
1767 }
1768 xdc_Bool ti_sysbios_family_arm_exc_Exception_Module__startupDone__F(void); /* keep GCC prototype warning quiet */
1770  return (&xdc_runtime_Startup_Module__state__V)->stateTab == 0 || (&xdc_runtime_Startup_Module__state__V)->stateTab[6] < 0;
1771 }
1772 xdc_Bool ti_sysbios_hal_Hwi_Module__startupDone__F(void); /* keep GCC prototype warning quiet */
1774  return (&xdc_runtime_Startup_Module__state__V)->stateTab == 0 || (&xdc_runtime_Startup_Module__state__V)->stateTab[7] < 0;
1775 }
1776 xdc_Bool ti_sysbios_family_arm_v7r_tms570_Core_Module__startupDone__F(void); /* keep GCC prototype warning quiet */
1778  return (&xdc_runtime_Startup_Module__state__V)->stateTab == 0 || (&xdc_runtime_Startup_Module__state__V)->stateTab[8] < 0;
1779 }
1780 xdc_Bool ti_sysbios_timers_rti_Timer_Module__startupDone__F(void); /* keep GCC prototype warning quiet */
1782  return (&xdc_runtime_Startup_Module__state__V)->stateTab == 0 || (&xdc_runtime_Startup_Module__state__V)->stateTab[9] < 0;
1783 }
1784 
1785 
1786 /*
1787  * Startup_exec__I is an internal entry point called by target/platform
1788  * boot code. Boot code is not brought into a partial-link assembly. So,
1789  * without this pragma, whole program optimizers would otherwise optimize-out
1790  * this function.
1791  */
1792 #ifdef __ti__
1793 #pragma FUNC_EXT_CALLED(xdc_runtime_Startup_exec__I);
1794 #endif
1795 
1796 #ifdef __GNUC__
1797 #if __GNUC__ >= 4
1798 #ifdef __llvm__
1799 xdc_Void xdc_runtime_Startup_exec__I(void) __attribute__ ((used));
1800 #else
1801 xdc_Void xdc_runtime_Startup_exec__I(void) __attribute__ ((externally_visible));
1802 #endif
1803 #endif
1804 #endif
1805 
1806 /*
1807  * ======== xdc_runtime_Startup_exec__I ========
1808  * Initialize all used modules that have startup functions
1809  */
1811 {
1812  xdc_Int state[10];
1814 }
1815 
1816 /*
1817  * ======== xdc.runtime.Reset TEMPLATE ========
1818  */
1819 
1820 /*
1821  * Startup_reset__I is an internal entry point called by target/platform
1822  * boot code. Boot code is not brought into a partial-link assembly. So,
1823  * without this pragma, whole program optimizers would otherwise optimize-out
1824  * this function.
1825  */
1826 #ifdef __ti__
1827 #pragma FUNC_EXT_CALLED(xdc_runtime_Startup_reset__I);
1828 #endif
1829 
1830 #ifdef __GNUC__
1831 #if __GNUC__ >= 4
1832 #ifdef __llvm__
1833 xdc_Void xdc_runtime_Startup_reset__I(void) __attribute__ ((used));
1834 #else
1835 xdc_Void xdc_runtime_Startup_reset__I(void) __attribute__ ((externally_visible));
1836 #endif
1837 #endif
1838 #endif
1839 
1840 
1841 /*
1842  * ======== xdc_runtime_Startup_reset__I ========
1843  * This function is called by bootstrap initialization code as early as
1844  * possible in the startup process. This function calls all functions in
1845  * the Reset.fxns array _as well as_ Startup.resetFxn (if it's non-NULL)
1846  */
1848 {
1849 }
1850 
1851 /*
1852  * ======== xdc.runtime.System TEMPLATE ========
1853  */
1854 
1855 
1856 #include <xdc/std.h>
1857 #include <limits.h>
1858 #include <xdc/runtime/Types.h>
1859 #include <xdc/runtime/Text.h>
1860 #include <xdc/runtime/Assert.h>
1861 
1862 #include <xdc/runtime/System.h>
1863 #include <xdc/runtime/System__internal.h>
1864 
1865 /*
1866  * ======== System_printfExtend__I ========
1867  * This function processes optional extended formats of printf.
1868  *
1869  * It returns the number of characters added to the result.
1870  *
1871  * Precision (maximum string length) is not supported for %$S.
1872  *
1873  * Right-justified (which is default) minimum width is not supported
1874  * for %$L, %$S, or %$F.
1875  */
1876 xdc_Int xdc_runtime_System_printfExtend__I(xdc_Char **pbuf, xdc_CString *pfmt,
1877  xdc_VaList *pva, xdc_runtime_System_ParseData *parse)
1878 {
1879  xdc_CString fmt = *pfmt;
1880  xdc_Int res;
1881  xdc_Char c;
1882  xdc_Bool found = FALSE;
1883 
1884  /*
1885  * Create a local variable 'va' to ensure that the dereference of
1886  * pva only occurs once.
1887  */
1888  va_list va = *pva;
1889 
1890  res = 0;
1891 
1892  c = *fmt++;
1893  *pfmt = *pfmt + 1;
1894 
1895 
1896  if (c == '$') {
1897  c = *fmt++;
1898  *pfmt = *pfmt + 1;
1899 
1900  if (c == 'L') {
1901  xdc_runtime_Types_Label *lab = parse->aFlag ?
1902  (xdc_runtime_Types_Label *)xdc_iargToPtr(va_arg(va, xdc_IArg)) :
1903  (xdc_runtime_Types_Label *)va_arg(va, void *);
1904 
1905  /*
1906  * Call Text_putLab to write out the label, taking the precision
1907  * into account.
1908  */
1909  res = xdc_runtime_Text_putLab(lab, pbuf, parse->precis);
1910 
1911  /*
1912  * Set the length to 0 to indicate to 'doPrint' that nothing should
1913  * be copied from parse.ptr.
1914  */
1915  parse->len = 0;
1916 
1917  /* Update the minimum width field. */
1918  parse->width -= res;
1919 
1920  found = TRUE;
1921  }
1922 
1923  if (c == 'F') {
1924  xdc_runtime_Types_Site site;
1925 
1926  /* Retrieve the file name string from the argument list */
1927  site.file = parse->aFlag ? (xdc_Char *) xdc_iargToPtr(va_arg(va, xdc_IArg)) :
1928  (xdc_Char *) va_arg(va, xdc_Char *);
1929 
1930  /* Retrieve the line number from the argument list. */
1931  site.line = parse->aFlag ? (xdc_Int) va_arg(va, xdc_IArg) :
1932  (xdc_Int) va_arg(va, xdc_Int);
1933 
1934  /*
1935  * Omit the 'mod' field, set it to 0.
1936  * '0' is a safe sentinel value - the IDs for named modules are
1937  * 0x8000 and higher, and the IDs for unnamed modules go from 0x1
1938  * to 0x7fff.
1939  */
1940  site.mod = 0;
1941 
1942  /*
1943  * Call putSite to format the file and line number.
1944  * If a precision was specified, it will be used as the maximum
1945  * string lengrth.
1946  */
1947  res = xdc_runtime_Text_putSite(&site, pbuf, parse->precis);
1948 
1949  /*
1950  * Set the length to 0 to indicate to 'doPrint' that nothing should
1951  * be copied from parse.ptr.
1952  */
1953  parse->len = 0;
1954 
1955  /* Update the minimum width field */
1956  parse->width -= res;
1957 
1958  found = TRUE;
1959  }
1960 
1961  if (c == 'S') {
1962  /* Retrieve the format string from the argument list */
1963  parse->ptr = parse->aFlag ?
1964  (xdc_Char *) xdc_iargToPtr(va_arg(va, xdc_IArg)) :
1965  (xdc_Char *) va_arg(va, xdc_Char *);
1966 
1967  /* Update pva before passing it to doPrint. */
1968  *pva = va;
1969 
1970  /* Perform the recursive format. System_doPrint does not advance
1971  * the buffer pointer, so it has to be done explicitly.
1972  */
1973  res = xdc_runtime_System_doPrint__I(*pbuf, parse->precis,
1974  parse->ptr, pva, parse->aFlag);
1975 
1976  if (*pbuf) {
1977  *pbuf += res;
1978  }
1979 
1980  /* Update the temporary variable with any changes to *pva */
1981  va = *pva;
1982 
1983  /*
1984  * Set the length to 0 to indicate to 'doPrint' that nothing should
1985  * be copied from parse.ptr
1986  */
1987  parse->len = 0;
1988 
1989  /* Update the minimum width field */
1990  parse->width -= res;
1991 
1992  /* Indicate that we were able to interpret the specifier */
1993  found = TRUE;
1994  }
1995 
1996  }
1997 
1998  if (c == 'f') {
1999  /* support arguments _after_ optional float support */
2000  if (parse->aFlag) {
2001  (void)va_arg(va, xdc_IArg);
2002  }
2003  else {
2004  (void)va_arg(va, double);
2005  }
2006  }
2007 
2008  if (found == FALSE) {
2009  /* other character (like %) copy to output */
2010  *(parse->ptr) = c;
2011  parse->len = 1;
2012  }
2013 
2014  /*
2015  * Before returning, we must update the value of pva. We use a label here
2016  * so that all return points will go through this update.
2017  * The 'goto end' is here to ensure that there is always a reference to the
2018  * label (to avoid the compiler complaining).
2019  */
2020  goto end;
2021 end:
2022  *pva = va;
2023  return (res);
2024 }
2025 
2026 /*
2027  * ======== xdc.runtime.Text TEMPLATE ========
2028  */
2029 
2030 
2031 /*
2032  * ======== xdc_runtime_Text_visitRope__I ========
2033  * This function is indirectly called within Text.c through
2034  * the visitRopeFxn configuration parameter of xdc.runtime.Text.
2035  */
2036 void xdc_runtime_Text_visitRope__I(xdc_runtime_Text_RopeId rope,
2037  xdc_Fxn visFxn, xdc_Ptr visState)
2038 {
2039  xdc_CString stack[7];
2040  xdc_runtime_Text_visitRope2__I(rope, visFxn, visState, stack);
2041 }
2042 
2043 
2044 /*
2045  * ======== ti.sysbios.BIOS TEMPLATE ========
2046  */
2047 
2048 
2050 
2051 extern Void ti_sysbios_BIOS_registerRTSLock();
2053 
2055 {
2056  /*
2057  * Check if XDC runtime startup functions have been called. If not, then
2058  * call BIOS_linkedWithIncorrectBootLibrary() function. This function
2059  * will spin forever.
2060  */
2061  if (xdc_runtime_Startup_rtsDone() != TRUE) {
2062  ti_sysbios_BIOS_linkedWithIncorrectBootLibrary();
2063  }
2064 
2065  xdc_runtime_System_atexit(
2066  (xdc_runtime_System_AtexitHandler)ti_sysbios_BIOS_atExitFunc__I);
2069  ti_sysbios_hal_Hwi_startup();
2070  ti_sysbios_knl_Swi_startup();
2071  ti_sysbios_knl_Task_startup();
2072 }
2073 
2074 #include <_lock.h>
2075 
2077 {
2078  ti_sysbios_knl_Swi_disable();
2079  ti_sysbios_knl_Task_disable();
2080  ti_sysbios_BIOS_setThreadType(ti_sysbios_BIOS_ThreadType_Main);
2081 
2082  if ((&ti_sysbios_BIOS_Module__state__V)->rtsGate != NULL) {
2083  _register_lock(_nop);
2084  _register_unlock(_nop);
2085  }
2086 }
2087 
2088 
2089 /*
2090  * ======== BIOS_rtsLock ========
2091  * Called by rts _lock() function
2092  */
2094 {
2095  IArg key;
2096 
2097  key = ti_sysbios_BIOS_RtsGateProxy_enter((&ti_sysbios_BIOS_Module__state__V)->rtsGate);
2098  if ((&ti_sysbios_BIOS_Module__state__V)->rtsGateCount == 0) {
2099  (&ti_sysbios_BIOS_Module__state__V)->rtsGateKey = key;
2100  }
2101  /* Increment need not be atomic */
2102  (&ti_sysbios_BIOS_Module__state__V)->rtsGateCount++;
2103 }
2104 
2105 /*
2106  * ======== BIOS_rtsUnLock ========
2107  * Called by rts _unlock() function
2108  */
2110 {
2111  xdc_runtime_Assert_isTrue(((&ti_sysbios_BIOS_Module__state__V)->rtsGateCount), NULL);
2112 
2113  (&ti_sysbios_BIOS_Module__state__V)->rtsGateCount--;
2114 
2115  if ((&ti_sysbios_BIOS_Module__state__V)->rtsGateCount == 0) {
2116  ti_sysbios_BIOS_RtsGateProxy_leave((&ti_sysbios_BIOS_Module__state__V)->rtsGate, (&ti_sysbios_BIOS_Module__state__V)->rtsGateKey);
2117  }
2118 }
2119 
2120 /*
2121  * ======== BIOS_nullFunc ========
2122  */
2124 {
2125 }
2126 
2127 /*
2128  * ======== BIOS_registerRTSLock ========
2129  */
2131 {
2132  if ((&ti_sysbios_BIOS_Module__state__V)->rtsGate != NULL) {
2133  _register_lock(ti_sysbios_BIOS_rtsLock);
2134  _register_unlock(ti_sysbios_BIOS_rtsUnlock);
2135  }
2136 }
2137 
2138 /*
2139  * ======== BIOS_removeRTSLock ========
2140  */
2142 {
2143  if ((&ti_sysbios_BIOS_Module__state__V)->rtsGate != NULL) {
2144  _register_lock(ti_sysbios_BIOS_nullFunc);
2145  _register_unlock(ti_sysbios_BIOS_nullFunc);
2146  }
2147 }
2148 
2149 /*
2150  * ======== BIOS_exitFunc ========
2151  */
2153 {
2154  /* remove the RTS lock */
2156 
2157  /* force thread type to 'Main' */
2158  ti_sysbios_BIOS_setThreadType(ti_sysbios_BIOS_ThreadType_Main);
2159 
2160  xdc_runtime_System_exit(stat);
2161 }
2162 
2163 /*
2164  * ======== BIOS_errorRaiseHook ========
2165  */
2166 Void ti_sysbios_BIOS_errorRaiseHook(xdc_runtime_Error_Block *eb)
2167 {
2168  /*
2169  * If this is an Assert thread, defang Gate threadtype check
2170  */
2171  if (eb->id == xdc_runtime_Assert_E_assertFailed) {
2172  /* remove the RTS lock */
2174  /* force thread type to 'Main' */
2175  ti_sysbios_BIOS_setThreadType(ti_sysbios_BIOS_ThreadType_Main);
2176  }
2177 
2178  /* Call the installed Error.raiseHook */
2179  ti_sysbios_BIOS_installedErrorHook(eb);
2180 }
2181 
2182 /*
2183  * ======== ti.sysbios.Build TEMPLATE ========
2184  */
2185 
2186 
2187 /*
2188  * ======== ti.sysbios.knl.Clock TEMPLATE ========
2189  */
2190 
2192 {
2193  /* update system time */
2195 
2196  ti_sysbios_knl_Clock_logTick__E();
2197 
2198  if (!ti_sysbios_knl_Queue_empty(ti_sysbios_knl_Clock_Module_State_clockQ())) {
2200 
2201  ti_sysbios_knl_Swi_post((&ti_sysbios_knl_Clock_Module__state__V)->swi);
2202  }
2203 }
2204 
2205 /*
2206  * ======== ti.sysbios.knl.Task TEMPLATE ========
2207  */
2208 
2209 
2210 
2211 
2212 /*
2213  * ======== ti.sysbios.family.arm.v7r.vim.Hwi TEMPLATE ========
2214  */
2215 
2216 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_vectors, ".vecs");
2217 
2218 extern Void _c_int00();
2225 
2226 /*
2227  * The FIQ offset register is placed at an offset of #-0x1B0 w.r.t. the FIQ
2228  * vector table entry such that the vector table entry can directly reference
2229  * it.
2230  */
2232  (UInt32)(0xE59FF018), /* ldr pc, resetFunc */
2233  (UInt32)(0xE59FF018), /* ldr pc, undefInstFunc */
2234  (UInt32)(0xE59FF018), /* ldr pc, swiFunc */
2235  (UInt32)(0xE59FF018), /* ldr pc, prefetchAbortFunc */
2236  (UInt32)(0xE59FF018), /* ldr pc, dataAbortFunc */
2237  (UInt32)(0xE59FF018), /* ldr pc, reservedFunc */
2238  (UInt32)(0xE59FF018), /* ldr pc, irqFunc */
2239  (UInt32)(0xE51FF1B0), /* ldr pc, [pc, #-0x1b0] */
2240  (UInt32)(&_c_int00), /* resetFunc */
2241  (UInt32)(&ti_sysbios_family_arm_exc_Exception_excHandlerAsm__I), /* undefInstFunc */
2243  (UInt32)(&ti_sysbios_family_arm_exc_Exception_excHandlerAsm__I), /* prefetchAbortFunc */
2244  (UInt32)(&ti_sysbios_family_arm_exc_Exception_excHandlerDataAsm__I), /* dataAbortFunc */
2245  (UInt32)(&ti_sysbios_family_arm_exc_Exception_excHandlerAsm__I), /* reservedFunc */
2246  (UInt32)(&ti_sysbios_family_arm_v7r_vim_Hwi_dispatchIRQ__I) /* irqFunc */
2247 };
2248 
2249 /*
2250  * ======== ti.sysbios.rts.MemAlloc TEMPLATE ========
2251  */
2252 
2253 
2254 
2255 #if defined(__ti__)
2256 
2257 #pragma FUNC_EXT_CALLED(malloc);
2258 #pragma FUNC_EXT_CALLED(memalign);
2259 #pragma FUNC_EXT_CALLED(free);
2260 #pragma FUNC_EXT_CALLED(calloc);
2261 #pragma FUNC_EXT_CALLED(realloc);
2262 
2263 #define ATTRIBUTE
2264 
2265 #elif defined(__IAR_SYSTEMS_ICC__)
2266 
2267 #define ATTRIBUTE
2268 
2269 #else
2270 
2271 #define ATTRIBUTE __attribute__ ((used))
2272 
2273 #endif
2274 
2275 
2276 #include <xdc/std.h>
2277 
2278 #include <xdc/runtime/Memory.h>
2279 #include <xdc/runtime/Error.h>
2280 
2281 #include <string.h>
2282 
2283 #if defined(__GNUC__) && !defined(__ti__)
2284 
2285 #include <reent.h>
2286 
2287 #endif
2288 
2289 
2290 /*
2291  * Header is a union to make sure that the size is a power of 2.
2292  *
2293  * On the MSP430 small model (MSP430X), size_t is 2 bytes, which makes
2294  * the size of this struct 6 bytes.
2295  */
2296 typedef union Header {
2297  struct {
2299  SizeT size;
2300  } header;
2301  UArg pad[2]; /* 4 words on 28L, 8 bytes on most others */
2302 } Header;
2303 
2304 
2305 
2306 /*
2307  * ======== ti_sysbios_rts_MemAlloc_alloc ========
2308  */
2309 static Void *ti_sysbios_rts_MemAlloc_alloc(SizeT size)
2310 {
2311  Header *packet;
2312  xdc_runtime_Error_Block eb;
2313 
2314  if (size == 0) {
2315  return (NULL);
2316  }
2317 
2318  xdc_runtime_Error_init(&eb);
2319 
2320  packet = (Header *)xdc_runtime_Memory_alloc(NULL,
2321  (SizeT)(size + sizeof(Header)), 0, &eb);
2322 
2323  if (packet == NULL) {
2324  return (NULL);
2325  }
2326 
2327  packet->header.actualBuf = (Ptr)packet;
2328  packet->header.size = size + sizeof(Header);
2329 
2330  return (packet + 1);
2331 }
2332 
2333 /*
2334  * ======== malloc ========
2335  */
2336 Void ATTRIBUTE *malloc(SizeT size)
2337 {
2338  return (ti_sysbios_rts_MemAlloc_alloc(size));
2339 }
2340 
2341 /*
2342  * ======== memalign ========
2343  * mirrors the memalign() function from the TI run-time library
2344  */
2345 Void ATTRIBUTE *memalign(SizeT alignment, SizeT size)
2346 {
2347  Header *packet;
2348  Void *tmp;
2349  xdc_runtime_Error_Block eb;
2350 
2351  if (alignment < sizeof(Header)) {
2352  alignment = sizeof(Header);
2353  }
2354 
2355  /*
2356  * return NULL if size is 0, or alignment is not a power of 2
2357  */
2358  if (size == 0 || (alignment & (alignment - 1))) {
2359  return (NULL);
2360  }
2361 
2362  xdc_runtime_Error_init(&eb);
2363 
2364  /*
2365  * Allocate 'align + size' so that we have room for the 'packet'
2366  * and can return an aligned buffer.
2367  */
2368  tmp = xdc_runtime_Memory_alloc(NULL, alignment + size, alignment, &eb);
2369 
2370  if (tmp == NULL) {
2371  return (NULL);
2372  }
2373 
2374  packet = (Header *)((char *)tmp + alignment - sizeof(Header));
2375 
2376  packet->header.actualBuf = tmp;
2377  packet->header.size = size + sizeof(Header);
2378 
2379  return (packet + 1);
2380 }
2381 
2382 /*
2383  * ======== calloc ========
2384  */
2385 Void ATTRIBUTE *calloc(SizeT nmemb, SizeT size)
2386 {
2387  SizeT nbytes;
2388  Ptr retval;
2389 
2390  nbytes = nmemb * size;
2391 
2392  /* return NULL if there's an overflow */
2393  if (nmemb && size != (nbytes / nmemb)) {
2394  return (NULL);
2395  }
2396 
2397  retval = ti_sysbios_rts_MemAlloc_alloc(nbytes);
2398  if (retval != NULL) {
2399  (Void)memset(retval, (Int)'\0', nbytes);
2400  }
2401 
2402  return (retval);
2403 }
2404 
2405 /*
2406  * ======== free ========
2407  */
2408 Void ATTRIBUTE free(Void *ptr)
2409 {
2410  Header *packet;
2411 
2412  if (ptr != NULL) {
2413  packet = ((Header *)ptr) - 1;
2414 
2415  xdc_runtime_Memory_free(NULL, (Ptr)packet->header.actualBuf,
2416  (packet->header.size +
2417  ((char*)packet - (char*)packet->header.actualBuf)));
2418  }
2419 }
2420 
2421 /*
2422  * ======== realloc ========
2423  */
2424 Void ATTRIBUTE *realloc(Void *ptr, SizeT size)
2425 {
2426  Ptr retval;
2427  Header *packet;
2428  SizeT oldSize;
2429 
2430  if (ptr == NULL) {
2431  retval = malloc(size);
2432  }
2433  else if (size == 0) {
2434  free(ptr);
2435  retval = NULL;
2436  }
2437  else {
2438  packet = (Header *)ptr - 1;
2439  retval = malloc(size);
2440  if (retval != NULL) {
2441  oldSize = packet->header.size - sizeof(Header);
2442  (Void)memcpy(retval, ptr, (size < oldSize) ? size : oldSize);
2443  free(ptr);
2444  }
2445  }
2446 
2447  return (retval);
2448 }
2449 
2450 #if defined(__GNUC__) && !defined(__ti__)
2451 
2452 /*
2453  * ======== _malloc_r ========
2454  */
2455 Void ATTRIBUTE *_malloc_r(struct _reent *rptr, SizeT size)
2456 {
2457  return malloc(size);
2458 }
2459 
2460 /*
2461  * ======== _calloc_r ========
2462  */
2463 Void ATTRIBUTE *_calloc_r(struct _reent *rptr, SizeT nmemb, SizeT size)
2464 {
2465  return calloc(nmemb, size);
2466 }
2467 
2468 /*
2469  * ======== _free_r ========
2470  */
2471 Void ATTRIBUTE _free_r(struct _reent *rptr, Void *ptr)
2472 {
2473  free(ptr);
2474 }
2475 
2476 /*
2477  * ======== _realloc_r ========
2478  */
2479 Void ATTRIBUTE *_realloc_r(struct _reent *rptr, Void *ptr, SizeT size)
2480 {
2481  return realloc(ptr, size);
2482 }
2483 
2484 #endif
2485 
2486 
2487 /*
2488  * ======== ti.sysbios.family.arm.v7r.tms570.Core TEMPLATE ========
2489  */
2490 
2491 
2492 #define IMM_FLAG_REG 0xFFF7AC18
2493 #define IMM_WORD1_REG 0xFFF7AC84
2494 #define IMM_REG_RW32(X) (*(volatile UInt32*)(X))
2495 
2496 
2497 extern Void _c_int00();
2498 
2500 {
2501 }
2502 
2503 /*
2504  * ======== ti.sysbios.BIOS INITIALIZERS ========
2505  */
2506 
2507 /* Module__state__V */
2508 #if defined (__ICCARM__)
2509 #pragma location = ".data_ti_sysbios_BIOS_Module__state__V"
2510 #endif
2511 #if defined(__llvm__) && defined(__ti__)
2512 ti_sysbios_BIOS_Module_State__ ti_sysbios_BIOS_Module__state__V __attribute__ ((section(".data:ti_sysbios_BIOS_Module__state__V")));
2513 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
2514 #ifndef __TI_COMPILER_VERSION__
2515 ti_sysbios_BIOS_Module_State__ ti_sysbios_BIOS_Module__state__V __attribute__ ((section(".data_ti_sysbios_BIOS_Module__state__V")));
2516 #endif
2517 #endif
2519  {
2520  (xdc_Bits32)0x0, /* hi */
2521  (xdc_Bits32)0xbebc200, /* lo */
2522  }, /* cpuFreq */
2523  (xdc_UInt)0x0, /* rtsGateCount */
2524  ((xdc_IArg)(0x0)), /* rtsGateKey */
2525  (ti_sysbios_BIOS_RtsGateProxy_Handle)&ti_sysbios_gates_GateMutex_Object__table__V[1], /* rtsGate */
2526  ti_sysbios_BIOS_ThreadType_Main, /* threadType */
2527  ((void*)0), /* smpThreadType */
2528  ((xdc_Void(*)(xdc_Void))((xdc_Fxn)ti_sysbios_BIOS_startFunc)), /* startFunc */
2529  ((xdc_Void(*)(xdc_Int))((xdc_Fxn)ti_sysbios_BIOS_exitFunc)), /* exitFunc */
2530 };
2531 
2532 /* Module__diagsEnabled__C */
2533 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__diagsEnabled__C, ".const:ti_sysbios_BIOS_Module__diagsEnabled__C");
2534 __FAR__ const CT__ti_sysbios_BIOS_Module__diagsEnabled ti_sysbios_BIOS_Module__diagsEnabled__C = (xdc_Bits32)0x90;
2535 
2536 /* Module__diagsIncluded__C */
2537 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__diagsIncluded__C, ".const:ti_sysbios_BIOS_Module__diagsIncluded__C");
2538 __FAR__ const CT__ti_sysbios_BIOS_Module__diagsIncluded ti_sysbios_BIOS_Module__diagsIncluded__C = (xdc_Bits32)0x90;
2539 
2540 /* Module__diagsMask__C */
2541 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__diagsMask__C, ".const:ti_sysbios_BIOS_Module__diagsMask__C");
2542 __FAR__ const CT__ti_sysbios_BIOS_Module__diagsMask ti_sysbios_BIOS_Module__diagsMask__C = ((CT__ti_sysbios_BIOS_Module__diagsMask)0);
2543 
2544 /* Module__gateObj__C */
2545 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__gateObj__C, ".const:ti_sysbios_BIOS_Module__gateObj__C");
2546 __FAR__ const CT__ti_sysbios_BIOS_Module__gateObj ti_sysbios_BIOS_Module__gateObj__C = ((CT__ti_sysbios_BIOS_Module__gateObj)0);
2547 
2548 /* Module__gatePrms__C */
2549 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__gatePrms__C, ".const:ti_sysbios_BIOS_Module__gatePrms__C");
2550 __FAR__ const CT__ti_sysbios_BIOS_Module__gatePrms ti_sysbios_BIOS_Module__gatePrms__C = ((CT__ti_sysbios_BIOS_Module__gatePrms)0);
2551 
2552 /* Module__id__C */
2553 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__id__C, ".const:ti_sysbios_BIOS_Module__id__C");
2554 __FAR__ const CT__ti_sysbios_BIOS_Module__id ti_sysbios_BIOS_Module__id__C = (xdc_Bits16)0x8015;
2555 
2556 /* Module__loggerDefined__C */
2557 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__loggerDefined__C, ".const:ti_sysbios_BIOS_Module__loggerDefined__C");
2558 __FAR__ const CT__ti_sysbios_BIOS_Module__loggerDefined ti_sysbios_BIOS_Module__loggerDefined__C = 0;
2559 
2560 /* Module__loggerObj__C */
2561 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__loggerObj__C, ".const:ti_sysbios_BIOS_Module__loggerObj__C");
2562 __FAR__ const CT__ti_sysbios_BIOS_Module__loggerObj ti_sysbios_BIOS_Module__loggerObj__C = ((CT__ti_sysbios_BIOS_Module__loggerObj)0);
2563 
2564 /* Module__loggerFxn0__C */
2565 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__loggerFxn0__C, ".const:ti_sysbios_BIOS_Module__loggerFxn0__C");
2566 __FAR__ const CT__ti_sysbios_BIOS_Module__loggerFxn0 ti_sysbios_BIOS_Module__loggerFxn0__C = ((CT__ti_sysbios_BIOS_Module__loggerFxn0)0);
2567 
2568 /* Module__loggerFxn1__C */
2569 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__loggerFxn1__C, ".const:ti_sysbios_BIOS_Module__loggerFxn1__C");
2570 __FAR__ const CT__ti_sysbios_BIOS_Module__loggerFxn1 ti_sysbios_BIOS_Module__loggerFxn1__C = ((CT__ti_sysbios_BIOS_Module__loggerFxn1)0);
2571 
2572 /* Module__loggerFxn2__C */
2573 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__loggerFxn2__C, ".const:ti_sysbios_BIOS_Module__loggerFxn2__C");
2574 __FAR__ const CT__ti_sysbios_BIOS_Module__loggerFxn2 ti_sysbios_BIOS_Module__loggerFxn2__C = ((CT__ti_sysbios_BIOS_Module__loggerFxn2)0);
2575 
2576 /* Module__loggerFxn4__C */
2577 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__loggerFxn4__C, ".const:ti_sysbios_BIOS_Module__loggerFxn4__C");
2578 __FAR__ const CT__ti_sysbios_BIOS_Module__loggerFxn4 ti_sysbios_BIOS_Module__loggerFxn4__C = ((CT__ti_sysbios_BIOS_Module__loggerFxn4)0);
2579 
2580 /* Module__loggerFxn8__C */
2581 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__loggerFxn8__C, ".const:ti_sysbios_BIOS_Module__loggerFxn8__C");
2582 __FAR__ const CT__ti_sysbios_BIOS_Module__loggerFxn8 ti_sysbios_BIOS_Module__loggerFxn8__C = ((CT__ti_sysbios_BIOS_Module__loggerFxn8)0);
2583 
2584 /* Object__count__C */
2585 #pragma DATA_SECTION(ti_sysbios_BIOS_Object__count__C, ".const:ti_sysbios_BIOS_Object__count__C");
2586 __FAR__ const CT__ti_sysbios_BIOS_Object__count ti_sysbios_BIOS_Object__count__C = 0;
2587 
2588 /* Object__heap__C */
2589 #pragma DATA_SECTION(ti_sysbios_BIOS_Object__heap__C, ".const:ti_sysbios_BIOS_Object__heap__C");
2590 __FAR__ const CT__ti_sysbios_BIOS_Object__heap ti_sysbios_BIOS_Object__heap__C = 0;
2591 
2592 /* Object__sizeof__C */
2593 #pragma DATA_SECTION(ti_sysbios_BIOS_Object__sizeof__C, ".const:ti_sysbios_BIOS_Object__sizeof__C");
2594 __FAR__ const CT__ti_sysbios_BIOS_Object__sizeof ti_sysbios_BIOS_Object__sizeof__C = 0;
2595 
2596 /* Object__table__C */
2597 #pragma DATA_SECTION(ti_sysbios_BIOS_Object__table__C, ".const:ti_sysbios_BIOS_Object__table__C");
2598 __FAR__ const CT__ti_sysbios_BIOS_Object__table ti_sysbios_BIOS_Object__table__C = 0;
2599 
2600 /* smpEnabled__C */
2601 #pragma DATA_SECTION(ti_sysbios_BIOS_smpEnabled__C, ".const:ti_sysbios_BIOS_smpEnabled__C");
2602 __FAR__ const CT__ti_sysbios_BIOS_smpEnabled ti_sysbios_BIOS_smpEnabled__C = 0;
2603 
2604 /* mpeEnabled__C */
2605 #pragma DATA_SECTION(ti_sysbios_BIOS_mpeEnabled__C, ".const:ti_sysbios_BIOS_mpeEnabled__C");
2606 __FAR__ const CT__ti_sysbios_BIOS_mpeEnabled ti_sysbios_BIOS_mpeEnabled__C = 0;
2607 
2608 /* cpuFreq__C */
2609 #pragma DATA_SECTION(ti_sysbios_BIOS_cpuFreq__C, ".const:ti_sysbios_BIOS_cpuFreq__C");
2610 __FAR__ const CT__ti_sysbios_BIOS_cpuFreq ti_sysbios_BIOS_cpuFreq__C = {
2611  (xdc_Bits32)0x0, /* hi */
2612  (xdc_Bits32)0xbebc200, /* lo */
2613 };
2614 
2615 /* runtimeCreatesEnabled__C */
2616 #pragma DATA_SECTION(ti_sysbios_BIOS_runtimeCreatesEnabled__C, ".const:ti_sysbios_BIOS_runtimeCreatesEnabled__C");
2617 __FAR__ const CT__ti_sysbios_BIOS_runtimeCreatesEnabled ti_sysbios_BIOS_runtimeCreatesEnabled__C = 1;
2618 
2619 /* taskEnabled__C */
2620 #pragma DATA_SECTION(ti_sysbios_BIOS_taskEnabled__C, ".const:ti_sysbios_BIOS_taskEnabled__C");
2621 __FAR__ const CT__ti_sysbios_BIOS_taskEnabled ti_sysbios_BIOS_taskEnabled__C = 1;
2622 
2623 /* swiEnabled__C */
2624 #pragma DATA_SECTION(ti_sysbios_BIOS_swiEnabled__C, ".const:ti_sysbios_BIOS_swiEnabled__C");
2625 __FAR__ const CT__ti_sysbios_BIOS_swiEnabled ti_sysbios_BIOS_swiEnabled__C = 1;
2626 
2627 /* clockEnabled__C */
2628 #pragma DATA_SECTION(ti_sysbios_BIOS_clockEnabled__C, ".const:ti_sysbios_BIOS_clockEnabled__C");
2629 __FAR__ const CT__ti_sysbios_BIOS_clockEnabled ti_sysbios_BIOS_clockEnabled__C = 1;
2630 
2631 /* defaultKernelHeapInstance__C */
2632 #pragma DATA_SECTION(ti_sysbios_BIOS_defaultKernelHeapInstance__C, ".const:ti_sysbios_BIOS_defaultKernelHeapInstance__C");
2633 __FAR__ const CT__ti_sysbios_BIOS_defaultKernelHeapInstance ti_sysbios_BIOS_defaultKernelHeapInstance__C = 0;
2634 
2635 /* kernelHeapSize__C */
2636 #pragma DATA_SECTION(ti_sysbios_BIOS_kernelHeapSize__C, ".const:ti_sysbios_BIOS_kernelHeapSize__C");
2637 __FAR__ const CT__ti_sysbios_BIOS_kernelHeapSize ti_sysbios_BIOS_kernelHeapSize__C = (xdc_SizeT)0x1000;
2638 
2639 /* kernelHeapSection__C */
2640 #pragma DATA_SECTION(ti_sysbios_BIOS_kernelHeapSection__C, ".const:ti_sysbios_BIOS_kernelHeapSection__C");
2641 __FAR__ const CT__ti_sysbios_BIOS_kernelHeapSection ti_sysbios_BIOS_kernelHeapSection__C = ".kernel_heap";
2642 
2643 /* heapSize__C */
2644 #pragma DATA_SECTION(ti_sysbios_BIOS_heapSize__C, ".const:ti_sysbios_BIOS_heapSize__C");
2645 __FAR__ const CT__ti_sysbios_BIOS_heapSize ti_sysbios_BIOS_heapSize__C = (xdc_SizeT)0x1000;
2646 
2647 /* heapSection__C */
2648 #pragma DATA_SECTION(ti_sysbios_BIOS_heapSection__C, ".const:ti_sysbios_BIOS_heapSection__C");
2649 __FAR__ const CT__ti_sysbios_BIOS_heapSection ti_sysbios_BIOS_heapSection__C = 0;
2650 
2651 /* heapTrackEnabled__C */
2652 #pragma DATA_SECTION(ti_sysbios_BIOS_heapTrackEnabled__C, ".const:ti_sysbios_BIOS_heapTrackEnabled__C");
2653 __FAR__ const CT__ti_sysbios_BIOS_heapTrackEnabled ti_sysbios_BIOS_heapTrackEnabled__C = 0;
2654 
2655 /* setupSecureContext__C */
2656 #pragma DATA_SECTION(ti_sysbios_BIOS_setupSecureContext__C, ".const:ti_sysbios_BIOS_setupSecureContext__C");
2657 __FAR__ const CT__ti_sysbios_BIOS_setupSecureContext ti_sysbios_BIOS_setupSecureContext__C = 0;
2658 
2659 /* useSK__C */
2660 #pragma DATA_SECTION(ti_sysbios_BIOS_useSK__C, ".const:ti_sysbios_BIOS_useSK__C");
2661 __FAR__ const CT__ti_sysbios_BIOS_useSK ti_sysbios_BIOS_useSK__C = 0;
2662 
2663 /* installedErrorHook__C */
2664 #pragma DATA_SECTION(ti_sysbios_BIOS_installedErrorHook__C, ".const:ti_sysbios_BIOS_installedErrorHook__C");
2665 __FAR__ const CT__ti_sysbios_BIOS_installedErrorHook ti_sysbios_BIOS_installedErrorHook__C = ((CT__ti_sysbios_BIOS_installedErrorHook)((xdc_Fxn)xdc_runtime_Error_print__E));
2666 
2667 
2668 /*
2669  * ======== ti.sysbios.BIOS_RtsGateProxy INITIALIZERS ========
2670  */
2671 
2672 
2673 /*
2674  * ======== ti.sysbios.family.arm.IntrinsicsSupport INITIALIZERS ========
2675  */
2676 
2677 /* Module__diagsEnabled__C */
2678 #pragma DATA_SECTION(ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsEnabled__C, ".const:ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsEnabled__C");
2679 __FAR__ const CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsEnabled ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsEnabled__C = (xdc_Bits32)0x90;
2680 
2681 /* Module__diagsIncluded__C */
2682 #pragma DATA_SECTION(ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsIncluded__C, ".const:ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsIncluded__C");
2683 __FAR__ const CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsIncluded ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsIncluded__C = (xdc_Bits32)0x90;
2684 
2685 /* Module__diagsMask__C */
2686 #pragma DATA_SECTION(ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsMask__C, ".const:ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsMask__C");
2687 __FAR__ const CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsMask ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsMask__C = ((CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsMask)0);
2688 
2689 /* Module__gateObj__C */
2690 #pragma DATA_SECTION(ti_sysbios_family_arm_IntrinsicsSupport_Module__gateObj__C, ".const:ti_sysbios_family_arm_IntrinsicsSupport_Module__gateObj__C");
2691 __FAR__ const CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__gateObj ti_sysbios_family_arm_IntrinsicsSupport_Module__gateObj__C = ((CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__gateObj)0);
2692 
2693 /* Module__gatePrms__C */
2694 #pragma DATA_SECTION(ti_sysbios_family_arm_IntrinsicsSupport_Module__gatePrms__C, ".const:ti_sysbios_family_arm_IntrinsicsSupport_Module__gatePrms__C");
2695 __FAR__ const CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__gatePrms ti_sysbios_family_arm_IntrinsicsSupport_Module__gatePrms__C = ((CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__gatePrms)0);
2696 
2697 /* Module__id__C */
2698 #pragma DATA_SECTION(ti_sysbios_family_arm_IntrinsicsSupport_Module__id__C, ".const:ti_sysbios_family_arm_IntrinsicsSupport_Module__id__C");
2699 __FAR__ const CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__id ti_sysbios_family_arm_IntrinsicsSupport_Module__id__C = (xdc_Bits16)0x8013;
2700 
2701 /* Module__loggerDefined__C */
2702 #pragma DATA_SECTION(ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerDefined__C, ".const:ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerDefined__C");
2703 __FAR__ const CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerDefined ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerDefined__C = 0;
2704 
2705 /* Module__loggerObj__C */
2706 #pragma DATA_SECTION(ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerObj__C, ".const:ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerObj__C");
2707 __FAR__ const CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerObj ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerObj__C = ((CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerObj)0);
2708 
2709 /* Module__loggerFxn0__C */
2710 #pragma DATA_SECTION(ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn0__C, ".const:ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn0__C");
2711 __FAR__ const CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn0 ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn0__C = ((CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn0)0);
2712 
2713 /* Module__loggerFxn1__C */
2714 #pragma DATA_SECTION(ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn1__C, ".const:ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn1__C");
2715 __FAR__ const CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn1 ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn1__C = ((CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn1)0);
2716 
2717 /* Module__loggerFxn2__C */
2718 #pragma DATA_SECTION(ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn2__C, ".const:ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn2__C");
2719 __FAR__ const CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn2 ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn2__C = ((CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn2)0);
2720 
2721 /* Module__loggerFxn4__C */
2722 #pragma DATA_SECTION(ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn4__C, ".const:ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn4__C");
2723 __FAR__ const CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn4 ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn4__C = ((CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn4)0);
2724 
2725 /* Module__loggerFxn8__C */
2726 #pragma DATA_SECTION(ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn8__C, ".const:ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn8__C");
2727 __FAR__ const CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn8 ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn8__C = ((CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn8)0);
2728 
2729 /* Object__count__C */
2730 #pragma DATA_SECTION(ti_sysbios_family_arm_IntrinsicsSupport_Object__count__C, ".const:ti_sysbios_family_arm_IntrinsicsSupport_Object__count__C");
2731 __FAR__ const CT__ti_sysbios_family_arm_IntrinsicsSupport_Object__count ti_sysbios_family_arm_IntrinsicsSupport_Object__count__C = 0;
2732 
2733 /* Object__heap__C */
2734 #pragma DATA_SECTION(ti_sysbios_family_arm_IntrinsicsSupport_Object__heap__C, ".const:ti_sysbios_family_arm_IntrinsicsSupport_Object__heap__C");
2735 __FAR__ const CT__ti_sysbios_family_arm_IntrinsicsSupport_Object__heap ti_sysbios_family_arm_IntrinsicsSupport_Object__heap__C = 0;
2736 
2737 /* Object__sizeof__C */
2738 #pragma DATA_SECTION(ti_sysbios_family_arm_IntrinsicsSupport_Object__sizeof__C, ".const:ti_sysbios_family_arm_IntrinsicsSupport_Object__sizeof__C");
2739 __FAR__ const CT__ti_sysbios_family_arm_IntrinsicsSupport_Object__sizeof ti_sysbios_family_arm_IntrinsicsSupport_Object__sizeof__C = 0;
2740 
2741 /* Object__table__C */
2742 #pragma DATA_SECTION(ti_sysbios_family_arm_IntrinsicsSupport_Object__table__C, ".const:ti_sysbios_family_arm_IntrinsicsSupport_Object__table__C");
2743 __FAR__ const CT__ti_sysbios_family_arm_IntrinsicsSupport_Object__table ti_sysbios_family_arm_IntrinsicsSupport_Object__table__C = 0;
2744 
2745 
2746 /*
2747  * ======== ti.sysbios.family.arm.TaskSupport INITIALIZERS ========
2748  */
2749 
2750 /* Module__diagsEnabled__C */
2751 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_Module__diagsEnabled__C, ".const:ti_sysbios_family_arm_TaskSupport_Module__diagsEnabled__C");
2752 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_Module__diagsEnabled ti_sysbios_family_arm_TaskSupport_Module__diagsEnabled__C = (xdc_Bits32)0x90;
2753 
2754 /* Module__diagsIncluded__C */
2755 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_Module__diagsIncluded__C, ".const:ti_sysbios_family_arm_TaskSupport_Module__diagsIncluded__C");
2756 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_Module__diagsIncluded ti_sysbios_family_arm_TaskSupport_Module__diagsIncluded__C = (xdc_Bits32)0x90;
2757 
2758 /* Module__diagsMask__C */
2759 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_Module__diagsMask__C, ".const:ti_sysbios_family_arm_TaskSupport_Module__diagsMask__C");
2760 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_Module__diagsMask ti_sysbios_family_arm_TaskSupport_Module__diagsMask__C = ((CT__ti_sysbios_family_arm_TaskSupport_Module__diagsMask)0);
2761 
2762 /* Module__gateObj__C */
2763 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_Module__gateObj__C, ".const:ti_sysbios_family_arm_TaskSupport_Module__gateObj__C");
2764 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_Module__gateObj ti_sysbios_family_arm_TaskSupport_Module__gateObj__C = ((CT__ti_sysbios_family_arm_TaskSupport_Module__gateObj)0);
2765 
2766 /* Module__gatePrms__C */
2767 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_Module__gatePrms__C, ".const:ti_sysbios_family_arm_TaskSupport_Module__gatePrms__C");
2768 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_Module__gatePrms ti_sysbios_family_arm_TaskSupport_Module__gatePrms__C = ((CT__ti_sysbios_family_arm_TaskSupport_Module__gatePrms)0);
2769 
2770 /* Module__id__C */
2771 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_Module__id__C, ".const:ti_sysbios_family_arm_TaskSupport_Module__id__C");
2772 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_Module__id ti_sysbios_family_arm_TaskSupport_Module__id__C = (xdc_Bits16)0x8014;
2773 
2774 /* Module__loggerDefined__C */
2775 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_Module__loggerDefined__C, ".const:ti_sysbios_family_arm_TaskSupport_Module__loggerDefined__C");
2776 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_Module__loggerDefined ti_sysbios_family_arm_TaskSupport_Module__loggerDefined__C = 0;
2777 
2778 /* Module__loggerObj__C */
2779 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_Module__loggerObj__C, ".const:ti_sysbios_family_arm_TaskSupport_Module__loggerObj__C");
2780 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_Module__loggerObj ti_sysbios_family_arm_TaskSupport_Module__loggerObj__C = ((CT__ti_sysbios_family_arm_TaskSupport_Module__loggerObj)0);
2781 
2782 /* Module__loggerFxn0__C */
2783 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_Module__loggerFxn0__C, ".const:ti_sysbios_family_arm_TaskSupport_Module__loggerFxn0__C");
2784 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_Module__loggerFxn0 ti_sysbios_family_arm_TaskSupport_Module__loggerFxn0__C = ((CT__ti_sysbios_family_arm_TaskSupport_Module__loggerFxn0)0);
2785 
2786 /* Module__loggerFxn1__C */
2787 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_Module__loggerFxn1__C, ".const:ti_sysbios_family_arm_TaskSupport_Module__loggerFxn1__C");
2788 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_Module__loggerFxn1 ti_sysbios_family_arm_TaskSupport_Module__loggerFxn1__C = ((CT__ti_sysbios_family_arm_TaskSupport_Module__loggerFxn1)0);
2789 
2790 /* Module__loggerFxn2__C */
2791 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_Module__loggerFxn2__C, ".const:ti_sysbios_family_arm_TaskSupport_Module__loggerFxn2__C");
2792 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_Module__loggerFxn2 ti_sysbios_family_arm_TaskSupport_Module__loggerFxn2__C = ((CT__ti_sysbios_family_arm_TaskSupport_Module__loggerFxn2)0);
2793 
2794 /* Module__loggerFxn4__C */
2795 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_Module__loggerFxn4__C, ".const:ti_sysbios_family_arm_TaskSupport_Module__loggerFxn4__C");
2796 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_Module__loggerFxn4 ti_sysbios_family_arm_TaskSupport_Module__loggerFxn4__C = ((CT__ti_sysbios_family_arm_TaskSupport_Module__loggerFxn4)0);
2797 
2798 /* Module__loggerFxn8__C */
2799 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_Module__loggerFxn8__C, ".const:ti_sysbios_family_arm_TaskSupport_Module__loggerFxn8__C");
2800 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_Module__loggerFxn8 ti_sysbios_family_arm_TaskSupport_Module__loggerFxn8__C = ((CT__ti_sysbios_family_arm_TaskSupport_Module__loggerFxn8)0);
2801 
2802 /* Object__count__C */
2803 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_Object__count__C, ".const:ti_sysbios_family_arm_TaskSupport_Object__count__C");
2804 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_Object__count ti_sysbios_family_arm_TaskSupport_Object__count__C = 0;
2805 
2806 /* Object__heap__C */
2807 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_Object__heap__C, ".const:ti_sysbios_family_arm_TaskSupport_Object__heap__C");
2808 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_Object__heap ti_sysbios_family_arm_TaskSupport_Object__heap__C = 0;
2809 
2810 /* Object__sizeof__C */
2811 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_Object__sizeof__C, ".const:ti_sysbios_family_arm_TaskSupport_Object__sizeof__C");
2812 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_Object__sizeof ti_sysbios_family_arm_TaskSupport_Object__sizeof__C = 0;
2813 
2814 /* Object__table__C */
2815 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_Object__table__C, ".const:ti_sysbios_family_arm_TaskSupport_Object__table__C");
2816 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_Object__table ti_sysbios_family_arm_TaskSupport_Object__table__C = 0;
2817 
2818 /* defaultStackSize__C */
2819 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_defaultStackSize__C, ".const:ti_sysbios_family_arm_TaskSupport_defaultStackSize__C");
2820 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_defaultStackSize ti_sysbios_family_arm_TaskSupport_defaultStackSize__C = (xdc_SizeT)0x800;
2821 
2822 /* stackAlignment__C */
2823 #pragma DATA_SECTION(ti_sysbios_family_arm_TaskSupport_stackAlignment__C, ".const:ti_sysbios_family_arm_TaskSupport_stackAlignment__C");
2824 __FAR__ const CT__ti_sysbios_family_arm_TaskSupport_stackAlignment ti_sysbios_family_arm_TaskSupport_stackAlignment__C = (xdc_UInt)0x8;
2825 
2826 
2827 /*
2828  * ======== ti.sysbios.family.arm.exc.Exception INITIALIZERS ========
2829  */
2830 
2831 /* --> ti_sysbios_family_arm_exc_Exception_Module_State_0_excActive__A */
2832 __T1_ti_sysbios_family_arm_exc_Exception_Module_State__excActive ti_sysbios_family_arm_exc_Exception_Module_State_0_excActive__A[1] = {
2833  0, /* [0] */
2834 };
2835 
2836 /* --> ti_sysbios_family_arm_exc_Exception_Module_State_0_excContext__A */
2837 __T1_ti_sysbios_family_arm_exc_Exception_Module_State__excContext ti_sysbios_family_arm_exc_Exception_Module_State_0_excContext__A[1] = {
2838  ((ti_sysbios_family_arm_exc_Exception_ExcContext*)0), /* [0] */
2839 };
2840 
2841 /* --> ti_sysbios_family_arm_exc_Exception_Module_State_0_excStackBuffers__A */
2842 __T1_ti_sysbios_family_arm_exc_Exception_Module_State__excStackBuffers ti_sysbios_family_arm_exc_Exception_Module_State_0_excStackBuffers__A[1] = {
2843  ((xdc_Ptr)0), /* [0] */
2844 };
2845 
2846 /* --> ti_sysbios_family_arm_exc_Exception_Module_State_0_excStack_0__A */
2847 __T1_ti_sysbios_family_arm_exc_Exception_Module_State__excStack ti_sysbios_family_arm_exc_Exception_Module_State_0_excStack_0__A[4096];
2848 
2849 /* --> ti_sysbios_family_arm_exc_Exception_Module_State_0_excStack__A */
2850 __T2_ti_sysbios_family_arm_exc_Exception_Module_State__excStack ti_sysbios_family_arm_exc_Exception_Module_State_0_excStack__A[1] = {
2852 };
2853 
2854 /* Module__state__V */
2855 #if defined (__ICCARM__)
2856 #pragma location = ".data_ti_sysbios_family_arm_exc_Exception_Module__state__V"
2857 #endif
2858 #if defined(__llvm__) && defined(__ti__)
2859 ti_sysbios_family_arm_exc_Exception_Module_State__ ti_sysbios_family_arm_exc_Exception_Module__state__V __attribute__ ((section(".data:ti_sysbios_family_arm_exc_Exception_Module__state__V")));
2860 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
2861 #ifndef __TI_COMPILER_VERSION__
2862 ti_sysbios_family_arm_exc_Exception_Module_State__ ti_sysbios_family_arm_exc_Exception_Module__state__V __attribute__ ((section(".data_ti_sysbios_family_arm_exc_Exception_Module__state__V")));
2863 #endif
2864 #endif
2870  (xdc_SizeT)0x1000, /* excStackSize */
2871 };
2872 
2873 /* --> ti_sysbios_family_arm_exc_Exception_excHookFuncs__A */
2874 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_excHookFuncs__A, ".const:ti_sysbios_family_arm_exc_Exception_excHookFuncs__A");
2875 const __T1_ti_sysbios_family_arm_exc_Exception_excHookFuncs ti_sysbios_family_arm_exc_Exception_excHookFuncs__A[1] = {
2876  ((xdc_Void(*)(ti_sysbios_family_arm_exc_Exception_ExcContext*))0), /* [0] */
2877 };
2878 
2879 /* Module__diagsEnabled__C */
2880 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_Module__diagsEnabled__C, ".const:ti_sysbios_family_arm_exc_Exception_Module__diagsEnabled__C");
2881 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_Module__diagsEnabled ti_sysbios_family_arm_exc_Exception_Module__diagsEnabled__C = (xdc_Bits32)0x90;
2882 
2883 /* Module__diagsIncluded__C */
2884 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_Module__diagsIncluded__C, ".const:ti_sysbios_family_arm_exc_Exception_Module__diagsIncluded__C");
2885 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_Module__diagsIncluded ti_sysbios_family_arm_exc_Exception_Module__diagsIncluded__C = (xdc_Bits32)0x90;
2886 
2887 /* Module__diagsMask__C */
2888 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_Module__diagsMask__C, ".const:ti_sysbios_family_arm_exc_Exception_Module__diagsMask__C");
2889 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_Module__diagsMask ti_sysbios_family_arm_exc_Exception_Module__diagsMask__C = ((CT__ti_sysbios_family_arm_exc_Exception_Module__diagsMask)0);
2890 
2891 /* Module__gateObj__C */
2892 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_Module__gateObj__C, ".const:ti_sysbios_family_arm_exc_Exception_Module__gateObj__C");
2893 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_Module__gateObj ti_sysbios_family_arm_exc_Exception_Module__gateObj__C = ((CT__ti_sysbios_family_arm_exc_Exception_Module__gateObj)0);
2894 
2895 /* Module__gatePrms__C */
2896 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_Module__gatePrms__C, ".const:ti_sysbios_family_arm_exc_Exception_Module__gatePrms__C");
2897 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_Module__gatePrms ti_sysbios_family_arm_exc_Exception_Module__gatePrms__C = ((CT__ti_sysbios_family_arm_exc_Exception_Module__gatePrms)0);
2898 
2899 /* Module__id__C */
2900 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_Module__id__C, ".const:ti_sysbios_family_arm_exc_Exception_Module__id__C");
2901 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_Module__id ti_sysbios_family_arm_exc_Exception_Module__id__C = (xdc_Bits16)0x8026;
2902 
2903 /* Module__loggerDefined__C */
2904 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_Module__loggerDefined__C, ".const:ti_sysbios_family_arm_exc_Exception_Module__loggerDefined__C");
2905 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_Module__loggerDefined ti_sysbios_family_arm_exc_Exception_Module__loggerDefined__C = 0;
2906 
2907 /* Module__loggerObj__C */
2908 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_Module__loggerObj__C, ".const:ti_sysbios_family_arm_exc_Exception_Module__loggerObj__C");
2909 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_Module__loggerObj ti_sysbios_family_arm_exc_Exception_Module__loggerObj__C = ((CT__ti_sysbios_family_arm_exc_Exception_Module__loggerObj)0);
2910 
2911 /* Module__loggerFxn0__C */
2912 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_Module__loggerFxn0__C, ".const:ti_sysbios_family_arm_exc_Exception_Module__loggerFxn0__C");
2913 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_Module__loggerFxn0 ti_sysbios_family_arm_exc_Exception_Module__loggerFxn0__C = ((CT__ti_sysbios_family_arm_exc_Exception_Module__loggerFxn0)0);
2914 
2915 /* Module__loggerFxn1__C */
2916 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_Module__loggerFxn1__C, ".const:ti_sysbios_family_arm_exc_Exception_Module__loggerFxn1__C");
2917 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_Module__loggerFxn1 ti_sysbios_family_arm_exc_Exception_Module__loggerFxn1__C = ((CT__ti_sysbios_family_arm_exc_Exception_Module__loggerFxn1)0);
2918 
2919 /* Module__loggerFxn2__C */
2920 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_Module__loggerFxn2__C, ".const:ti_sysbios_family_arm_exc_Exception_Module__loggerFxn2__C");
2921 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_Module__loggerFxn2 ti_sysbios_family_arm_exc_Exception_Module__loggerFxn2__C = ((CT__ti_sysbios_family_arm_exc_Exception_Module__loggerFxn2)0);
2922 
2923 /* Module__loggerFxn4__C */
2924 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_Module__loggerFxn4__C, ".const:ti_sysbios_family_arm_exc_Exception_Module__loggerFxn4__C");
2925 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_Module__loggerFxn4 ti_sysbios_family_arm_exc_Exception_Module__loggerFxn4__C = ((CT__ti_sysbios_family_arm_exc_Exception_Module__loggerFxn4)0);
2926 
2927 /* Module__loggerFxn8__C */
2928 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_Module__loggerFxn8__C, ".const:ti_sysbios_family_arm_exc_Exception_Module__loggerFxn8__C");
2929 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_Module__loggerFxn8 ti_sysbios_family_arm_exc_Exception_Module__loggerFxn8__C = ((CT__ti_sysbios_family_arm_exc_Exception_Module__loggerFxn8)0);
2930 
2931 /* Object__count__C */
2932 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_Object__count__C, ".const:ti_sysbios_family_arm_exc_Exception_Object__count__C");
2933 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_Object__count ti_sysbios_family_arm_exc_Exception_Object__count__C = 0;
2934 
2935 /* Object__heap__C */
2936 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_Object__heap__C, ".const:ti_sysbios_family_arm_exc_Exception_Object__heap__C");
2937 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_Object__heap ti_sysbios_family_arm_exc_Exception_Object__heap__C = 0;
2938 
2939 /* Object__sizeof__C */
2940 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_Object__sizeof__C, ".const:ti_sysbios_family_arm_exc_Exception_Object__sizeof__C");
2941 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_Object__sizeof ti_sysbios_family_arm_exc_Exception_Object__sizeof__C = 0;
2942 
2943 /* Object__table__C */
2944 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_Object__table__C, ".const:ti_sysbios_family_arm_exc_Exception_Object__table__C");
2945 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_Object__table ti_sysbios_family_arm_exc_Exception_Object__table__C = 0;
2946 
2947 /* E_swi__C */
2948 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_E_swi__C, ".const:ti_sysbios_family_arm_exc_Exception_E_swi__C");
2949 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_E_swi ti_sysbios_family_arm_exc_Exception_E_swi__C = (((xdc_runtime_Error_Id)4814) << 16 | 0);
2950 
2951 /* E_prefetchAbort__C */
2952 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_E_prefetchAbort__C, ".const:ti_sysbios_family_arm_exc_Exception_E_prefetchAbort__C");
2953 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_E_prefetchAbort ti_sysbios_family_arm_exc_Exception_E_prefetchAbort__C = (((xdc_runtime_Error_Id)4847) << 16 | 0);
2954 
2955 /* E_dataAbort__C */
2956 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_E_dataAbort__C, ".const:ti_sysbios_family_arm_exc_Exception_E_dataAbort__C");
2957 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_E_dataAbort ti_sysbios_family_arm_exc_Exception_E_dataAbort__C = (((xdc_runtime_Error_Id)4890) << 16 | 0);
2958 
2959 /* E_undefinedInstruction__C */
2960 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_E_undefinedInstruction__C, ".const:ti_sysbios_family_arm_exc_Exception_E_undefinedInstruction__C");
2961 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_E_undefinedInstruction ti_sysbios_family_arm_exc_Exception_E_undefinedInstruction__C = (((xdc_runtime_Error_Id)4929) << 16 | 0);
2962 
2963 /* enableDecode__C */
2964 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_enableDecode__C, ".const:ti_sysbios_family_arm_exc_Exception_enableDecode__C");
2965 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_enableDecode ti_sysbios_family_arm_exc_Exception_enableDecode__C = 1;
2966 
2967 /* excHookFunc__C */
2968 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_excHookFunc__C, ".const:ti_sysbios_family_arm_exc_Exception_excHookFunc__C");
2969 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_excHookFunc ti_sysbios_family_arm_exc_Exception_excHookFunc__C = ((CT__ti_sysbios_family_arm_exc_Exception_excHookFunc)0);
2970 
2971 /* excHookFuncs__C */
2972 #pragma DATA_SECTION(ti_sysbios_family_arm_exc_Exception_excHookFuncs__C, ".const:ti_sysbios_family_arm_exc_Exception_excHookFuncs__C");
2973 __FAR__ const CT__ti_sysbios_family_arm_exc_Exception_excHookFuncs ti_sysbios_family_arm_exc_Exception_excHookFuncs__C = ((CT__ti_sysbios_family_arm_exc_Exception_excHookFuncs)ti_sysbios_family_arm_exc_Exception_excHookFuncs__A);
2974 
2975 
2976 /*
2977  * ======== ti.sysbios.family.arm.v7r.tms570.Core INITIALIZERS ========
2978  */
2979 
2980 /* Module__diagsEnabled__C */
2981 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsEnabled__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsEnabled__C");
2982 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsEnabled ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsEnabled__C = (xdc_Bits32)0x90;
2983 
2984 /* Module__diagsIncluded__C */
2985 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsIncluded__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsIncluded__C");
2986 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsIncluded ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsIncluded__C = (xdc_Bits32)0x90;
2987 
2988 /* Module__diagsMask__C */
2989 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsMask__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsMask__C");
2990 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsMask ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsMask__C = ((CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsMask)0);
2991 
2992 /* Module__gateObj__C */
2993 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_Module__gateObj__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_Module__gateObj__C");
2994 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__gateObj ti_sysbios_family_arm_v7r_tms570_Core_Module__gateObj__C = ((CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__gateObj)0);
2995 
2996 /* Module__gatePrms__C */
2997 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_Module__gatePrms__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_Module__gatePrms__C");
2998 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__gatePrms ti_sysbios_family_arm_v7r_tms570_Core_Module__gatePrms__C = ((CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__gatePrms)0);
2999 
3000 /* Module__id__C */
3001 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_Module__id__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_Module__id__C");
3002 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__id ti_sysbios_family_arm_v7r_tms570_Core_Module__id__C = (xdc_Bits16)0x8030;
3003 
3004 /* Module__loggerDefined__C */
3005 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerDefined__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerDefined__C");
3006 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerDefined ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerDefined__C = 0;
3007 
3008 /* Module__loggerObj__C */
3009 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerObj__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerObj__C");
3010 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerObj ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerObj__C = ((CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerObj)0);
3011 
3012 /* Module__loggerFxn0__C */
3013 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn0__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn0__C");
3014 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn0 ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn0__C = ((CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn0)0);
3015 
3016 /* Module__loggerFxn1__C */
3017 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn1__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn1__C");
3018 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn1 ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn1__C = ((CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn1)0);
3019 
3020 /* Module__loggerFxn2__C */
3021 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn2__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn2__C");
3022 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn2 ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn2__C = ((CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn2)0);
3023 
3024 /* Module__loggerFxn4__C */
3025 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn4__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn4__C");
3026 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn4 ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn4__C = ((CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn4)0);
3027 
3028 /* Module__loggerFxn8__C */
3029 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn8__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn8__C");
3030 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn8 ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn8__C = ((CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn8)0);
3031 
3032 /* Object__count__C */
3033 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_Object__count__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_Object__count__C");
3034 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_Object__count ti_sysbios_family_arm_v7r_tms570_Core_Object__count__C = 0;
3035 
3036 /* Object__heap__C */
3037 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_Object__heap__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_Object__heap__C");
3038 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_Object__heap ti_sysbios_family_arm_v7r_tms570_Core_Object__heap__C = 0;
3039 
3040 /* Object__sizeof__C */
3041 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_Object__sizeof__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_Object__sizeof__C");
3042 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_Object__sizeof ti_sysbios_family_arm_v7r_tms570_Core_Object__sizeof__C = 0;
3043 
3044 /* Object__table__C */
3045 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_Object__table__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_Object__table__C");
3046 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_Object__table ti_sysbios_family_arm_v7r_tms570_Core_Object__table__C = 0;
3047 
3048 /* numCores__C */
3049 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_numCores__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_numCores__C");
3050 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_numCores ti_sysbios_family_arm_v7r_tms570_Core_numCores__C = (xdc_UInt)0x1;
3051 
3052 /* E_mismatchedIds__C */
3053 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_E_mismatchedIds__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_E_mismatchedIds__C");
3054 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_E_mismatchedIds ti_sysbios_family_arm_v7r_tms570_Core_E_mismatchedIds__C = (((xdc_runtime_Error_Id)5058) << 16 | 0);
3055 
3056 /* id__C */
3057 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_tms570_Core_id__C, ".const:ti_sysbios_family_arm_v7r_tms570_Core_id__C");
3058 __FAR__ const CT__ti_sysbios_family_arm_v7r_tms570_Core_id ti_sysbios_family_arm_v7r_tms570_Core_id__C = (xdc_UInt)0x0;
3059 
3060 
3061 /*
3062  * ======== ti.sysbios.family.arm.v7r.vim.Hwi INITIALIZERS ========
3063  */
3064 
3065 /* Object__DESC__C */
3066 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_family_arm_v7r_vim_Hwi_Object__DESC__C;
3067 
3068 /* Object__PARAMS__C */
3069 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Object__PARAMS__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Object__PARAMS__C");
3070 __FAR__ const ti_sysbios_family_arm_v7r_vim_Hwi_Params ti_sysbios_family_arm_v7r_vim_Hwi_Object__PARAMS__C = {
3071  sizeof (ti_sysbios_family_arm_v7r_vim_Hwi_Params), /* __size */
3072  0, /* __self */
3073  0, /* __fxns */
3074  (xdc_runtime_IInstance_Params*)&ti_sysbios_family_arm_v7r_vim_Hwi_Object__PARAMS__C.__iprms, /* instance */
3075  ti_sysbios_interfaces_IHwi_MaskingOption_LOWER, /* maskSetting */
3076  ((xdc_UArg)(0x0)), /* arg */
3077  1, /* enableInt */
3078  (xdc_Int)(-0x0 - 1), /* eventId */
3079  (xdc_Int)(-0x0 - 1), /* priority */
3080  ti_sysbios_family_arm_v7r_vim_Hwi_Type_IRQ, /* type */
3081  {
3082  sizeof (xdc_runtime_IInstance_Params), /* __size */
3083  0, /* name */
3084  }, /* instance */
3085 };
3086 
3087 /* Module__root__V */
3091 };
3092 
3093 /* Object__table__V */
3095  {/* instance#0 */
3096  0,
3097  ti_sysbios_family_arm_v7r_vim_Hwi_Type_IRQ, /* type */
3098  ((xdc_UArg)((void*)(ti_sysbios_timers_rti_Timer_Handle)&ti_sysbios_timers_rti_Timer_Object__table__V[0])), /* arg */
3099  ((xdc_Void(*)(xdc_UArg))((xdc_Fxn)ti_sysbios_timers_rti_Timer_periodicStub__E)), /* fxn */
3100  (xdc_Int)0x2, /* intNum */
3101  ((xdc_UArg)0), /* irp */
3102  ((void*)0), /* hookEnv */
3103  {
3104  (xdc_UInt)0x4, /* [0] */
3105  (xdc_UInt)0x0, /* [1] */
3106  (xdc_UInt)0x0, /* [2] */
3107  (xdc_UInt)0x0, /* [3] */
3108  }, /* disableMask */
3109  },
3110 };
3111 
3112 /* --> ti_sysbios_family_arm_v7r_vim_Hwi_Module_State_0_fiqStack__A */
3113 __T1_ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__fiqStack ti_sysbios_family_arm_v7r_vim_Hwi_Module_State_0_fiqStack__A[2048];
3114 
3115 /* --> ti_sysbios_family_arm_v7r_vim_Hwi_Module_State_0_dispatchTable__A */
3116 __T1_ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__dispatchTable ti_sysbios_family_arm_v7r_vim_Hwi_Module_State_0_dispatchTable__A[128] = {
3117  0, /* [0] */
3118  0, /* [1] */
3119  (ti_sysbios_family_arm_v7r_vim_Hwi_Handle)&ti_sysbios_family_arm_v7r_vim_Hwi_Object__table__V[0], /* [2] */
3120  0, /* [3] */
3121  0, /* [4] */
3122  0, /* [5] */
3123  0, /* [6] */
3124  0, /* [7] */
3125  0, /* [8] */
3126  0, /* [9] */
3127  0, /* [10] */
3128  0, /* [11] */
3129  0, /* [12] */
3130  0, /* [13] */
3131  0, /* [14] */
3132  0, /* [15] */
3133  0, /* [16] */
3134  0, /* [17] */
3135  0, /* [18] */
3136  0, /* [19] */
3137  0, /* [20] */
3138  0, /* [21] */
3139  0, /* [22] */
3140  0, /* [23] */
3141  0, /* [24] */
3142  0, /* [25] */
3143  0, /* [26] */
3144  0, /* [27] */
3145  0, /* [28] */
3146  0, /* [29] */
3147  0, /* [30] */
3148  0, /* [31] */
3149  0, /* [32] */
3150  0, /* [33] */
3151  0, /* [34] */
3152  0, /* [35] */
3153  0, /* [36] */
3154  0, /* [37] */
3155  0, /* [38] */
3156  0, /* [39] */
3157  0, /* [40] */
3158  0, /* [41] */
3159  0, /* [42] */
3160  0, /* [43] */
3161  0, /* [44] */
3162  0, /* [45] */
3163  0, /* [46] */
3164  0, /* [47] */
3165  0, /* [48] */
3166  0, /* [49] */
3167  0, /* [50] */
3168  0, /* [51] */
3169  0, /* [52] */
3170  0, /* [53] */
3171  0, /* [54] */
3172  0, /* [55] */
3173  0, /* [56] */
3174  0, /* [57] */
3175  0, /* [58] */
3176  0, /* [59] */
3177  0, /* [60] */
3178  0, /* [61] */
3179  0, /* [62] */
3180  0, /* [63] */
3181  0, /* [64] */
3182  0, /* [65] */
3183  0, /* [66] */
3184  0, /* [67] */
3185  0, /* [68] */
3186  0, /* [69] */
3187  0, /* [70] */
3188  0, /* [71] */
3189  0, /* [72] */
3190  0, /* [73] */
3191  0, /* [74] */
3192  0, /* [75] */
3193  0, /* [76] */
3194  0, /* [77] */
3195  0, /* [78] */
3196  0, /* [79] */
3197  0, /* [80] */
3198  0, /* [81] */
3199  0, /* [82] */
3200  0, /* [83] */
3201  0, /* [84] */
3202  0, /* [85] */
3203  0, /* [86] */
3204  0, /* [87] */
3205  0, /* [88] */
3206  0, /* [89] */
3207  0, /* [90] */
3208  0, /* [91] */
3209  0, /* [92] */
3210  0, /* [93] */
3211  0, /* [94] */
3212  0, /* [95] */
3213  0, /* [96] */
3214  0, /* [97] */
3215  0, /* [98] */
3216  0, /* [99] */
3217  0, /* [100] */
3218  0, /* [101] */
3219  0, /* [102] */
3220  0, /* [103] */
3221  0, /* [104] */
3222  0, /* [105] */
3223  0, /* [106] */
3224  0, /* [107] */
3225  0, /* [108] */
3226  0, /* [109] */
3227  0, /* [110] */
3228  0, /* [111] */
3229  0, /* [112] */
3230  0, /* [113] */
3231  0, /* [114] */
3232  0, /* [115] */
3233  0, /* [116] */
3234  0, /* [117] */
3235  0, /* [118] */
3236  0, /* [119] */
3237  0, /* [120] */
3238  0, /* [121] */
3239  0, /* [122] */
3240  0, /* [123] */
3241  0, /* [124] */
3242  0, /* [125] */
3243  0, /* [126] */
3244  0, /* [127] */
3245 };
3246 
3247 /* Module__state__V */
3248 #if defined (__ICCARM__)
3249 #pragma location = ".data_ti_sysbios_family_arm_v7r_vim_Hwi_Module__state__V"
3250 #endif
3251 #if defined(__llvm__) && defined(__ti__)
3252 ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__ ti_sysbios_family_arm_v7r_vim_Hwi_Module__state__V __attribute__ ((section(".data:ti_sysbios_family_arm_v7r_vim_Hwi_Module__state__V")));
3253 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
3254 #ifndef __TI_COMPILER_VERSION__
3255 ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__ ti_sysbios_family_arm_v7r_vim_Hwi_Module__state__V __attribute__ ((section(".data_ti_sysbios_family_arm_v7r_vim_Hwi_Module__state__V")));
3256 #endif
3257 #endif
3259  ((xdc_Char*)0), /* taskSP */
3260  ((xdc_Char*)0), /* isrStack */
3261  ((xdc_Ptr)((void*)&__TI_STACK_BASE)), /* isrStackBase */
3262  ((xdc_Ptr)((void*)&__TI_STACK_SIZE)), /* isrStackSize */
3264  (xdc_SizeT)0x800, /* fiqStackSize */
3265  ((xdc_UInt*)(0xfff82000)), /* vimRam */
3267  {
3268  (xdc_UInt)0xffffffff, /* [0] */
3269  (xdc_UInt)0xffffffff, /* [1] */
3270  (xdc_UInt)0xffffffff, /* [2] */
3271  (xdc_UInt)0xffffffff, /* [3] */
3272  }, /* zeroLatencyFIQMask */
3273  (xdc_UInt)0x0, /* spuriousInts */
3274 };
3275 
3276 /* --> ti_sysbios_family_arm_v7r_vim_Hwi_channelMap__A */
3277 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_channelMap__A, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_channelMap__A");
3278 const __T1_ti_sysbios_family_arm_v7r_vim_Hwi_channelMap ti_sysbios_family_arm_v7r_vim_Hwi_channelMap__A[128] = {
3279  (xdc_UInt8)0x0, /* [0] */
3280  (xdc_UInt8)0x1, /* [1] */
3281  (xdc_UInt8)0x2, /* [2] */
3282  (xdc_UInt8)0x3, /* [3] */
3283  (xdc_UInt8)0x4, /* [4] */
3284  (xdc_UInt8)0x5, /* [5] */
3285  (xdc_UInt8)0x6, /* [6] */
3286  (xdc_UInt8)0x7, /* [7] */
3287  (xdc_UInt8)0x8, /* [8] */
3288  (xdc_UInt8)0x9, /* [9] */
3289  (xdc_UInt8)0xa, /* [10] */
3290  (xdc_UInt8)0xb, /* [11] */
3291  (xdc_UInt8)0xc, /* [12] */
3292  (xdc_UInt8)0xd, /* [13] */
3293  (xdc_UInt8)0xe, /* [14] */
3294  (xdc_UInt8)0xf, /* [15] */
3295  (xdc_UInt8)0x10, /* [16] */
3296  (xdc_UInt8)0x11, /* [17] */
3297  (xdc_UInt8)0x12, /* [18] */
3298  (xdc_UInt8)0x13, /* [19] */
3299  (xdc_UInt8)0x14, /* [20] */
3300  (xdc_UInt8)0x15, /* [21] */
3301  (xdc_UInt8)0x16, /* [22] */
3302  (xdc_UInt8)0x17, /* [23] */
3303  (xdc_UInt8)0x18, /* [24] */
3304  (xdc_UInt8)0x19, /* [25] */
3305  (xdc_UInt8)0x1a, /* [26] */
3306  (xdc_UInt8)0x1b, /* [27] */
3307  (xdc_UInt8)0x1c, /* [28] */
3308  (xdc_UInt8)0x1d, /* [29] */
3309  (xdc_UInt8)0x1e, /* [30] */
3310  (xdc_UInt8)0x1f, /* [31] */
3311  (xdc_UInt8)0x20, /* [32] */
3312  (xdc_UInt8)0x21, /* [33] */
3313  (xdc_UInt8)0x22, /* [34] */
3314  (xdc_UInt8)0x23, /* [35] */
3315  (xdc_UInt8)0x24, /* [36] */
3316  (xdc_UInt8)0x25, /* [37] */
3317  (xdc_UInt8)0x26, /* [38] */
3318  (xdc_UInt8)0x27, /* [39] */
3319  (xdc_UInt8)0x28, /* [40] */
3320  (xdc_UInt8)0x29, /* [41] */
3321  (xdc_UInt8)0x2a, /* [42] */
3322  (xdc_UInt8)0x2b, /* [43] */
3323  (xdc_UInt8)0x2c, /* [44] */
3324  (xdc_UInt8)0x2d, /* [45] */
3325  (xdc_UInt8)0x2e, /* [46] */
3326  (xdc_UInt8)0x2f, /* [47] */
3327  (xdc_UInt8)0x30, /* [48] */
3328  (xdc_UInt8)0x31, /* [49] */
3329  (xdc_UInt8)0x32, /* [50] */
3330  (xdc_UInt8)0x33, /* [51] */
3331  (xdc_UInt8)0x34, /* [52] */
3332  (xdc_UInt8)0x35, /* [53] */
3333  (xdc_UInt8)0x36, /* [54] */
3334  (xdc_UInt8)0x37, /* [55] */
3335  (xdc_UInt8)0x38, /* [56] */
3336  (xdc_UInt8)0x39, /* [57] */
3337  (xdc_UInt8)0x3a, /* [58] */
3338  (xdc_UInt8)0x3b, /* [59] */
3339  (xdc_UInt8)0x3c, /* [60] */
3340  (xdc_UInt8)0x3d, /* [61] */
3341  (xdc_UInt8)0x3e, /* [62] */
3342  (xdc_UInt8)0x3f, /* [63] */
3343  (xdc_UInt8)0x40, /* [64] */
3344  (xdc_UInt8)0x41, /* [65] */
3345  (xdc_UInt8)0x42, /* [66] */
3346  (xdc_UInt8)0x43, /* [67] */
3347  (xdc_UInt8)0x44, /* [68] */
3348  (xdc_UInt8)0x45, /* [69] */
3349  (xdc_UInt8)0x46, /* [70] */
3350  (xdc_UInt8)0x47, /* [71] */
3351  (xdc_UInt8)0x48, /* [72] */
3352  (xdc_UInt8)0x49, /* [73] */
3353  (xdc_UInt8)0x4a, /* [74] */
3354  (xdc_UInt8)0x4b, /* [75] */
3355  (xdc_UInt8)0x4c, /* [76] */
3356  (xdc_UInt8)0x4d, /* [77] */
3357  (xdc_UInt8)0x4e, /* [78] */
3358  (xdc_UInt8)0x4f, /* [79] */
3359  (xdc_UInt8)0x50, /* [80] */
3360  (xdc_UInt8)0x51, /* [81] */
3361  (xdc_UInt8)0x52, /* [82] */
3362  (xdc_UInt8)0x53, /* [83] */
3363  (xdc_UInt8)0x54, /* [84] */
3364  (xdc_UInt8)0x55, /* [85] */
3365  (xdc_UInt8)0x56, /* [86] */
3366  (xdc_UInt8)0x57, /* [87] */
3367  (xdc_UInt8)0x58, /* [88] */
3368  (xdc_UInt8)0x59, /* [89] */
3369  (xdc_UInt8)0x5a, /* [90] */
3370  (xdc_UInt8)0x5b, /* [91] */
3371  (xdc_UInt8)0x5c, /* [92] */
3372  (xdc_UInt8)0x5d, /* [93] */
3373  (xdc_UInt8)0x5e, /* [94] */
3374  (xdc_UInt8)0x5f, /* [95] */
3375  (xdc_UInt8)0x60, /* [96] */
3376  (xdc_UInt8)0x61, /* [97] */
3377  (xdc_UInt8)0x62, /* [98] */
3378  (xdc_UInt8)0x63, /* [99] */
3379  (xdc_UInt8)0x64, /* [100] */
3380  (xdc_UInt8)0x65, /* [101] */
3381  (xdc_UInt8)0x66, /* [102] */
3382  (xdc_UInt8)0x67, /* [103] */
3383  (xdc_UInt8)0x68, /* [104] */
3384  (xdc_UInt8)0x69, /* [105] */
3385  (xdc_UInt8)0x6a, /* [106] */
3386  (xdc_UInt8)0x6b, /* [107] */
3387  (xdc_UInt8)0x6c, /* [108] */
3388  (xdc_UInt8)0x6d, /* [109] */
3389  (xdc_UInt8)0x6e, /* [110] */
3390  (xdc_UInt8)0x6f, /* [111] */
3391  (xdc_UInt8)0x70, /* [112] */
3392  (xdc_UInt8)0x71, /* [113] */
3393  (xdc_UInt8)0x72, /* [114] */
3394  (xdc_UInt8)0x73, /* [115] */
3395  (xdc_UInt8)0x74, /* [116] */
3396  (xdc_UInt8)0x75, /* [117] */
3397  (xdc_UInt8)0x76, /* [118] */
3398  (xdc_UInt8)0x77, /* [119] */
3399  (xdc_UInt8)0x78, /* [120] */
3400  (xdc_UInt8)0x79, /* [121] */
3401  (xdc_UInt8)0x7a, /* [122] */
3402  (xdc_UInt8)0x7b, /* [123] */
3403  (xdc_UInt8)0x7c, /* [124] */
3404  (xdc_UInt8)0x7d, /* [125] */
3405  (xdc_UInt8)0x7e, /* [126] */
3406  (xdc_UInt8)0x7f, /* [127] */
3407 };
3408 
3409 /* --> ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet__A */
3410 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet__A, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet__A");
3411 const __T1_ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet__A[4] = {
3412  (xdc_UInt32)0x4, /* [0] */
3413  (xdc_UInt32)0x0, /* [1] */
3414  (xdc_UInt32)0x0, /* [2] */
3415  (xdc_UInt32)0x0, /* [3] */
3416 };
3417 
3418 /* --> ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet__A */
3419 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet__A, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet__A");
3420 const __T1_ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet__A[4] = {
3421  (xdc_UInt32)0xffffffff, /* [0] */
3422  (xdc_UInt32)0xffffffff, /* [1] */
3423  (xdc_UInt32)0xffffffff, /* [2] */
3424  (xdc_UInt32)0xffffffff, /* [3] */
3425 };
3426 
3427 /* Module__diagsEnabled__C */
3428 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsEnabled__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsEnabled__C");
3429 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsEnabled ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsEnabled__C = (xdc_Bits32)0x90;
3430 
3431 /* Module__diagsIncluded__C */
3432 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsIncluded__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsIncluded__C");
3433 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsIncluded ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsIncluded__C = (xdc_Bits32)0x90;
3434 
3435 /* Module__diagsMask__C */
3436 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsMask__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsMask__C");
3437 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsMask ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsMask__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsMask)0);
3438 
3439 /* Module__gateObj__C */
3440 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Module__gateObj__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__gateObj__C");
3441 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__gateObj ti_sysbios_family_arm_v7r_vim_Hwi_Module__gateObj__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__gateObj)0);
3442 
3443 /* Module__gatePrms__C */
3444 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Module__gatePrms__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__gatePrms__C");
3445 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__gatePrms ti_sysbios_family_arm_v7r_vim_Hwi_Module__gatePrms__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__gatePrms)0);
3446 
3447 /* Module__id__C */
3448 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Module__id__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__id__C");
3449 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__id ti_sysbios_family_arm_v7r_vim_Hwi_Module__id__C = (xdc_Bits16)0x8024;
3450 
3451 /* Module__loggerDefined__C */
3452 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerDefined__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerDefined__C");
3453 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerDefined ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerDefined__C = 0;
3454 
3455 /* Module__loggerObj__C */
3456 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerObj__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerObj__C");
3457 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerObj ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerObj__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerObj)0);
3458 
3459 /* Module__loggerFxn0__C */
3460 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn0__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn0__C");
3461 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn0 ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn0__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn0)0);
3462 
3463 /* Module__loggerFxn1__C */
3464 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn1__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn1__C");
3465 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn1 ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn1__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn1)0);
3466 
3467 /* Module__loggerFxn2__C */
3468 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn2__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn2__C");
3469 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn2 ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn2__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn2)0);
3470 
3471 /* Module__loggerFxn4__C */
3472 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn4__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn4__C");
3473 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn4 ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn4__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn4)0);
3474 
3475 /* Module__loggerFxn8__C */
3476 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn8__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn8__C");
3477 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn8 ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn8__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn8)0);
3478 
3479 /* Object__count__C */
3480 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Object__count__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Object__count__C");
3481 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_Object__count ti_sysbios_family_arm_v7r_vim_Hwi_Object__count__C = 1;
3482 
3483 /* Object__heap__C */
3484 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Object__heap__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Object__heap__C");
3485 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_Object__heap ti_sysbios_family_arm_v7r_vim_Hwi_Object__heap__C = 0;
3486 
3487 /* Object__sizeof__C */
3488 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Object__sizeof__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Object__sizeof__C");
3489 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_Object__sizeof ti_sysbios_family_arm_v7r_vim_Hwi_Object__sizeof__C = sizeof(ti_sysbios_family_arm_v7r_vim_Hwi_Object__);
3490 
3491 /* Object__table__C */
3492 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Object__table__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Object__table__C");
3493 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_Object__table ti_sysbios_family_arm_v7r_vim_Hwi_Object__table__C = ti_sysbios_family_arm_v7r_vim_Hwi_Object__table__V;
3494 
3495 /* dispatcherAutoNestingSupport__C */
3496 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherAutoNestingSupport__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherAutoNestingSupport__C");
3497 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherAutoNestingSupport ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherAutoNestingSupport__C = 1;
3498 
3499 /* dispatcherSwiSupport__C */
3500 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherSwiSupport__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherSwiSupport__C");
3501 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherSwiSupport ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherSwiSupport__C = 1;
3502 
3503 /* dispatcherTaskSupport__C */
3504 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherTaskSupport__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherTaskSupport__C");
3505 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherTaskSupport ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherTaskSupport__C = 1;
3506 
3507 /* dispatcherIrpTrackingSupport__C */
3508 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherIrpTrackingSupport__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherIrpTrackingSupport__C");
3509 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherIrpTrackingSupport ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherIrpTrackingSupport__C = 1;
3510 
3511 /* NUM_INTERRUPTS__C */
3512 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_NUM_INTERRUPTS__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_NUM_INTERRUPTS__C");
3513 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_NUM_INTERRUPTS ti_sysbios_family_arm_v7r_vim_Hwi_NUM_INTERRUPTS__C = (xdc_UInt)0x80;
3514 
3515 /* core0VectorTableAddress__C */
3516 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_core0VectorTableAddress__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_core0VectorTableAddress__C");
3517 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_core0VectorTableAddress ti_sysbios_family_arm_v7r_vim_Hwi_core0VectorTableAddress__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_core0VectorTableAddress)(0x0));
3518 
3519 /* core1VectorTableAddress__C */
3520 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_core1VectorTableAddress__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_core1VectorTableAddress__C");
3521 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_core1VectorTableAddress ti_sysbios_family_arm_v7r_vim_Hwi_core1VectorTableAddress__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_core1VectorTableAddress)(0x0));
3522 
3523 /* phantomFunc__C */
3524 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_phantomFunc__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_phantomFunc__C");
3525 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_phantomFunc ti_sysbios_family_arm_v7r_vim_Hwi_phantomFunc__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_phantomFunc)((xdc_Fxn)ti_sysbios_family_arm_v7r_vim_Hwi_phantomIntHandler__I));
3526 
3527 /* fiqStack__C */
3528 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_fiqStack__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_fiqStack__C");
3529 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_fiqStack ti_sysbios_family_arm_v7r_vim_Hwi_fiqStack__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_fiqStack)0);
3530 
3531 /* errataInitEsm__C */
3532 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_errataInitEsm__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_errataInitEsm__C");
3533 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_errataInitEsm ti_sysbios_family_arm_v7r_vim_Hwi_errataInitEsm__C = 1;
3534 
3535 /* resetVIM__C */
3536 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_resetVIM__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_resetVIM__C");
3537 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_resetVIM ti_sysbios_family_arm_v7r_vim_Hwi_resetVIM__C = 1;
3538 
3539 /* A_badChannelId__C */
3540 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_A_badChannelId__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_A_badChannelId__C");
3541 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_A_badChannelId ti_sysbios_family_arm_v7r_vim_Hwi_A_badChannelId__C = (((xdc_runtime_Assert_Id)2825) << 16 | 16);
3542 
3543 /* E_alreadyDefined__C */
3544 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_E_alreadyDefined__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_E_alreadyDefined__C");
3545 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_E_alreadyDefined ti_sysbios_family_arm_v7r_vim_Hwi_E_alreadyDefined__C = (((xdc_runtime_Error_Id)4570) << 16 | 0);
3546 
3547 /* E_badIntNum__C */
3548 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_E_badIntNum__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_E_badIntNum__C");
3549 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_E_badIntNum ti_sysbios_family_arm_v7r_vim_Hwi_E_badIntNum__C = (((xdc_runtime_Error_Id)4618) << 16 | 0);
3550 
3551 /* E_undefined__C */
3552 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_E_undefined__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_E_undefined__C");
3553 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_E_undefined ti_sysbios_family_arm_v7r_vim_Hwi_E_undefined__C = (((xdc_runtime_Error_Id)4658) << 16 | 0);
3554 
3555 /* E_unsupportedMaskingOption__C */
3556 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_E_unsupportedMaskingOption__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_E_unsupportedMaskingOption__C");
3557 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_E_unsupportedMaskingOption ti_sysbios_family_arm_v7r_vim_Hwi_E_unsupportedMaskingOption__C = (((xdc_runtime_Error_Id)4697) << 16 | 0);
3558 
3559 /* E_phantomInterrupt__C */
3560 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_E_phantomInterrupt__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_E_phantomInterrupt__C");
3561 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_E_phantomInterrupt ti_sysbios_family_arm_v7r_vim_Hwi_E_phantomInterrupt__C = (((xdc_runtime_Error_Id)4760) << 16 | 0);
3562 
3563 /* LM_begin__C */
3564 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_LM_begin__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_LM_begin__C");
3565 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_LM_begin ti_sysbios_family_arm_v7r_vim_Hwi_LM_begin__C = (((xdc_runtime_Log_Event)6429) << 16 | 768);
3566 
3567 /* LD_end__C */
3568 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_LD_end__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_LD_end__C");
3569 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_LD_end ti_sysbios_family_arm_v7r_vim_Hwi_LD_end__C = (((xdc_runtime_Log_Event)6499) << 16 | 512);
3570 
3571 /* channelMap__C */
3572 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_channelMap__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_channelMap__C");
3573 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_channelMap ti_sysbios_family_arm_v7r_vim_Hwi_channelMap__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_channelMap)ti_sysbios_family_arm_v7r_vim_Hwi_channelMap__A);
3574 
3575 /* intReqEnaSet__C */
3576 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet__C");
3577 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet)ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet__A);
3578 
3579 /* wakeEnaSet__C */
3580 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet__C");
3581 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet)ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet__A);
3582 
3583 /* swiDisable__C */
3584 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_swiDisable__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_swiDisable__C");
3585 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_swiDisable ti_sysbios_family_arm_v7r_vim_Hwi_swiDisable__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_swiDisable)((xdc_Fxn)ti_sysbios_knl_Swi_disable__E));
3586 
3587 /* swiRestoreHwi__C */
3588 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_swiRestoreHwi__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_swiRestoreHwi__C");
3589 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_swiRestoreHwi ti_sysbios_family_arm_v7r_vim_Hwi_swiRestoreHwi__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_swiRestoreHwi)((xdc_Fxn)ti_sysbios_knl_Swi_restoreHwi__E));
3590 
3591 /* taskDisable__C */
3592 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_taskDisable__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_taskDisable__C");
3593 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_taskDisable ti_sysbios_family_arm_v7r_vim_Hwi_taskDisable__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_taskDisable)((xdc_Fxn)ti_sysbios_knl_Task_disable__E));
3594 
3595 /* taskRestoreHwi__C */
3596 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_taskRestoreHwi__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_taskRestoreHwi__C");
3597 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_taskRestoreHwi ti_sysbios_family_arm_v7r_vim_Hwi_taskRestoreHwi__C = ((CT__ti_sysbios_family_arm_v7r_vim_Hwi_taskRestoreHwi)((xdc_Fxn)ti_sysbios_knl_Task_restoreHwi__E));
3598 
3599 /* hooks__C */
3600 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_hooks__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_hooks__C");
3601 __FAR__ const CT__ti_sysbios_family_arm_v7r_vim_Hwi_hooks ti_sysbios_family_arm_v7r_vim_Hwi_hooks__C = {0, 0};
3602 
3603 
3604 /*
3605  * ======== ti.sysbios.gates.GateHwi INITIALIZERS ========
3606  */
3607 
3608 /* Object__DESC__C */
3609 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_gates_GateHwi_Object__DESC__C;
3610 
3611 /* Object__PARAMS__C */
3612 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Object__PARAMS__C, ".const:ti_sysbios_gates_GateHwi_Object__PARAMS__C");
3613 __FAR__ const ti_sysbios_gates_GateHwi_Params ti_sysbios_gates_GateHwi_Object__PARAMS__C = {
3614  sizeof (ti_sysbios_gates_GateHwi_Params), /* __size */
3615  0, /* __self */
3616  0, /* __fxns */
3617  (xdc_runtime_IInstance_Params*)&ti_sysbios_gates_GateHwi_Object__PARAMS__C.__iprms, /* instance */
3618  {
3619  sizeof (xdc_runtime_IInstance_Params), /* __size */
3620  0, /* name */
3621  }, /* instance */
3622 };
3623 
3624 /* Module__root__V */
3628 };
3629 
3630 /* Object__table__V */
3632  {/* instance#0 */
3634  },
3635 };
3636 
3637 /* Module__diagsEnabled__C */
3638 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__diagsEnabled__C, ".const:ti_sysbios_gates_GateHwi_Module__diagsEnabled__C");
3639 __FAR__ const CT__ti_sysbios_gates_GateHwi_Module__diagsEnabled ti_sysbios_gates_GateHwi_Module__diagsEnabled__C = (xdc_Bits32)0x90;
3640 
3641 /* Module__diagsIncluded__C */
3642 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__diagsIncluded__C, ".const:ti_sysbios_gates_GateHwi_Module__diagsIncluded__C");
3643 __FAR__ const CT__ti_sysbios_gates_GateHwi_Module__diagsIncluded ti_sysbios_gates_GateHwi_Module__diagsIncluded__C = (xdc_Bits32)0x90;
3644 
3645 /* Module__diagsMask__C */
3646 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__diagsMask__C, ".const:ti_sysbios_gates_GateHwi_Module__diagsMask__C");
3647 __FAR__ const CT__ti_sysbios_gates_GateHwi_Module__diagsMask ti_sysbios_gates_GateHwi_Module__diagsMask__C = ((CT__ti_sysbios_gates_GateHwi_Module__diagsMask)0);
3648 
3649 /* Module__gateObj__C */
3650 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__gateObj__C, ".const:ti_sysbios_gates_GateHwi_Module__gateObj__C");
3651 __FAR__ const CT__ti_sysbios_gates_GateHwi_Module__gateObj ti_sysbios_gates_GateHwi_Module__gateObj__C = ((CT__ti_sysbios_gates_GateHwi_Module__gateObj)0);
3652 
3653 /* Module__gatePrms__C */
3654 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__gatePrms__C, ".const:ti_sysbios_gates_GateHwi_Module__gatePrms__C");
3655 __FAR__ const CT__ti_sysbios_gates_GateHwi_Module__gatePrms ti_sysbios_gates_GateHwi_Module__gatePrms__C = ((CT__ti_sysbios_gates_GateHwi_Module__gatePrms)0);
3656 
3657 /* Module__id__C */
3658 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__id__C, ".const:ti_sysbios_gates_GateHwi_Module__id__C");
3659 __FAR__ const CT__ti_sysbios_gates_GateHwi_Module__id ti_sysbios_gates_GateHwi_Module__id__C = (xdc_Bits16)0x8028;
3660 
3661 /* Module__loggerDefined__C */
3662 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__loggerDefined__C, ".const:ti_sysbios_gates_GateHwi_Module__loggerDefined__C");
3663 __FAR__ const CT__ti_sysbios_gates_GateHwi_Module__loggerDefined ti_sysbios_gates_GateHwi_Module__loggerDefined__C = 0;
3664 
3665 /* Module__loggerObj__C */
3666 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__loggerObj__C, ".const:ti_sysbios_gates_GateHwi_Module__loggerObj__C");
3667 __FAR__ const CT__ti_sysbios_gates_GateHwi_Module__loggerObj ti_sysbios_gates_GateHwi_Module__loggerObj__C = ((CT__ti_sysbios_gates_GateHwi_Module__loggerObj)0);
3668 
3669 /* Module__loggerFxn0__C */
3670 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__loggerFxn0__C, ".const:ti_sysbios_gates_GateHwi_Module__loggerFxn0__C");
3671 __FAR__ const CT__ti_sysbios_gates_GateHwi_Module__loggerFxn0 ti_sysbios_gates_GateHwi_Module__loggerFxn0__C = ((CT__ti_sysbios_gates_GateHwi_Module__loggerFxn0)0);
3672 
3673 /* Module__loggerFxn1__C */
3674 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__loggerFxn1__C, ".const:ti_sysbios_gates_GateHwi_Module__loggerFxn1__C");
3675 __FAR__ const CT__ti_sysbios_gates_GateHwi_Module__loggerFxn1 ti_sysbios_gates_GateHwi_Module__loggerFxn1__C = ((CT__ti_sysbios_gates_GateHwi_Module__loggerFxn1)0);
3676 
3677 /* Module__loggerFxn2__C */
3678 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__loggerFxn2__C, ".const:ti_sysbios_gates_GateHwi_Module__loggerFxn2__C");
3679 __FAR__ const CT__ti_sysbios_gates_GateHwi_Module__loggerFxn2 ti_sysbios_gates_GateHwi_Module__loggerFxn2__C = ((CT__ti_sysbios_gates_GateHwi_Module__loggerFxn2)0);
3680 
3681 /* Module__loggerFxn4__C */
3682 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__loggerFxn4__C, ".const:ti_sysbios_gates_GateHwi_Module__loggerFxn4__C");
3683 __FAR__ const CT__ti_sysbios_gates_GateHwi_Module__loggerFxn4 ti_sysbios_gates_GateHwi_Module__loggerFxn4__C = ((CT__ti_sysbios_gates_GateHwi_Module__loggerFxn4)0);
3684 
3685 /* Module__loggerFxn8__C */
3686 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__loggerFxn8__C, ".const:ti_sysbios_gates_GateHwi_Module__loggerFxn8__C");
3687 __FAR__ const CT__ti_sysbios_gates_GateHwi_Module__loggerFxn8 ti_sysbios_gates_GateHwi_Module__loggerFxn8__C = ((CT__ti_sysbios_gates_GateHwi_Module__loggerFxn8)0);
3688 
3689 /* Object__count__C */
3690 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Object__count__C, ".const:ti_sysbios_gates_GateHwi_Object__count__C");
3691 __FAR__ const CT__ti_sysbios_gates_GateHwi_Object__count ti_sysbios_gates_GateHwi_Object__count__C = 1;
3692 
3693 /* Object__heap__C */
3694 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Object__heap__C, ".const:ti_sysbios_gates_GateHwi_Object__heap__C");
3695 __FAR__ const CT__ti_sysbios_gates_GateHwi_Object__heap ti_sysbios_gates_GateHwi_Object__heap__C = 0;
3696 
3697 /* Object__sizeof__C */
3698 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Object__sizeof__C, ".const:ti_sysbios_gates_GateHwi_Object__sizeof__C");
3699 __FAR__ const CT__ti_sysbios_gates_GateHwi_Object__sizeof ti_sysbios_gates_GateHwi_Object__sizeof__C = sizeof(ti_sysbios_gates_GateHwi_Object__);
3700 
3701 /* Object__table__C */
3702 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Object__table__C, ".const:ti_sysbios_gates_GateHwi_Object__table__C");
3703 __FAR__ const CT__ti_sysbios_gates_GateHwi_Object__table ti_sysbios_gates_GateHwi_Object__table__C = ti_sysbios_gates_GateHwi_Object__table__V;
3704 
3705 
3706 /*
3707  * ======== ti.sysbios.gates.GateMutex INITIALIZERS ========
3708  */
3709 
3710 /* Object__DESC__C */
3711 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_gates_GateMutex_Object__DESC__C;
3712 
3713 /* Object__PARAMS__C */
3714 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Object__PARAMS__C, ".const:ti_sysbios_gates_GateMutex_Object__PARAMS__C");
3715 __FAR__ const ti_sysbios_gates_GateMutex_Params ti_sysbios_gates_GateMutex_Object__PARAMS__C = {
3716  sizeof (ti_sysbios_gates_GateMutex_Params), /* __size */
3717  0, /* __self */
3718  0, /* __fxns */
3719  (xdc_runtime_IInstance_Params*)&ti_sysbios_gates_GateMutex_Object__PARAMS__C.__iprms, /* instance */
3720  {
3721  sizeof (xdc_runtime_IInstance_Params), /* __size */
3722  0, /* name */
3723  }, /* instance */
3724 };
3725 
3726 /* Module__root__V */
3730 };
3731 
3732 /* Object__table__V */
3734  {/* instance#0 */
3736  0, /* owner */
3737  {
3738  0, /* event */
3739  (xdc_UInt)0x1, /* eventId */
3740  ti_sysbios_knl_Semaphore_Mode_COUNTING, /* mode */
3741  (xdc_UInt16)0x1, /* count */
3742  {
3743  {
3744  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_gates_GateMutex_Object__table__V[0].Object_field_sem.Object_field_pendQ.elem)), /* next */
3745  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_gates_GateMutex_Object__table__V[0].Object_field_sem.Object_field_pendQ.elem)), /* prev */
3746  }, /* elem */
3747  }, /* Object_field_pendQ */
3748  }, /* Object_field_sem */
3749  },
3750  {/* instance#1 */
3752  0, /* owner */
3753  {
3754  0, /* event */
3755  (xdc_UInt)0x1, /* eventId */
3756  ti_sysbios_knl_Semaphore_Mode_COUNTING, /* mode */
3757  (xdc_UInt16)0x1, /* count */
3758  {
3759  {
3760  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_gates_GateMutex_Object__table__V[1].Object_field_sem.Object_field_pendQ.elem)), /* next */
3761  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_gates_GateMutex_Object__table__V[1].Object_field_sem.Object_field_pendQ.elem)), /* prev */
3762  }, /* elem */
3763  }, /* Object_field_pendQ */
3764  }, /* Object_field_sem */
3765  },
3766 };
3767 
3768 /* Module__diagsEnabled__C */
3769 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__diagsEnabled__C, ".const:ti_sysbios_gates_GateMutex_Module__diagsEnabled__C");
3770 __FAR__ const CT__ti_sysbios_gates_GateMutex_Module__diagsEnabled ti_sysbios_gates_GateMutex_Module__diagsEnabled__C = (xdc_Bits32)0x90;
3771 
3772 /* Module__diagsIncluded__C */
3773 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__diagsIncluded__C, ".const:ti_sysbios_gates_GateMutex_Module__diagsIncluded__C");
3774 __FAR__ const CT__ti_sysbios_gates_GateMutex_Module__diagsIncluded ti_sysbios_gates_GateMutex_Module__diagsIncluded__C = (xdc_Bits32)0x90;
3775 
3776 /* Module__diagsMask__C */
3777 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__diagsMask__C, ".const:ti_sysbios_gates_GateMutex_Module__diagsMask__C");
3778 __FAR__ const CT__ti_sysbios_gates_GateMutex_Module__diagsMask ti_sysbios_gates_GateMutex_Module__diagsMask__C = ((CT__ti_sysbios_gates_GateMutex_Module__diagsMask)0);
3779 
3780 /* Module__gateObj__C */
3781 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__gateObj__C, ".const:ti_sysbios_gates_GateMutex_Module__gateObj__C");
3782 __FAR__ const CT__ti_sysbios_gates_GateMutex_Module__gateObj ti_sysbios_gates_GateMutex_Module__gateObj__C = ((CT__ti_sysbios_gates_GateMutex_Module__gateObj)0);
3783 
3784 /* Module__gatePrms__C */
3785 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__gatePrms__C, ".const:ti_sysbios_gates_GateMutex_Module__gatePrms__C");
3786 __FAR__ const CT__ti_sysbios_gates_GateMutex_Module__gatePrms ti_sysbios_gates_GateMutex_Module__gatePrms__C = ((CT__ti_sysbios_gates_GateMutex_Module__gatePrms)0);
3787 
3788 /* Module__id__C */
3789 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__id__C, ".const:ti_sysbios_gates_GateMutex_Module__id__C");
3790 __FAR__ const CT__ti_sysbios_gates_GateMutex_Module__id ti_sysbios_gates_GateMutex_Module__id__C = (xdc_Bits16)0x8029;
3791 
3792 /* Module__loggerDefined__C */
3793 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__loggerDefined__C, ".const:ti_sysbios_gates_GateMutex_Module__loggerDefined__C");
3794 __FAR__ const CT__ti_sysbios_gates_GateMutex_Module__loggerDefined ti_sysbios_gates_GateMutex_Module__loggerDefined__C = 0;
3795 
3796 /* Module__loggerObj__C */
3797 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__loggerObj__C, ".const:ti_sysbios_gates_GateMutex_Module__loggerObj__C");
3798 __FAR__ const CT__ti_sysbios_gates_GateMutex_Module__loggerObj ti_sysbios_gates_GateMutex_Module__loggerObj__C = ((CT__ti_sysbios_gates_GateMutex_Module__loggerObj)0);
3799 
3800 /* Module__loggerFxn0__C */
3801 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__loggerFxn0__C, ".const:ti_sysbios_gates_GateMutex_Module__loggerFxn0__C");
3802 __FAR__ const CT__ti_sysbios_gates_GateMutex_Module__loggerFxn0 ti_sysbios_gates_GateMutex_Module__loggerFxn0__C = ((CT__ti_sysbios_gates_GateMutex_Module__loggerFxn0)0);
3803 
3804 /* Module__loggerFxn1__C */
3805 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__loggerFxn1__C, ".const:ti_sysbios_gates_GateMutex_Module__loggerFxn1__C");
3806 __FAR__ const CT__ti_sysbios_gates_GateMutex_Module__loggerFxn1 ti_sysbios_gates_GateMutex_Module__loggerFxn1__C = ((CT__ti_sysbios_gates_GateMutex_Module__loggerFxn1)0);
3807 
3808 /* Module__loggerFxn2__C */
3809 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__loggerFxn2__C, ".const:ti_sysbios_gates_GateMutex_Module__loggerFxn2__C");
3810 __FAR__ const CT__ti_sysbios_gates_GateMutex_Module__loggerFxn2 ti_sysbios_gates_GateMutex_Module__loggerFxn2__C = ((CT__ti_sysbios_gates_GateMutex_Module__loggerFxn2)0);
3811 
3812 /* Module__loggerFxn4__C */
3813 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__loggerFxn4__C, ".const:ti_sysbios_gates_GateMutex_Module__loggerFxn4__C");
3814 __FAR__ const CT__ti_sysbios_gates_GateMutex_Module__loggerFxn4 ti_sysbios_gates_GateMutex_Module__loggerFxn4__C = ((CT__ti_sysbios_gates_GateMutex_Module__loggerFxn4)0);
3815 
3816 /* Module__loggerFxn8__C */
3817 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__loggerFxn8__C, ".const:ti_sysbios_gates_GateMutex_Module__loggerFxn8__C");
3818 __FAR__ const CT__ti_sysbios_gates_GateMutex_Module__loggerFxn8 ti_sysbios_gates_GateMutex_Module__loggerFxn8__C = ((CT__ti_sysbios_gates_GateMutex_Module__loggerFxn8)0);
3819 
3820 /* Object__count__C */
3821 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Object__count__C, ".const:ti_sysbios_gates_GateMutex_Object__count__C");
3822 __FAR__ const CT__ti_sysbios_gates_GateMutex_Object__count ti_sysbios_gates_GateMutex_Object__count__C = 2;
3823 
3824 /* Object__heap__C */
3825 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Object__heap__C, ".const:ti_sysbios_gates_GateMutex_Object__heap__C");
3826 __FAR__ const CT__ti_sysbios_gates_GateMutex_Object__heap ti_sysbios_gates_GateMutex_Object__heap__C = 0;
3827 
3828 /* Object__sizeof__C */
3829 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Object__sizeof__C, ".const:ti_sysbios_gates_GateMutex_Object__sizeof__C");
3830 __FAR__ const CT__ti_sysbios_gates_GateMutex_Object__sizeof ti_sysbios_gates_GateMutex_Object__sizeof__C = sizeof(ti_sysbios_gates_GateMutex_Object__);
3831 
3832 /* Object__table__C */
3833 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Object__table__C, ".const:ti_sysbios_gates_GateMutex_Object__table__C");
3834 __FAR__ const CT__ti_sysbios_gates_GateMutex_Object__table ti_sysbios_gates_GateMutex_Object__table__C = ti_sysbios_gates_GateMutex_Object__table__V;
3835 
3836 /* A_badContext__C */
3837 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_A_badContext__C, ".const:ti_sysbios_gates_GateMutex_A_badContext__C");
3838 __FAR__ const CT__ti_sysbios_gates_GateMutex_A_badContext ti_sysbios_gates_GateMutex_A_badContext__C = (((xdc_runtime_Assert_Id)3349) << 16 | 16);
3839 
3840 
3841 /*
3842  * ======== ti.sysbios.hal.Cache INITIALIZERS ========
3843  */
3844 
3845 /* Module__diagsEnabled__C */
3846 #pragma DATA_SECTION(ti_sysbios_hal_Cache_Module__diagsEnabled__C, ".const:ti_sysbios_hal_Cache_Module__diagsEnabled__C");
3847 __FAR__ const CT__ti_sysbios_hal_Cache_Module__diagsEnabled ti_sysbios_hal_Cache_Module__diagsEnabled__C = (xdc_Bits32)0x90;
3848 
3849 /* Module__diagsIncluded__C */
3850 #pragma DATA_SECTION(ti_sysbios_hal_Cache_Module__diagsIncluded__C, ".const:ti_sysbios_hal_Cache_Module__diagsIncluded__C");
3851 __FAR__ const CT__ti_sysbios_hal_Cache_Module__diagsIncluded ti_sysbios_hal_Cache_Module__diagsIncluded__C = (xdc_Bits32)0x90;
3852 
3853 /* Module__diagsMask__C */
3854 #pragma DATA_SECTION(ti_sysbios_hal_Cache_Module__diagsMask__C, ".const:ti_sysbios_hal_Cache_Module__diagsMask__C");
3855 __FAR__ const CT__ti_sysbios_hal_Cache_Module__diagsMask ti_sysbios_hal_Cache_Module__diagsMask__C = ((CT__ti_sysbios_hal_Cache_Module__diagsMask)0);
3856 
3857 /* Module__gateObj__C */
3858 #pragma DATA_SECTION(ti_sysbios_hal_Cache_Module__gateObj__C, ".const:ti_sysbios_hal_Cache_Module__gateObj__C");
3859 __FAR__ const CT__ti_sysbios_hal_Cache_Module__gateObj ti_sysbios_hal_Cache_Module__gateObj__C = ((CT__ti_sysbios_hal_Cache_Module__gateObj)0);
3860 
3861 /* Module__gatePrms__C */
3862 #pragma DATA_SECTION(ti_sysbios_hal_Cache_Module__gatePrms__C, ".const:ti_sysbios_hal_Cache_Module__gatePrms__C");
3863 __FAR__ const CT__ti_sysbios_hal_Cache_Module__gatePrms ti_sysbios_hal_Cache_Module__gatePrms__C = ((CT__ti_sysbios_hal_Cache_Module__gatePrms)0);
3864 
3865 /* Module__id__C */
3866 #pragma DATA_SECTION(ti_sysbios_hal_Cache_Module__id__C, ".const:ti_sysbios_hal_Cache_Module__id__C");
3867 __FAR__ const CT__ti_sysbios_hal_Cache_Module__id ti_sysbios_hal_Cache_Module__id__C = (xdc_Bits16)0x802b;
3868 
3869 /* Module__loggerDefined__C */
3870 #pragma DATA_SECTION(ti_sysbios_hal_Cache_Module__loggerDefined__C, ".const:ti_sysbios_hal_Cache_Module__loggerDefined__C");
3871 __FAR__ const CT__ti_sysbios_hal_Cache_Module__loggerDefined ti_sysbios_hal_Cache_Module__loggerDefined__C = 0;
3872 
3873 /* Module__loggerObj__C */
3874 #pragma DATA_SECTION(ti_sysbios_hal_Cache_Module__loggerObj__C, ".const:ti_sysbios_hal_Cache_Module__loggerObj__C");
3875 __FAR__ const CT__ti_sysbios_hal_Cache_Module__loggerObj ti_sysbios_hal_Cache_Module__loggerObj__C = ((CT__ti_sysbios_hal_Cache_Module__loggerObj)0);
3876 
3877 /* Module__loggerFxn0__C */
3878 #pragma DATA_SECTION(ti_sysbios_hal_Cache_Module__loggerFxn0__C, ".const:ti_sysbios_hal_Cache_Module__loggerFxn0__C");
3879 __FAR__ const CT__ti_sysbios_hal_Cache_Module__loggerFxn0 ti_sysbios_hal_Cache_Module__loggerFxn0__C = ((CT__ti_sysbios_hal_Cache_Module__loggerFxn0)0);
3880 
3881 /* Module__loggerFxn1__C */
3882 #pragma DATA_SECTION(ti_sysbios_hal_Cache_Module__loggerFxn1__C, ".const:ti_sysbios_hal_Cache_Module__loggerFxn1__C");
3883 __FAR__ const CT__ti_sysbios_hal_Cache_Module__loggerFxn1 ti_sysbios_hal_Cache_Module__loggerFxn1__C = ((CT__ti_sysbios_hal_Cache_Module__loggerFxn1)0);
3884 
3885 /* Module__loggerFxn2__C */
3886 #pragma DATA_SECTION(ti_sysbios_hal_Cache_Module__loggerFxn2__C, ".const:ti_sysbios_hal_Cache_Module__loggerFxn2__C");
3887 __FAR__ const CT__ti_sysbios_hal_Cache_Module__loggerFxn2 ti_sysbios_hal_Cache_Module__loggerFxn2__C = ((CT__ti_sysbios_hal_Cache_Module__loggerFxn2)0);
3888 
3889 /* Module__loggerFxn4__C */
3890 #pragma DATA_SECTION(ti_sysbios_hal_Cache_Module__loggerFxn4__C, ".const:ti_sysbios_hal_Cache_Module__loggerFxn4__C");
3891 __FAR__ const CT__ti_sysbios_hal_Cache_Module__loggerFxn4 ti_sysbios_hal_Cache_Module__loggerFxn4__C = ((CT__ti_sysbios_hal_Cache_Module__loggerFxn4)0);
3892 
3893 /* Module__loggerFxn8__C */
3894 #pragma DATA_SECTION(ti_sysbios_hal_Cache_Module__loggerFxn8__C, ".const:ti_sysbios_hal_Cache_Module__loggerFxn8__C");
3895 __FAR__ const CT__ti_sysbios_hal_Cache_Module__loggerFxn8 ti_sysbios_hal_Cache_Module__loggerFxn8__C = ((CT__ti_sysbios_hal_Cache_Module__loggerFxn8)0);
3896 
3897 /* Object__count__C */
3898 #pragma DATA_SECTION(ti_sysbios_hal_Cache_Object__count__C, ".const:ti_sysbios_hal_Cache_Object__count__C");
3899 __FAR__ const CT__ti_sysbios_hal_Cache_Object__count ti_sysbios_hal_Cache_Object__count__C = 0;
3900 
3901 /* Object__heap__C */
3902 #pragma DATA_SECTION(ti_sysbios_hal_Cache_Object__heap__C, ".const:ti_sysbios_hal_Cache_Object__heap__C");
3903 __FAR__ const CT__ti_sysbios_hal_Cache_Object__heap ti_sysbios_hal_Cache_Object__heap__C = 0;
3904 
3905 /* Object__sizeof__C */
3906 #pragma DATA_SECTION(ti_sysbios_hal_Cache_Object__sizeof__C, ".const:ti_sysbios_hal_Cache_Object__sizeof__C");
3907 __FAR__ const CT__ti_sysbios_hal_Cache_Object__sizeof ti_sysbios_hal_Cache_Object__sizeof__C = 0;
3908 
3909 /* Object__table__C */
3910 #pragma DATA_SECTION(ti_sysbios_hal_Cache_Object__table__C, ".const:ti_sysbios_hal_Cache_Object__table__C");
3911 __FAR__ const CT__ti_sysbios_hal_Cache_Object__table ti_sysbios_hal_Cache_Object__table__C = 0;
3912 
3913 
3914 /*
3915  * ======== ti.sysbios.hal.CacheNull INITIALIZERS ========
3916  */
3917 
3918 /* Module__diagsEnabled__C */
3919 #pragma DATA_SECTION(ti_sysbios_hal_CacheNull_Module__diagsEnabled__C, ".const:ti_sysbios_hal_CacheNull_Module__diagsEnabled__C");
3920 __FAR__ const CT__ti_sysbios_hal_CacheNull_Module__diagsEnabled ti_sysbios_hal_CacheNull_Module__diagsEnabled__C = (xdc_Bits32)0x90;
3921 
3922 /* Module__diagsIncluded__C */
3923 #pragma DATA_SECTION(ti_sysbios_hal_CacheNull_Module__diagsIncluded__C, ".const:ti_sysbios_hal_CacheNull_Module__diagsIncluded__C");
3924 __FAR__ const CT__ti_sysbios_hal_CacheNull_Module__diagsIncluded ti_sysbios_hal_CacheNull_Module__diagsIncluded__C = (xdc_Bits32)0x90;
3925 
3926 /* Module__diagsMask__C */
3927 #pragma DATA_SECTION(ti_sysbios_hal_CacheNull_Module__diagsMask__C, ".const:ti_sysbios_hal_CacheNull_Module__diagsMask__C");
3928 __FAR__ const CT__ti_sysbios_hal_CacheNull_Module__diagsMask ti_sysbios_hal_CacheNull_Module__diagsMask__C = ((CT__ti_sysbios_hal_CacheNull_Module__diagsMask)0);
3929 
3930 /* Module__gateObj__C */
3931 #pragma DATA_SECTION(ti_sysbios_hal_CacheNull_Module__gateObj__C, ".const:ti_sysbios_hal_CacheNull_Module__gateObj__C");
3932 __FAR__ const CT__ti_sysbios_hal_CacheNull_Module__gateObj ti_sysbios_hal_CacheNull_Module__gateObj__C = ((CT__ti_sysbios_hal_CacheNull_Module__gateObj)0);
3933 
3934 /* Module__gatePrms__C */
3935 #pragma DATA_SECTION(ti_sysbios_hal_CacheNull_Module__gatePrms__C, ".const:ti_sysbios_hal_CacheNull_Module__gatePrms__C");
3936 __FAR__ const CT__ti_sysbios_hal_CacheNull_Module__gatePrms ti_sysbios_hal_CacheNull_Module__gatePrms__C = ((CT__ti_sysbios_hal_CacheNull_Module__gatePrms)0);
3937 
3938 /* Module__id__C */
3939 #pragma DATA_SECTION(ti_sysbios_hal_CacheNull_Module__id__C, ".const:ti_sysbios_hal_CacheNull_Module__id__C");
3940 __FAR__ const CT__ti_sysbios_hal_CacheNull_Module__id ti_sysbios_hal_CacheNull_Module__id__C = (xdc_Bits16)0x802c;
3941 
3942 /* Module__loggerDefined__C */
3943 #pragma DATA_SECTION(ti_sysbios_hal_CacheNull_Module__loggerDefined__C, ".const:ti_sysbios_hal_CacheNull_Module__loggerDefined__C");
3944 __FAR__ const CT__ti_sysbios_hal_CacheNull_Module__loggerDefined ti_sysbios_hal_CacheNull_Module__loggerDefined__C = 0;
3945 
3946 /* Module__loggerObj__C */
3947 #pragma DATA_SECTION(ti_sysbios_hal_CacheNull_Module__loggerObj__C, ".const:ti_sysbios_hal_CacheNull_Module__loggerObj__C");
3948 __FAR__ const CT__ti_sysbios_hal_CacheNull_Module__loggerObj ti_sysbios_hal_CacheNull_Module__loggerObj__C = ((CT__ti_sysbios_hal_CacheNull_Module__loggerObj)0);
3949 
3950 /* Module__loggerFxn0__C */
3951 #pragma DATA_SECTION(ti_sysbios_hal_CacheNull_Module__loggerFxn0__C, ".const:ti_sysbios_hal_CacheNull_Module__loggerFxn0__C");
3952 __FAR__ const CT__ti_sysbios_hal_CacheNull_Module__loggerFxn0 ti_sysbios_hal_CacheNull_Module__loggerFxn0__C = ((CT__ti_sysbios_hal_CacheNull_Module__loggerFxn0)0);
3953 
3954 /* Module__loggerFxn1__C */
3955 #pragma DATA_SECTION(ti_sysbios_hal_CacheNull_Module__loggerFxn1__C, ".const:ti_sysbios_hal_CacheNull_Module__loggerFxn1__C");
3956 __FAR__ const CT__ti_sysbios_hal_CacheNull_Module__loggerFxn1 ti_sysbios_hal_CacheNull_Module__loggerFxn1__C = ((CT__ti_sysbios_hal_CacheNull_Module__loggerFxn1)0);
3957 
3958 /* Module__loggerFxn2__C */
3959 #pragma DATA_SECTION(ti_sysbios_hal_CacheNull_Module__loggerFxn2__C, ".const:ti_sysbios_hal_CacheNull_Module__loggerFxn2__C");
3960 __FAR__ const CT__ti_sysbios_hal_CacheNull_Module__loggerFxn2 ti_sysbios_hal_CacheNull_Module__loggerFxn2__C = ((CT__ti_sysbios_hal_CacheNull_Module__loggerFxn2)0);
3961 
3962 /* Module__loggerFxn4__C */
3963 #pragma DATA_SECTION(ti_sysbios_hal_CacheNull_Module__loggerFxn4__C, ".const:ti_sysbios_hal_CacheNull_Module__loggerFxn4__C");
3964 __FAR__ const CT__ti_sysbios_hal_CacheNull_Module__loggerFxn4 ti_sysbios_hal_CacheNull_Module__loggerFxn4__C = ((CT__ti_sysbios_hal_CacheNull_Module__loggerFxn4)0);
3965 
3966 /* Module__loggerFxn8__C */
3967 #pragma DATA_SECTION(ti_sysbios_hal_CacheNull_Module__loggerFxn8__C, ".const:ti_sysbios_hal_CacheNull_Module__loggerFxn8__C");
3968 __FAR__ const CT__ti_sysbios_hal_CacheNull_Module__loggerFxn8 ti_sysbios_hal_CacheNull_Module__loggerFxn8__C = ((CT__ti_sysbios_hal_CacheNull_Module__loggerFxn8)0);
3969 
3970 /* Object__count__C */
3971 #pragma DATA_SECTION(ti_sysbios_hal_CacheNull_Object__count__C, ".const:ti_sysbios_hal_CacheNull_Object__count__C");
3972 __FAR__ const CT__ti_sysbios_hal_CacheNull_Object__count ti_sysbios_hal_CacheNull_Object__count__C = 0;
3973 
3974 /* Object__heap__C */
3975 #pragma DATA_SECTION(ti_sysbios_hal_CacheNull_Object__heap__C, ".const:ti_sysbios_hal_CacheNull_Object__heap__C");
3976 __FAR__ const CT__ti_sysbios_hal_CacheNull_Object__heap ti_sysbios_hal_CacheNull_Object__heap__C = 0;
3977 
3978 /* Object__sizeof__C */
3979 #pragma DATA_SECTION(ti_sysbios_hal_CacheNull_Object__sizeof__C, ".const:ti_sysbios_hal_CacheNull_Object__sizeof__C");
3980 __FAR__ const CT__ti_sysbios_hal_CacheNull_Object__sizeof ti_sysbios_hal_CacheNull_Object__sizeof__C = 0;
3981 
3982 /* Object__table__C */
3983 #pragma DATA_SECTION(ti_sysbios_hal_CacheNull_Object__table__C, ".const:ti_sysbios_hal_CacheNull_Object__table__C");
3984 __FAR__ const CT__ti_sysbios_hal_CacheNull_Object__table ti_sysbios_hal_CacheNull_Object__table__C = 0;
3985 
3986 
3987 /*
3988  * ======== ti.sysbios.hal.Cache_CacheProxy INITIALIZERS ========
3989  */
3990 
3991 
3992 /*
3993  * ======== ti.sysbios.hal.Core INITIALIZERS ========
3994  */
3995 
3996 /* Module__diagsEnabled__C */
3997 #pragma DATA_SECTION(ti_sysbios_hal_Core_Module__diagsEnabled__C, ".const:ti_sysbios_hal_Core_Module__diagsEnabled__C");
3998 __FAR__ const CT__ti_sysbios_hal_Core_Module__diagsEnabled ti_sysbios_hal_Core_Module__diagsEnabled__C = (xdc_Bits32)0x90;
3999 
4000 /* Module__diagsIncluded__C */
4001 #pragma DATA_SECTION(ti_sysbios_hal_Core_Module__diagsIncluded__C, ".const:ti_sysbios_hal_Core_Module__diagsIncluded__C");
4002 __FAR__ const CT__ti_sysbios_hal_Core_Module__diagsIncluded ti_sysbios_hal_Core_Module__diagsIncluded__C = (xdc_Bits32)0x90;
4003 
4004 /* Module__diagsMask__C */
4005 #pragma DATA_SECTION(ti_sysbios_hal_Core_Module__diagsMask__C, ".const:ti_sysbios_hal_Core_Module__diagsMask__C");
4006 __FAR__ const CT__ti_sysbios_hal_Core_Module__diagsMask ti_sysbios_hal_Core_Module__diagsMask__C = ((CT__ti_sysbios_hal_Core_Module__diagsMask)0);
4007 
4008 /* Module__gateObj__C */
4009 #pragma DATA_SECTION(ti_sysbios_hal_Core_Module__gateObj__C, ".const:ti_sysbios_hal_Core_Module__gateObj__C");
4010 __FAR__ const CT__ti_sysbios_hal_Core_Module__gateObj ti_sysbios_hal_Core_Module__gateObj__C = ((CT__ti_sysbios_hal_Core_Module__gateObj)0);
4011 
4012 /* Module__gatePrms__C */
4013 #pragma DATA_SECTION(ti_sysbios_hal_Core_Module__gatePrms__C, ".const:ti_sysbios_hal_Core_Module__gatePrms__C");
4014 __FAR__ const CT__ti_sysbios_hal_Core_Module__gatePrms ti_sysbios_hal_Core_Module__gatePrms__C = ((CT__ti_sysbios_hal_Core_Module__gatePrms)0);
4015 
4016 /* Module__id__C */
4017 #pragma DATA_SECTION(ti_sysbios_hal_Core_Module__id__C, ".const:ti_sysbios_hal_Core_Module__id__C");
4018 __FAR__ const CT__ti_sysbios_hal_Core_Module__id ti_sysbios_hal_Core_Module__id__C = (xdc_Bits16)0x802d;
4019 
4020 /* Module__loggerDefined__C */
4021 #pragma DATA_SECTION(ti_sysbios_hal_Core_Module__loggerDefined__C, ".const:ti_sysbios_hal_Core_Module__loggerDefined__C");
4022 __FAR__ const CT__ti_sysbios_hal_Core_Module__loggerDefined ti_sysbios_hal_Core_Module__loggerDefined__C = 0;
4023 
4024 /* Module__loggerObj__C */
4025 #pragma DATA_SECTION(ti_sysbios_hal_Core_Module__loggerObj__C, ".const:ti_sysbios_hal_Core_Module__loggerObj__C");
4026 __FAR__ const CT__ti_sysbios_hal_Core_Module__loggerObj ti_sysbios_hal_Core_Module__loggerObj__C = ((CT__ti_sysbios_hal_Core_Module__loggerObj)0);
4027 
4028 /* Module__loggerFxn0__C */
4029 #pragma DATA_SECTION(ti_sysbios_hal_Core_Module__loggerFxn0__C, ".const:ti_sysbios_hal_Core_Module__loggerFxn0__C");
4030 __FAR__ const CT__ti_sysbios_hal_Core_Module__loggerFxn0 ti_sysbios_hal_Core_Module__loggerFxn0__C = ((CT__ti_sysbios_hal_Core_Module__loggerFxn0)0);
4031 
4032 /* Module__loggerFxn1__C */
4033 #pragma DATA_SECTION(ti_sysbios_hal_Core_Module__loggerFxn1__C, ".const:ti_sysbios_hal_Core_Module__loggerFxn1__C");
4034 __FAR__ const CT__ti_sysbios_hal_Core_Module__loggerFxn1 ti_sysbios_hal_Core_Module__loggerFxn1__C = ((CT__ti_sysbios_hal_Core_Module__loggerFxn1)0);
4035 
4036 /* Module__loggerFxn2__C */
4037 #pragma DATA_SECTION(ti_sysbios_hal_Core_Module__loggerFxn2__C, ".const:ti_sysbios_hal_Core_Module__loggerFxn2__C");
4038 __FAR__ const CT__ti_sysbios_hal_Core_Module__loggerFxn2 ti_sysbios_hal_Core_Module__loggerFxn2__C = ((CT__ti_sysbios_hal_Core_Module__loggerFxn2)0);
4039 
4040 /* Module__loggerFxn4__C */
4041 #pragma DATA_SECTION(ti_sysbios_hal_Core_Module__loggerFxn4__C, ".const:ti_sysbios_hal_Core_Module__loggerFxn4__C");
4042 __FAR__ const CT__ti_sysbios_hal_Core_Module__loggerFxn4 ti_sysbios_hal_Core_Module__loggerFxn4__C = ((CT__ti_sysbios_hal_Core_Module__loggerFxn4)0);
4043 
4044 /* Module__loggerFxn8__C */
4045 #pragma DATA_SECTION(ti_sysbios_hal_Core_Module__loggerFxn8__C, ".const:ti_sysbios_hal_Core_Module__loggerFxn8__C");
4046 __FAR__ const CT__ti_sysbios_hal_Core_Module__loggerFxn8 ti_sysbios_hal_Core_Module__loggerFxn8__C = ((CT__ti_sysbios_hal_Core_Module__loggerFxn8)0);
4047 
4048 /* Object__count__C */
4049 #pragma DATA_SECTION(ti_sysbios_hal_Core_Object__count__C, ".const:ti_sysbios_hal_Core_Object__count__C");
4050 __FAR__ const CT__ti_sysbios_hal_Core_Object__count ti_sysbios_hal_Core_Object__count__C = 0;
4051 
4052 /* Object__heap__C */
4053 #pragma DATA_SECTION(ti_sysbios_hal_Core_Object__heap__C, ".const:ti_sysbios_hal_Core_Object__heap__C");
4054 __FAR__ const CT__ti_sysbios_hal_Core_Object__heap ti_sysbios_hal_Core_Object__heap__C = 0;
4055 
4056 /* Object__sizeof__C */
4057 #pragma DATA_SECTION(ti_sysbios_hal_Core_Object__sizeof__C, ".const:ti_sysbios_hal_Core_Object__sizeof__C");
4058 __FAR__ const CT__ti_sysbios_hal_Core_Object__sizeof ti_sysbios_hal_Core_Object__sizeof__C = 0;
4059 
4060 /* Object__table__C */
4061 #pragma DATA_SECTION(ti_sysbios_hal_Core_Object__table__C, ".const:ti_sysbios_hal_Core_Object__table__C");
4062 __FAR__ const CT__ti_sysbios_hal_Core_Object__table ti_sysbios_hal_Core_Object__table__C = 0;
4063 
4064 /* numCores__C */
4065 #pragma DATA_SECTION(ti_sysbios_hal_Core_numCores__C, ".const:ti_sysbios_hal_Core_numCores__C");
4066 __FAR__ const CT__ti_sysbios_hal_Core_numCores ti_sysbios_hal_Core_numCores__C = (xdc_UInt)0x1;
4067 
4068 
4069 /*
4070  * ======== ti.sysbios.hal.Core_CoreProxy INITIALIZERS ========
4071  */
4072 
4073 
4074 /*
4075  * ======== ti.sysbios.hal.Hwi INITIALIZERS ========
4076  */
4077 
4078 /* Object__DESC__C */
4079 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_hal_Hwi_Object__DESC__C;
4080 
4081 /* Object__PARAMS__C */
4082 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Object__PARAMS__C, ".const:ti_sysbios_hal_Hwi_Object__PARAMS__C");
4083 __FAR__ const ti_sysbios_hal_Hwi_Params ti_sysbios_hal_Hwi_Object__PARAMS__C = {
4084  sizeof (ti_sysbios_hal_Hwi_Params), /* __size */
4085  0, /* __self */
4086  0, /* __fxns */
4087  (xdc_runtime_IInstance_Params*)&ti_sysbios_hal_Hwi_Object__PARAMS__C.__iprms, /* instance */
4088  ti_sysbios_interfaces_IHwi_MaskingOption_LOWER, /* maskSetting */
4089  ((xdc_UArg)(0x0)), /* arg */
4090  1, /* enableInt */
4091  (xdc_Int)(-0x0 - 1), /* eventId */
4092  (xdc_Int)(-0x0 - 1), /* priority */
4093  {
4094  sizeof (xdc_runtime_IInstance_Params), /* __size */
4095  0, /* name */
4096  }, /* instance */
4097 };
4098 
4099 /* Module__root__V */
4101  {&ti_sysbios_hal_Hwi_Module__root__V.link, /* link.next */
4102  &ti_sysbios_hal_Hwi_Module__root__V.link}, /* link.prev */
4103 };
4104 
4105 /* Object__table__V */
4107  {/* instance#0 */
4108  0,
4109  (ti_sysbios_hal_Hwi_HwiProxy_Handle)&ti_sysbios_family_arm_v7r_vim_Hwi_Object__table__V[0], /* pi */
4110  },
4111 };
4112 
4113 /* Module__diagsEnabled__C */
4114 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__diagsEnabled__C, ".const:ti_sysbios_hal_Hwi_Module__diagsEnabled__C");
4115 __FAR__ const CT__ti_sysbios_hal_Hwi_Module__diagsEnabled ti_sysbios_hal_Hwi_Module__diagsEnabled__C = (xdc_Bits32)0x90;
4116 
4117 /* Module__diagsIncluded__C */
4118 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__diagsIncluded__C, ".const:ti_sysbios_hal_Hwi_Module__diagsIncluded__C");
4119 __FAR__ const CT__ti_sysbios_hal_Hwi_Module__diagsIncluded ti_sysbios_hal_Hwi_Module__diagsIncluded__C = (xdc_Bits32)0x90;
4120 
4121 /* Module__diagsMask__C */
4122 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__diagsMask__C, ".const:ti_sysbios_hal_Hwi_Module__diagsMask__C");
4123 __FAR__ const CT__ti_sysbios_hal_Hwi_Module__diagsMask ti_sysbios_hal_Hwi_Module__diagsMask__C = ((CT__ti_sysbios_hal_Hwi_Module__diagsMask)0);
4124 
4125 /* Module__gateObj__C */
4126 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__gateObj__C, ".const:ti_sysbios_hal_Hwi_Module__gateObj__C");
4127 __FAR__ const CT__ti_sysbios_hal_Hwi_Module__gateObj ti_sysbios_hal_Hwi_Module__gateObj__C = ((CT__ti_sysbios_hal_Hwi_Module__gateObj)0);
4128 
4129 /* Module__gatePrms__C */
4130 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__gatePrms__C, ".const:ti_sysbios_hal_Hwi_Module__gatePrms__C");
4131 __FAR__ const CT__ti_sysbios_hal_Hwi_Module__gatePrms ti_sysbios_hal_Hwi_Module__gatePrms__C = ((CT__ti_sysbios_hal_Hwi_Module__gatePrms)0);
4132 
4133 /* Module__id__C */
4134 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__id__C, ".const:ti_sysbios_hal_Hwi_Module__id__C");
4135 __FAR__ const CT__ti_sysbios_hal_Hwi_Module__id ti_sysbios_hal_Hwi_Module__id__C = (xdc_Bits16)0x802e;
4136 
4137 /* Module__loggerDefined__C */
4138 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__loggerDefined__C, ".const:ti_sysbios_hal_Hwi_Module__loggerDefined__C");
4139 __FAR__ const CT__ti_sysbios_hal_Hwi_Module__loggerDefined ti_sysbios_hal_Hwi_Module__loggerDefined__C = 0;
4140 
4141 /* Module__loggerObj__C */
4142 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__loggerObj__C, ".const:ti_sysbios_hal_Hwi_Module__loggerObj__C");
4143 __FAR__ const CT__ti_sysbios_hal_Hwi_Module__loggerObj ti_sysbios_hal_Hwi_Module__loggerObj__C = ((CT__ti_sysbios_hal_Hwi_Module__loggerObj)0);
4144 
4145 /* Module__loggerFxn0__C */
4146 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__loggerFxn0__C, ".const:ti_sysbios_hal_Hwi_Module__loggerFxn0__C");
4147 __FAR__ const CT__ti_sysbios_hal_Hwi_Module__loggerFxn0 ti_sysbios_hal_Hwi_Module__loggerFxn0__C = ((CT__ti_sysbios_hal_Hwi_Module__loggerFxn0)0);
4148 
4149 /* Module__loggerFxn1__C */
4150 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__loggerFxn1__C, ".const:ti_sysbios_hal_Hwi_Module__loggerFxn1__C");
4151 __FAR__ const CT__ti_sysbios_hal_Hwi_Module__loggerFxn1 ti_sysbios_hal_Hwi_Module__loggerFxn1__C = ((CT__ti_sysbios_hal_Hwi_Module__loggerFxn1)0);
4152 
4153 /* Module__loggerFxn2__C */
4154 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__loggerFxn2__C, ".const:ti_sysbios_hal_Hwi_Module__loggerFxn2__C");
4155 __FAR__ const CT__ti_sysbios_hal_Hwi_Module__loggerFxn2 ti_sysbios_hal_Hwi_Module__loggerFxn2__C = ((CT__ti_sysbios_hal_Hwi_Module__loggerFxn2)0);
4156 
4157 /* Module__loggerFxn4__C */
4158 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__loggerFxn4__C, ".const:ti_sysbios_hal_Hwi_Module__loggerFxn4__C");
4159 __FAR__ const CT__ti_sysbios_hal_Hwi_Module__loggerFxn4 ti_sysbios_hal_Hwi_Module__loggerFxn4__C = ((CT__ti_sysbios_hal_Hwi_Module__loggerFxn4)0);
4160 
4161 /* Module__loggerFxn8__C */
4162 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__loggerFxn8__C, ".const:ti_sysbios_hal_Hwi_Module__loggerFxn8__C");
4163 __FAR__ const CT__ti_sysbios_hal_Hwi_Module__loggerFxn8 ti_sysbios_hal_Hwi_Module__loggerFxn8__C = ((CT__ti_sysbios_hal_Hwi_Module__loggerFxn8)0);
4164 
4165 /* Object__count__C */
4166 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Object__count__C, ".const:ti_sysbios_hal_Hwi_Object__count__C");
4167 __FAR__ const CT__ti_sysbios_hal_Hwi_Object__count ti_sysbios_hal_Hwi_Object__count__C = 1;
4168 
4169 /* Object__heap__C */
4170 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Object__heap__C, ".const:ti_sysbios_hal_Hwi_Object__heap__C");
4171 __FAR__ const CT__ti_sysbios_hal_Hwi_Object__heap ti_sysbios_hal_Hwi_Object__heap__C = 0;
4172 
4173 /* Object__sizeof__C */
4174 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Object__sizeof__C, ".const:ti_sysbios_hal_Hwi_Object__sizeof__C");
4175 __FAR__ const CT__ti_sysbios_hal_Hwi_Object__sizeof ti_sysbios_hal_Hwi_Object__sizeof__C = sizeof(ti_sysbios_hal_Hwi_Object__);
4176 
4177 /* Object__table__C */
4178 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Object__table__C, ".const:ti_sysbios_hal_Hwi_Object__table__C");
4179 __FAR__ const CT__ti_sysbios_hal_Hwi_Object__table ti_sysbios_hal_Hwi_Object__table__C = ti_sysbios_hal_Hwi_Object__table__V;
4180 
4181 /* dispatcherAutoNestingSupport__C */
4182 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_dispatcherAutoNestingSupport__C, ".const:ti_sysbios_hal_Hwi_dispatcherAutoNestingSupport__C");
4183 __FAR__ const CT__ti_sysbios_hal_Hwi_dispatcherAutoNestingSupport ti_sysbios_hal_Hwi_dispatcherAutoNestingSupport__C = 1;
4184 
4185 /* dispatcherSwiSupport__C */
4186 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_dispatcherSwiSupport__C, ".const:ti_sysbios_hal_Hwi_dispatcherSwiSupport__C");
4187 __FAR__ const CT__ti_sysbios_hal_Hwi_dispatcherSwiSupport ti_sysbios_hal_Hwi_dispatcherSwiSupport__C = 1;
4188 
4189 /* dispatcherTaskSupport__C */
4190 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_dispatcherTaskSupport__C, ".const:ti_sysbios_hal_Hwi_dispatcherTaskSupport__C");
4191 __FAR__ const CT__ti_sysbios_hal_Hwi_dispatcherTaskSupport ti_sysbios_hal_Hwi_dispatcherTaskSupport__C = 1;
4192 
4193 /* dispatcherIrpTrackingSupport__C */
4194 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_dispatcherIrpTrackingSupport__C, ".const:ti_sysbios_hal_Hwi_dispatcherIrpTrackingSupport__C");
4195 __FAR__ const CT__ti_sysbios_hal_Hwi_dispatcherIrpTrackingSupport ti_sysbios_hal_Hwi_dispatcherIrpTrackingSupport__C = 1;
4196 
4197 /* E_stackOverflow__C */
4198 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_E_stackOverflow__C, ".const:ti_sysbios_hal_Hwi_E_stackOverflow__C");
4199 __FAR__ const CT__ti_sysbios_hal_Hwi_E_stackOverflow ti_sysbios_hal_Hwi_E_stackOverflow__C = (((xdc_runtime_Error_Id)5021) << 16 | 0);
4200 
4201 
4202 /*
4203  * ======== ti.sysbios.hal.Hwi_HwiProxy INITIALIZERS ========
4204  */
4205 
4206 
4207 /*
4208  * ======== ti.sysbios.heaps.HeapBuf INITIALIZERS ========
4209  */
4210 
4211 /* Object__DESC__C */
4212 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_heaps_HeapBuf_Object__DESC__C;
4213 
4214 /* Object__PARAMS__C */
4215 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Object__PARAMS__C, ".const:ti_sysbios_heaps_HeapBuf_Object__PARAMS__C");
4216 __FAR__ const ti_sysbios_heaps_HeapBuf_Params ti_sysbios_heaps_HeapBuf_Object__PARAMS__C = {
4217  sizeof (ti_sysbios_heaps_HeapBuf_Params), /* __size */
4218  0, /* __self */
4219  0, /* __fxns */
4220  (xdc_runtime_IInstance_Params*)&ti_sysbios_heaps_HeapBuf_Object__PARAMS__C.__iprms, /* instance */
4221  (xdc_SizeT)0x0, /* align */
4222  (xdc_UInt)0x0, /* numBlocks */
4223  (xdc_SizeT)0x0, /* blockSize */
4224  ((xdc_UArg)(0x0)), /* bufSize */
4225  ((xdc_Ptr)(0x0)), /* buf */
4226  {
4227  sizeof (xdc_runtime_IInstance_Params), /* __size */
4228  0, /* name */
4229  }, /* instance */
4230 };
4231 
4232 /* Module__root__V */
4236 };
4237 
4238 /* Module__state__V */
4239 #if defined (__ICCARM__)
4240 #pragma location = ".data_ti_sysbios_heaps_HeapBuf_Module__state__V"
4241 #endif
4242 #if defined(__llvm__) && defined(__ti__)
4243 ti_sysbios_heaps_HeapBuf_Module_State__ ti_sysbios_heaps_HeapBuf_Module__state__V __attribute__ ((section(".data:ti_sysbios_heaps_HeapBuf_Module__state__V")));
4244 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
4245 #ifndef __TI_COMPILER_VERSION__
4246 ti_sysbios_heaps_HeapBuf_Module_State__ ti_sysbios_heaps_HeapBuf_Module__state__V __attribute__ ((section(".data_ti_sysbios_heaps_HeapBuf_Module__state__V")));
4247 #endif
4248 #endif
4250  ((void*)0), /* constructedHeaps */
4251 };
4252 
4253 /* Module__diagsEnabled__C */
4254 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Module__diagsEnabled__C, ".const:ti_sysbios_heaps_HeapBuf_Module__diagsEnabled__C");
4255 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_Module__diagsEnabled ti_sysbios_heaps_HeapBuf_Module__diagsEnabled__C = (xdc_Bits32)0x90;
4256 
4257 /* Module__diagsIncluded__C */
4258 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Module__diagsIncluded__C, ".const:ti_sysbios_heaps_HeapBuf_Module__diagsIncluded__C");
4259 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_Module__diagsIncluded ti_sysbios_heaps_HeapBuf_Module__diagsIncluded__C = (xdc_Bits32)0x90;
4260 
4261 /* Module__diagsMask__C */
4262 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Module__diagsMask__C, ".const:ti_sysbios_heaps_HeapBuf_Module__diagsMask__C");
4263 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_Module__diagsMask ti_sysbios_heaps_HeapBuf_Module__diagsMask__C = ((CT__ti_sysbios_heaps_HeapBuf_Module__diagsMask)0);
4264 
4265 /* Module__gateObj__C */
4266 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Module__gateObj__C, ".const:ti_sysbios_heaps_HeapBuf_Module__gateObj__C");
4267 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_Module__gateObj ti_sysbios_heaps_HeapBuf_Module__gateObj__C = ((CT__ti_sysbios_heaps_HeapBuf_Module__gateObj)0);
4268 
4269 /* Module__gatePrms__C */
4270 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Module__gatePrms__C, ".const:ti_sysbios_heaps_HeapBuf_Module__gatePrms__C");
4271 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_Module__gatePrms ti_sysbios_heaps_HeapBuf_Module__gatePrms__C = ((CT__ti_sysbios_heaps_HeapBuf_Module__gatePrms)0);
4272 
4273 /* Module__id__C */
4274 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Module__id__C, ".const:ti_sysbios_heaps_HeapBuf_Module__id__C");
4275 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_Module__id ti_sysbios_heaps_HeapBuf_Module__id__C = (xdc_Bits16)0x8020;
4276 
4277 /* Module__loggerDefined__C */
4278 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Module__loggerDefined__C, ".const:ti_sysbios_heaps_HeapBuf_Module__loggerDefined__C");
4279 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_Module__loggerDefined ti_sysbios_heaps_HeapBuf_Module__loggerDefined__C = 0;
4280 
4281 /* Module__loggerObj__C */
4282 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Module__loggerObj__C, ".const:ti_sysbios_heaps_HeapBuf_Module__loggerObj__C");
4283 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_Module__loggerObj ti_sysbios_heaps_HeapBuf_Module__loggerObj__C = ((CT__ti_sysbios_heaps_HeapBuf_Module__loggerObj)0);
4284 
4285 /* Module__loggerFxn0__C */
4286 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Module__loggerFxn0__C, ".const:ti_sysbios_heaps_HeapBuf_Module__loggerFxn0__C");
4287 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn0 ti_sysbios_heaps_HeapBuf_Module__loggerFxn0__C = ((CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn0)0);
4288 
4289 /* Module__loggerFxn1__C */
4290 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Module__loggerFxn1__C, ".const:ti_sysbios_heaps_HeapBuf_Module__loggerFxn1__C");
4291 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn1 ti_sysbios_heaps_HeapBuf_Module__loggerFxn1__C = ((CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn1)0);
4292 
4293 /* Module__loggerFxn2__C */
4294 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Module__loggerFxn2__C, ".const:ti_sysbios_heaps_HeapBuf_Module__loggerFxn2__C");
4295 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn2 ti_sysbios_heaps_HeapBuf_Module__loggerFxn2__C = ((CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn2)0);
4296 
4297 /* Module__loggerFxn4__C */
4298 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Module__loggerFxn4__C, ".const:ti_sysbios_heaps_HeapBuf_Module__loggerFxn4__C");
4299 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn4 ti_sysbios_heaps_HeapBuf_Module__loggerFxn4__C = ((CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn4)0);
4300 
4301 /* Module__loggerFxn8__C */
4302 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Module__loggerFxn8__C, ".const:ti_sysbios_heaps_HeapBuf_Module__loggerFxn8__C");
4303 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn8 ti_sysbios_heaps_HeapBuf_Module__loggerFxn8__C = ((CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn8)0);
4304 
4305 /* Object__count__C */
4306 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Object__count__C, ".const:ti_sysbios_heaps_HeapBuf_Object__count__C");
4307 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_Object__count ti_sysbios_heaps_HeapBuf_Object__count__C = 0;
4308 
4309 /* Object__heap__C */
4310 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Object__heap__C, ".const:ti_sysbios_heaps_HeapBuf_Object__heap__C");
4311 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_Object__heap ti_sysbios_heaps_HeapBuf_Object__heap__C = 0;
4312 
4313 /* Object__sizeof__C */
4314 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Object__sizeof__C, ".const:ti_sysbios_heaps_HeapBuf_Object__sizeof__C");
4315 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_Object__sizeof ti_sysbios_heaps_HeapBuf_Object__sizeof__C = sizeof(ti_sysbios_heaps_HeapBuf_Object__);
4316 
4317 /* Object__table__C */
4318 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Object__table__C, ".const:ti_sysbios_heaps_HeapBuf_Object__table__C");
4319 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_Object__table ti_sysbios_heaps_HeapBuf_Object__table__C = 0;
4320 
4321 /* A_nullBuf__C */
4322 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_A_nullBuf__C, ".const:ti_sysbios_heaps_HeapBuf_A_nullBuf__C");
4323 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_A_nullBuf ti_sysbios_heaps_HeapBuf_A_nullBuf__C = (((xdc_runtime_Assert_Id)1995) << 16 | 16);
4324 
4325 /* A_bufAlign__C */
4326 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_A_bufAlign__C, ".const:ti_sysbios_heaps_HeapBuf_A_bufAlign__C");
4327 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_A_bufAlign ti_sysbios_heaps_HeapBuf_A_bufAlign__C = (((xdc_runtime_Assert_Id)2024) << 16 | 16);
4328 
4329 /* A_invalidAlign__C */
4330 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_A_invalidAlign__C, ".const:ti_sysbios_heaps_HeapBuf_A_invalidAlign__C");
4331 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_A_invalidAlign ti_sysbios_heaps_HeapBuf_A_invalidAlign__C = (((xdc_runtime_Assert_Id)2049) << 16 | 16);
4332 
4333 /* A_invalidRequestedAlign__C */
4334 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_A_invalidRequestedAlign__C, ".const:ti_sysbios_heaps_HeapBuf_A_invalidRequestedAlign__C");
4335 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_A_invalidRequestedAlign ti_sysbios_heaps_HeapBuf_A_invalidRequestedAlign__C = (((xdc_runtime_Assert_Id)2139) << 16 | 16);
4336 
4337 /* A_invalidBlockSize__C */
4338 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_A_invalidBlockSize__C, ".const:ti_sysbios_heaps_HeapBuf_A_invalidBlockSize__C");
4339 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_A_invalidBlockSize ti_sysbios_heaps_HeapBuf_A_invalidBlockSize__C = (((xdc_runtime_Assert_Id)2228) << 16 | 16);
4340 
4341 /* A_zeroBlocks__C */
4342 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_A_zeroBlocks__C, ".const:ti_sysbios_heaps_HeapBuf_A_zeroBlocks__C");
4343 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_A_zeroBlocks ti_sysbios_heaps_HeapBuf_A_zeroBlocks__C = (((xdc_runtime_Assert_Id)2288) << 16 | 16);
4344 
4345 /* A_zeroBufSize__C */
4346 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_A_zeroBufSize__C, ".const:ti_sysbios_heaps_HeapBuf_A_zeroBufSize__C");
4347 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_A_zeroBufSize ti_sysbios_heaps_HeapBuf_A_zeroBufSize__C = (((xdc_runtime_Assert_Id)2313) << 16 | 16);
4348 
4349 /* A_invalidBufSize__C */
4350 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_A_invalidBufSize__C, ".const:ti_sysbios_heaps_HeapBuf_A_invalidBufSize__C");
4351 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_A_invalidBufSize ti_sysbios_heaps_HeapBuf_A_invalidBufSize__C = (((xdc_runtime_Assert_Id)2336) << 16 | 16);
4352 
4353 /* A_noBlocksToFree__C */
4354 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_A_noBlocksToFree__C, ".const:ti_sysbios_heaps_HeapBuf_A_noBlocksToFree__C");
4355 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_A_noBlocksToFree ti_sysbios_heaps_HeapBuf_A_noBlocksToFree__C = (((xdc_runtime_Assert_Id)2394) << 16 | 16);
4356 
4357 /* A_invalidFree__C */
4358 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_A_invalidFree__C, ".const:ti_sysbios_heaps_HeapBuf_A_invalidFree__C");
4359 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_A_invalidFree ti_sysbios_heaps_HeapBuf_A_invalidFree__C = (((xdc_runtime_Assert_Id)2454) << 16 | 16);
4360 
4361 /* E_size__C */
4362 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_E_size__C, ".const:ti_sysbios_heaps_HeapBuf_E_size__C");
4363 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_E_size ti_sysbios_heaps_HeapBuf_E_size__C = (((xdc_runtime_Error_Id)4486) << 16 | 0);
4364 
4365 /* trackMaxAllocs__C */
4366 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_trackMaxAllocs__C, ".const:ti_sysbios_heaps_HeapBuf_trackMaxAllocs__C");
4367 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_trackMaxAllocs ti_sysbios_heaps_HeapBuf_trackMaxAllocs__C = 0;
4368 
4369 /* numConstructedHeaps__C */
4370 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_numConstructedHeaps__C, ".const:ti_sysbios_heaps_HeapBuf_numConstructedHeaps__C");
4371 __FAR__ const CT__ti_sysbios_heaps_HeapBuf_numConstructedHeaps ti_sysbios_heaps_HeapBuf_numConstructedHeaps__C = (xdc_UInt)0x0;
4372 
4373 
4374 /*
4375  * ======== ti.sysbios.heaps.HeapMem INITIALIZERS ========
4376  */
4377 
4378 /* Object__DESC__C */
4379 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_heaps_HeapMem_Object__DESC__C;
4380 
4381 /* Object__PARAMS__C */
4382 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Object__PARAMS__C, ".const:ti_sysbios_heaps_HeapMem_Object__PARAMS__C");
4383 __FAR__ const ti_sysbios_heaps_HeapMem_Params ti_sysbios_heaps_HeapMem_Object__PARAMS__C = {
4384  sizeof (ti_sysbios_heaps_HeapMem_Params), /* __size */
4385  0, /* __self */
4386  0, /* __fxns */
4387  (xdc_runtime_IInstance_Params*)&ti_sysbios_heaps_HeapMem_Object__PARAMS__C.__iprms, /* instance */
4388  (xdc_SizeT)0x0, /* minBlockAlign */
4389  ((xdc_Ptr)(0x0)), /* buf */
4390  ((xdc_UArg)(0x0)), /* size */
4391  {
4392  sizeof (xdc_runtime_IInstance_Params), /* __size */
4393  0, /* name */
4394  }, /* instance */
4395 };
4396 
4397 /* --> ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A */
4398 __T1_ti_sysbios_heaps_HeapMem_Instance_State__buf ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A[32768];
4399 
4400 /* Module__root__V */
4404 };
4405 
4406 /* Object__table__V */
4408  {/* instance#0 */
4410  ((xdc_UArg)(0x8)), /* align */
4412  {
4413  ((ti_sysbios_heaps_HeapMem_Header*)0), /* next */
4414  ((xdc_UArg)(0x8000)), /* size */
4415  }, /* head */
4416  (xdc_SizeT)0x8, /* minBlockAlign */
4417  },
4418 };
4419 
4420 /* Module__diagsEnabled__C */
4421 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__diagsEnabled__C, ".const:ti_sysbios_heaps_HeapMem_Module__diagsEnabled__C");
4422 __FAR__ const CT__ti_sysbios_heaps_HeapMem_Module__diagsEnabled ti_sysbios_heaps_HeapMem_Module__diagsEnabled__C = (xdc_Bits32)0x90;
4423 
4424 /* Module__diagsIncluded__C */
4425 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__diagsIncluded__C, ".const:ti_sysbios_heaps_HeapMem_Module__diagsIncluded__C");
4426 __FAR__ const CT__ti_sysbios_heaps_HeapMem_Module__diagsIncluded ti_sysbios_heaps_HeapMem_Module__diagsIncluded__C = (xdc_Bits32)0x90;
4427 
4428 /* Module__diagsMask__C */
4429 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__diagsMask__C, ".const:ti_sysbios_heaps_HeapMem_Module__diagsMask__C");
4430 __FAR__ const CT__ti_sysbios_heaps_HeapMem_Module__diagsMask ti_sysbios_heaps_HeapMem_Module__diagsMask__C = ((CT__ti_sysbios_heaps_HeapMem_Module__diagsMask)0);
4431 
4432 /* Module__gateObj__C */
4433 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__gateObj__C, ".const:ti_sysbios_heaps_HeapMem_Module__gateObj__C");
4434 __FAR__ const CT__ti_sysbios_heaps_HeapMem_Module__gateObj ti_sysbios_heaps_HeapMem_Module__gateObj__C = ((CT__ti_sysbios_heaps_HeapMem_Module__gateObj)((const void*)(xdc_runtime_IGateProvider_Handle)&ti_sysbios_gates_GateMutex_Object__table__V[0]));
4435 
4436 /* Module__gatePrms__C */
4437 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__gatePrms__C, ".const:ti_sysbios_heaps_HeapMem_Module__gatePrms__C");
4438 __FAR__ const CT__ti_sysbios_heaps_HeapMem_Module__gatePrms ti_sysbios_heaps_HeapMem_Module__gatePrms__C = ((CT__ti_sysbios_heaps_HeapMem_Module__gatePrms)0);
4439 
4440 /* Module__id__C */
4441 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__id__C, ".const:ti_sysbios_heaps_HeapMem_Module__id__C");
4442 __FAR__ const CT__ti_sysbios_heaps_HeapMem_Module__id ti_sysbios_heaps_HeapMem_Module__id__C = (xdc_Bits16)0x8021;
4443 
4444 /* Module__loggerDefined__C */
4445 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__loggerDefined__C, ".const:ti_sysbios_heaps_HeapMem_Module__loggerDefined__C");
4446 __FAR__ const CT__ti_sysbios_heaps_HeapMem_Module__loggerDefined ti_sysbios_heaps_HeapMem_Module__loggerDefined__C = 0;
4447 
4448 /* Module__loggerObj__C */
4449 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__loggerObj__C, ".const:ti_sysbios_heaps_HeapMem_Module__loggerObj__C");
4450 __FAR__ const CT__ti_sysbios_heaps_HeapMem_Module__loggerObj ti_sysbios_heaps_HeapMem_Module__loggerObj__C = ((CT__ti_sysbios_heaps_HeapMem_Module__loggerObj)0);
4451 
4452 /* Module__loggerFxn0__C */
4453 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__loggerFxn0__C, ".const:ti_sysbios_heaps_HeapMem_Module__loggerFxn0__C");
4454 __FAR__ const CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn0 ti_sysbios_heaps_HeapMem_Module__loggerFxn0__C = ((CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn0)0);
4455 
4456 /* Module__loggerFxn1__C */
4457 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__loggerFxn1__C, ".const:ti_sysbios_heaps_HeapMem_Module__loggerFxn1__C");
4458 __FAR__ const CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn1 ti_sysbios_heaps_HeapMem_Module__loggerFxn1__C = ((CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn1)0);
4459 
4460 /* Module__loggerFxn2__C */
4461 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__loggerFxn2__C, ".const:ti_sysbios_heaps_HeapMem_Module__loggerFxn2__C");
4462 __FAR__ const CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn2 ti_sysbios_heaps_HeapMem_Module__loggerFxn2__C = ((CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn2)0);
4463 
4464 /* Module__loggerFxn4__C */
4465 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__loggerFxn4__C, ".const:ti_sysbios_heaps_HeapMem_Module__loggerFxn4__C");
4466 __FAR__ const CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn4 ti_sysbios_heaps_HeapMem_Module__loggerFxn4__C = ((CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn4)0);
4467 
4468 /* Module__loggerFxn8__C */
4469 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__loggerFxn8__C, ".const:ti_sysbios_heaps_HeapMem_Module__loggerFxn8__C");
4470 __FAR__ const CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn8 ti_sysbios_heaps_HeapMem_Module__loggerFxn8__C = ((CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn8)0);
4471 
4472 /* Object__count__C */
4473 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Object__count__C, ".const:ti_sysbios_heaps_HeapMem_Object__count__C");
4474 __FAR__ const CT__ti_sysbios_heaps_HeapMem_Object__count ti_sysbios_heaps_HeapMem_Object__count__C = 1;
4475 
4476 /* Object__heap__C */
4477 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Object__heap__C, ".const:ti_sysbios_heaps_HeapMem_Object__heap__C");
4478 __FAR__ const CT__ti_sysbios_heaps_HeapMem_Object__heap ti_sysbios_heaps_HeapMem_Object__heap__C = 0;
4479 
4480 /* Object__sizeof__C */
4481 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Object__sizeof__C, ".const:ti_sysbios_heaps_HeapMem_Object__sizeof__C");
4482 __FAR__ const CT__ti_sysbios_heaps_HeapMem_Object__sizeof ti_sysbios_heaps_HeapMem_Object__sizeof__C = sizeof(ti_sysbios_heaps_HeapMem_Object__);
4483 
4484 /* Object__table__C */
4485 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Object__table__C, ".const:ti_sysbios_heaps_HeapMem_Object__table__C");
4486 __FAR__ const CT__ti_sysbios_heaps_HeapMem_Object__table ti_sysbios_heaps_HeapMem_Object__table__C = ti_sysbios_heaps_HeapMem_Object__table__V;
4487 
4488 /* A_zeroBlock__C */
4489 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_A_zeroBlock__C, ".const:ti_sysbios_heaps_HeapMem_A_zeroBlock__C");
4490 __FAR__ const CT__ti_sysbios_heaps_HeapMem_A_zeroBlock ti_sysbios_heaps_HeapMem_A_zeroBlock__C = (((xdc_runtime_Assert_Id)2482) << 16 | 16);
4491 
4492 /* A_heapSize__C */
4493 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_A_heapSize__C, ".const:ti_sysbios_heaps_HeapMem_A_heapSize__C");
4494 __FAR__ const CT__ti_sysbios_heaps_HeapMem_A_heapSize ti_sysbios_heaps_HeapMem_A_heapSize__C = (((xdc_runtime_Assert_Id)2518) << 16 | 16);
4495 
4496 /* A_align__C */
4497 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_A_align__C, ".const:ti_sysbios_heaps_HeapMem_A_align__C");
4498 __FAR__ const CT__ti_sysbios_heaps_HeapMem_A_align ti_sysbios_heaps_HeapMem_A_align__C = (((xdc_runtime_Assert_Id)2563) << 16 | 16);
4499 
4500 /* E_memory__C */
4501 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_E_memory__C, ".const:ti_sysbios_heaps_HeapMem_E_memory__C");
4502 __FAR__ const CT__ti_sysbios_heaps_HeapMem_E_memory ti_sysbios_heaps_HeapMem_E_memory__C = (((xdc_runtime_Error_Id)4534) << 16 | 0);
4503 
4504 /* A_invalidFree__C */
4505 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_A_invalidFree__C, ".const:ti_sysbios_heaps_HeapMem_A_invalidFree__C");
4506 __FAR__ const CT__ti_sysbios_heaps_HeapMem_A_invalidFree ti_sysbios_heaps_HeapMem_A_invalidFree__C = (((xdc_runtime_Assert_Id)2454) << 16 | 16);
4507 
4508 /* primaryHeapBaseAddr__C */
4509 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_primaryHeapBaseAddr__C, ".const:ti_sysbios_heaps_HeapMem_primaryHeapBaseAddr__C");
4510 __FAR__ const CT__ti_sysbios_heaps_HeapMem_primaryHeapBaseAddr ti_sysbios_heaps_HeapMem_primaryHeapBaseAddr__C = ((CT__ti_sysbios_heaps_HeapMem_primaryHeapBaseAddr)0);
4511 
4512 /* primaryHeapEndAddr__C */
4513 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_primaryHeapEndAddr__C, ".const:ti_sysbios_heaps_HeapMem_primaryHeapEndAddr__C");
4514 __FAR__ const CT__ti_sysbios_heaps_HeapMem_primaryHeapEndAddr ti_sysbios_heaps_HeapMem_primaryHeapEndAddr__C = ((CT__ti_sysbios_heaps_HeapMem_primaryHeapEndAddr)0);
4515 
4516 /* reqAlign__C */
4517 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_reqAlign__C, ".const:ti_sysbios_heaps_HeapMem_reqAlign__C");
4518 __FAR__ const CT__ti_sysbios_heaps_HeapMem_reqAlign ti_sysbios_heaps_HeapMem_reqAlign__C = (xdc_SizeT)0x8;
4519 
4520 
4521 /*
4522  * ======== ti.sysbios.heaps.HeapMem_Module_GateProxy INITIALIZERS ========
4523  */
4524 
4525 
4526 /*
4527  * ======== ti.sysbios.knl.Clock INITIALIZERS ========
4528  */
4529 
4530 /* Object__DESC__C */
4531 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_knl_Clock_Object__DESC__C;
4532 
4533 /* Object__PARAMS__C */
4534 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Object__PARAMS__C, ".const:ti_sysbios_knl_Clock_Object__PARAMS__C");
4535 __FAR__ const ti_sysbios_knl_Clock_Params ti_sysbios_knl_Clock_Object__PARAMS__C = {
4536  sizeof (ti_sysbios_knl_Clock_Params), /* __size */
4537  0, /* __self */
4538  0, /* __fxns */
4539  (xdc_runtime_IInstance_Params*)&ti_sysbios_knl_Clock_Object__PARAMS__C.__iprms, /* instance */
4540  0, /* startFlag */
4541  (xdc_UInt32)0x0, /* period */
4542  ((xdc_UArg)0), /* arg */
4543  {
4544  sizeof (xdc_runtime_IInstance_Params), /* __size */
4545  0, /* name */
4546  }, /* instance */
4547 };
4548 
4549 /* Module__root__V */
4551  {&ti_sysbios_knl_Clock_Module__root__V.link, /* link.next */
4552  &ti_sysbios_knl_Clock_Module__root__V.link}, /* link.prev */
4553 };
4554 
4555 /* Module__state__V */
4556 #if defined (__ICCARM__)
4557 #pragma location = ".data_ti_sysbios_knl_Clock_Module__state__V"
4558 #endif
4559 #if defined(__llvm__) && defined(__ti__)
4560 ti_sysbios_knl_Clock_Module_State__ ti_sysbios_knl_Clock_Module__state__V __attribute__ ((section(".data:ti_sysbios_knl_Clock_Module__state__V")));
4561 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
4562 #ifndef __TI_COMPILER_VERSION__
4563 ti_sysbios_knl_Clock_Module_State__ ti_sysbios_knl_Clock_Module__state__V __attribute__ ((section(".data_ti_sysbios_knl_Clock_Module__state__V")));
4564 #endif
4565 #endif
4567  (xdc_UInt32)0x0, /* ticks */
4568  (xdc_UInt)0x0, /* swiCount */
4569  (ti_sysbios_knl_Clock_TimerProxy_Handle)&ti_sysbios_timers_rti_Timer_Object__table__V[0], /* timer */
4570  (ti_sysbios_knl_Swi_Handle)&ti_sysbios_knl_Swi_Object__table__V[0], /* swi */
4571  (xdc_UInt)0x1, /* numTickSkip */
4572  (xdc_UInt32)0x1, /* nextScheduledTick */
4573  (xdc_UInt32)0x0, /* maxSkippable */
4574  0, /* inWorkFunc */
4575  0, /* startDuringWorkFunc */
4576  0, /* ticking */
4577  {
4578  {
4579  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Clock_Module__state__V.Object_field_clockQ.elem)), /* next */
4580  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Clock_Module__state__V.Object_field_clockQ.elem)), /* prev */
4581  }, /* elem */
4582  }, /* Object_field_clockQ */
4583 };
4584 
4585 /* Module__diagsEnabled__C */
4586 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__diagsEnabled__C, ".const:ti_sysbios_knl_Clock_Module__diagsEnabled__C");
4587 __FAR__ const CT__ti_sysbios_knl_Clock_Module__diagsEnabled ti_sysbios_knl_Clock_Module__diagsEnabled__C = (xdc_Bits32)0x90;
4588 
4589 /* Module__diagsIncluded__C */
4590 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__diagsIncluded__C, ".const:ti_sysbios_knl_Clock_Module__diagsIncluded__C");
4591 __FAR__ const CT__ti_sysbios_knl_Clock_Module__diagsIncluded ti_sysbios_knl_Clock_Module__diagsIncluded__C = (xdc_Bits32)0x90;
4592 
4593 /* Module__diagsMask__C */
4594 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__diagsMask__C, ".const:ti_sysbios_knl_Clock_Module__diagsMask__C");
4595 __FAR__ const CT__ti_sysbios_knl_Clock_Module__diagsMask ti_sysbios_knl_Clock_Module__diagsMask__C = ((CT__ti_sysbios_knl_Clock_Module__diagsMask)0);
4596 
4597 /* Module__gateObj__C */
4598 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__gateObj__C, ".const:ti_sysbios_knl_Clock_Module__gateObj__C");
4599 __FAR__ const CT__ti_sysbios_knl_Clock_Module__gateObj ti_sysbios_knl_Clock_Module__gateObj__C = ((CT__ti_sysbios_knl_Clock_Module__gateObj)0);
4600 
4601 /* Module__gatePrms__C */
4602 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__gatePrms__C, ".const:ti_sysbios_knl_Clock_Module__gatePrms__C");
4603 __FAR__ const CT__ti_sysbios_knl_Clock_Module__gatePrms ti_sysbios_knl_Clock_Module__gatePrms__C = ((CT__ti_sysbios_knl_Clock_Module__gatePrms)0);
4604 
4605 /* Module__id__C */
4606 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__id__C, ".const:ti_sysbios_knl_Clock_Module__id__C");
4607 __FAR__ const CT__ti_sysbios_knl_Clock_Module__id ti_sysbios_knl_Clock_Module__id__C = (xdc_Bits16)0x8017;
4608 
4609 /* Module__loggerDefined__C */
4610 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__loggerDefined__C, ".const:ti_sysbios_knl_Clock_Module__loggerDefined__C");
4611 __FAR__ const CT__ti_sysbios_knl_Clock_Module__loggerDefined ti_sysbios_knl_Clock_Module__loggerDefined__C = 0;
4612 
4613 /* Module__loggerObj__C */
4614 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__loggerObj__C, ".const:ti_sysbios_knl_Clock_Module__loggerObj__C");
4615 __FAR__ const CT__ti_sysbios_knl_Clock_Module__loggerObj ti_sysbios_knl_Clock_Module__loggerObj__C = ((CT__ti_sysbios_knl_Clock_Module__loggerObj)0);
4616 
4617 /* Module__loggerFxn0__C */
4618 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__loggerFxn0__C, ".const:ti_sysbios_knl_Clock_Module__loggerFxn0__C");
4619 __FAR__ const CT__ti_sysbios_knl_Clock_Module__loggerFxn0 ti_sysbios_knl_Clock_Module__loggerFxn0__C = ((CT__ti_sysbios_knl_Clock_Module__loggerFxn0)0);
4620 
4621 /* Module__loggerFxn1__C */
4622 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__loggerFxn1__C, ".const:ti_sysbios_knl_Clock_Module__loggerFxn1__C");
4623 __FAR__ const CT__ti_sysbios_knl_Clock_Module__loggerFxn1 ti_sysbios_knl_Clock_Module__loggerFxn1__C = ((CT__ti_sysbios_knl_Clock_Module__loggerFxn1)0);
4624 
4625 /* Module__loggerFxn2__C */
4626 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__loggerFxn2__C, ".const:ti_sysbios_knl_Clock_Module__loggerFxn2__C");
4627 __FAR__ const CT__ti_sysbios_knl_Clock_Module__loggerFxn2 ti_sysbios_knl_Clock_Module__loggerFxn2__C = ((CT__ti_sysbios_knl_Clock_Module__loggerFxn2)0);
4628 
4629 /* Module__loggerFxn4__C */
4630 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__loggerFxn4__C, ".const:ti_sysbios_knl_Clock_Module__loggerFxn4__C");
4631 __FAR__ const CT__ti_sysbios_knl_Clock_Module__loggerFxn4 ti_sysbios_knl_Clock_Module__loggerFxn4__C = ((CT__ti_sysbios_knl_Clock_Module__loggerFxn4)0);
4632 
4633 /* Module__loggerFxn8__C */
4634 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__loggerFxn8__C, ".const:ti_sysbios_knl_Clock_Module__loggerFxn8__C");
4635 __FAR__ const CT__ti_sysbios_knl_Clock_Module__loggerFxn8 ti_sysbios_knl_Clock_Module__loggerFxn8__C = ((CT__ti_sysbios_knl_Clock_Module__loggerFxn8)0);
4636 
4637 /* Object__count__C */
4638 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Object__count__C, ".const:ti_sysbios_knl_Clock_Object__count__C");
4639 __FAR__ const CT__ti_sysbios_knl_Clock_Object__count ti_sysbios_knl_Clock_Object__count__C = 0;
4640 
4641 /* Object__heap__C */
4642 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Object__heap__C, ".const:ti_sysbios_knl_Clock_Object__heap__C");
4643 __FAR__ const CT__ti_sysbios_knl_Clock_Object__heap ti_sysbios_knl_Clock_Object__heap__C = 0;
4644 
4645 /* Object__sizeof__C */
4646 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Object__sizeof__C, ".const:ti_sysbios_knl_Clock_Object__sizeof__C");
4647 __FAR__ const CT__ti_sysbios_knl_Clock_Object__sizeof ti_sysbios_knl_Clock_Object__sizeof__C = sizeof(ti_sysbios_knl_Clock_Object__);
4648 
4649 /* Object__table__C */
4650 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Object__table__C, ".const:ti_sysbios_knl_Clock_Object__table__C");
4651 __FAR__ const CT__ti_sysbios_knl_Clock_Object__table ti_sysbios_knl_Clock_Object__table__C = 0;
4652 
4653 /* LW_delayed__C */
4654 #pragma DATA_SECTION(ti_sysbios_knl_Clock_LW_delayed__C, ".const:ti_sysbios_knl_Clock_LW_delayed__C");
4655 __FAR__ const CT__ti_sysbios_knl_Clock_LW_delayed ti_sysbios_knl_Clock_LW_delayed__C = (((xdc_runtime_Log_Event)5484) << 16 | 1024);
4656 
4657 /* LM_tick__C */
4658 #pragma DATA_SECTION(ti_sysbios_knl_Clock_LM_tick__C, ".const:ti_sysbios_knl_Clock_LM_tick__C");
4659 __FAR__ const CT__ti_sysbios_knl_Clock_LM_tick ti_sysbios_knl_Clock_LM_tick__C = (((xdc_runtime_Log_Event)5506) << 16 | 768);
4660 
4661 /* LM_begin__C */
4662 #pragma DATA_SECTION(ti_sysbios_knl_Clock_LM_begin__C, ".const:ti_sysbios_knl_Clock_LM_begin__C");
4663 __FAR__ const CT__ti_sysbios_knl_Clock_LM_begin ti_sysbios_knl_Clock_LM_begin__C = (((xdc_runtime_Log_Event)5524) << 16 | 768);
4664 
4665 /* A_clockDisabled__C */
4666 #pragma DATA_SECTION(ti_sysbios_knl_Clock_A_clockDisabled__C, ".const:ti_sysbios_knl_Clock_A_clockDisabled__C");
4667 __FAR__ const CT__ti_sysbios_knl_Clock_A_clockDisabled ti_sysbios_knl_Clock_A_clockDisabled__C = (((xdc_runtime_Assert_Id)615) << 16 | 16);
4668 
4669 /* A_badThreadType__C */
4670 #pragma DATA_SECTION(ti_sysbios_knl_Clock_A_badThreadType__C, ".const:ti_sysbios_knl_Clock_A_badThreadType__C");
4671 __FAR__ const CT__ti_sysbios_knl_Clock_A_badThreadType ti_sysbios_knl_Clock_A_badThreadType__C = (((xdc_runtime_Assert_Id)696) << 16 | 16);
4672 
4673 /* serviceMargin__C */
4674 #pragma DATA_SECTION(ti_sysbios_knl_Clock_serviceMargin__C, ".const:ti_sysbios_knl_Clock_serviceMargin__C");
4675 __FAR__ const CT__ti_sysbios_knl_Clock_serviceMargin ti_sysbios_knl_Clock_serviceMargin__C = (xdc_UInt32)0x0;
4676 
4677 /* tickSource__C */
4678 #pragma DATA_SECTION(ti_sysbios_knl_Clock_tickSource__C, ".const:ti_sysbios_knl_Clock_tickSource__C");
4679 __FAR__ const CT__ti_sysbios_knl_Clock_tickSource ti_sysbios_knl_Clock_tickSource__C = ti_sysbios_knl_Clock_TickSource_TIMER;
4680 
4681 /* tickMode__C */
4682 #pragma DATA_SECTION(ti_sysbios_knl_Clock_tickMode__C, ".const:ti_sysbios_knl_Clock_tickMode__C");
4683 __FAR__ const CT__ti_sysbios_knl_Clock_tickMode ti_sysbios_knl_Clock_tickMode__C = ti_sysbios_knl_Clock_TickMode_PERIODIC;
4684 
4685 /* timerId__C */
4686 #pragma DATA_SECTION(ti_sysbios_knl_Clock_timerId__C, ".const:ti_sysbios_knl_Clock_timerId__C");
4687 __FAR__ const CT__ti_sysbios_knl_Clock_timerId ti_sysbios_knl_Clock_timerId__C = (xdc_UInt)(-0x0 - 1);
4688 
4689 /* tickPeriod__C */
4690 #pragma DATA_SECTION(ti_sysbios_knl_Clock_tickPeriod__C, ".const:ti_sysbios_knl_Clock_tickPeriod__C");
4691 __FAR__ const CT__ti_sysbios_knl_Clock_tickPeriod ti_sysbios_knl_Clock_tickPeriod__C = (xdc_UInt32)0x3e8;
4692 
4693 /* doTickFunc__C */
4694 #pragma DATA_SECTION(ti_sysbios_knl_Clock_doTickFunc__C, ".const:ti_sysbios_knl_Clock_doTickFunc__C");
4695 __FAR__ const CT__ti_sysbios_knl_Clock_doTickFunc ti_sysbios_knl_Clock_doTickFunc__C = ((CT__ti_sysbios_knl_Clock_doTickFunc)((xdc_Fxn)ti_sysbios_knl_Clock_doTick__I));
4696 
4697 /* triggerClock__C */
4698 #pragma DATA_SECTION(ti_sysbios_knl_Clock_triggerClock__C, ".const:ti_sysbios_knl_Clock_triggerClock__C");
4699 __FAR__ const CT__ti_sysbios_knl_Clock_triggerClock ti_sysbios_knl_Clock_triggerClock__C = 0;
4700 
4701 
4702 /*
4703  * ======== ti.sysbios.knl.Clock_TimerProxy INITIALIZERS ========
4704  */
4705 
4706 
4707 /*
4708  * ======== ti.sysbios.knl.Event INITIALIZERS ========
4709  */
4710 
4711 /* Object__DESC__C */
4712 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_knl_Event_Object__DESC__C;
4713 
4714 /* Object__PARAMS__C */
4715 #pragma DATA_SECTION(ti_sysbios_knl_Event_Object__PARAMS__C, ".const:ti_sysbios_knl_Event_Object__PARAMS__C");
4716 __FAR__ const ti_sysbios_knl_Event_Params ti_sysbios_knl_Event_Object__PARAMS__C = {
4717  sizeof (ti_sysbios_knl_Event_Params), /* __size */
4718  0, /* __self */
4719  0, /* __fxns */
4720  (xdc_runtime_IInstance_Params*)&ti_sysbios_knl_Event_Object__PARAMS__C.__iprms, /* instance */
4721  {
4722  sizeof (xdc_runtime_IInstance_Params), /* __size */
4723  0, /* name */
4724  }, /* instance */
4725 };
4726 
4727 /* Module__root__V */
4729  {&ti_sysbios_knl_Event_Module__root__V.link, /* link.next */
4730  &ti_sysbios_knl_Event_Module__root__V.link}, /* link.prev */
4731 };
4732 
4733 /* Module__diagsEnabled__C */
4734 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__diagsEnabled__C, ".const:ti_sysbios_knl_Event_Module__diagsEnabled__C");
4735 __FAR__ const CT__ti_sysbios_knl_Event_Module__diagsEnabled ti_sysbios_knl_Event_Module__diagsEnabled__C = (xdc_Bits32)0x90;
4736 
4737 /* Module__diagsIncluded__C */
4738 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__diagsIncluded__C, ".const:ti_sysbios_knl_Event_Module__diagsIncluded__C");
4739 __FAR__ const CT__ti_sysbios_knl_Event_Module__diagsIncluded ti_sysbios_knl_Event_Module__diagsIncluded__C = (xdc_Bits32)0x90;
4740 
4741 /* Module__diagsMask__C */
4742 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__diagsMask__C, ".const:ti_sysbios_knl_Event_Module__diagsMask__C");
4743 __FAR__ const CT__ti_sysbios_knl_Event_Module__diagsMask ti_sysbios_knl_Event_Module__diagsMask__C = ((CT__ti_sysbios_knl_Event_Module__diagsMask)0);
4744 
4745 /* Module__gateObj__C */
4746 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__gateObj__C, ".const:ti_sysbios_knl_Event_Module__gateObj__C");
4747 __FAR__ const CT__ti_sysbios_knl_Event_Module__gateObj ti_sysbios_knl_Event_Module__gateObj__C = ((CT__ti_sysbios_knl_Event_Module__gateObj)0);
4748 
4749 /* Module__gatePrms__C */
4750 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__gatePrms__C, ".const:ti_sysbios_knl_Event_Module__gatePrms__C");
4751 __FAR__ const CT__ti_sysbios_knl_Event_Module__gatePrms ti_sysbios_knl_Event_Module__gatePrms__C = ((CT__ti_sysbios_knl_Event_Module__gatePrms)0);
4752 
4753 /* Module__id__C */
4754 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__id__C, ".const:ti_sysbios_knl_Event_Module__id__C");
4755 __FAR__ const CT__ti_sysbios_knl_Event_Module__id ti_sysbios_knl_Event_Module__id__C = (xdc_Bits16)0x801a;
4756 
4757 /* Module__loggerDefined__C */
4758 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__loggerDefined__C, ".const:ti_sysbios_knl_Event_Module__loggerDefined__C");
4759 __FAR__ const CT__ti_sysbios_knl_Event_Module__loggerDefined ti_sysbios_knl_Event_Module__loggerDefined__C = 0;
4760 
4761 /* Module__loggerObj__C */
4762 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__loggerObj__C, ".const:ti_sysbios_knl_Event_Module__loggerObj__C");
4763 __FAR__ const CT__ti_sysbios_knl_Event_Module__loggerObj ti_sysbios_knl_Event_Module__loggerObj__C = ((CT__ti_sysbios_knl_Event_Module__loggerObj)0);
4764 
4765 /* Module__loggerFxn0__C */
4766 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__loggerFxn0__C, ".const:ti_sysbios_knl_Event_Module__loggerFxn0__C");
4767 __FAR__ const CT__ti_sysbios_knl_Event_Module__loggerFxn0 ti_sysbios_knl_Event_Module__loggerFxn0__C = ((CT__ti_sysbios_knl_Event_Module__loggerFxn0)0);
4768 
4769 /* Module__loggerFxn1__C */
4770 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__loggerFxn1__C, ".const:ti_sysbios_knl_Event_Module__loggerFxn1__C");
4771 __FAR__ const CT__ti_sysbios_knl_Event_Module__loggerFxn1 ti_sysbios_knl_Event_Module__loggerFxn1__C = ((CT__ti_sysbios_knl_Event_Module__loggerFxn1)0);
4772 
4773 /* Module__loggerFxn2__C */
4774 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__loggerFxn2__C, ".const:ti_sysbios_knl_Event_Module__loggerFxn2__C");
4775 __FAR__ const CT__ti_sysbios_knl_Event_Module__loggerFxn2 ti_sysbios_knl_Event_Module__loggerFxn2__C = ((CT__ti_sysbios_knl_Event_Module__loggerFxn2)0);
4776 
4777 /* Module__loggerFxn4__C */
4778 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__loggerFxn4__C, ".const:ti_sysbios_knl_Event_Module__loggerFxn4__C");
4779 __FAR__ const CT__ti_sysbios_knl_Event_Module__loggerFxn4 ti_sysbios_knl_Event_Module__loggerFxn4__C = ((CT__ti_sysbios_knl_Event_Module__loggerFxn4)0);
4780 
4781 /* Module__loggerFxn8__C */
4782 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__loggerFxn8__C, ".const:ti_sysbios_knl_Event_Module__loggerFxn8__C");
4783 __FAR__ const CT__ti_sysbios_knl_Event_Module__loggerFxn8 ti_sysbios_knl_Event_Module__loggerFxn8__C = ((CT__ti_sysbios_knl_Event_Module__loggerFxn8)0);
4784 
4785 /* Object__count__C */
4786 #pragma DATA_SECTION(ti_sysbios_knl_Event_Object__count__C, ".const:ti_sysbios_knl_Event_Object__count__C");
4787 __FAR__ const CT__ti_sysbios_knl_Event_Object__count ti_sysbios_knl_Event_Object__count__C = 0;
4788 
4789 /* Object__heap__C */
4790 #pragma DATA_SECTION(ti_sysbios_knl_Event_Object__heap__C, ".const:ti_sysbios_knl_Event_Object__heap__C");
4791 __FAR__ const CT__ti_sysbios_knl_Event_Object__heap ti_sysbios_knl_Event_Object__heap__C = 0;
4792 
4793 /* Object__sizeof__C */
4794 #pragma DATA_SECTION(ti_sysbios_knl_Event_Object__sizeof__C, ".const:ti_sysbios_knl_Event_Object__sizeof__C");
4795 __FAR__ const CT__ti_sysbios_knl_Event_Object__sizeof ti_sysbios_knl_Event_Object__sizeof__C = sizeof(ti_sysbios_knl_Event_Object__);
4796 
4797 /* Object__table__C */
4798 #pragma DATA_SECTION(ti_sysbios_knl_Event_Object__table__C, ".const:ti_sysbios_knl_Event_Object__table__C");
4799 __FAR__ const CT__ti_sysbios_knl_Event_Object__table ti_sysbios_knl_Event_Object__table__C = 0;
4800 
4801 /* LM_post__C */
4802 #pragma DATA_SECTION(ti_sysbios_knl_Event_LM_post__C, ".const:ti_sysbios_knl_Event_LM_post__C");
4803 __FAR__ const CT__ti_sysbios_knl_Event_LM_post ti_sysbios_knl_Event_LM_post__C = (((xdc_runtime_Log_Event)5556) << 16 | 768);
4804 
4805 /* LM_pend__C */
4806 #pragma DATA_SECTION(ti_sysbios_knl_Event_LM_pend__C, ".const:ti_sysbios_knl_Event_LM_pend__C");
4807 __FAR__ const CT__ti_sysbios_knl_Event_LM_pend ti_sysbios_knl_Event_LM_pend__C = (((xdc_runtime_Log_Event)5610) << 16 | 768);
4808 
4809 /* A_nullEventMasks__C */
4810 #pragma DATA_SECTION(ti_sysbios_knl_Event_A_nullEventMasks__C, ".const:ti_sysbios_knl_Event_A_nullEventMasks__C");
4811 __FAR__ const CT__ti_sysbios_knl_Event_A_nullEventMasks ti_sysbios_knl_Event_A_nullEventMasks__C = (((xdc_runtime_Assert_Id)766) << 16 | 16);
4812 
4813 /* A_nullEventId__C */
4814 #pragma DATA_SECTION(ti_sysbios_knl_Event_A_nullEventId__C, ".const:ti_sysbios_knl_Event_A_nullEventId__C");
4815 __FAR__ const CT__ti_sysbios_knl_Event_A_nullEventId ti_sysbios_knl_Event_A_nullEventId__C = (((xdc_runtime_Assert_Id)813) << 16 | 16);
4816 
4817 /* A_eventInUse__C */
4818 #pragma DATA_SECTION(ti_sysbios_knl_Event_A_eventInUse__C, ".const:ti_sysbios_knl_Event_A_eventInUse__C");
4819 __FAR__ const CT__ti_sysbios_knl_Event_A_eventInUse ti_sysbios_knl_Event_A_eventInUse__C = (((xdc_runtime_Assert_Id)852) << 16 | 16);
4820 
4821 /* A_badContext__C */
4822 #pragma DATA_SECTION(ti_sysbios_knl_Event_A_badContext__C, ".const:ti_sysbios_knl_Event_A_badContext__C");
4823 __FAR__ const CT__ti_sysbios_knl_Event_A_badContext ti_sysbios_knl_Event_A_badContext__C = (((xdc_runtime_Assert_Id)895) << 16 | 16);
4824 
4825 /* A_pendTaskDisabled__C */
4826 #pragma DATA_SECTION(ti_sysbios_knl_Event_A_pendTaskDisabled__C, ".const:ti_sysbios_knl_Event_A_pendTaskDisabled__C");
4827 __FAR__ const CT__ti_sysbios_knl_Event_A_pendTaskDisabled ti_sysbios_knl_Event_A_pendTaskDisabled__C = (((xdc_runtime_Assert_Id)958) << 16 | 16);
4828 
4829 
4830 /*
4831  * ======== ti.sysbios.knl.Idle INITIALIZERS ========
4832  */
4833 
4834 /* --> ti_sysbios_knl_Idle_funcList__A */
4835 #pragma DATA_SECTION(ti_sysbios_knl_Idle_funcList__A, ".const:ti_sysbios_knl_Idle_funcList__A");
4836 const __T1_ti_sysbios_knl_Idle_funcList ti_sysbios_knl_Idle_funcList__A[1] = {
4837  ((xdc_Void(*)(xdc_Void))((xdc_Fxn)ti_sysbios_hal_Hwi_checkStack)), /* [0] */
4838 };
4839 
4840 /* --> ti_sysbios_knl_Idle_coreList__A */
4841 #pragma DATA_SECTION(ti_sysbios_knl_Idle_coreList__A, ".const:ti_sysbios_knl_Idle_coreList__A");
4842 const __T1_ti_sysbios_knl_Idle_coreList ti_sysbios_knl_Idle_coreList__A[1] = {
4843  (xdc_UInt)0x0, /* [0] */
4844 };
4845 
4846 /* Module__diagsEnabled__C */
4847 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__diagsEnabled__C, ".const:ti_sysbios_knl_Idle_Module__diagsEnabled__C");
4848 __FAR__ const CT__ti_sysbios_knl_Idle_Module__diagsEnabled ti_sysbios_knl_Idle_Module__diagsEnabled__C = (xdc_Bits32)0x90;
4849 
4850 /* Module__diagsIncluded__C */
4851 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__diagsIncluded__C, ".const:ti_sysbios_knl_Idle_Module__diagsIncluded__C");
4852 __FAR__ const CT__ti_sysbios_knl_Idle_Module__diagsIncluded ti_sysbios_knl_Idle_Module__diagsIncluded__C = (xdc_Bits32)0x90;
4853 
4854 /* Module__diagsMask__C */
4855 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__diagsMask__C, ".const:ti_sysbios_knl_Idle_Module__diagsMask__C");
4856 __FAR__ const CT__ti_sysbios_knl_Idle_Module__diagsMask ti_sysbios_knl_Idle_Module__diagsMask__C = ((CT__ti_sysbios_knl_Idle_Module__diagsMask)0);
4857 
4858 /* Module__gateObj__C */
4859 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__gateObj__C, ".const:ti_sysbios_knl_Idle_Module__gateObj__C");
4860 __FAR__ const CT__ti_sysbios_knl_Idle_Module__gateObj ti_sysbios_knl_Idle_Module__gateObj__C = ((CT__ti_sysbios_knl_Idle_Module__gateObj)0);
4861 
4862 /* Module__gatePrms__C */
4863 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__gatePrms__C, ".const:ti_sysbios_knl_Idle_Module__gatePrms__C");
4864 __FAR__ const CT__ti_sysbios_knl_Idle_Module__gatePrms ti_sysbios_knl_Idle_Module__gatePrms__C = ((CT__ti_sysbios_knl_Idle_Module__gatePrms)0);
4865 
4866 /* Module__id__C */
4867 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__id__C, ".const:ti_sysbios_knl_Idle_Module__id__C");
4868 __FAR__ const CT__ti_sysbios_knl_Idle_Module__id ti_sysbios_knl_Idle_Module__id__C = (xdc_Bits16)0x8018;
4869 
4870 /* Module__loggerDefined__C */
4871 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__loggerDefined__C, ".const:ti_sysbios_knl_Idle_Module__loggerDefined__C");
4872 __FAR__ const CT__ti_sysbios_knl_Idle_Module__loggerDefined ti_sysbios_knl_Idle_Module__loggerDefined__C = 0;
4873 
4874 /* Module__loggerObj__C */
4875 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__loggerObj__C, ".const:ti_sysbios_knl_Idle_Module__loggerObj__C");
4876 __FAR__ const CT__ti_sysbios_knl_Idle_Module__loggerObj ti_sysbios_knl_Idle_Module__loggerObj__C = ((CT__ti_sysbios_knl_Idle_Module__loggerObj)0);
4877 
4878 /* Module__loggerFxn0__C */
4879 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__loggerFxn0__C, ".const:ti_sysbios_knl_Idle_Module__loggerFxn0__C");
4880 __FAR__ const CT__ti_sysbios_knl_Idle_Module__loggerFxn0 ti_sysbios_knl_Idle_Module__loggerFxn0__C = ((CT__ti_sysbios_knl_Idle_Module__loggerFxn0)0);
4881 
4882 /* Module__loggerFxn1__C */
4883 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__loggerFxn1__C, ".const:ti_sysbios_knl_Idle_Module__loggerFxn1__C");
4884 __FAR__ const CT__ti_sysbios_knl_Idle_Module__loggerFxn1 ti_sysbios_knl_Idle_Module__loggerFxn1__C = ((CT__ti_sysbios_knl_Idle_Module__loggerFxn1)0);
4885 
4886 /* Module__loggerFxn2__C */
4887 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__loggerFxn2__C, ".const:ti_sysbios_knl_Idle_Module__loggerFxn2__C");
4888 __FAR__ const CT__ti_sysbios_knl_Idle_Module__loggerFxn2 ti_sysbios_knl_Idle_Module__loggerFxn2__C = ((CT__ti_sysbios_knl_Idle_Module__loggerFxn2)0);
4889 
4890 /* Module__loggerFxn4__C */
4891 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__loggerFxn4__C, ".const:ti_sysbios_knl_Idle_Module__loggerFxn4__C");
4892 __FAR__ const CT__ti_sysbios_knl_Idle_Module__loggerFxn4 ti_sysbios_knl_Idle_Module__loggerFxn4__C = ((CT__ti_sysbios_knl_Idle_Module__loggerFxn4)0);
4893 
4894 /* Module__loggerFxn8__C */
4895 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__loggerFxn8__C, ".const:ti_sysbios_knl_Idle_Module__loggerFxn8__C");
4896 __FAR__ const CT__ti_sysbios_knl_Idle_Module__loggerFxn8 ti_sysbios_knl_Idle_Module__loggerFxn8__C = ((CT__ti_sysbios_knl_Idle_Module__loggerFxn8)0);
4897 
4898 /* Object__count__C */
4899 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Object__count__C, ".const:ti_sysbios_knl_Idle_Object__count__C");
4900 __FAR__ const CT__ti_sysbios_knl_Idle_Object__count ti_sysbios_knl_Idle_Object__count__C = 0;
4901 
4902 /* Object__heap__C */
4903 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Object__heap__C, ".const:ti_sysbios_knl_Idle_Object__heap__C");
4904 __FAR__ const CT__ti_sysbios_knl_Idle_Object__heap ti_sysbios_knl_Idle_Object__heap__C = 0;
4905 
4906 /* Object__sizeof__C */
4907 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Object__sizeof__C, ".const:ti_sysbios_knl_Idle_Object__sizeof__C");
4908 __FAR__ const CT__ti_sysbios_knl_Idle_Object__sizeof ti_sysbios_knl_Idle_Object__sizeof__C = 0;
4909 
4910 /* Object__table__C */
4911 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Object__table__C, ".const:ti_sysbios_knl_Idle_Object__table__C");
4912 __FAR__ const CT__ti_sysbios_knl_Idle_Object__table ti_sysbios_knl_Idle_Object__table__C = 0;
4913 
4914 /* funcList__C */
4915 #pragma DATA_SECTION(ti_sysbios_knl_Idle_funcList__C, ".const:ti_sysbios_knl_Idle_funcList__C");
4916 __FAR__ const CT__ti_sysbios_knl_Idle_funcList ti_sysbios_knl_Idle_funcList__C = {1, ((__T1_ti_sysbios_knl_Idle_funcList *)ti_sysbios_knl_Idle_funcList__A)};
4917 
4918 /* coreList__C */
4919 #pragma DATA_SECTION(ti_sysbios_knl_Idle_coreList__C, ".const:ti_sysbios_knl_Idle_coreList__C");
4920 __FAR__ const CT__ti_sysbios_knl_Idle_coreList ti_sysbios_knl_Idle_coreList__C = {1, ((__T1_ti_sysbios_knl_Idle_coreList *)ti_sysbios_knl_Idle_coreList__A)};
4921 
4922 
4923 /*
4924  * ======== ti.sysbios.knl.Intrinsics INITIALIZERS ========
4925  */
4926 
4927 /* Module__diagsEnabled__C */
4928 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__diagsEnabled__C, ".const:ti_sysbios_knl_Intrinsics_Module__diagsEnabled__C");
4929 __FAR__ const CT__ti_sysbios_knl_Intrinsics_Module__diagsEnabled ti_sysbios_knl_Intrinsics_Module__diagsEnabled__C = (xdc_Bits32)0x90;
4930 
4931 /* Module__diagsIncluded__C */
4932 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__diagsIncluded__C, ".const:ti_sysbios_knl_Intrinsics_Module__diagsIncluded__C");
4933 __FAR__ const CT__ti_sysbios_knl_Intrinsics_Module__diagsIncluded ti_sysbios_knl_Intrinsics_Module__diagsIncluded__C = (xdc_Bits32)0x90;
4934 
4935 /* Module__diagsMask__C */
4936 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__diagsMask__C, ".const:ti_sysbios_knl_Intrinsics_Module__diagsMask__C");
4937 __FAR__ const CT__ti_sysbios_knl_Intrinsics_Module__diagsMask ti_sysbios_knl_Intrinsics_Module__diagsMask__C = ((CT__ti_sysbios_knl_Intrinsics_Module__diagsMask)0);
4938 
4939 /* Module__gateObj__C */
4940 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__gateObj__C, ".const:ti_sysbios_knl_Intrinsics_Module__gateObj__C");
4941 __FAR__ const CT__ti_sysbios_knl_Intrinsics_Module__gateObj ti_sysbios_knl_Intrinsics_Module__gateObj__C = ((CT__ti_sysbios_knl_Intrinsics_Module__gateObj)0);
4942 
4943 /* Module__gatePrms__C */
4944 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__gatePrms__C, ".const:ti_sysbios_knl_Intrinsics_Module__gatePrms__C");
4945 __FAR__ const CT__ti_sysbios_knl_Intrinsics_Module__gatePrms ti_sysbios_knl_Intrinsics_Module__gatePrms__C = ((CT__ti_sysbios_knl_Intrinsics_Module__gatePrms)0);
4946 
4947 /* Module__id__C */
4948 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__id__C, ".const:ti_sysbios_knl_Intrinsics_Module__id__C");
4949 __FAR__ const CT__ti_sysbios_knl_Intrinsics_Module__id ti_sysbios_knl_Intrinsics_Module__id__C = (xdc_Bits16)0x8019;
4950 
4951 /* Module__loggerDefined__C */
4952 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__loggerDefined__C, ".const:ti_sysbios_knl_Intrinsics_Module__loggerDefined__C");
4953 __FAR__ const CT__ti_sysbios_knl_Intrinsics_Module__loggerDefined ti_sysbios_knl_Intrinsics_Module__loggerDefined__C = 0;
4954 
4955 /* Module__loggerObj__C */
4956 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__loggerObj__C, ".const:ti_sysbios_knl_Intrinsics_Module__loggerObj__C");
4957 __FAR__ const CT__ti_sysbios_knl_Intrinsics_Module__loggerObj ti_sysbios_knl_Intrinsics_Module__loggerObj__C = ((CT__ti_sysbios_knl_Intrinsics_Module__loggerObj)0);
4958 
4959 /* Module__loggerFxn0__C */
4960 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__loggerFxn0__C, ".const:ti_sysbios_knl_Intrinsics_Module__loggerFxn0__C");
4961 __FAR__ const CT__ti_sysbios_knl_Intrinsics_Module__loggerFxn0 ti_sysbios_knl_Intrinsics_Module__loggerFxn0__C = ((CT__ti_sysbios_knl_Intrinsics_Module__loggerFxn0)0);
4962 
4963 /* Module__loggerFxn1__C */
4964 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__loggerFxn1__C, ".const:ti_sysbios_knl_Intrinsics_Module__loggerFxn1__C");
4965 __FAR__ const CT__ti_sysbios_knl_Intrinsics_Module__loggerFxn1 ti_sysbios_knl_Intrinsics_Module__loggerFxn1__C = ((CT__ti_sysbios_knl_Intrinsics_Module__loggerFxn1)0);
4966 
4967 /* Module__loggerFxn2__C */
4968 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__loggerFxn2__C, ".const:ti_sysbios_knl_Intrinsics_Module__loggerFxn2__C");
4969 __FAR__ const CT__ti_sysbios_knl_Intrinsics_Module__loggerFxn2 ti_sysbios_knl_Intrinsics_Module__loggerFxn2__C = ((CT__ti_sysbios_knl_Intrinsics_Module__loggerFxn2)0);
4970 
4971 /* Module__loggerFxn4__C */
4972 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__loggerFxn4__C, ".const:ti_sysbios_knl_Intrinsics_Module__loggerFxn4__C");
4973 __FAR__ const CT__ti_sysbios_knl_Intrinsics_Module__loggerFxn4 ti_sysbios_knl_Intrinsics_Module__loggerFxn4__C = ((CT__ti_sysbios_knl_Intrinsics_Module__loggerFxn4)0);
4974 
4975 /* Module__loggerFxn8__C */
4976 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__loggerFxn8__C, ".const:ti_sysbios_knl_Intrinsics_Module__loggerFxn8__C");
4977 __FAR__ const CT__ti_sysbios_knl_Intrinsics_Module__loggerFxn8 ti_sysbios_knl_Intrinsics_Module__loggerFxn8__C = ((CT__ti_sysbios_knl_Intrinsics_Module__loggerFxn8)0);
4978 
4979 /* Object__count__C */
4980 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Object__count__C, ".const:ti_sysbios_knl_Intrinsics_Object__count__C");
4981 __FAR__ const CT__ti_sysbios_knl_Intrinsics_Object__count ti_sysbios_knl_Intrinsics_Object__count__C = 0;
4982 
4983 /* Object__heap__C */
4984 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Object__heap__C, ".const:ti_sysbios_knl_Intrinsics_Object__heap__C");
4985 __FAR__ const CT__ti_sysbios_knl_Intrinsics_Object__heap ti_sysbios_knl_Intrinsics_Object__heap__C = 0;
4986 
4987 /* Object__sizeof__C */
4988 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Object__sizeof__C, ".const:ti_sysbios_knl_Intrinsics_Object__sizeof__C");
4989 __FAR__ const CT__ti_sysbios_knl_Intrinsics_Object__sizeof ti_sysbios_knl_Intrinsics_Object__sizeof__C = 0;
4990 
4991 /* Object__table__C */
4992 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Object__table__C, ".const:ti_sysbios_knl_Intrinsics_Object__table__C");
4993 __FAR__ const CT__ti_sysbios_knl_Intrinsics_Object__table ti_sysbios_knl_Intrinsics_Object__table__C = 0;
4994 
4995 
4996 /*
4997  * ======== ti.sysbios.knl.Intrinsics_SupportProxy INITIALIZERS ========
4998  */
4999 
5000 
5001 /*
5002  * ======== ti.sysbios.knl.Queue INITIALIZERS ========
5003  */
5004 
5005 /* Object__DESC__C */
5006 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_knl_Queue_Object__DESC__C;
5007 
5008 /* Object__PARAMS__C */
5009 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Object__PARAMS__C, ".const:ti_sysbios_knl_Queue_Object__PARAMS__C");
5010 __FAR__ const ti_sysbios_knl_Queue_Params ti_sysbios_knl_Queue_Object__PARAMS__C = {
5011  sizeof (ti_sysbios_knl_Queue_Params), /* __size */
5012  0, /* __self */
5013  0, /* __fxns */
5014  (xdc_runtime_IInstance_Params*)&ti_sysbios_knl_Queue_Object__PARAMS__C.__iprms, /* instance */
5015  {
5016  sizeof (xdc_runtime_IInstance_Params), /* __size */
5017  0, /* name */
5018  }, /* instance */
5019 };
5020 
5021 /* Module__root__V */
5023  {&ti_sysbios_knl_Queue_Module__root__V.link, /* link.next */
5024  &ti_sysbios_knl_Queue_Module__root__V.link}, /* link.prev */
5025 };
5026 
5027 /* Module__diagsEnabled__C */
5028 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__diagsEnabled__C, ".const:ti_sysbios_knl_Queue_Module__diagsEnabled__C");
5029 __FAR__ const CT__ti_sysbios_knl_Queue_Module__diagsEnabled ti_sysbios_knl_Queue_Module__diagsEnabled__C = (xdc_Bits32)0x90;
5030 
5031 /* Module__diagsIncluded__C */
5032 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__diagsIncluded__C, ".const:ti_sysbios_knl_Queue_Module__diagsIncluded__C");
5033 __FAR__ const CT__ti_sysbios_knl_Queue_Module__diagsIncluded ti_sysbios_knl_Queue_Module__diagsIncluded__C = (xdc_Bits32)0x90;
5034 
5035 /* Module__diagsMask__C */
5036 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__diagsMask__C, ".const:ti_sysbios_knl_Queue_Module__diagsMask__C");
5037 __FAR__ const CT__ti_sysbios_knl_Queue_Module__diagsMask ti_sysbios_knl_Queue_Module__diagsMask__C = ((CT__ti_sysbios_knl_Queue_Module__diagsMask)0);
5038 
5039 /* Module__gateObj__C */
5040 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__gateObj__C, ".const:ti_sysbios_knl_Queue_Module__gateObj__C");
5041 __FAR__ const CT__ti_sysbios_knl_Queue_Module__gateObj ti_sysbios_knl_Queue_Module__gateObj__C = ((CT__ti_sysbios_knl_Queue_Module__gateObj)0);
5042 
5043 /* Module__gatePrms__C */
5044 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__gatePrms__C, ".const:ti_sysbios_knl_Queue_Module__gatePrms__C");
5045 __FAR__ const CT__ti_sysbios_knl_Queue_Module__gatePrms ti_sysbios_knl_Queue_Module__gatePrms__C = ((CT__ti_sysbios_knl_Queue_Module__gatePrms)0);
5046 
5047 /* Module__id__C */
5048 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__id__C, ".const:ti_sysbios_knl_Queue_Module__id__C");
5049 __FAR__ const CT__ti_sysbios_knl_Queue_Module__id ti_sysbios_knl_Queue_Module__id__C = (xdc_Bits16)0x801b;
5050 
5051 /* Module__loggerDefined__C */
5052 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__loggerDefined__C, ".const:ti_sysbios_knl_Queue_Module__loggerDefined__C");
5053 __FAR__ const CT__ti_sysbios_knl_Queue_Module__loggerDefined ti_sysbios_knl_Queue_Module__loggerDefined__C = 0;
5054 
5055 /* Module__loggerObj__C */
5056 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__loggerObj__C, ".const:ti_sysbios_knl_Queue_Module__loggerObj__C");
5057 __FAR__ const CT__ti_sysbios_knl_Queue_Module__loggerObj ti_sysbios_knl_Queue_Module__loggerObj__C = ((CT__ti_sysbios_knl_Queue_Module__loggerObj)0);
5058 
5059 /* Module__loggerFxn0__C */
5060 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__loggerFxn0__C, ".const:ti_sysbios_knl_Queue_Module__loggerFxn0__C");
5061 __FAR__ const CT__ti_sysbios_knl_Queue_Module__loggerFxn0 ti_sysbios_knl_Queue_Module__loggerFxn0__C = ((CT__ti_sysbios_knl_Queue_Module__loggerFxn0)0);
5062 
5063 /* Module__loggerFxn1__C */
5064 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__loggerFxn1__C, ".const:ti_sysbios_knl_Queue_Module__loggerFxn1__C");
5065 __FAR__ const CT__ti_sysbios_knl_Queue_Module__loggerFxn1 ti_sysbios_knl_Queue_Module__loggerFxn1__C = ((CT__ti_sysbios_knl_Queue_Module__loggerFxn1)0);
5066 
5067 /* Module__loggerFxn2__C */
5068 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__loggerFxn2__C, ".const:ti_sysbios_knl_Queue_Module__loggerFxn2__C");
5069 __FAR__ const CT__ti_sysbios_knl_Queue_Module__loggerFxn2 ti_sysbios_knl_Queue_Module__loggerFxn2__C = ((CT__ti_sysbios_knl_Queue_Module__loggerFxn2)0);
5070 
5071 /* Module__loggerFxn4__C */
5072 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__loggerFxn4__C, ".const:ti_sysbios_knl_Queue_Module__loggerFxn4__C");
5073 __FAR__ const CT__ti_sysbios_knl_Queue_Module__loggerFxn4 ti_sysbios_knl_Queue_Module__loggerFxn4__C = ((CT__ti_sysbios_knl_Queue_Module__loggerFxn4)0);
5074 
5075 /* Module__loggerFxn8__C */
5076 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__loggerFxn8__C, ".const:ti_sysbios_knl_Queue_Module__loggerFxn8__C");
5077 __FAR__ const CT__ti_sysbios_knl_Queue_Module__loggerFxn8 ti_sysbios_knl_Queue_Module__loggerFxn8__C = ((CT__ti_sysbios_knl_Queue_Module__loggerFxn8)0);
5078 
5079 /* Object__count__C */
5080 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Object__count__C, ".const:ti_sysbios_knl_Queue_Object__count__C");
5081 __FAR__ const CT__ti_sysbios_knl_Queue_Object__count ti_sysbios_knl_Queue_Object__count__C = 0;
5082 
5083 /* Object__heap__C */
5084 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Object__heap__C, ".const:ti_sysbios_knl_Queue_Object__heap__C");
5085 __FAR__ const CT__ti_sysbios_knl_Queue_Object__heap ti_sysbios_knl_Queue_Object__heap__C = 0;
5086 
5087 /* Object__sizeof__C */
5088 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Object__sizeof__C, ".const:ti_sysbios_knl_Queue_Object__sizeof__C");
5089 __FAR__ const CT__ti_sysbios_knl_Queue_Object__sizeof ti_sysbios_knl_Queue_Object__sizeof__C = sizeof(ti_sysbios_knl_Queue_Object__);
5090 
5091 /* Object__table__C */
5092 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Object__table__C, ".const:ti_sysbios_knl_Queue_Object__table__C");
5093 __FAR__ const CT__ti_sysbios_knl_Queue_Object__table ti_sysbios_knl_Queue_Object__table__C = 0;
5094 
5095 
5096 /*
5097  * ======== ti.sysbios.knl.Semaphore INITIALIZERS ========
5098  */
5099 
5100 /* Object__DESC__C */
5101 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_knl_Semaphore_Object__DESC__C;
5102 
5103 /* Object__PARAMS__C */
5104 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Object__PARAMS__C, ".const:ti_sysbios_knl_Semaphore_Object__PARAMS__C");
5105 __FAR__ const ti_sysbios_knl_Semaphore_Params ti_sysbios_knl_Semaphore_Object__PARAMS__C = {
5106  sizeof (ti_sysbios_knl_Semaphore_Params), /* __size */
5107  0, /* __self */
5108  0, /* __fxns */
5109  (xdc_runtime_IInstance_Params*)&ti_sysbios_knl_Semaphore_Object__PARAMS__C.__iprms, /* instance */
5110  0, /* event */
5111  (xdc_UInt)0x1, /* eventId */
5112  ti_sysbios_knl_Semaphore_Mode_COUNTING, /* mode */
5113  {
5114  sizeof (xdc_runtime_IInstance_Params), /* __size */
5115  0, /* name */
5116  }, /* instance */
5117 };
5118 
5119 /* Module__root__V */
5123 };
5124 
5125 /* Module__diagsEnabled__C */
5126 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__diagsEnabled__C, ".const:ti_sysbios_knl_Semaphore_Module__diagsEnabled__C");
5127 __FAR__ const CT__ti_sysbios_knl_Semaphore_Module__diagsEnabled ti_sysbios_knl_Semaphore_Module__diagsEnabled__C = (xdc_Bits32)0x90;
5128 
5129 /* Module__diagsIncluded__C */
5130 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__diagsIncluded__C, ".const:ti_sysbios_knl_Semaphore_Module__diagsIncluded__C");
5131 __FAR__ const CT__ti_sysbios_knl_Semaphore_Module__diagsIncluded ti_sysbios_knl_Semaphore_Module__diagsIncluded__C = (xdc_Bits32)0x90;
5132 
5133 /* Module__diagsMask__C */
5134 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__diagsMask__C, ".const:ti_sysbios_knl_Semaphore_Module__diagsMask__C");
5135 __FAR__ const CT__ti_sysbios_knl_Semaphore_Module__diagsMask ti_sysbios_knl_Semaphore_Module__diagsMask__C = ((CT__ti_sysbios_knl_Semaphore_Module__diagsMask)0);
5136 
5137 /* Module__gateObj__C */
5138 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__gateObj__C, ".const:ti_sysbios_knl_Semaphore_Module__gateObj__C");
5139 __FAR__ const CT__ti_sysbios_knl_Semaphore_Module__gateObj ti_sysbios_knl_Semaphore_Module__gateObj__C = ((CT__ti_sysbios_knl_Semaphore_Module__gateObj)0);
5140 
5141 /* Module__gatePrms__C */
5142 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__gatePrms__C, ".const:ti_sysbios_knl_Semaphore_Module__gatePrms__C");
5143 __FAR__ const CT__ti_sysbios_knl_Semaphore_Module__gatePrms ti_sysbios_knl_Semaphore_Module__gatePrms__C = ((CT__ti_sysbios_knl_Semaphore_Module__gatePrms)0);
5144 
5145 /* Module__id__C */
5146 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__id__C, ".const:ti_sysbios_knl_Semaphore_Module__id__C");
5147 __FAR__ const CT__ti_sysbios_knl_Semaphore_Module__id ti_sysbios_knl_Semaphore_Module__id__C = (xdc_Bits16)0x801c;
5148 
5149 /* Module__loggerDefined__C */
5150 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__loggerDefined__C, ".const:ti_sysbios_knl_Semaphore_Module__loggerDefined__C");
5151 __FAR__ const CT__ti_sysbios_knl_Semaphore_Module__loggerDefined ti_sysbios_knl_Semaphore_Module__loggerDefined__C = 0;
5152 
5153 /* Module__loggerObj__C */
5154 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__loggerObj__C, ".const:ti_sysbios_knl_Semaphore_Module__loggerObj__C");
5155 __FAR__ const CT__ti_sysbios_knl_Semaphore_Module__loggerObj ti_sysbios_knl_Semaphore_Module__loggerObj__C = ((CT__ti_sysbios_knl_Semaphore_Module__loggerObj)0);
5156 
5157 /* Module__loggerFxn0__C */
5158 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__loggerFxn0__C, ".const:ti_sysbios_knl_Semaphore_Module__loggerFxn0__C");
5159 __FAR__ const CT__ti_sysbios_knl_Semaphore_Module__loggerFxn0 ti_sysbios_knl_Semaphore_Module__loggerFxn0__C = ((CT__ti_sysbios_knl_Semaphore_Module__loggerFxn0)0);
5160 
5161 /* Module__loggerFxn1__C */
5162 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__loggerFxn1__C, ".const:ti_sysbios_knl_Semaphore_Module__loggerFxn1__C");
5163 __FAR__ const CT__ti_sysbios_knl_Semaphore_Module__loggerFxn1 ti_sysbios_knl_Semaphore_Module__loggerFxn1__C = ((CT__ti_sysbios_knl_Semaphore_Module__loggerFxn1)0);
5164 
5165 /* Module__loggerFxn2__C */
5166 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__loggerFxn2__C, ".const:ti_sysbios_knl_Semaphore_Module__loggerFxn2__C");
5167 __FAR__ const CT__ti_sysbios_knl_Semaphore_Module__loggerFxn2 ti_sysbios_knl_Semaphore_Module__loggerFxn2__C = ((CT__ti_sysbios_knl_Semaphore_Module__loggerFxn2)0);
5168 
5169 /* Module__loggerFxn4__C */
5170 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__loggerFxn4__C, ".const:ti_sysbios_knl_Semaphore_Module__loggerFxn4__C");
5171 __FAR__ const CT__ti_sysbios_knl_Semaphore_Module__loggerFxn4 ti_sysbios_knl_Semaphore_Module__loggerFxn4__C = ((CT__ti_sysbios_knl_Semaphore_Module__loggerFxn4)0);
5172 
5173 /* Module__loggerFxn8__C */
5174 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__loggerFxn8__C, ".const:ti_sysbios_knl_Semaphore_Module__loggerFxn8__C");
5175 __FAR__ const CT__ti_sysbios_knl_Semaphore_Module__loggerFxn8 ti_sysbios_knl_Semaphore_Module__loggerFxn8__C = ((CT__ti_sysbios_knl_Semaphore_Module__loggerFxn8)0);
5176 
5177 /* Object__count__C */
5178 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Object__count__C, ".const:ti_sysbios_knl_Semaphore_Object__count__C");
5179 __FAR__ const CT__ti_sysbios_knl_Semaphore_Object__count ti_sysbios_knl_Semaphore_Object__count__C = 0;
5180 
5181 /* Object__heap__C */
5182 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Object__heap__C, ".const:ti_sysbios_knl_Semaphore_Object__heap__C");
5183 __FAR__ const CT__ti_sysbios_knl_Semaphore_Object__heap ti_sysbios_knl_Semaphore_Object__heap__C = 0;
5184 
5185 /* Object__sizeof__C */
5186 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Object__sizeof__C, ".const:ti_sysbios_knl_Semaphore_Object__sizeof__C");
5187 __FAR__ const CT__ti_sysbios_knl_Semaphore_Object__sizeof ti_sysbios_knl_Semaphore_Object__sizeof__C = sizeof(ti_sysbios_knl_Semaphore_Object__);
5188 
5189 /* Object__table__C */
5190 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Object__table__C, ".const:ti_sysbios_knl_Semaphore_Object__table__C");
5191 __FAR__ const CT__ti_sysbios_knl_Semaphore_Object__table ti_sysbios_knl_Semaphore_Object__table__C = 0;
5192 
5193 /* LM_post__C */
5194 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_LM_post__C, ".const:ti_sysbios_knl_Semaphore_LM_post__C");
5195 __FAR__ const CT__ti_sysbios_knl_Semaphore_LM_post ti_sysbios_knl_Semaphore_LM_post__C = (((xdc_runtime_Log_Event)5691) << 16 | 768);
5196 
5197 /* LM_pend__C */
5198 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_LM_pend__C, ".const:ti_sysbios_knl_Semaphore_LM_pend__C");
5199 __FAR__ const CT__ti_sysbios_knl_Semaphore_LM_pend ti_sysbios_knl_Semaphore_LM_pend__C = (((xdc_runtime_Log_Event)5721) << 16 | 768);
5200 
5201 /* A_noEvents__C */
5202 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_A_noEvents__C, ".const:ti_sysbios_knl_Semaphore_A_noEvents__C");
5203 __FAR__ const CT__ti_sysbios_knl_Semaphore_A_noEvents ti_sysbios_knl_Semaphore_A_noEvents__C = (((xdc_runtime_Assert_Id)1106) << 16 | 16);
5204 
5205 /* A_invTimeout__C */
5206 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_A_invTimeout__C, ".const:ti_sysbios_knl_Semaphore_A_invTimeout__C");
5207 __FAR__ const CT__ti_sysbios_knl_Semaphore_A_invTimeout ti_sysbios_knl_Semaphore_A_invTimeout__C = (((xdc_runtime_Assert_Id)1161) << 16 | 16);
5208 
5209 /* A_badContext__C */
5210 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_A_badContext__C, ".const:ti_sysbios_knl_Semaphore_A_badContext__C");
5211 __FAR__ const CT__ti_sysbios_knl_Semaphore_A_badContext ti_sysbios_knl_Semaphore_A_badContext__C = (((xdc_runtime_Assert_Id)895) << 16 | 16);
5212 
5213 /* A_overflow__C */
5214 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_A_overflow__C, ".const:ti_sysbios_knl_Semaphore_A_overflow__C");
5215 __FAR__ const CT__ti_sysbios_knl_Semaphore_A_overflow ti_sysbios_knl_Semaphore_A_overflow__C = (((xdc_runtime_Assert_Id)1226) << 16 | 16);
5216 
5217 /* A_pendTaskDisabled__C */
5218 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_A_pendTaskDisabled__C, ".const:ti_sysbios_knl_Semaphore_A_pendTaskDisabled__C");
5219 __FAR__ const CT__ti_sysbios_knl_Semaphore_A_pendTaskDisabled ti_sysbios_knl_Semaphore_A_pendTaskDisabled__C = (((xdc_runtime_Assert_Id)1280) << 16 | 16);
5220 
5221 /* E_objectNotInKernelSpace__C */
5222 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_E_objectNotInKernelSpace__C, ".const:ti_sysbios_knl_Semaphore_E_objectNotInKernelSpace__C");
5223 __FAR__ const CT__ti_sysbios_knl_Semaphore_E_objectNotInKernelSpace ti_sysbios_knl_Semaphore_E_objectNotInKernelSpace__C = (((xdc_runtime_Error_Id)4068) << 16 | 0);
5224 
5225 /* supportsEvents__C */
5226 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_supportsEvents__C, ".const:ti_sysbios_knl_Semaphore_supportsEvents__C");
5227 __FAR__ const CT__ti_sysbios_knl_Semaphore_supportsEvents ti_sysbios_knl_Semaphore_supportsEvents__C = 0;
5228 
5229 /* supportsPriority__C */
5230 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_supportsPriority__C, ".const:ti_sysbios_knl_Semaphore_supportsPriority__C");
5231 __FAR__ const CT__ti_sysbios_knl_Semaphore_supportsPriority ti_sysbios_knl_Semaphore_supportsPriority__C = 1;
5232 
5233 /* eventPost__C */
5234 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_eventPost__C, ".const:ti_sysbios_knl_Semaphore_eventPost__C");
5235 __FAR__ const CT__ti_sysbios_knl_Semaphore_eventPost ti_sysbios_knl_Semaphore_eventPost__C = ((CT__ti_sysbios_knl_Semaphore_eventPost)0);
5236 
5237 /* eventSync__C */
5238 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_eventSync__C, ".const:ti_sysbios_knl_Semaphore_eventSync__C");
5239 __FAR__ const CT__ti_sysbios_knl_Semaphore_eventSync ti_sysbios_knl_Semaphore_eventSync__C = ((CT__ti_sysbios_knl_Semaphore_eventSync)0);
5240 
5241 
5242 /*
5243  * ======== ti.sysbios.knl.Swi INITIALIZERS ========
5244  */
5245 
5246 /* Object__DESC__C */
5247 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_knl_Swi_Object__DESC__C;
5248 
5249 /* Object__PARAMS__C */
5250 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Object__PARAMS__C, ".const:ti_sysbios_knl_Swi_Object__PARAMS__C");
5251 __FAR__ const ti_sysbios_knl_Swi_Params ti_sysbios_knl_Swi_Object__PARAMS__C = {
5252  sizeof (ti_sysbios_knl_Swi_Params), /* __size */
5253  0, /* __self */
5254  0, /* __fxns */
5255  (xdc_runtime_IInstance_Params*)&ti_sysbios_knl_Swi_Object__PARAMS__C.__iprms, /* instance */
5256  ((xdc_UArg)(0x0)), /* arg0 */
5257  ((xdc_UArg)(0x0)), /* arg1 */
5258  (xdc_UInt)(-0x0 - 1), /* priority */
5259  (xdc_UInt)0x0, /* trigger */
5260  {
5261  sizeof (xdc_runtime_IInstance_Params), /* __size */
5262  0, /* name */
5263  }, /* instance */
5264 };
5265 
5266 /* Module__root__V */
5268  {&ti_sysbios_knl_Swi_Module__root__V.link, /* link.next */
5269  &ti_sysbios_knl_Swi_Module__root__V.link}, /* link.prev */
5270 };
5271 
5272 /* Object__table__V */
5274  {/* instance#0 */
5275  {
5276  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Object__table__V[0].qElem)), /* next */
5277  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Object__table__V[0].qElem)), /* prev */
5278  }, /* qElem */
5279  ((xdc_Void(*)(xdc_UArg,xdc_UArg))((xdc_Fxn)ti_sysbios_knl_Clock_workFunc__E)), /* fxn */
5280  ((xdc_UArg)(0x0)), /* arg0 */
5281  ((xdc_UArg)(0x0)), /* arg1 */
5282  (xdc_UInt)0xf, /* priority */
5283  (xdc_UInt)0x8000, /* mask */
5284  0, /* posted */
5285  (xdc_UInt)0x0, /* initTrigger */
5286  (xdc_UInt)0x0, /* trigger */
5287  (ti_sysbios_knl_Queue_Handle)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[15], /* readyQ */
5288  ((void*)0), /* hookEnv */
5289  },
5290 };
5291 
5292 /* --> ti_sysbios_knl_Swi_Module_State_0_readyQ__A */
5293 __T1_ti_sysbios_knl_Swi_Module_State__readyQ ti_sysbios_knl_Swi_Module_State_0_readyQ__A[16] = {
5294  {
5295  {
5296  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[0].elem)), /* next */
5297  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[0].elem)), /* prev */
5298  }, /* elem */
5299  }, /* [0] */
5300  {
5301  {
5302  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[1].elem)), /* next */
5303  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[1].elem)), /* prev */
5304  }, /* elem */
5305  }, /* [1] */
5306  {
5307  {
5308  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[2].elem)), /* next */
5309  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[2].elem)), /* prev */
5310  }, /* elem */
5311  }, /* [2] */
5312  {
5313  {
5314  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[3].elem)), /* next */
5315  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[3].elem)), /* prev */
5316  }, /* elem */
5317  }, /* [3] */
5318  {
5319  {
5320  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[4].elem)), /* next */
5321  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[4].elem)), /* prev */
5322  }, /* elem */
5323  }, /* [4] */
5324  {
5325  {
5326  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[5].elem)), /* next */
5327  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[5].elem)), /* prev */
5328  }, /* elem */
5329  }, /* [5] */
5330  {
5331  {
5332  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[6].elem)), /* next */
5333  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[6].elem)), /* prev */
5334  }, /* elem */
5335  }, /* [6] */
5336  {
5337  {
5338  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[7].elem)), /* next */
5339  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[7].elem)), /* prev */
5340  }, /* elem */
5341  }, /* [7] */
5342  {
5343  {
5344  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[8].elem)), /* next */
5345  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[8].elem)), /* prev */
5346  }, /* elem */
5347  }, /* [8] */
5348  {
5349  {
5350  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[9].elem)), /* next */
5351  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[9].elem)), /* prev */
5352  }, /* elem */
5353  }, /* [9] */
5354  {
5355  {
5356  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[10].elem)), /* next */
5357  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[10].elem)), /* prev */
5358  }, /* elem */
5359  }, /* [10] */
5360  {
5361  {
5362  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[11].elem)), /* next */
5363  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[11].elem)), /* prev */
5364  }, /* elem */
5365  }, /* [11] */
5366  {
5367  {
5368  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[12].elem)), /* next */
5369  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[12].elem)), /* prev */
5370  }, /* elem */
5371  }, /* [12] */
5372  {
5373  {
5374  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[13].elem)), /* next */
5375  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[13].elem)), /* prev */
5376  }, /* elem */
5377  }, /* [13] */
5378  {
5379  {
5380  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[14].elem)), /* next */
5381  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[14].elem)), /* prev */
5382  }, /* elem */
5383  }, /* [14] */
5384  {
5385  {
5386  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[15].elem)), /* next */
5387  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Swi_Module_State_0_readyQ__A[15].elem)), /* prev */
5388  }, /* elem */
5389  }, /* [15] */
5390 };
5391 
5392 /* Module__state__V */
5393 #if defined (__ICCARM__)
5394 #pragma location = ".data_ti_sysbios_knl_Swi_Module__state__V"
5395 #endif
5396 #if defined(__llvm__) && defined(__ti__)
5397 ti_sysbios_knl_Swi_Module_State__ ti_sysbios_knl_Swi_Module__state__V __attribute__ ((section(".data:ti_sysbios_knl_Swi_Module__state__V")));
5398 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
5399 #ifndef __TI_COMPILER_VERSION__
5400 ti_sysbios_knl_Swi_Module_State__ ti_sysbios_knl_Swi_Module__state__V __attribute__ ((section(".data_ti_sysbios_knl_Swi_Module__state__V")));
5401 #endif
5402 #endif
5404  1, /* locked */
5405  (xdc_UInt)0x0, /* curSet */
5406  (xdc_UInt)0x0, /* curTrigger */
5407  0, /* curSwi */
5408  0, /* curQ */
5409  ((void*)ti_sysbios_knl_Swi_Module_State_0_readyQ__A), /* readyQ */
5410  ((void*)0), /* constructedSwis */
5411 };
5412 
5413 /* Module__diagsEnabled__C */
5414 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Module__diagsEnabled__C, ".const:ti_sysbios_knl_Swi_Module__diagsEnabled__C");
5415 __FAR__ const CT__ti_sysbios_knl_Swi_Module__diagsEnabled ti_sysbios_knl_Swi_Module__diagsEnabled__C = (xdc_Bits32)0x90;
5416 
5417 /* Module__diagsIncluded__C */
5418 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Module__diagsIncluded__C, ".const:ti_sysbios_knl_Swi_Module__diagsIncluded__C");
5419 __FAR__ const CT__ti_sysbios_knl_Swi_Module__diagsIncluded ti_sysbios_knl_Swi_Module__diagsIncluded__C = (xdc_Bits32)0x90;
5420 
5421 /* Module__diagsMask__C */
5422 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Module__diagsMask__C, ".const:ti_sysbios_knl_Swi_Module__diagsMask__C");
5423 __FAR__ const CT__ti_sysbios_knl_Swi_Module__diagsMask ti_sysbios_knl_Swi_Module__diagsMask__C = ((CT__ti_sysbios_knl_Swi_Module__diagsMask)0);
5424 
5425 /* Module__gateObj__C */
5426 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Module__gateObj__C, ".const:ti_sysbios_knl_Swi_Module__gateObj__C");
5427 __FAR__ const CT__ti_sysbios_knl_Swi_Module__gateObj ti_sysbios_knl_Swi_Module__gateObj__C = ((CT__ti_sysbios_knl_Swi_Module__gateObj)0);
5428 
5429 /* Module__gatePrms__C */
5430 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Module__gatePrms__C, ".const:ti_sysbios_knl_Swi_Module__gatePrms__C");
5431 __FAR__ const CT__ti_sysbios_knl_Swi_Module__gatePrms ti_sysbios_knl_Swi_Module__gatePrms__C = ((CT__ti_sysbios_knl_Swi_Module__gatePrms)0);
5432 
5433 /* Module__id__C */
5434 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Module__id__C, ".const:ti_sysbios_knl_Swi_Module__id__C");
5435 __FAR__ const CT__ti_sysbios_knl_Swi_Module__id ti_sysbios_knl_Swi_Module__id__C = (xdc_Bits16)0x801d;
5436 
5437 /* Module__loggerDefined__C */
5438 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Module__loggerDefined__C, ".const:ti_sysbios_knl_Swi_Module__loggerDefined__C");
5439 __FAR__ const CT__ti_sysbios_knl_Swi_Module__loggerDefined ti_sysbios_knl_Swi_Module__loggerDefined__C = 0;
5440 
5441 /* Module__loggerObj__C */
5442 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Module__loggerObj__C, ".const:ti_sysbios_knl_Swi_Module__loggerObj__C");
5443 __FAR__ const CT__ti_sysbios_knl_Swi_Module__loggerObj ti_sysbios_knl_Swi_Module__loggerObj__C = ((CT__ti_sysbios_knl_Swi_Module__loggerObj)0);
5444 
5445 /* Module__loggerFxn0__C */
5446 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Module__loggerFxn0__C, ".const:ti_sysbios_knl_Swi_Module__loggerFxn0__C");
5447 __FAR__ const CT__ti_sysbios_knl_Swi_Module__loggerFxn0 ti_sysbios_knl_Swi_Module__loggerFxn0__C = ((CT__ti_sysbios_knl_Swi_Module__loggerFxn0)0);
5448 
5449 /* Module__loggerFxn1__C */
5450 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Module__loggerFxn1__C, ".const:ti_sysbios_knl_Swi_Module__loggerFxn1__C");
5451 __FAR__ const CT__ti_sysbios_knl_Swi_Module__loggerFxn1 ti_sysbios_knl_Swi_Module__loggerFxn1__C = ((CT__ti_sysbios_knl_Swi_Module__loggerFxn1)0);
5452 
5453 /* Module__loggerFxn2__C */
5454 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Module__loggerFxn2__C, ".const:ti_sysbios_knl_Swi_Module__loggerFxn2__C");
5455 __FAR__ const CT__ti_sysbios_knl_Swi_Module__loggerFxn2 ti_sysbios_knl_Swi_Module__loggerFxn2__C = ((CT__ti_sysbios_knl_Swi_Module__loggerFxn2)0);
5456 
5457 /* Module__loggerFxn4__C */
5458 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Module__loggerFxn4__C, ".const:ti_sysbios_knl_Swi_Module__loggerFxn4__C");
5459 __FAR__ const CT__ti_sysbios_knl_Swi_Module__loggerFxn4 ti_sysbios_knl_Swi_Module__loggerFxn4__C = ((CT__ti_sysbios_knl_Swi_Module__loggerFxn4)0);
5460 
5461 /* Module__loggerFxn8__C */
5462 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Module__loggerFxn8__C, ".const:ti_sysbios_knl_Swi_Module__loggerFxn8__C");
5463 __FAR__ const CT__ti_sysbios_knl_Swi_Module__loggerFxn8 ti_sysbios_knl_Swi_Module__loggerFxn8__C = ((CT__ti_sysbios_knl_Swi_Module__loggerFxn8)0);
5464 
5465 /* Object__count__C */
5466 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Object__count__C, ".const:ti_sysbios_knl_Swi_Object__count__C");
5467 __FAR__ const CT__ti_sysbios_knl_Swi_Object__count ti_sysbios_knl_Swi_Object__count__C = 1;
5468 
5469 /* Object__heap__C */
5470 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Object__heap__C, ".const:ti_sysbios_knl_Swi_Object__heap__C");
5471 __FAR__ const CT__ti_sysbios_knl_Swi_Object__heap ti_sysbios_knl_Swi_Object__heap__C = 0;
5472 
5473 /* Object__sizeof__C */
5474 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Object__sizeof__C, ".const:ti_sysbios_knl_Swi_Object__sizeof__C");
5475 __FAR__ const CT__ti_sysbios_knl_Swi_Object__sizeof ti_sysbios_knl_Swi_Object__sizeof__C = sizeof(ti_sysbios_knl_Swi_Object__);
5476 
5477 /* Object__table__C */
5478 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Object__table__C, ".const:ti_sysbios_knl_Swi_Object__table__C");
5479 __FAR__ const CT__ti_sysbios_knl_Swi_Object__table ti_sysbios_knl_Swi_Object__table__C = ti_sysbios_knl_Swi_Object__table__V;
5480 
5481 /* LM_begin__C */
5482 #pragma DATA_SECTION(ti_sysbios_knl_Swi_LM_begin__C, ".const:ti_sysbios_knl_Swi_LM_begin__C");
5483 __FAR__ const CT__ti_sysbios_knl_Swi_LM_begin ti_sysbios_knl_Swi_LM_begin__C = (((xdc_runtime_Log_Event)5764) << 16 | 768);
5484 
5485 /* LD_end__C */
5486 #pragma DATA_SECTION(ti_sysbios_knl_Swi_LD_end__C, ".const:ti_sysbios_knl_Swi_LD_end__C");
5487 __FAR__ const CT__ti_sysbios_knl_Swi_LD_end ti_sysbios_knl_Swi_LD_end__C = (((xdc_runtime_Log_Event)5811) << 16 | 512);
5488 
5489 /* LM_post__C */
5490 #pragma DATA_SECTION(ti_sysbios_knl_Swi_LM_post__C, ".const:ti_sysbios_knl_Swi_LM_post__C");
5491 __FAR__ const CT__ti_sysbios_knl_Swi_LM_post ti_sysbios_knl_Swi_LM_post__C = (((xdc_runtime_Log_Event)5829) << 16 | 768);
5492 
5493 /* A_swiDisabled__C */
5494 #pragma DATA_SECTION(ti_sysbios_knl_Swi_A_swiDisabled__C, ".const:ti_sysbios_knl_Swi_A_swiDisabled__C");
5495 __FAR__ const CT__ti_sysbios_knl_Swi_A_swiDisabled ti_sysbios_knl_Swi_A_swiDisabled__C = (((xdc_runtime_Assert_Id)1374) << 16 | 16);
5496 
5497 /* A_badPriority__C */
5498 #pragma DATA_SECTION(ti_sysbios_knl_Swi_A_badPriority__C, ".const:ti_sysbios_knl_Swi_A_badPriority__C");
5499 __FAR__ const CT__ti_sysbios_knl_Swi_A_badPriority ti_sysbios_knl_Swi_A_badPriority__C = (((xdc_runtime_Assert_Id)1431) << 16 | 16);
5500 
5501 /* numPriorities__C */
5502 #pragma DATA_SECTION(ti_sysbios_knl_Swi_numPriorities__C, ".const:ti_sysbios_knl_Swi_numPriorities__C");
5503 __FAR__ const CT__ti_sysbios_knl_Swi_numPriorities ti_sysbios_knl_Swi_numPriorities__C = (xdc_UInt)0x10;
5504 
5505 /* hooks__C */
5506 #pragma DATA_SECTION(ti_sysbios_knl_Swi_hooks__C, ".const:ti_sysbios_knl_Swi_hooks__C");
5507 __FAR__ const CT__ti_sysbios_knl_Swi_hooks ti_sysbios_knl_Swi_hooks__C = {0, 0};
5508 
5509 /* taskDisable__C */
5510 #pragma DATA_SECTION(ti_sysbios_knl_Swi_taskDisable__C, ".const:ti_sysbios_knl_Swi_taskDisable__C");
5511 __FAR__ const CT__ti_sysbios_knl_Swi_taskDisable ti_sysbios_knl_Swi_taskDisable__C = ((CT__ti_sysbios_knl_Swi_taskDisable)((xdc_Fxn)ti_sysbios_knl_Task_disable__E));
5512 
5513 /* taskRestore__C */
5514 #pragma DATA_SECTION(ti_sysbios_knl_Swi_taskRestore__C, ".const:ti_sysbios_knl_Swi_taskRestore__C");
5515 __FAR__ const CT__ti_sysbios_knl_Swi_taskRestore ti_sysbios_knl_Swi_taskRestore__C = ((CT__ti_sysbios_knl_Swi_taskRestore)((xdc_Fxn)ti_sysbios_knl_Task_restore__E));
5516 
5517 /* numConstructedSwis__C */
5518 #pragma DATA_SECTION(ti_sysbios_knl_Swi_numConstructedSwis__C, ".const:ti_sysbios_knl_Swi_numConstructedSwis__C");
5519 __FAR__ const CT__ti_sysbios_knl_Swi_numConstructedSwis ti_sysbios_knl_Swi_numConstructedSwis__C = (xdc_UInt)0x0;
5520 
5521 
5522 /*
5523  * ======== ti.sysbios.knl.Task INITIALIZERS ========
5524  */
5525 
5526 /* Object__DESC__C */
5527 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_knl_Task_Object__DESC__C;
5528 
5529 /* Object__PARAMS__C */
5530 #pragma DATA_SECTION(ti_sysbios_knl_Task_Object__PARAMS__C, ".const:ti_sysbios_knl_Task_Object__PARAMS__C");
5531 __FAR__ const ti_sysbios_knl_Task_Params ti_sysbios_knl_Task_Object__PARAMS__C = {
5532  sizeof (ti_sysbios_knl_Task_Params), /* __size */
5533  0, /* __self */
5534  0, /* __fxns */
5535  (xdc_runtime_IInstance_Params*)&ti_sysbios_knl_Task_Object__PARAMS__C.__iprms, /* instance */
5536  ((xdc_UArg)(0x0)), /* arg0 */
5537  ((xdc_UArg)(0x0)), /* arg1 */
5538  (xdc_Int)0x1, /* priority */
5539  ((xdc_Ptr)0), /* stack */
5540  (xdc_SizeT)0x0, /* stackSize */
5541  0, /* stackHeap */
5542  ((xdc_Ptr)0), /* env */
5543  1, /* vitalTaskFlag */
5544  (xdc_UInt)0x0, /* affinity */
5545  1, /* privileged */
5546  ((xdc_Ptr)0), /* domain */
5547  {
5548  sizeof (xdc_runtime_IInstance_Params), /* __size */
5549  0, /* name */
5550  }, /* instance */
5551 };
5552 
5553 /* --> ti_sysbios_knl_Task_Instance_State_0_stack__A */
5554 __T1_ti_sysbios_knl_Task_Instance_State__stack ti_sysbios_knl_Task_Instance_State_0_stack__A[2048];
5555 
5556 /* Module__root__V */
5558  {&ti_sysbios_knl_Task_Module__root__V.link, /* link.next */
5559  &ti_sysbios_knl_Task_Module__root__V.link}, /* link.prev */
5560 };
5561 
5562 /* Object__table__V */
5564  {/* instance#0 */
5565  {
5566  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Object__table__V[0].qElem)), /* next */
5567  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Object__table__V[0].qElem)), /* prev */
5568  }, /* qElem */
5569  (xdc_Int)0x0, /* priority */
5570  (xdc_UInt)0x1, /* mask */
5571  ((xdc_Ptr)0), /* context */
5572  ti_sysbios_knl_Task_Mode_INACTIVE, /* mode */
5573  ((ti_sysbios_knl_Task_PendElem*)0), /* pendElem */
5574  (xdc_SizeT)0x800, /* stackSize */
5575  ((void*)ti_sysbios_knl_Task_Instance_State_0_stack__A), /* stack */
5576  0, /* stackHeap */
5577  ((xdc_Void(*)(xdc_UArg,xdc_UArg))((xdc_Fxn)ti_sysbios_knl_Idle_loop__E)), /* fxn */
5578  ((xdc_UArg)(0x0)), /* arg0 */
5579  ((xdc_UArg)(0x0)), /* arg1 */
5580  ((xdc_Ptr)0), /* env */
5581  ((void*)0), /* hookEnv */
5582  1, /* vitalTaskFlag */
5583  0, /* readyQ */
5584  (xdc_UInt)0x0, /* curCoreId */
5585  (xdc_UInt)0x0, /* affinity */
5586  1, /* privileged */
5587  ((xdc_Ptr)0), /* domain */
5588  (xdc_UInt32)0x0, /* checkValue */
5589  ((xdc_Ptr)0), /* tls */
5590  },
5591 };
5592 
5593 /* --> ti_sysbios_knl_Task_Module_State_0_readyQ__A */
5594 __T1_ti_sysbios_knl_Task_Module_State__readyQ ti_sysbios_knl_Task_Module_State_0_readyQ__A[16] = {
5595  {
5596  {
5597  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[0].elem)), /* next */
5598  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[0].elem)), /* prev */
5599  }, /* elem */
5600  }, /* [0] */
5601  {
5602  {
5603  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[1].elem)), /* next */
5604  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[1].elem)), /* prev */
5605  }, /* elem */
5606  }, /* [1] */
5607  {
5608  {
5609  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[2].elem)), /* next */
5610  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[2].elem)), /* prev */
5611  }, /* elem */
5612  }, /* [2] */
5613  {
5614  {
5615  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[3].elem)), /* next */
5616  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[3].elem)), /* prev */
5617  }, /* elem */
5618  }, /* [3] */
5619  {
5620  {
5621  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[4].elem)), /* next */
5622  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[4].elem)), /* prev */
5623  }, /* elem */
5624  }, /* [4] */
5625  {
5626  {
5627  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[5].elem)), /* next */
5628  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[5].elem)), /* prev */
5629  }, /* elem */
5630  }, /* [5] */
5631  {
5632  {
5633  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[6].elem)), /* next */
5634  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[6].elem)), /* prev */
5635  }, /* elem */
5636  }, /* [6] */
5637  {
5638  {
5639  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[7].elem)), /* next */
5640  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[7].elem)), /* prev */
5641  }, /* elem */
5642  }, /* [7] */
5643  {
5644  {
5645  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[8].elem)), /* next */
5646  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[8].elem)), /* prev */
5647  }, /* elem */
5648  }, /* [8] */
5649  {
5650  {
5651  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[9].elem)), /* next */
5652  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[9].elem)), /* prev */
5653  }, /* elem */
5654  }, /* [9] */
5655  {
5656  {
5657  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[10].elem)), /* next */
5658  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[10].elem)), /* prev */
5659  }, /* elem */
5660  }, /* [10] */
5661  {
5662  {
5663  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[11].elem)), /* next */
5664  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[11].elem)), /* prev */
5665  }, /* elem */
5666  }, /* [11] */
5667  {
5668  {
5669  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[12].elem)), /* next */
5670  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[12].elem)), /* prev */
5671  }, /* elem */
5672  }, /* [12] */
5673  {
5674  {
5675  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[13].elem)), /* next */
5676  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[13].elem)), /* prev */
5677  }, /* elem */
5678  }, /* [13] */
5679  {
5680  {
5681  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[14].elem)), /* next */
5682  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[14].elem)), /* prev */
5683  }, /* elem */
5684  }, /* [14] */
5685  {
5686  {
5687  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[15].elem)), /* next */
5688  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module_State_0_readyQ__A[15].elem)), /* prev */
5689  }, /* elem */
5690  }, /* [15] */
5691 };
5692 
5693 /* --> ti_sysbios_knl_Task_Module_State_0_idleTask__A */
5694 __T1_ti_sysbios_knl_Task_Module_State__idleTask ti_sysbios_knl_Task_Module_State_0_idleTask__A[1] = {
5695  (ti_sysbios_knl_Task_Handle)&ti_sysbios_knl_Task_Object__table__V[0], /* [0] */
5696 };
5697 
5698 /* Module__state__V */
5699 #if defined (__ICCARM__)
5700 #pragma location = ".data_ti_sysbios_knl_Task_Module__state__V"
5701 #endif
5702 #if defined(__llvm__) && defined(__ti__)
5703 ti_sysbios_knl_Task_Module_State__ ti_sysbios_knl_Task_Module__state__V __attribute__ ((section(".data:ti_sysbios_knl_Task_Module__state__V")));
5704 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
5705 #ifndef __TI_COMPILER_VERSION__
5706 ti_sysbios_knl_Task_Module_State__ ti_sysbios_knl_Task_Module__state__V __attribute__ ((section(".data_ti_sysbios_knl_Task_Module__state__V")));
5707 #endif
5708 #endif
5710  1, /* locked */
5711  (xdc_UInt)0x0, /* curSet */
5712  0, /* workFlag */
5713  (xdc_UInt)0x1, /* vitalTasks */
5714  0, /* curTask */
5715  0, /* curQ */
5716  ((void*)ti_sysbios_knl_Task_Module_State_0_readyQ__A), /* readyQ */
5717  ((void*)0), /* smpCurSet */
5718  ((void*)0), /* smpCurMask */
5719  ((void*)0), /* smpCurTask */
5720  ((void*)0), /* smpReadyQ */
5721  ((void*)ti_sysbios_knl_Task_Module_State_0_idleTask__A), /* idleTask */
5722  ((void*)0), /* constructedTasks */
5723  1, /* curTaskPrivileged */
5724  {
5725  {
5726  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module__state__V.Object_field_inactiveQ.elem)), /* next */
5727  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module__state__V.Object_field_inactiveQ.elem)), /* prev */
5728  }, /* elem */
5729  }, /* Object_field_inactiveQ */
5730  {
5731  {
5732  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module__state__V.Object_field_terminatedQ.elem)), /* next */
5733  ((ti_sysbios_knl_Queue_Elem*)((void*)&ti_sysbios_knl_Task_Module__state__V.Object_field_terminatedQ.elem)), /* prev */
5734  }, /* elem */
5735  }, /* Object_field_terminatedQ */
5736 };
5737 
5738 /* Module__diagsEnabled__C */
5739 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__diagsEnabled__C, ".const:ti_sysbios_knl_Task_Module__diagsEnabled__C");
5740 __FAR__ const CT__ti_sysbios_knl_Task_Module__diagsEnabled ti_sysbios_knl_Task_Module__diagsEnabled__C = (xdc_Bits32)0x90;
5741 
5742 /* Module__diagsIncluded__C */
5743 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__diagsIncluded__C, ".const:ti_sysbios_knl_Task_Module__diagsIncluded__C");
5744 __FAR__ const CT__ti_sysbios_knl_Task_Module__diagsIncluded ti_sysbios_knl_Task_Module__diagsIncluded__C = (xdc_Bits32)0x90;
5745 
5746 /* Module__diagsMask__C */
5747 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__diagsMask__C, ".const:ti_sysbios_knl_Task_Module__diagsMask__C");
5748 __FAR__ const CT__ti_sysbios_knl_Task_Module__diagsMask ti_sysbios_knl_Task_Module__diagsMask__C = ((CT__ti_sysbios_knl_Task_Module__diagsMask)0);
5749 
5750 /* Module__gateObj__C */
5751 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__gateObj__C, ".const:ti_sysbios_knl_Task_Module__gateObj__C");
5752 __FAR__ const CT__ti_sysbios_knl_Task_Module__gateObj ti_sysbios_knl_Task_Module__gateObj__C = ((CT__ti_sysbios_knl_Task_Module__gateObj)0);
5753 
5754 /* Module__gatePrms__C */
5755 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__gatePrms__C, ".const:ti_sysbios_knl_Task_Module__gatePrms__C");
5756 __FAR__ const CT__ti_sysbios_knl_Task_Module__gatePrms ti_sysbios_knl_Task_Module__gatePrms__C = ((CT__ti_sysbios_knl_Task_Module__gatePrms)0);
5757 
5758 /* Module__id__C */
5759 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__id__C, ".const:ti_sysbios_knl_Task_Module__id__C");
5760 __FAR__ const CT__ti_sysbios_knl_Task_Module__id ti_sysbios_knl_Task_Module__id__C = (xdc_Bits16)0x801e;
5761 
5762 /* Module__loggerDefined__C */
5763 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__loggerDefined__C, ".const:ti_sysbios_knl_Task_Module__loggerDefined__C");
5764 __FAR__ const CT__ti_sysbios_knl_Task_Module__loggerDefined ti_sysbios_knl_Task_Module__loggerDefined__C = 0;
5765 
5766 /* Module__loggerObj__C */
5767 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__loggerObj__C, ".const:ti_sysbios_knl_Task_Module__loggerObj__C");
5768 __FAR__ const CT__ti_sysbios_knl_Task_Module__loggerObj ti_sysbios_knl_Task_Module__loggerObj__C = ((CT__ti_sysbios_knl_Task_Module__loggerObj)0);
5769 
5770 /* Module__loggerFxn0__C */
5771 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__loggerFxn0__C, ".const:ti_sysbios_knl_Task_Module__loggerFxn0__C");
5772 __FAR__ const CT__ti_sysbios_knl_Task_Module__loggerFxn0 ti_sysbios_knl_Task_Module__loggerFxn0__C = ((CT__ti_sysbios_knl_Task_Module__loggerFxn0)0);
5773 
5774 /* Module__loggerFxn1__C */
5775 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__loggerFxn1__C, ".const:ti_sysbios_knl_Task_Module__loggerFxn1__C");
5776 __FAR__ const CT__ti_sysbios_knl_Task_Module__loggerFxn1 ti_sysbios_knl_Task_Module__loggerFxn1__C = ((CT__ti_sysbios_knl_Task_Module__loggerFxn1)0);
5777 
5778 /* Module__loggerFxn2__C */
5779 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__loggerFxn2__C, ".const:ti_sysbios_knl_Task_Module__loggerFxn2__C");
5780 __FAR__ const CT__ti_sysbios_knl_Task_Module__loggerFxn2 ti_sysbios_knl_Task_Module__loggerFxn2__C = ((CT__ti_sysbios_knl_Task_Module__loggerFxn2)0);
5781 
5782 /* Module__loggerFxn4__C */
5783 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__loggerFxn4__C, ".const:ti_sysbios_knl_Task_Module__loggerFxn4__C");
5784 __FAR__ const CT__ti_sysbios_knl_Task_Module__loggerFxn4 ti_sysbios_knl_Task_Module__loggerFxn4__C = ((CT__ti_sysbios_knl_Task_Module__loggerFxn4)0);
5785 
5786 /* Module__loggerFxn8__C */
5787 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__loggerFxn8__C, ".const:ti_sysbios_knl_Task_Module__loggerFxn8__C");
5788 __FAR__ const CT__ti_sysbios_knl_Task_Module__loggerFxn8 ti_sysbios_knl_Task_Module__loggerFxn8__C = ((CT__ti_sysbios_knl_Task_Module__loggerFxn8)0);
5789 
5790 /* Object__count__C */
5791 #pragma DATA_SECTION(ti_sysbios_knl_Task_Object__count__C, ".const:ti_sysbios_knl_Task_Object__count__C");
5792 __FAR__ const CT__ti_sysbios_knl_Task_Object__count ti_sysbios_knl_Task_Object__count__C = 1;
5793 
5794 /* Object__heap__C */
5795 #pragma DATA_SECTION(ti_sysbios_knl_Task_Object__heap__C, ".const:ti_sysbios_knl_Task_Object__heap__C");
5796 __FAR__ const CT__ti_sysbios_knl_Task_Object__heap ti_sysbios_knl_Task_Object__heap__C = 0;
5797 
5798 /* Object__sizeof__C */
5799 #pragma DATA_SECTION(ti_sysbios_knl_Task_Object__sizeof__C, ".const:ti_sysbios_knl_Task_Object__sizeof__C");
5800 __FAR__ const CT__ti_sysbios_knl_Task_Object__sizeof ti_sysbios_knl_Task_Object__sizeof__C = sizeof(ti_sysbios_knl_Task_Object__);
5801 
5802 /* Object__table__C */
5803 #pragma DATA_SECTION(ti_sysbios_knl_Task_Object__table__C, ".const:ti_sysbios_knl_Task_Object__table__C");
5804 __FAR__ const CT__ti_sysbios_knl_Task_Object__table ti_sysbios_knl_Task_Object__table__C = ti_sysbios_knl_Task_Object__table__V;
5805 
5806 /* LM_switch__C */
5807 #pragma DATA_SECTION(ti_sysbios_knl_Task_LM_switch__C, ".const:ti_sysbios_knl_Task_LM_switch__C");
5808 __FAR__ const CT__ti_sysbios_knl_Task_LM_switch ti_sysbios_knl_Task_LM_switch__C = (((xdc_runtime_Log_Event)5869) << 16 | 768);
5809 
5810 /* LM_sleep__C */
5811 #pragma DATA_SECTION(ti_sysbios_knl_Task_LM_sleep__C, ".const:ti_sysbios_knl_Task_LM_sleep__C");
5812 __FAR__ const CT__ti_sysbios_knl_Task_LM_sleep ti_sysbios_knl_Task_LM_sleep__C = (((xdc_runtime_Log_Event)5937) << 16 | 768);
5813 
5814 /* LD_ready__C */
5815 #pragma DATA_SECTION(ti_sysbios_knl_Task_LD_ready__C, ".const:ti_sysbios_knl_Task_LD_ready__C");
5816 __FAR__ const CT__ti_sysbios_knl_Task_LD_ready ti_sysbios_knl_Task_LD_ready__C = (((xdc_runtime_Log_Event)5982) << 16 | 512);
5817 
5818 /* LD_block__C */
5819 #pragma DATA_SECTION(ti_sysbios_knl_Task_LD_block__C, ".const:ti_sysbios_knl_Task_LD_block__C");
5820 __FAR__ const CT__ti_sysbios_knl_Task_LD_block ti_sysbios_knl_Task_LD_block__C = (((xdc_runtime_Log_Event)6023) << 16 | 512);
5821 
5822 /* LM_yield__C */
5823 #pragma DATA_SECTION(ti_sysbios_knl_Task_LM_yield__C, ".const:ti_sysbios_knl_Task_LM_yield__C");
5824 __FAR__ const CT__ti_sysbios_knl_Task_LM_yield ti_sysbios_knl_Task_LM_yield__C = (((xdc_runtime_Log_Event)6055) << 16 | 768);
5825 
5826 /* LM_setPri__C */
5827 #pragma DATA_SECTION(ti_sysbios_knl_Task_LM_setPri__C, ".const:ti_sysbios_knl_Task_LM_setPri__C");
5828 __FAR__ const CT__ti_sysbios_knl_Task_LM_setPri ti_sysbios_knl_Task_LM_setPri__C = (((xdc_runtime_Log_Event)6103) << 16 | 768);
5829 
5830 /* LD_exit__C */
5831 #pragma DATA_SECTION(ti_sysbios_knl_Task_LD_exit__C, ".const:ti_sysbios_knl_Task_LD_exit__C");
5832 __FAR__ const CT__ti_sysbios_knl_Task_LD_exit ti_sysbios_knl_Task_LD_exit__C = (((xdc_runtime_Log_Event)6159) << 16 | 512);
5833 
5834 /* LM_setAffinity__C */
5835 #pragma DATA_SECTION(ti_sysbios_knl_Task_LM_setAffinity__C, ".const:ti_sysbios_knl_Task_LM_setAffinity__C");
5836 __FAR__ const CT__ti_sysbios_knl_Task_LM_setAffinity ti_sysbios_knl_Task_LM_setAffinity__C = (((xdc_runtime_Log_Event)6190) << 16 | 768);
5837 
5838 /* LM_schedule__C */
5839 #pragma DATA_SECTION(ti_sysbios_knl_Task_LM_schedule__C, ".const:ti_sysbios_knl_Task_LM_schedule__C");
5840 __FAR__ const CT__ti_sysbios_knl_Task_LM_schedule ti_sysbios_knl_Task_LM_schedule__C = (((xdc_runtime_Log_Event)6273) << 16 | 1024);
5841 
5842 /* LM_noWork__C */
5843 #pragma DATA_SECTION(ti_sysbios_knl_Task_LM_noWork__C, ".const:ti_sysbios_knl_Task_LM_noWork__C");
5844 __FAR__ const CT__ti_sysbios_knl_Task_LM_noWork ti_sysbios_knl_Task_LM_noWork__C = (((xdc_runtime_Log_Event)6359) << 16 | 1024);
5845 
5846 /* E_stackOverflow__C */
5847 #pragma DATA_SECTION(ti_sysbios_knl_Task_E_stackOverflow__C, ".const:ti_sysbios_knl_Task_E_stackOverflow__C");
5848 __FAR__ const CT__ti_sysbios_knl_Task_E_stackOverflow ti_sysbios_knl_Task_E_stackOverflow__C = (((xdc_runtime_Error_Id)4147) << 16 | 0);
5849 
5850 /* E_spOutOfBounds__C */
5851 #pragma DATA_SECTION(ti_sysbios_knl_Task_E_spOutOfBounds__C, ".const:ti_sysbios_knl_Task_E_spOutOfBounds__C");
5852 __FAR__ const CT__ti_sysbios_knl_Task_E_spOutOfBounds ti_sysbios_knl_Task_E_spOutOfBounds__C = (((xdc_runtime_Error_Id)4190) << 16 | 0);
5853 
5854 /* E_deleteNotAllowed__C */
5855 #pragma DATA_SECTION(ti_sysbios_knl_Task_E_deleteNotAllowed__C, ".const:ti_sysbios_knl_Task_E_deleteNotAllowed__C");
5856 __FAR__ const CT__ti_sysbios_knl_Task_E_deleteNotAllowed ti_sysbios_knl_Task_E_deleteNotAllowed__C = (((xdc_runtime_Error_Id)4241) << 16 | 0);
5857 
5858 /* E_moduleStateCheckFailed__C */
5859 #pragma DATA_SECTION(ti_sysbios_knl_Task_E_moduleStateCheckFailed__C, ".const:ti_sysbios_knl_Task_E_moduleStateCheckFailed__C");
5860 __FAR__ const CT__ti_sysbios_knl_Task_E_moduleStateCheckFailed ti_sysbios_knl_Task_E_moduleStateCheckFailed__C = (((xdc_runtime_Error_Id)4272) << 16 | 0);
5861 
5862 /* E_objectCheckFailed__C */
5863 #pragma DATA_SECTION(ti_sysbios_knl_Task_E_objectCheckFailed__C, ".const:ti_sysbios_knl_Task_E_objectCheckFailed__C");
5864 __FAR__ const CT__ti_sysbios_knl_Task_E_objectCheckFailed ti_sysbios_knl_Task_E_objectCheckFailed__C = (((xdc_runtime_Error_Id)4345) << 16 | 0);
5865 
5866 /* E_objectNotInKernelSpace__C */
5867 #pragma DATA_SECTION(ti_sysbios_knl_Task_E_objectNotInKernelSpace__C, ".const:ti_sysbios_knl_Task_E_objectNotInKernelSpace__C");
5868 __FAR__ const CT__ti_sysbios_knl_Task_E_objectNotInKernelSpace ti_sysbios_knl_Task_E_objectNotInKernelSpace__C = (((xdc_runtime_Error_Id)4412) << 16 | 0);
5869 
5870 /* A_badThreadType__C */
5871 #pragma DATA_SECTION(ti_sysbios_knl_Task_A_badThreadType__C, ".const:ti_sysbios_knl_Task_A_badThreadType__C");
5872 __FAR__ const CT__ti_sysbios_knl_Task_A_badThreadType ti_sysbios_knl_Task_A_badThreadType__C = (((xdc_runtime_Assert_Id)1480) << 16 | 16);
5873 
5874 /* A_badTaskState__C */
5875 #pragma DATA_SECTION(ti_sysbios_knl_Task_A_badTaskState__C, ".const:ti_sysbios_knl_Task_A_badTaskState__C");
5876 __FAR__ const CT__ti_sysbios_knl_Task_A_badTaskState ti_sysbios_knl_Task_A_badTaskState__C = (((xdc_runtime_Assert_Id)1549) << 16 | 16);
5877 
5878 /* A_noPendElem__C */
5879 #pragma DATA_SECTION(ti_sysbios_knl_Task_A_noPendElem__C, ".const:ti_sysbios_knl_Task_A_noPendElem__C");
5880 __FAR__ const CT__ti_sysbios_knl_Task_A_noPendElem ti_sysbios_knl_Task_A_noPendElem__C = (((xdc_runtime_Assert_Id)1603) << 16 | 16);
5881 
5882 /* A_taskDisabled__C */
5883 #pragma DATA_SECTION(ti_sysbios_knl_Task_A_taskDisabled__C, ".const:ti_sysbios_knl_Task_A_taskDisabled__C");
5884 __FAR__ const CT__ti_sysbios_knl_Task_A_taskDisabled ti_sysbios_knl_Task_A_taskDisabled__C = (((xdc_runtime_Assert_Id)1657) << 16 | 16);
5885 
5886 /* A_badPriority__C */
5887 #pragma DATA_SECTION(ti_sysbios_knl_Task_A_badPriority__C, ".const:ti_sysbios_knl_Task_A_badPriority__C");
5888 __FAR__ const CT__ti_sysbios_knl_Task_A_badPriority ti_sysbios_knl_Task_A_badPriority__C = (((xdc_runtime_Assert_Id)1720) << 16 | 16);
5889 
5890 /* A_badTimeout__C */
5891 #pragma DATA_SECTION(ti_sysbios_knl_Task_A_badTimeout__C, ".const:ti_sysbios_knl_Task_A_badTimeout__C");
5892 __FAR__ const CT__ti_sysbios_knl_Task_A_badTimeout ti_sysbios_knl_Task_A_badTimeout__C = (((xdc_runtime_Assert_Id)1770) << 16 | 16);
5893 
5894 /* A_badAffinity__C */
5895 #pragma DATA_SECTION(ti_sysbios_knl_Task_A_badAffinity__C, ".const:ti_sysbios_knl_Task_A_badAffinity__C");
5896 __FAR__ const CT__ti_sysbios_knl_Task_A_badAffinity ti_sysbios_knl_Task_A_badAffinity__C = (((xdc_runtime_Assert_Id)1805) << 16 | 16);
5897 
5898 /* A_sleepTaskDisabled__C */
5899 #pragma DATA_SECTION(ti_sysbios_knl_Task_A_sleepTaskDisabled__C, ".const:ti_sysbios_knl_Task_A_sleepTaskDisabled__C");
5900 __FAR__ const CT__ti_sysbios_knl_Task_A_sleepTaskDisabled ti_sysbios_knl_Task_A_sleepTaskDisabled__C = (((xdc_runtime_Assert_Id)1838) << 16 | 16);
5901 
5902 /* A_invalidCoreId__C */
5903 #pragma DATA_SECTION(ti_sysbios_knl_Task_A_invalidCoreId__C, ".const:ti_sysbios_knl_Task_A_invalidCoreId__C");
5904 __FAR__ const CT__ti_sysbios_knl_Task_A_invalidCoreId ti_sysbios_knl_Task_A_invalidCoreId__C = (((xdc_runtime_Assert_Id)1922) << 16 | 16);
5905 
5906 /* numPriorities__C */
5907 #pragma DATA_SECTION(ti_sysbios_knl_Task_numPriorities__C, ".const:ti_sysbios_knl_Task_numPriorities__C");
5908 __FAR__ const CT__ti_sysbios_knl_Task_numPriorities ti_sysbios_knl_Task_numPriorities__C = (xdc_UInt)0x10;
5909 
5910 /* defaultStackSize__C */
5911 #pragma DATA_SECTION(ti_sysbios_knl_Task_defaultStackSize__C, ".const:ti_sysbios_knl_Task_defaultStackSize__C");
5912 __FAR__ const CT__ti_sysbios_knl_Task_defaultStackSize ti_sysbios_knl_Task_defaultStackSize__C = (xdc_SizeT)0x800;
5913 
5914 /* defaultStackHeap__C */
5915 #pragma DATA_SECTION(ti_sysbios_knl_Task_defaultStackHeap__C, ".const:ti_sysbios_knl_Task_defaultStackHeap__C");
5916 __FAR__ const CT__ti_sysbios_knl_Task_defaultStackHeap ti_sysbios_knl_Task_defaultStackHeap__C = 0;
5917 
5918 /* allBlockedFunc__C */
5919 #pragma DATA_SECTION(ti_sysbios_knl_Task_allBlockedFunc__C, ".const:ti_sysbios_knl_Task_allBlockedFunc__C");
5920 __FAR__ const CT__ti_sysbios_knl_Task_allBlockedFunc ti_sysbios_knl_Task_allBlockedFunc__C = ((CT__ti_sysbios_knl_Task_allBlockedFunc)0);
5921 
5922 /* initStackFlag__C */
5923 #pragma DATA_SECTION(ti_sysbios_knl_Task_initStackFlag__C, ".const:ti_sysbios_knl_Task_initStackFlag__C");
5924 __FAR__ const CT__ti_sysbios_knl_Task_initStackFlag ti_sysbios_knl_Task_initStackFlag__C = 1;
5925 
5926 /* checkStackFlag__C */
5927 #pragma DATA_SECTION(ti_sysbios_knl_Task_checkStackFlag__C, ".const:ti_sysbios_knl_Task_checkStackFlag__C");
5928 __FAR__ const CT__ti_sysbios_knl_Task_checkStackFlag ti_sysbios_knl_Task_checkStackFlag__C = 1;
5929 
5930 /* deleteTerminatedTasks__C */
5931 #pragma DATA_SECTION(ti_sysbios_knl_Task_deleteTerminatedTasks__C, ".const:ti_sysbios_knl_Task_deleteTerminatedTasks__C");
5932 __FAR__ const CT__ti_sysbios_knl_Task_deleteTerminatedTasks ti_sysbios_knl_Task_deleteTerminatedTasks__C = 0;
5933 
5934 /* hooks__C */
5935 #pragma DATA_SECTION(ti_sysbios_knl_Task_hooks__C, ".const:ti_sysbios_knl_Task_hooks__C");
5936 __FAR__ const CT__ti_sysbios_knl_Task_hooks ti_sysbios_knl_Task_hooks__C = {0, 0};
5937 
5938 /* moduleStateCheckFxn__C */
5939 #pragma DATA_SECTION(ti_sysbios_knl_Task_moduleStateCheckFxn__C, ".const:ti_sysbios_knl_Task_moduleStateCheckFxn__C");
5940 __FAR__ const CT__ti_sysbios_knl_Task_moduleStateCheckFxn ti_sysbios_knl_Task_moduleStateCheckFxn__C = ((CT__ti_sysbios_knl_Task_moduleStateCheckFxn)((xdc_Fxn)ti_sysbios_knl_Task_moduleStateCheck__I));
5941 
5942 /* moduleStateCheckValueFxn__C */
5943 #pragma DATA_SECTION(ti_sysbios_knl_Task_moduleStateCheckValueFxn__C, ".const:ti_sysbios_knl_Task_moduleStateCheckValueFxn__C");
5944 __FAR__ const CT__ti_sysbios_knl_Task_moduleStateCheckValueFxn ti_sysbios_knl_Task_moduleStateCheckValueFxn__C = ((CT__ti_sysbios_knl_Task_moduleStateCheckValueFxn)((xdc_Fxn)ti_sysbios_knl_Task_getModuleStateCheckValue__I));
5945 
5946 /* moduleStateCheckFlag__C */
5947 #pragma DATA_SECTION(ti_sysbios_knl_Task_moduleStateCheckFlag__C, ".const:ti_sysbios_knl_Task_moduleStateCheckFlag__C");
5948 __FAR__ const CT__ti_sysbios_knl_Task_moduleStateCheckFlag ti_sysbios_knl_Task_moduleStateCheckFlag__C = 0;
5949 
5950 /* objectCheckFxn__C */
5951 #pragma DATA_SECTION(ti_sysbios_knl_Task_objectCheckFxn__C, ".const:ti_sysbios_knl_Task_objectCheckFxn__C");
5952 __FAR__ const CT__ti_sysbios_knl_Task_objectCheckFxn ti_sysbios_knl_Task_objectCheckFxn__C = ((CT__ti_sysbios_knl_Task_objectCheckFxn)((xdc_Fxn)ti_sysbios_knl_Task_objectCheck__I));
5953 
5954 /* objectCheckValueFxn__C */
5955 #pragma DATA_SECTION(ti_sysbios_knl_Task_objectCheckValueFxn__C, ".const:ti_sysbios_knl_Task_objectCheckValueFxn__C");
5956 __FAR__ const CT__ti_sysbios_knl_Task_objectCheckValueFxn ti_sysbios_knl_Task_objectCheckValueFxn__C = ((CT__ti_sysbios_knl_Task_objectCheckValueFxn)((xdc_Fxn)ti_sysbios_knl_Task_getObjectCheckValue__I));
5957 
5958 /* objectCheckFlag__C */
5959 #pragma DATA_SECTION(ti_sysbios_knl_Task_objectCheckFlag__C, ".const:ti_sysbios_knl_Task_objectCheckFlag__C");
5960 __FAR__ const CT__ti_sysbios_knl_Task_objectCheckFlag ti_sysbios_knl_Task_objectCheckFlag__C = 0;
5961 
5962 /* numConstructedTasks__C */
5963 #pragma DATA_SECTION(ti_sysbios_knl_Task_numConstructedTasks__C, ".const:ti_sysbios_knl_Task_numConstructedTasks__C");
5964 __FAR__ const CT__ti_sysbios_knl_Task_numConstructedTasks ti_sysbios_knl_Task_numConstructedTasks__C = (xdc_UInt)0x0;
5965 
5966 /* startupHookFunc__C */
5967 #pragma DATA_SECTION(ti_sysbios_knl_Task_startupHookFunc__C, ".const:ti_sysbios_knl_Task_startupHookFunc__C");
5968 __FAR__ const CT__ti_sysbios_knl_Task_startupHookFunc ti_sysbios_knl_Task_startupHookFunc__C = ((CT__ti_sysbios_knl_Task_startupHookFunc)0);
5969 
5970 
5971 /*
5972  * ======== ti.sysbios.knl.Task_SupportProxy INITIALIZERS ========
5973  */
5974 
5975 
5976 /*
5977  * ======== ti.sysbios.timers.rti.Timer INITIALIZERS ========
5978  */
5979 
5980 /* Object__DESC__C */
5981 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_timers_rti_Timer_Object__DESC__C;
5982 
5983 /* Object__PARAMS__C */
5984 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Object__PARAMS__C, ".const:ti_sysbios_timers_rti_Timer_Object__PARAMS__C");
5985 __FAR__ const ti_sysbios_timers_rti_Timer_Params ti_sysbios_timers_rti_Timer_Object__PARAMS__C = {
5986  sizeof (ti_sysbios_timers_rti_Timer_Params), /* __size */
5987  0, /* __self */
5988  0, /* __fxns */
5989  (xdc_runtime_IInstance_Params*)&ti_sysbios_timers_rti_Timer_Object__PARAMS__C.__iprms, /* instance */
5990  ti_sysbios_interfaces_ITimer_RunMode_CONTINUOUS, /* runMode */
5991  ti_sysbios_interfaces_ITimer_StartMode_AUTO, /* startMode */
5992  ((xdc_UArg)0), /* arg */
5993  (xdc_UInt32)0x0, /* period */
5994  ti_sysbios_interfaces_ITimer_PeriodType_MICROSECS, /* periodType */
5995  {
5996  (xdc_Bits32)0x0, /* hi */
5997  (xdc_Bits32)0x0, /* lo */
5998  }, /* extFreq */
5999  1, /* createHwi */
6000  ((ti_sysbios_hal_Hwi_Params*)0), /* hwiParams */
6001  (xdc_UInt8)0x1, /* prescale */
6002  {
6003  sizeof (xdc_runtime_IInstance_Params), /* __size */
6004  0, /* name */
6005  }, /* instance */
6006 };
6007 
6008 /* Module__root__V */
6012 };
6013 
6014 /* Object__table__V */
6016  {/* instance#0 */
6017  0,
6018  1, /* staticInst */
6019  (xdc_Int)0x0, /* id */
6020  ti_sysbios_interfaces_ITimer_RunMode_CONTINUOUS, /* runMode */
6021  ti_sysbios_interfaces_ITimer_StartMode_AUTO, /* startMode */
6022  (xdc_UInt)0x1, /* prescale */
6023  (xdc_UInt)0x3e8, /* period */
6024  ti_sysbios_interfaces_ITimer_PeriodType_MICROSECS, /* periodType */
6025  (xdc_UInt)0x2, /* intNum */
6026  ((xdc_UArg)0), /* arg */
6027  ((xdc_Void(*)(xdc_UArg))((xdc_Fxn)ti_sysbios_knl_Clock_doTick__I)), /* tickFxn */
6028  {
6029  (xdc_Bits32)0x0, /* hi */
6030  (xdc_Bits32)0x0, /* lo */
6031  }, /* extFreq */
6032  (ti_sysbios_hal_Hwi_Handle)&ti_sysbios_hal_Hwi_Object__table__V[0], /* hwi */
6033  1, /* createHwi */
6034  },
6035 };
6036 
6037 /* --> ti_sysbios_timers_rti_Timer_Module_State_0_device__A */
6038 __T1_ti_sysbios_timers_rti_Timer_Module_State__device ti_sysbios_timers_rti_Timer_Module_State_0_device__A[2] = {
6039  {
6040  (xdc_Int)0x2, /* intNum */
6041  (xdc_Int)(-0x0 - 1), /* eventId */
6042  ((xdc_Ptr)((void*)0xfffffc00)), /* baseAddr */
6043  }, /* [0] */
6044  {
6045  (xdc_Int)0x3, /* intNum */
6046  (xdc_Int)(-0x0 - 1), /* eventId */
6047  ((xdc_Ptr)((void*)0xfffffc00)), /* baseAddr */
6048  }, /* [1] */
6049 };
6050 
6051 /* --> ti_sysbios_timers_rti_Timer_Module_State_0_intFreqs__A */
6052 __T1_ti_sysbios_timers_rti_Timer_Module_State__intFreqs ti_sysbios_timers_rti_Timer_Module_State_0_intFreqs__A[2] = {
6053  {
6054  (xdc_Bits32)0x0, /* hi */
6055  (xdc_Bits32)0xbebc200, /* lo */
6056  }, /* [0] */
6057  {
6058  (xdc_Bits32)0x0, /* hi */
6059  (xdc_Bits32)0xbebc200, /* lo */
6060  }, /* [1] */
6061 };
6062 
6063 /* --> ti_sysbios_timers_rti_Timer_Module_State_0_handles__A */
6064 __T1_ti_sysbios_timers_rti_Timer_Module_State__handles ti_sysbios_timers_rti_Timer_Module_State_0_handles__A[2] = {
6065  (ti_sysbios_timers_rti_Timer_Handle)&ti_sysbios_timers_rti_Timer_Object__table__V[0], /* [0] */
6066  0, /* [1] */
6067 };
6068 
6069 /* Module__state__V */
6070 #if defined (__ICCARM__)
6071 #pragma location = ".data_ti_sysbios_timers_rti_Timer_Module__state__V"
6072 #endif
6073 #if defined(__llvm__) && defined(__ti__)
6074 ti_sysbios_timers_rti_Timer_Module_State__ ti_sysbios_timers_rti_Timer_Module__state__V __attribute__ ((section(".data:ti_sysbios_timers_rti_Timer_Module__state__V")));
6075 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
6076 #ifndef __TI_COMPILER_VERSION__
6077 ti_sysbios_timers_rti_Timer_Module_State__ ti_sysbios_timers_rti_Timer_Module__state__V __attribute__ ((section(".data_ti_sysbios_timers_rti_Timer_Module__state__V")));
6078 #endif
6079 #endif
6081  (xdc_UInt)0x2, /* availMask */
6085 };
6086 
6087 /* Module__diagsEnabled__C */
6088 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__diagsEnabled__C, ".const:ti_sysbios_timers_rti_Timer_Module__diagsEnabled__C");
6089 __FAR__ const CT__ti_sysbios_timers_rti_Timer_Module__diagsEnabled ti_sysbios_timers_rti_Timer_Module__diagsEnabled__C = (xdc_Bits32)0x90;
6090 
6091 /* Module__diagsIncluded__C */
6092 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__diagsIncluded__C, ".const:ti_sysbios_timers_rti_Timer_Module__diagsIncluded__C");
6093 __FAR__ const CT__ti_sysbios_timers_rti_Timer_Module__diagsIncluded ti_sysbios_timers_rti_Timer_Module__diagsIncluded__C = (xdc_Bits32)0x90;
6094 
6095 /* Module__diagsMask__C */
6096 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__diagsMask__C, ".const:ti_sysbios_timers_rti_Timer_Module__diagsMask__C");
6097 __FAR__ const CT__ti_sysbios_timers_rti_Timer_Module__diagsMask ti_sysbios_timers_rti_Timer_Module__diagsMask__C = ((CT__ti_sysbios_timers_rti_Timer_Module__diagsMask)0);
6098 
6099 /* Module__gateObj__C */
6100 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__gateObj__C, ".const:ti_sysbios_timers_rti_Timer_Module__gateObj__C");
6101 __FAR__ const CT__ti_sysbios_timers_rti_Timer_Module__gateObj ti_sysbios_timers_rti_Timer_Module__gateObj__C = ((CT__ti_sysbios_timers_rti_Timer_Module__gateObj)0);
6102 
6103 /* Module__gatePrms__C */
6104 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__gatePrms__C, ".const:ti_sysbios_timers_rti_Timer_Module__gatePrms__C");
6105 __FAR__ const CT__ti_sysbios_timers_rti_Timer_Module__gatePrms ti_sysbios_timers_rti_Timer_Module__gatePrms__C = ((CT__ti_sysbios_timers_rti_Timer_Module__gatePrms)0);
6106 
6107 /* Module__id__C */
6108 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__id__C, ".const:ti_sysbios_timers_rti_Timer_Module__id__C");
6109 __FAR__ const CT__ti_sysbios_timers_rti_Timer_Module__id ti_sysbios_timers_rti_Timer_Module__id__C = (xdc_Bits16)0x8033;
6110 
6111 /* Module__loggerDefined__C */
6112 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__loggerDefined__C, ".const:ti_sysbios_timers_rti_Timer_Module__loggerDefined__C");
6113 __FAR__ const CT__ti_sysbios_timers_rti_Timer_Module__loggerDefined ti_sysbios_timers_rti_Timer_Module__loggerDefined__C = 0;
6114 
6115 /* Module__loggerObj__C */
6116 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__loggerObj__C, ".const:ti_sysbios_timers_rti_Timer_Module__loggerObj__C");
6117 __FAR__ const CT__ti_sysbios_timers_rti_Timer_Module__loggerObj ti_sysbios_timers_rti_Timer_Module__loggerObj__C = ((CT__ti_sysbios_timers_rti_Timer_Module__loggerObj)0);
6118 
6119 /* Module__loggerFxn0__C */
6120 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__loggerFxn0__C, ".const:ti_sysbios_timers_rti_Timer_Module__loggerFxn0__C");
6121 __FAR__ const CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn0 ti_sysbios_timers_rti_Timer_Module__loggerFxn0__C = ((CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn0)0);
6122 
6123 /* Module__loggerFxn1__C */
6124 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__loggerFxn1__C, ".const:ti_sysbios_timers_rti_Timer_Module__loggerFxn1__C");
6125 __FAR__ const CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn1 ti_sysbios_timers_rti_Timer_Module__loggerFxn1__C = ((CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn1)0);
6126 
6127 /* Module__loggerFxn2__C */
6128 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__loggerFxn2__C, ".const:ti_sysbios_timers_rti_Timer_Module__loggerFxn2__C");
6129 __FAR__ const CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn2 ti_sysbios_timers_rti_Timer_Module__loggerFxn2__C = ((CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn2)0);
6130 
6131 /* Module__loggerFxn4__C */
6132 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__loggerFxn4__C, ".const:ti_sysbios_timers_rti_Timer_Module__loggerFxn4__C");
6133 __FAR__ const CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn4 ti_sysbios_timers_rti_Timer_Module__loggerFxn4__C = ((CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn4)0);
6134 
6135 /* Module__loggerFxn8__C */
6136 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__loggerFxn8__C, ".const:ti_sysbios_timers_rti_Timer_Module__loggerFxn8__C");
6137 __FAR__ const CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn8 ti_sysbios_timers_rti_Timer_Module__loggerFxn8__C = ((CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn8)0);
6138 
6139 /* Object__count__C */
6140 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Object__count__C, ".const:ti_sysbios_timers_rti_Timer_Object__count__C");
6141 __FAR__ const CT__ti_sysbios_timers_rti_Timer_Object__count ti_sysbios_timers_rti_Timer_Object__count__C = 1;
6142 
6143 /* Object__heap__C */
6144 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Object__heap__C, ".const:ti_sysbios_timers_rti_Timer_Object__heap__C");
6145 __FAR__ const CT__ti_sysbios_timers_rti_Timer_Object__heap ti_sysbios_timers_rti_Timer_Object__heap__C = 0;
6146 
6147 /* Object__sizeof__C */
6148 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Object__sizeof__C, ".const:ti_sysbios_timers_rti_Timer_Object__sizeof__C");
6149 __FAR__ const CT__ti_sysbios_timers_rti_Timer_Object__sizeof ti_sysbios_timers_rti_Timer_Object__sizeof__C = sizeof(ti_sysbios_timers_rti_Timer_Object__);
6150 
6151 /* Object__table__C */
6152 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Object__table__C, ".const:ti_sysbios_timers_rti_Timer_Object__table__C");
6153 __FAR__ const CT__ti_sysbios_timers_rti_Timer_Object__table ti_sysbios_timers_rti_Timer_Object__table__C = ti_sysbios_timers_rti_Timer_Object__table__V;
6154 
6155 /* A_invalidTimer__C */
6156 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_A_invalidTimer__C, ".const:ti_sysbios_timers_rti_Timer_A_invalidTimer__C");
6157 __FAR__ const CT__ti_sysbios_timers_rti_Timer_A_invalidTimer ti_sysbios_timers_rti_Timer_A_invalidTimer__C = (((xdc_runtime_Assert_Id)3548) << 16 | 16);
6158 
6159 /* E_invalidTimer__C */
6160 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_E_invalidTimer__C, ".const:ti_sysbios_timers_rti_Timer_E_invalidTimer__C");
6161 __FAR__ const CT__ti_sysbios_timers_rti_Timer_E_invalidTimer ti_sysbios_timers_rti_Timer_E_invalidTimer__C = (((xdc_runtime_Error_Id)5123) << 16 | 0);
6162 
6163 /* E_notAvailable__C */
6164 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_E_notAvailable__C, ".const:ti_sysbios_timers_rti_Timer_E_notAvailable__C");
6165 __FAR__ const CT__ti_sysbios_timers_rti_Timer_E_notAvailable ti_sysbios_timers_rti_Timer_E_notAvailable__C = (((xdc_runtime_Error_Id)5159) << 16 | 0);
6166 
6167 /* E_invalidHwiMask__C */
6168 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_E_invalidHwiMask__C, ".const:ti_sysbios_timers_rti_Timer_E_invalidHwiMask__C");
6169 __FAR__ const CT__ti_sysbios_timers_rti_Timer_E_invalidHwiMask ti_sysbios_timers_rti_Timer_E_invalidHwiMask__C = (((xdc_runtime_Error_Id)5198) << 16 | 0);
6170 
6171 /* E_cannotSupport__C */
6172 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_E_cannotSupport__C, ".const:ti_sysbios_timers_rti_Timer_E_cannotSupport__C");
6173 __FAR__ const CT__ti_sysbios_timers_rti_Timer_E_cannotSupport ti_sysbios_timers_rti_Timer_E_cannotSupport__C = (((xdc_runtime_Error_Id)5250) << 16 | 0);
6174 
6175 /* anyMask__C */
6176 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_anyMask__C, ".const:ti_sysbios_timers_rti_Timer_anyMask__C");
6177 __FAR__ const CT__ti_sysbios_timers_rti_Timer_anyMask ti_sysbios_timers_rti_Timer_anyMask__C = (xdc_UInt)0x3;
6178 
6179 /* continueOnSuspend__C */
6180 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_continueOnSuspend__C, ".const:ti_sysbios_timers_rti_Timer_continueOnSuspend__C");
6181 __FAR__ const CT__ti_sysbios_timers_rti_Timer_continueOnSuspend ti_sysbios_timers_rti_Timer_continueOnSuspend__C = 0;
6182 
6183 /* startupNeeded__C */
6184 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_startupNeeded__C, ".const:ti_sysbios_timers_rti_Timer_startupNeeded__C");
6185 __FAR__ const CT__ti_sysbios_timers_rti_Timer_startupNeeded ti_sysbios_timers_rti_Timer_startupNeeded__C = (xdc_UInt)0x1;
6186 
6187 /* numTimerDevices__C */
6188 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_numTimerDevices__C, ".const:ti_sysbios_timers_rti_Timer_numTimerDevices__C");
6189 __FAR__ const CT__ti_sysbios_timers_rti_Timer_numTimerDevices ti_sysbios_timers_rti_Timer_numTimerDevices__C = (xdc_Int)0x2;
6190 
6191 
6192 /*
6193  * ======== xdc.runtime.Assert INITIALIZERS ========
6194  */
6195 
6196 /* Module__diagsEnabled__C */
6197 #pragma DATA_SECTION(xdc_runtime_Assert_Module__diagsEnabled__C, ".const:xdc_runtime_Assert_Module__diagsEnabled__C");
6198 __FAR__ const CT__xdc_runtime_Assert_Module__diagsEnabled xdc_runtime_Assert_Module__diagsEnabled__C = (xdc_Bits32)0x10;
6199 
6200 /* Module__diagsIncluded__C */
6201 #pragma DATA_SECTION(xdc_runtime_Assert_Module__diagsIncluded__C, ".const:xdc_runtime_Assert_Module__diagsIncluded__C");
6202 __FAR__ const CT__xdc_runtime_Assert_Module__diagsIncluded xdc_runtime_Assert_Module__diagsIncluded__C = (xdc_Bits32)0x10;
6203 
6204 /* Module__diagsMask__C */
6205 #pragma DATA_SECTION(xdc_runtime_Assert_Module__diagsMask__C, ".const:xdc_runtime_Assert_Module__diagsMask__C");
6206 __FAR__ const CT__xdc_runtime_Assert_Module__diagsMask xdc_runtime_Assert_Module__diagsMask__C = ((CT__xdc_runtime_Assert_Module__diagsMask)0);
6207 
6208 /* Module__gateObj__C */
6209 #pragma DATA_SECTION(xdc_runtime_Assert_Module__gateObj__C, ".const:xdc_runtime_Assert_Module__gateObj__C");
6210 __FAR__ const CT__xdc_runtime_Assert_Module__gateObj xdc_runtime_Assert_Module__gateObj__C = ((CT__xdc_runtime_Assert_Module__gateObj)0);
6211 
6212 /* Module__gatePrms__C */
6213 #pragma DATA_SECTION(xdc_runtime_Assert_Module__gatePrms__C, ".const:xdc_runtime_Assert_Module__gatePrms__C");
6214 __FAR__ const CT__xdc_runtime_Assert_Module__gatePrms xdc_runtime_Assert_Module__gatePrms__C = ((CT__xdc_runtime_Assert_Module__gatePrms)0);
6215 
6216 /* Module__id__C */
6217 #pragma DATA_SECTION(xdc_runtime_Assert_Module__id__C, ".const:xdc_runtime_Assert_Module__id__C");
6218 __FAR__ const CT__xdc_runtime_Assert_Module__id xdc_runtime_Assert_Module__id__C = (xdc_Bits16)0x8002;
6219 
6220 /* Module__loggerDefined__C */
6221 #pragma DATA_SECTION(xdc_runtime_Assert_Module__loggerDefined__C, ".const:xdc_runtime_Assert_Module__loggerDefined__C");
6222 __FAR__ const CT__xdc_runtime_Assert_Module__loggerDefined xdc_runtime_Assert_Module__loggerDefined__C = 0;
6223 
6224 /* Module__loggerObj__C */
6225 #pragma DATA_SECTION(xdc_runtime_Assert_Module__loggerObj__C, ".const:xdc_runtime_Assert_Module__loggerObj__C");
6226 __FAR__ const CT__xdc_runtime_Assert_Module__loggerObj xdc_runtime_Assert_Module__loggerObj__C = ((CT__xdc_runtime_Assert_Module__loggerObj)0);
6227 
6228 /* Module__loggerFxn0__C */
6229 #pragma DATA_SECTION(xdc_runtime_Assert_Module__loggerFxn0__C, ".const:xdc_runtime_Assert_Module__loggerFxn0__C");
6230 __FAR__ const CT__xdc_runtime_Assert_Module__loggerFxn0 xdc_runtime_Assert_Module__loggerFxn0__C = ((CT__xdc_runtime_Assert_Module__loggerFxn0)0);
6231 
6232 /* Module__loggerFxn1__C */
6233 #pragma DATA_SECTION(xdc_runtime_Assert_Module__loggerFxn1__C, ".const:xdc_runtime_Assert_Module__loggerFxn1__C");
6234 __FAR__ const CT__xdc_runtime_Assert_Module__loggerFxn1 xdc_runtime_Assert_Module__loggerFxn1__C = ((CT__xdc_runtime_Assert_Module__loggerFxn1)0);
6235 
6236 /* Module__loggerFxn2__C */
6237 #pragma DATA_SECTION(xdc_runtime_Assert_Module__loggerFxn2__C, ".const:xdc_runtime_Assert_Module__loggerFxn2__C");
6238 __FAR__ const CT__xdc_runtime_Assert_Module__loggerFxn2 xdc_runtime_Assert_Module__loggerFxn2__C = ((CT__xdc_runtime_Assert_Module__loggerFxn2)0);
6239 
6240 /* Module__loggerFxn4__C */
6241 #pragma DATA_SECTION(xdc_runtime_Assert_Module__loggerFxn4__C, ".const:xdc_runtime_Assert_Module__loggerFxn4__C");
6242 __FAR__ const CT__xdc_runtime_Assert_Module__loggerFxn4 xdc_runtime_Assert_Module__loggerFxn4__C = ((CT__xdc_runtime_Assert_Module__loggerFxn4)0);
6243 
6244 /* Module__loggerFxn8__C */
6245 #pragma DATA_SECTION(xdc_runtime_Assert_Module__loggerFxn8__C, ".const:xdc_runtime_Assert_Module__loggerFxn8__C");
6246 __FAR__ const CT__xdc_runtime_Assert_Module__loggerFxn8 xdc_runtime_Assert_Module__loggerFxn8__C = ((CT__xdc_runtime_Assert_Module__loggerFxn8)0);
6247 
6248 /* Object__count__C */
6249 #pragma DATA_SECTION(xdc_runtime_Assert_Object__count__C, ".const:xdc_runtime_Assert_Object__count__C");
6250 __FAR__ const CT__xdc_runtime_Assert_Object__count xdc_runtime_Assert_Object__count__C = 0;
6251 
6252 /* Object__heap__C */
6253 #pragma DATA_SECTION(xdc_runtime_Assert_Object__heap__C, ".const:xdc_runtime_Assert_Object__heap__C");
6254 __FAR__ const CT__xdc_runtime_Assert_Object__heap xdc_runtime_Assert_Object__heap__C = 0;
6255 
6256 /* Object__sizeof__C */
6257 #pragma DATA_SECTION(xdc_runtime_Assert_Object__sizeof__C, ".const:xdc_runtime_Assert_Object__sizeof__C");
6258 __FAR__ const CT__xdc_runtime_Assert_Object__sizeof xdc_runtime_Assert_Object__sizeof__C = 0;
6259 
6260 /* Object__table__C */
6261 #pragma DATA_SECTION(xdc_runtime_Assert_Object__table__C, ".const:xdc_runtime_Assert_Object__table__C");
6262 __FAR__ const CT__xdc_runtime_Assert_Object__table xdc_runtime_Assert_Object__table__C = 0;
6263 
6264 /* E_assertFailed__C */
6265 #pragma DATA_SECTION(xdc_runtime_Assert_E_assertFailed__C, ".const:xdc_runtime_Assert_E_assertFailed__C");
6266 __FAR__ const CT__xdc_runtime_Assert_E_assertFailed xdc_runtime_Assert_E_assertFailed__C = (((xdc_runtime_Error_Id)3828) << 16 | 0);
6267 
6268 
6269 /*
6270  * ======== xdc.runtime.Core INITIALIZERS ========
6271  */
6272 
6273 /* Module__diagsEnabled__C */
6274 #pragma DATA_SECTION(xdc_runtime_Core_Module__diagsEnabled__C, ".const:xdc_runtime_Core_Module__diagsEnabled__C");
6275 __FAR__ const CT__xdc_runtime_Core_Module__diagsEnabled xdc_runtime_Core_Module__diagsEnabled__C = (xdc_Bits32)0x10;
6276 
6277 /* Module__diagsIncluded__C */
6278 #pragma DATA_SECTION(xdc_runtime_Core_Module__diagsIncluded__C, ".const:xdc_runtime_Core_Module__diagsIncluded__C");
6279 __FAR__ const CT__xdc_runtime_Core_Module__diagsIncluded xdc_runtime_Core_Module__diagsIncluded__C = (xdc_Bits32)0x10;
6280 
6281 /* Module__diagsMask__C */
6282 #pragma DATA_SECTION(xdc_runtime_Core_Module__diagsMask__C, ".const:xdc_runtime_Core_Module__diagsMask__C");
6283 __FAR__ const CT__xdc_runtime_Core_Module__diagsMask xdc_runtime_Core_Module__diagsMask__C = ((CT__xdc_runtime_Core_Module__diagsMask)0);
6284 
6285 /* Module__gateObj__C */
6286 #pragma DATA_SECTION(xdc_runtime_Core_Module__gateObj__C, ".const:xdc_runtime_Core_Module__gateObj__C");
6287 __FAR__ const CT__xdc_runtime_Core_Module__gateObj xdc_runtime_Core_Module__gateObj__C = ((CT__xdc_runtime_Core_Module__gateObj)0);
6288 
6289 /* Module__gatePrms__C */
6290 #pragma DATA_SECTION(xdc_runtime_Core_Module__gatePrms__C, ".const:xdc_runtime_Core_Module__gatePrms__C");
6291 __FAR__ const CT__xdc_runtime_Core_Module__gatePrms xdc_runtime_Core_Module__gatePrms__C = ((CT__xdc_runtime_Core_Module__gatePrms)0);
6292 
6293 /* Module__id__C */
6294 #pragma DATA_SECTION(xdc_runtime_Core_Module__id__C, ".const:xdc_runtime_Core_Module__id__C");
6295 __FAR__ const CT__xdc_runtime_Core_Module__id xdc_runtime_Core_Module__id__C = (xdc_Bits16)0x8003;
6296 
6297 /* Module__loggerDefined__C */
6298 #pragma DATA_SECTION(xdc_runtime_Core_Module__loggerDefined__C, ".const:xdc_runtime_Core_Module__loggerDefined__C");
6299 __FAR__ const CT__xdc_runtime_Core_Module__loggerDefined xdc_runtime_Core_Module__loggerDefined__C = 0;
6300 
6301 /* Module__loggerObj__C */
6302 #pragma DATA_SECTION(xdc_runtime_Core_Module__loggerObj__C, ".const:xdc_runtime_Core_Module__loggerObj__C");
6303 __FAR__ const CT__xdc_runtime_Core_Module__loggerObj xdc_runtime_Core_Module__loggerObj__C = ((CT__xdc_runtime_Core_Module__loggerObj)0);
6304 
6305 /* Module__loggerFxn0__C */
6306 #pragma DATA_SECTION(xdc_runtime_Core_Module__loggerFxn0__C, ".const:xdc_runtime_Core_Module__loggerFxn0__C");
6307 __FAR__ const CT__xdc_runtime_Core_Module__loggerFxn0 xdc_runtime_Core_Module__loggerFxn0__C = ((CT__xdc_runtime_Core_Module__loggerFxn0)0);
6308 
6309 /* Module__loggerFxn1__C */
6310 #pragma DATA_SECTION(xdc_runtime_Core_Module__loggerFxn1__C, ".const:xdc_runtime_Core_Module__loggerFxn1__C");
6311 __FAR__ const CT__xdc_runtime_Core_Module__loggerFxn1 xdc_runtime_Core_Module__loggerFxn1__C = ((CT__xdc_runtime_Core_Module__loggerFxn1)0);
6312 
6313 /* Module__loggerFxn2__C */
6314 #pragma DATA_SECTION(xdc_runtime_Core_Module__loggerFxn2__C, ".const:xdc_runtime_Core_Module__loggerFxn2__C");
6315 __FAR__ const CT__xdc_runtime_Core_Module__loggerFxn2 xdc_runtime_Core_Module__loggerFxn2__C = ((CT__xdc_runtime_Core_Module__loggerFxn2)0);
6316 
6317 /* Module__loggerFxn4__C */
6318 #pragma DATA_SECTION(xdc_runtime_Core_Module__loggerFxn4__C, ".const:xdc_runtime_Core_Module__loggerFxn4__C");
6319 __FAR__ const CT__xdc_runtime_Core_Module__loggerFxn4 xdc_runtime_Core_Module__loggerFxn4__C = ((CT__xdc_runtime_Core_Module__loggerFxn4)0);
6320 
6321 /* Module__loggerFxn8__C */
6322 #pragma DATA_SECTION(xdc_runtime_Core_Module__loggerFxn8__C, ".const:xdc_runtime_Core_Module__loggerFxn8__C");
6323 __FAR__ const CT__xdc_runtime_Core_Module__loggerFxn8 xdc_runtime_Core_Module__loggerFxn8__C = ((CT__xdc_runtime_Core_Module__loggerFxn8)0);
6324 
6325 /* Object__count__C */
6326 #pragma DATA_SECTION(xdc_runtime_Core_Object__count__C, ".const:xdc_runtime_Core_Object__count__C");
6327 __FAR__ const CT__xdc_runtime_Core_Object__count xdc_runtime_Core_Object__count__C = 0;
6328 
6329 /* Object__heap__C */
6330 #pragma DATA_SECTION(xdc_runtime_Core_Object__heap__C, ".const:xdc_runtime_Core_Object__heap__C");
6331 __FAR__ const CT__xdc_runtime_Core_Object__heap xdc_runtime_Core_Object__heap__C = 0;
6332 
6333 /* Object__sizeof__C */
6334 #pragma DATA_SECTION(xdc_runtime_Core_Object__sizeof__C, ".const:xdc_runtime_Core_Object__sizeof__C");
6335 __FAR__ const CT__xdc_runtime_Core_Object__sizeof xdc_runtime_Core_Object__sizeof__C = 0;
6336 
6337 /* Object__table__C */
6338 #pragma DATA_SECTION(xdc_runtime_Core_Object__table__C, ".const:xdc_runtime_Core_Object__table__C");
6339 __FAR__ const CT__xdc_runtime_Core_Object__table xdc_runtime_Core_Object__table__C = 0;
6340 
6341 /* A_initializedParams__C */
6342 #pragma DATA_SECTION(xdc_runtime_Core_A_initializedParams__C, ".const:xdc_runtime_Core_A_initializedParams__C");
6343 __FAR__ const CT__xdc_runtime_Core_A_initializedParams xdc_runtime_Core_A_initializedParams__C = (((xdc_runtime_Assert_Id)1) << 16 | 16);
6344 
6345 
6346 /*
6347  * ======== xdc.runtime.Defaults INITIALIZERS ========
6348  */
6349 
6350 /* Module__diagsEnabled__C */
6351 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__diagsEnabled__C, ".const:xdc_runtime_Defaults_Module__diagsEnabled__C");
6352 __FAR__ const CT__xdc_runtime_Defaults_Module__diagsEnabled xdc_runtime_Defaults_Module__diagsEnabled__C = (xdc_Bits32)0x90;
6353 
6354 /* Module__diagsIncluded__C */
6355 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__diagsIncluded__C, ".const:xdc_runtime_Defaults_Module__diagsIncluded__C");
6356 __FAR__ const CT__xdc_runtime_Defaults_Module__diagsIncluded xdc_runtime_Defaults_Module__diagsIncluded__C = (xdc_Bits32)0x90;
6357 
6358 /* Module__diagsMask__C */
6359 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__diagsMask__C, ".const:xdc_runtime_Defaults_Module__diagsMask__C");
6360 __FAR__ const CT__xdc_runtime_Defaults_Module__diagsMask xdc_runtime_Defaults_Module__diagsMask__C = ((CT__xdc_runtime_Defaults_Module__diagsMask)0);
6361 
6362 /* Module__gateObj__C */
6363 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__gateObj__C, ".const:xdc_runtime_Defaults_Module__gateObj__C");
6364 __FAR__ const CT__xdc_runtime_Defaults_Module__gateObj xdc_runtime_Defaults_Module__gateObj__C = ((CT__xdc_runtime_Defaults_Module__gateObj)0);
6365 
6366 /* Module__gatePrms__C */
6367 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__gatePrms__C, ".const:xdc_runtime_Defaults_Module__gatePrms__C");
6368 __FAR__ const CT__xdc_runtime_Defaults_Module__gatePrms xdc_runtime_Defaults_Module__gatePrms__C = ((CT__xdc_runtime_Defaults_Module__gatePrms)0);
6369 
6370 /* Module__id__C */
6371 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__id__C, ".const:xdc_runtime_Defaults_Module__id__C");
6372 __FAR__ const CT__xdc_runtime_Defaults_Module__id xdc_runtime_Defaults_Module__id__C = (xdc_Bits16)0x8004;
6373 
6374 /* Module__loggerDefined__C */
6375 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__loggerDefined__C, ".const:xdc_runtime_Defaults_Module__loggerDefined__C");
6376 __FAR__ const CT__xdc_runtime_Defaults_Module__loggerDefined xdc_runtime_Defaults_Module__loggerDefined__C = 0;
6377 
6378 /* Module__loggerObj__C */
6379 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__loggerObj__C, ".const:xdc_runtime_Defaults_Module__loggerObj__C");
6380 __FAR__ const CT__xdc_runtime_Defaults_Module__loggerObj xdc_runtime_Defaults_Module__loggerObj__C = ((CT__xdc_runtime_Defaults_Module__loggerObj)0);
6381 
6382 /* Module__loggerFxn0__C */
6383 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__loggerFxn0__C, ".const:xdc_runtime_Defaults_Module__loggerFxn0__C");
6384 __FAR__ const CT__xdc_runtime_Defaults_Module__loggerFxn0 xdc_runtime_Defaults_Module__loggerFxn0__C = ((CT__xdc_runtime_Defaults_Module__loggerFxn0)0);
6385 
6386 /* Module__loggerFxn1__C */
6387 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__loggerFxn1__C, ".const:xdc_runtime_Defaults_Module__loggerFxn1__C");
6388 __FAR__ const CT__xdc_runtime_Defaults_Module__loggerFxn1 xdc_runtime_Defaults_Module__loggerFxn1__C = ((CT__xdc_runtime_Defaults_Module__loggerFxn1)0);
6389 
6390 /* Module__loggerFxn2__C */
6391 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__loggerFxn2__C, ".const:xdc_runtime_Defaults_Module__loggerFxn2__C");
6392 __FAR__ const CT__xdc_runtime_Defaults_Module__loggerFxn2 xdc_runtime_Defaults_Module__loggerFxn2__C = ((CT__xdc_runtime_Defaults_Module__loggerFxn2)0);
6393 
6394 /* Module__loggerFxn4__C */
6395 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__loggerFxn4__C, ".const:xdc_runtime_Defaults_Module__loggerFxn4__C");
6396 __FAR__ const CT__xdc_runtime_Defaults_Module__loggerFxn4 xdc_runtime_Defaults_Module__loggerFxn4__C = ((CT__xdc_runtime_Defaults_Module__loggerFxn4)0);
6397 
6398 /* Module__loggerFxn8__C */
6399 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__loggerFxn8__C, ".const:xdc_runtime_Defaults_Module__loggerFxn8__C");
6400 __FAR__ const CT__xdc_runtime_Defaults_Module__loggerFxn8 xdc_runtime_Defaults_Module__loggerFxn8__C = ((CT__xdc_runtime_Defaults_Module__loggerFxn8)0);
6401 
6402 /* Object__count__C */
6403 #pragma DATA_SECTION(xdc_runtime_Defaults_Object__count__C, ".const:xdc_runtime_Defaults_Object__count__C");
6404 __FAR__ const CT__xdc_runtime_Defaults_Object__count xdc_runtime_Defaults_Object__count__C = 0;
6405 
6406 /* Object__heap__C */
6407 #pragma DATA_SECTION(xdc_runtime_Defaults_Object__heap__C, ".const:xdc_runtime_Defaults_Object__heap__C");
6408 __FAR__ const CT__xdc_runtime_Defaults_Object__heap xdc_runtime_Defaults_Object__heap__C = 0;
6409 
6410 /* Object__sizeof__C */
6411 #pragma DATA_SECTION(xdc_runtime_Defaults_Object__sizeof__C, ".const:xdc_runtime_Defaults_Object__sizeof__C");
6412 __FAR__ const CT__xdc_runtime_Defaults_Object__sizeof xdc_runtime_Defaults_Object__sizeof__C = 0;
6413 
6414 /* Object__table__C */
6415 #pragma DATA_SECTION(xdc_runtime_Defaults_Object__table__C, ".const:xdc_runtime_Defaults_Object__table__C");
6416 __FAR__ const CT__xdc_runtime_Defaults_Object__table xdc_runtime_Defaults_Object__table__C = 0;
6417 
6418 
6419 /*
6420  * ======== xdc.runtime.Diags INITIALIZERS ========
6421  */
6422 
6423 /* Module__diagsEnabled__C */
6424 #pragma DATA_SECTION(xdc_runtime_Diags_Module__diagsEnabled__C, ".const:xdc_runtime_Diags_Module__diagsEnabled__C");
6425 __FAR__ const CT__xdc_runtime_Diags_Module__diagsEnabled xdc_runtime_Diags_Module__diagsEnabled__C = (xdc_Bits32)0x10;
6426 
6427 /* Module__diagsIncluded__C */
6428 #pragma DATA_SECTION(xdc_runtime_Diags_Module__diagsIncluded__C, ".const:xdc_runtime_Diags_Module__diagsIncluded__C");
6429 __FAR__ const CT__xdc_runtime_Diags_Module__diagsIncluded xdc_runtime_Diags_Module__diagsIncluded__C = (xdc_Bits32)0x10;
6430 
6431 /* Module__diagsMask__C */
6432 #pragma DATA_SECTION(xdc_runtime_Diags_Module__diagsMask__C, ".const:xdc_runtime_Diags_Module__diagsMask__C");
6433 __FAR__ const CT__xdc_runtime_Diags_Module__diagsMask xdc_runtime_Diags_Module__diagsMask__C = ((CT__xdc_runtime_Diags_Module__diagsMask)0);
6434 
6435 /* Module__gateObj__C */
6436 #pragma DATA_SECTION(xdc_runtime_Diags_Module__gateObj__C, ".const:xdc_runtime_Diags_Module__gateObj__C");
6437 __FAR__ const CT__xdc_runtime_Diags_Module__gateObj xdc_runtime_Diags_Module__gateObj__C = ((CT__xdc_runtime_Diags_Module__gateObj)0);
6438 
6439 /* Module__gatePrms__C */
6440 #pragma DATA_SECTION(xdc_runtime_Diags_Module__gatePrms__C, ".const:xdc_runtime_Diags_Module__gatePrms__C");
6441 __FAR__ const CT__xdc_runtime_Diags_Module__gatePrms xdc_runtime_Diags_Module__gatePrms__C = ((CT__xdc_runtime_Diags_Module__gatePrms)0);
6442 
6443 /* Module__id__C */
6444 #pragma DATA_SECTION(xdc_runtime_Diags_Module__id__C, ".const:xdc_runtime_Diags_Module__id__C");
6445 __FAR__ const CT__xdc_runtime_Diags_Module__id xdc_runtime_Diags_Module__id__C = (xdc_Bits16)0x8005;
6446 
6447 /* Module__loggerDefined__C */
6448 #pragma DATA_SECTION(xdc_runtime_Diags_Module__loggerDefined__C, ".const:xdc_runtime_Diags_Module__loggerDefined__C");
6449 __FAR__ const CT__xdc_runtime_Diags_Module__loggerDefined xdc_runtime_Diags_Module__loggerDefined__C = 0;
6450 
6451 /* Module__loggerObj__C */
6452 #pragma DATA_SECTION(xdc_runtime_Diags_Module__loggerObj__C, ".const:xdc_runtime_Diags_Module__loggerObj__C");
6453 __FAR__ const CT__xdc_runtime_Diags_Module__loggerObj xdc_runtime_Diags_Module__loggerObj__C = ((CT__xdc_runtime_Diags_Module__loggerObj)0);
6454 
6455 /* Module__loggerFxn0__C */
6456 #pragma DATA_SECTION(xdc_runtime_Diags_Module__loggerFxn0__C, ".const:xdc_runtime_Diags_Module__loggerFxn0__C");
6457 __FAR__ const CT__xdc_runtime_Diags_Module__loggerFxn0 xdc_runtime_Diags_Module__loggerFxn0__C = ((CT__xdc_runtime_Diags_Module__loggerFxn0)0);
6458 
6459 /* Module__loggerFxn1__C */
6460 #pragma DATA_SECTION(xdc_runtime_Diags_Module__loggerFxn1__C, ".const:xdc_runtime_Diags_Module__loggerFxn1__C");
6461 __FAR__ const CT__xdc_runtime_Diags_Module__loggerFxn1 xdc_runtime_Diags_Module__loggerFxn1__C = ((CT__xdc_runtime_Diags_Module__loggerFxn1)0);
6462 
6463 /* Module__loggerFxn2__C */
6464 #pragma DATA_SECTION(xdc_runtime_Diags_Module__loggerFxn2__C, ".const:xdc_runtime_Diags_Module__loggerFxn2__C");
6465 __FAR__ const CT__xdc_runtime_Diags_Module__loggerFxn2 xdc_runtime_Diags_Module__loggerFxn2__C = ((CT__xdc_runtime_Diags_Module__loggerFxn2)0);
6466 
6467 /* Module__loggerFxn4__C */
6468 #pragma DATA_SECTION(xdc_runtime_Diags_Module__loggerFxn4__C, ".const:xdc_runtime_Diags_Module__loggerFxn4__C");
6469 __FAR__ const CT__xdc_runtime_Diags_Module__loggerFxn4 xdc_runtime_Diags_Module__loggerFxn4__C = ((CT__xdc_runtime_Diags_Module__loggerFxn4)0);
6470 
6471 /* Module__loggerFxn8__C */
6472 #pragma DATA_SECTION(xdc_runtime_Diags_Module__loggerFxn8__C, ".const:xdc_runtime_Diags_Module__loggerFxn8__C");
6473 __FAR__ const CT__xdc_runtime_Diags_Module__loggerFxn8 xdc_runtime_Diags_Module__loggerFxn8__C = ((CT__xdc_runtime_Diags_Module__loggerFxn8)0);
6474 
6475 /* Object__count__C */
6476 #pragma DATA_SECTION(xdc_runtime_Diags_Object__count__C, ".const:xdc_runtime_Diags_Object__count__C");
6477 __FAR__ const CT__xdc_runtime_Diags_Object__count xdc_runtime_Diags_Object__count__C = 0;
6478 
6479 /* Object__heap__C */
6480 #pragma DATA_SECTION(xdc_runtime_Diags_Object__heap__C, ".const:xdc_runtime_Diags_Object__heap__C");
6481 __FAR__ const CT__xdc_runtime_Diags_Object__heap xdc_runtime_Diags_Object__heap__C = 0;
6482 
6483 /* Object__sizeof__C */
6484 #pragma DATA_SECTION(xdc_runtime_Diags_Object__sizeof__C, ".const:xdc_runtime_Diags_Object__sizeof__C");
6485 __FAR__ const CT__xdc_runtime_Diags_Object__sizeof xdc_runtime_Diags_Object__sizeof__C = 0;
6486 
6487 /* Object__table__C */
6488 #pragma DATA_SECTION(xdc_runtime_Diags_Object__table__C, ".const:xdc_runtime_Diags_Object__table__C");
6489 __FAR__ const CT__xdc_runtime_Diags_Object__table xdc_runtime_Diags_Object__table__C = 0;
6490 
6491 /* setMaskEnabled__C */
6492 #pragma DATA_SECTION(xdc_runtime_Diags_setMaskEnabled__C, ".const:xdc_runtime_Diags_setMaskEnabled__C");
6493 __FAR__ const CT__xdc_runtime_Diags_setMaskEnabled xdc_runtime_Diags_setMaskEnabled__C = 0;
6494 
6495 /* dictBase__C */
6496 #pragma DATA_SECTION(xdc_runtime_Diags_dictBase__C, ".const:xdc_runtime_Diags_dictBase__C");
6497 __FAR__ const CT__xdc_runtime_Diags_dictBase xdc_runtime_Diags_dictBase__C = ((CT__xdc_runtime_Diags_dictBase)0);
6498 
6499 
6500 /*
6501  * ======== xdc.runtime.Error INITIALIZERS ========
6502  */
6503 
6504 /* Module__state__V */
6505 #if defined (__ICCARM__)
6506 #pragma location = ".data_xdc_runtime_Error_Module__state__V"
6507 #endif
6508 #if defined(__llvm__) && defined(__ti__)
6509 xdc_runtime_Error_Module_State__ xdc_runtime_Error_Module__state__V __attribute__ ((section(".data:xdc_runtime_Error_Module__state__V")));
6510 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
6511 #ifndef __TI_COMPILER_VERSION__
6512 xdc_runtime_Error_Module_State__ xdc_runtime_Error_Module__state__V __attribute__ ((section(".data_xdc_runtime_Error_Module__state__V")));
6513 #endif
6514 #endif
6516  (xdc_UInt16)0x0, /* count */
6517 };
6518 
6519 /* Module__diagsEnabled__C */
6520 #pragma DATA_SECTION(xdc_runtime_Error_Module__diagsEnabled__C, ".const:xdc_runtime_Error_Module__diagsEnabled__C");
6521 __FAR__ const CT__xdc_runtime_Error_Module__diagsEnabled xdc_runtime_Error_Module__diagsEnabled__C = (xdc_Bits32)0x90;
6522 
6523 /* Module__diagsIncluded__C */
6524 #pragma DATA_SECTION(xdc_runtime_Error_Module__diagsIncluded__C, ".const:xdc_runtime_Error_Module__diagsIncluded__C");
6525 __FAR__ const CT__xdc_runtime_Error_Module__diagsIncluded xdc_runtime_Error_Module__diagsIncluded__C = (xdc_Bits32)0x90;
6526 
6527 /* Module__diagsMask__C */
6528 #pragma DATA_SECTION(xdc_runtime_Error_Module__diagsMask__C, ".const:xdc_runtime_Error_Module__diagsMask__C");
6529 __FAR__ const CT__xdc_runtime_Error_Module__diagsMask xdc_runtime_Error_Module__diagsMask__C = ((CT__xdc_runtime_Error_Module__diagsMask)0);
6530 
6531 /* Module__gateObj__C */
6532 #pragma DATA_SECTION(xdc_runtime_Error_Module__gateObj__C, ".const:xdc_runtime_Error_Module__gateObj__C");
6533 __FAR__ const CT__xdc_runtime_Error_Module__gateObj xdc_runtime_Error_Module__gateObj__C = ((CT__xdc_runtime_Error_Module__gateObj)0);
6534 
6535 /* Module__gatePrms__C */
6536 #pragma DATA_SECTION(xdc_runtime_Error_Module__gatePrms__C, ".const:xdc_runtime_Error_Module__gatePrms__C");
6537 __FAR__ const CT__xdc_runtime_Error_Module__gatePrms xdc_runtime_Error_Module__gatePrms__C = ((CT__xdc_runtime_Error_Module__gatePrms)0);
6538 
6539 /* Module__id__C */
6540 #pragma DATA_SECTION(xdc_runtime_Error_Module__id__C, ".const:xdc_runtime_Error_Module__id__C");
6541 __FAR__ const CT__xdc_runtime_Error_Module__id xdc_runtime_Error_Module__id__C = (xdc_Bits16)0x8006;
6542 
6543 /* Module__loggerDefined__C */
6544 #pragma DATA_SECTION(xdc_runtime_Error_Module__loggerDefined__C, ".const:xdc_runtime_Error_Module__loggerDefined__C");
6545 __FAR__ const CT__xdc_runtime_Error_Module__loggerDefined xdc_runtime_Error_Module__loggerDefined__C = 0;
6546 
6547 /* Module__loggerObj__C */
6548 #pragma DATA_SECTION(xdc_runtime_Error_Module__loggerObj__C, ".const:xdc_runtime_Error_Module__loggerObj__C");
6549 __FAR__ const CT__xdc_runtime_Error_Module__loggerObj xdc_runtime_Error_Module__loggerObj__C = ((CT__xdc_runtime_Error_Module__loggerObj)0);
6550 
6551 /* Module__loggerFxn0__C */
6552 #pragma DATA_SECTION(xdc_runtime_Error_Module__loggerFxn0__C, ".const:xdc_runtime_Error_Module__loggerFxn0__C");
6553 __FAR__ const CT__xdc_runtime_Error_Module__loggerFxn0 xdc_runtime_Error_Module__loggerFxn0__C = ((CT__xdc_runtime_Error_Module__loggerFxn0)0);
6554 
6555 /* Module__loggerFxn1__C */
6556 #pragma DATA_SECTION(xdc_runtime_Error_Module__loggerFxn1__C, ".const:xdc_runtime_Error_Module__loggerFxn1__C");
6557 __FAR__ const CT__xdc_runtime_Error_Module__loggerFxn1 xdc_runtime_Error_Module__loggerFxn1__C = ((CT__xdc_runtime_Error_Module__loggerFxn1)0);
6558 
6559 /* Module__loggerFxn2__C */
6560 #pragma DATA_SECTION(xdc_runtime_Error_Module__loggerFxn2__C, ".const:xdc_runtime_Error_Module__loggerFxn2__C");
6561 __FAR__ const CT__xdc_runtime_Error_Module__loggerFxn2 xdc_runtime_Error_Module__loggerFxn2__C = ((CT__xdc_runtime_Error_Module__loggerFxn2)0);
6562 
6563 /* Module__loggerFxn4__C */
6564 #pragma DATA_SECTION(xdc_runtime_Error_Module__loggerFxn4__C, ".const:xdc_runtime_Error_Module__loggerFxn4__C");
6565 __FAR__ const CT__xdc_runtime_Error_Module__loggerFxn4 xdc_runtime_Error_Module__loggerFxn4__C = ((CT__xdc_runtime_Error_Module__loggerFxn4)0);
6566 
6567 /* Module__loggerFxn8__C */
6568 #pragma DATA_SECTION(xdc_runtime_Error_Module__loggerFxn8__C, ".const:xdc_runtime_Error_Module__loggerFxn8__C");
6569 __FAR__ const CT__xdc_runtime_Error_Module__loggerFxn8 xdc_runtime_Error_Module__loggerFxn8__C = ((CT__xdc_runtime_Error_Module__loggerFxn8)0);
6570 
6571 /* Object__count__C */
6572 #pragma DATA_SECTION(xdc_runtime_Error_Object__count__C, ".const:xdc_runtime_Error_Object__count__C");
6573 __FAR__ const CT__xdc_runtime_Error_Object__count xdc_runtime_Error_Object__count__C = 0;
6574 
6575 /* Object__heap__C */
6576 #pragma DATA_SECTION(xdc_runtime_Error_Object__heap__C, ".const:xdc_runtime_Error_Object__heap__C");
6577 __FAR__ const CT__xdc_runtime_Error_Object__heap xdc_runtime_Error_Object__heap__C = 0;
6578 
6579 /* Object__sizeof__C */
6580 #pragma DATA_SECTION(xdc_runtime_Error_Object__sizeof__C, ".const:xdc_runtime_Error_Object__sizeof__C");
6581 __FAR__ const CT__xdc_runtime_Error_Object__sizeof xdc_runtime_Error_Object__sizeof__C = 0;
6582 
6583 /* Object__table__C */
6584 #pragma DATA_SECTION(xdc_runtime_Error_Object__table__C, ".const:xdc_runtime_Error_Object__table__C");
6585 __FAR__ const CT__xdc_runtime_Error_Object__table xdc_runtime_Error_Object__table__C = 0;
6586 
6587 /* policyFxn__C */
6588 #pragma DATA_SECTION(xdc_runtime_Error_policyFxn__C, ".const:xdc_runtime_Error_policyFxn__C");
6589 __FAR__ const CT__xdc_runtime_Error_policyFxn xdc_runtime_Error_policyFxn__C = ((CT__xdc_runtime_Error_policyFxn)((xdc_Fxn)xdc_runtime_Error_policyDefault__E));
6590 
6591 /* E_generic__C */
6592 #pragma DATA_SECTION(xdc_runtime_Error_E_generic__C, ".const:xdc_runtime_Error_E_generic__C");
6593 __FAR__ const CT__xdc_runtime_Error_E_generic xdc_runtime_Error_E_generic__C = (((xdc_runtime_Error_Id)3850) << 16 | 0);
6594 
6595 /* E_memory__C */
6596 #pragma DATA_SECTION(xdc_runtime_Error_E_memory__C, ".const:xdc_runtime_Error_E_memory__C");
6597 __FAR__ const CT__xdc_runtime_Error_E_memory xdc_runtime_Error_E_memory__C = (((xdc_runtime_Error_Id)3854) << 16 | 0);
6598 
6599 /* E_msgCode__C */
6600 #pragma DATA_SECTION(xdc_runtime_Error_E_msgCode__C, ".const:xdc_runtime_Error_E_msgCode__C");
6601 __FAR__ const CT__xdc_runtime_Error_E_msgCode xdc_runtime_Error_E_msgCode__C = (((xdc_runtime_Error_Id)3888) << 16 | 0);
6602 
6603 /* policy__C */
6604 #pragma DATA_SECTION(xdc_runtime_Error_policy__C, ".const:xdc_runtime_Error_policy__C");
6605 __FAR__ const CT__xdc_runtime_Error_policy xdc_runtime_Error_policy__C = xdc_runtime_Error_UNWIND;
6606 
6607 /* raiseHook__C */
6608 #pragma DATA_SECTION(xdc_runtime_Error_raiseHook__C, ".const:xdc_runtime_Error_raiseHook__C");
6609 __FAR__ const CT__xdc_runtime_Error_raiseHook xdc_runtime_Error_raiseHook__C = ((CT__xdc_runtime_Error_raiseHook)((xdc_Fxn)ti_sysbios_BIOS_errorRaiseHook__I));
6610 
6611 /* maxDepth__C */
6612 #pragma DATA_SECTION(xdc_runtime_Error_maxDepth__C, ".const:xdc_runtime_Error_maxDepth__C");
6613 __FAR__ const CT__xdc_runtime_Error_maxDepth xdc_runtime_Error_maxDepth__C = (xdc_UInt16)0x10;
6614 
6615 
6616 /*
6617  * ======== xdc.runtime.Gate INITIALIZERS ========
6618  */
6619 
6620 /* Module__diagsEnabled__C */
6621 #pragma DATA_SECTION(xdc_runtime_Gate_Module__diagsEnabled__C, ".const:xdc_runtime_Gate_Module__diagsEnabled__C");
6622 __FAR__ const CT__xdc_runtime_Gate_Module__diagsEnabled xdc_runtime_Gate_Module__diagsEnabled__C = (xdc_Bits32)0x10;
6623 
6624 /* Module__diagsIncluded__C */
6625 #pragma DATA_SECTION(xdc_runtime_Gate_Module__diagsIncluded__C, ".const:xdc_runtime_Gate_Module__diagsIncluded__C");
6626 __FAR__ const CT__xdc_runtime_Gate_Module__diagsIncluded xdc_runtime_Gate_Module__diagsIncluded__C = (xdc_Bits32)0x10;
6627 
6628 /* Module__diagsMask__C */
6629 #pragma DATA_SECTION(xdc_runtime_Gate_Module__diagsMask__C, ".const:xdc_runtime_Gate_Module__diagsMask__C");
6630 __FAR__ const CT__xdc_runtime_Gate_Module__diagsMask xdc_runtime_Gate_Module__diagsMask__C = ((CT__xdc_runtime_Gate_Module__diagsMask)0);
6631 
6632 /* Module__gateObj__C */
6633 #pragma DATA_SECTION(xdc_runtime_Gate_Module__gateObj__C, ".const:xdc_runtime_Gate_Module__gateObj__C");
6634 __FAR__ const CT__xdc_runtime_Gate_Module__gateObj xdc_runtime_Gate_Module__gateObj__C = ((CT__xdc_runtime_Gate_Module__gateObj)0);
6635 
6636 /* Module__gatePrms__C */
6637 #pragma DATA_SECTION(xdc_runtime_Gate_Module__gatePrms__C, ".const:xdc_runtime_Gate_Module__gatePrms__C");
6638 __FAR__ const CT__xdc_runtime_Gate_Module__gatePrms xdc_runtime_Gate_Module__gatePrms__C = ((CT__xdc_runtime_Gate_Module__gatePrms)0);
6639 
6640 /* Module__id__C */
6641 #pragma DATA_SECTION(xdc_runtime_Gate_Module__id__C, ".const:xdc_runtime_Gate_Module__id__C");
6642 __FAR__ const CT__xdc_runtime_Gate_Module__id xdc_runtime_Gate_Module__id__C = (xdc_Bits16)0x8007;
6643 
6644 /* Module__loggerDefined__C */
6645 #pragma DATA_SECTION(xdc_runtime_Gate_Module__loggerDefined__C, ".const:xdc_runtime_Gate_Module__loggerDefined__C");
6646 __FAR__ const CT__xdc_runtime_Gate_Module__loggerDefined xdc_runtime_Gate_Module__loggerDefined__C = 0;
6647 
6648 /* Module__loggerObj__C */
6649 #pragma DATA_SECTION(xdc_runtime_Gate_Module__loggerObj__C, ".const:xdc_runtime_Gate_Module__loggerObj__C");
6650 __FAR__ const CT__xdc_runtime_Gate_Module__loggerObj xdc_runtime_Gate_Module__loggerObj__C = ((CT__xdc_runtime_Gate_Module__loggerObj)0);
6651 
6652 /* Module__loggerFxn0__C */
6653 #pragma DATA_SECTION(xdc_runtime_Gate_Module__loggerFxn0__C, ".const:xdc_runtime_Gate_Module__loggerFxn0__C");
6654 __FAR__ const CT__xdc_runtime_Gate_Module__loggerFxn0 xdc_runtime_Gate_Module__loggerFxn0__C = ((CT__xdc_runtime_Gate_Module__loggerFxn0)0);
6655 
6656 /* Module__loggerFxn1__C */
6657 #pragma DATA_SECTION(xdc_runtime_Gate_Module__loggerFxn1__C, ".const:xdc_runtime_Gate_Module__loggerFxn1__C");
6658 __FAR__ const CT__xdc_runtime_Gate_Module__loggerFxn1 xdc_runtime_Gate_Module__loggerFxn1__C = ((CT__xdc_runtime_Gate_Module__loggerFxn1)0);
6659 
6660 /* Module__loggerFxn2__C */
6661 #pragma DATA_SECTION(xdc_runtime_Gate_Module__loggerFxn2__C, ".const:xdc_runtime_Gate_Module__loggerFxn2__C");
6662 __FAR__ const CT__xdc_runtime_Gate_Module__loggerFxn2 xdc_runtime_Gate_Module__loggerFxn2__C = ((CT__xdc_runtime_Gate_Module__loggerFxn2)0);
6663 
6664 /* Module__loggerFxn4__C */
6665 #pragma DATA_SECTION(xdc_runtime_Gate_Module__loggerFxn4__C, ".const:xdc_runtime_Gate_Module__loggerFxn4__C");
6666 __FAR__ const CT__xdc_runtime_Gate_Module__loggerFxn4 xdc_runtime_Gate_Module__loggerFxn4__C = ((CT__xdc_runtime_Gate_Module__loggerFxn4)0);
6667 
6668 /* Module__loggerFxn8__C */
6669 #pragma DATA_SECTION(xdc_runtime_Gate_Module__loggerFxn8__C, ".const:xdc_runtime_Gate_Module__loggerFxn8__C");
6670 __FAR__ const CT__xdc_runtime_Gate_Module__loggerFxn8 xdc_runtime_Gate_Module__loggerFxn8__C = ((CT__xdc_runtime_Gate_Module__loggerFxn8)0);
6671 
6672 /* Object__count__C */
6673 #pragma DATA_SECTION(xdc_runtime_Gate_Object__count__C, ".const:xdc_runtime_Gate_Object__count__C");
6674 __FAR__ const CT__xdc_runtime_Gate_Object__count xdc_runtime_Gate_Object__count__C = 0;
6675 
6676 /* Object__heap__C */
6677 #pragma DATA_SECTION(xdc_runtime_Gate_Object__heap__C, ".const:xdc_runtime_Gate_Object__heap__C");
6678 __FAR__ const CT__xdc_runtime_Gate_Object__heap xdc_runtime_Gate_Object__heap__C = 0;
6679 
6680 /* Object__sizeof__C */
6681 #pragma DATA_SECTION(xdc_runtime_Gate_Object__sizeof__C, ".const:xdc_runtime_Gate_Object__sizeof__C");
6682 __FAR__ const CT__xdc_runtime_Gate_Object__sizeof xdc_runtime_Gate_Object__sizeof__C = 0;
6683 
6684 /* Object__table__C */
6685 #pragma DATA_SECTION(xdc_runtime_Gate_Object__table__C, ".const:xdc_runtime_Gate_Object__table__C");
6686 __FAR__ const CT__xdc_runtime_Gate_Object__table xdc_runtime_Gate_Object__table__C = 0;
6687 
6688 
6689 /*
6690  * ======== xdc.runtime.Log INITIALIZERS ========
6691  */
6692 
6693 /* Module__diagsEnabled__C */
6694 #pragma DATA_SECTION(xdc_runtime_Log_Module__diagsEnabled__C, ".const:xdc_runtime_Log_Module__diagsEnabled__C");
6695 __FAR__ const CT__xdc_runtime_Log_Module__diagsEnabled xdc_runtime_Log_Module__diagsEnabled__C = (xdc_Bits32)0x10;
6696 
6697 /* Module__diagsIncluded__C */
6698 #pragma DATA_SECTION(xdc_runtime_Log_Module__diagsIncluded__C, ".const:xdc_runtime_Log_Module__diagsIncluded__C");
6699 __FAR__ const CT__xdc_runtime_Log_Module__diagsIncluded xdc_runtime_Log_Module__diagsIncluded__C = (xdc_Bits32)0x10;
6700 
6701 /* Module__diagsMask__C */
6702 #pragma DATA_SECTION(xdc_runtime_Log_Module__diagsMask__C, ".const:xdc_runtime_Log_Module__diagsMask__C");
6703 __FAR__ const CT__xdc_runtime_Log_Module__diagsMask xdc_runtime_Log_Module__diagsMask__C = ((CT__xdc_runtime_Log_Module__diagsMask)0);
6704 
6705 /* Module__gateObj__C */
6706 #pragma DATA_SECTION(xdc_runtime_Log_Module__gateObj__C, ".const:xdc_runtime_Log_Module__gateObj__C");
6707 __FAR__ const CT__xdc_runtime_Log_Module__gateObj xdc_runtime_Log_Module__gateObj__C = ((CT__xdc_runtime_Log_Module__gateObj)0);
6708 
6709 /* Module__gatePrms__C */
6710 #pragma DATA_SECTION(xdc_runtime_Log_Module__gatePrms__C, ".const:xdc_runtime_Log_Module__gatePrms__C");
6711 __FAR__ const CT__xdc_runtime_Log_Module__gatePrms xdc_runtime_Log_Module__gatePrms__C = ((CT__xdc_runtime_Log_Module__gatePrms)0);
6712 
6713 /* Module__id__C */
6714 #pragma DATA_SECTION(xdc_runtime_Log_Module__id__C, ".const:xdc_runtime_Log_Module__id__C");
6715 __FAR__ const CT__xdc_runtime_Log_Module__id xdc_runtime_Log_Module__id__C = (xdc_Bits16)0x8008;
6716 
6717 /* Module__loggerDefined__C */
6718 #pragma DATA_SECTION(xdc_runtime_Log_Module__loggerDefined__C, ".const:xdc_runtime_Log_Module__loggerDefined__C");
6719 __FAR__ const CT__xdc_runtime_Log_Module__loggerDefined xdc_runtime_Log_Module__loggerDefined__C = 0;
6720 
6721 /* Module__loggerObj__C */
6722 #pragma DATA_SECTION(xdc_runtime_Log_Module__loggerObj__C, ".const:xdc_runtime_Log_Module__loggerObj__C");
6723 __FAR__ const CT__xdc_runtime_Log_Module__loggerObj xdc_runtime_Log_Module__loggerObj__C = ((CT__xdc_runtime_Log_Module__loggerObj)0);
6724 
6725 /* Module__loggerFxn0__C */
6726 #pragma DATA_SECTION(xdc_runtime_Log_Module__loggerFxn0__C, ".const:xdc_runtime_Log_Module__loggerFxn0__C");
6727 __FAR__ const CT__xdc_runtime_Log_Module__loggerFxn0 xdc_runtime_Log_Module__loggerFxn0__C = ((CT__xdc_runtime_Log_Module__loggerFxn0)0);
6728 
6729 /* Module__loggerFxn1__C */
6730 #pragma DATA_SECTION(xdc_runtime_Log_Module__loggerFxn1__C, ".const:xdc_runtime_Log_Module__loggerFxn1__C");
6731 __FAR__ const CT__xdc_runtime_Log_Module__loggerFxn1 xdc_runtime_Log_Module__loggerFxn1__C = ((CT__xdc_runtime_Log_Module__loggerFxn1)0);
6732 
6733 /* Module__loggerFxn2__C */
6734 #pragma DATA_SECTION(xdc_runtime_Log_Module__loggerFxn2__C, ".const:xdc_runtime_Log_Module__loggerFxn2__C");
6735 __FAR__ const CT__xdc_runtime_Log_Module__loggerFxn2 xdc_runtime_Log_Module__loggerFxn2__C = ((CT__xdc_runtime_Log_Module__loggerFxn2)0);
6736 
6737 /* Module__loggerFxn4__C */
6738 #pragma DATA_SECTION(xdc_runtime_Log_Module__loggerFxn4__C, ".const:xdc_runtime_Log_Module__loggerFxn4__C");
6739 __FAR__ const CT__xdc_runtime_Log_Module__loggerFxn4 xdc_runtime_Log_Module__loggerFxn4__C = ((CT__xdc_runtime_Log_Module__loggerFxn4)0);
6740 
6741 /* Module__loggerFxn8__C */
6742 #pragma DATA_SECTION(xdc_runtime_Log_Module__loggerFxn8__C, ".const:xdc_runtime_Log_Module__loggerFxn8__C");
6743 __FAR__ const CT__xdc_runtime_Log_Module__loggerFxn8 xdc_runtime_Log_Module__loggerFxn8__C = ((CT__xdc_runtime_Log_Module__loggerFxn8)0);
6744 
6745 /* Object__count__C */
6746 #pragma DATA_SECTION(xdc_runtime_Log_Object__count__C, ".const:xdc_runtime_Log_Object__count__C");
6747 __FAR__ const CT__xdc_runtime_Log_Object__count xdc_runtime_Log_Object__count__C = 0;
6748 
6749 /* Object__heap__C */
6750 #pragma DATA_SECTION(xdc_runtime_Log_Object__heap__C, ".const:xdc_runtime_Log_Object__heap__C");
6751 __FAR__ const CT__xdc_runtime_Log_Object__heap xdc_runtime_Log_Object__heap__C = 0;
6752 
6753 /* Object__sizeof__C */
6754 #pragma DATA_SECTION(xdc_runtime_Log_Object__sizeof__C, ".const:xdc_runtime_Log_Object__sizeof__C");
6755 __FAR__ const CT__xdc_runtime_Log_Object__sizeof xdc_runtime_Log_Object__sizeof__C = 0;
6756 
6757 /* Object__table__C */
6758 #pragma DATA_SECTION(xdc_runtime_Log_Object__table__C, ".const:xdc_runtime_Log_Object__table__C");
6759 __FAR__ const CT__xdc_runtime_Log_Object__table xdc_runtime_Log_Object__table__C = 0;
6760 
6761 /* L_construct__C */
6762 #pragma DATA_SECTION(xdc_runtime_Log_L_construct__C, ".const:xdc_runtime_Log_L_construct__C");
6763 __FAR__ const CT__xdc_runtime_Log_L_construct xdc_runtime_Log_L_construct__C = (((xdc_runtime_Log_Event)5308) << 16 | 4);
6764 
6765 /* L_create__C */
6766 #pragma DATA_SECTION(xdc_runtime_Log_L_create__C, ".const:xdc_runtime_Log_L_create__C");
6767 __FAR__ const CT__xdc_runtime_Log_L_create xdc_runtime_Log_L_create__C = (((xdc_runtime_Log_Event)5332) << 16 | 4);
6768 
6769 /* L_destruct__C */
6770 #pragma DATA_SECTION(xdc_runtime_Log_L_destruct__C, ".const:xdc_runtime_Log_L_destruct__C");
6771 __FAR__ const CT__xdc_runtime_Log_L_destruct xdc_runtime_Log_L_destruct__C = (((xdc_runtime_Log_Event)5353) << 16 | 4);
6772 
6773 /* L_delete__C */
6774 #pragma DATA_SECTION(xdc_runtime_Log_L_delete__C, ".const:xdc_runtime_Log_L_delete__C");
6775 __FAR__ const CT__xdc_runtime_Log_L_delete xdc_runtime_Log_L_delete__C = (((xdc_runtime_Log_Event)5372) << 16 | 4);
6776 
6777 /* L_error__C */
6778 #pragma DATA_SECTION(xdc_runtime_Log_L_error__C, ".const:xdc_runtime_Log_L_error__C");
6779 __FAR__ const CT__xdc_runtime_Log_L_error xdc_runtime_Log_L_error__C = (((xdc_runtime_Log_Event)5389) << 16 | 192);
6780 
6781 /* L_warning__C */
6782 #pragma DATA_SECTION(xdc_runtime_Log_L_warning__C, ".const:xdc_runtime_Log_L_warning__C");
6783 __FAR__ const CT__xdc_runtime_Log_L_warning xdc_runtime_Log_L_warning__C = (((xdc_runtime_Log_Event)5403) << 16 | 224);
6784 
6785 /* L_info__C */
6786 #pragma DATA_SECTION(xdc_runtime_Log_L_info__C, ".const:xdc_runtime_Log_L_info__C");
6787 __FAR__ const CT__xdc_runtime_Log_L_info xdc_runtime_Log_L_info__C = (((xdc_runtime_Log_Event)5419) << 16 | 16384);
6788 
6789 /* L_start__C */
6790 #pragma DATA_SECTION(xdc_runtime_Log_L_start__C, ".const:xdc_runtime_Log_L_start__C");
6791 __FAR__ const CT__xdc_runtime_Log_L_start xdc_runtime_Log_L_start__C = (((xdc_runtime_Log_Event)5426) << 16 | 32768);
6792 
6793 /* L_stop__C */
6794 #pragma DATA_SECTION(xdc_runtime_Log_L_stop__C, ".const:xdc_runtime_Log_L_stop__C");
6795 __FAR__ const CT__xdc_runtime_Log_L_stop xdc_runtime_Log_L_stop__C = (((xdc_runtime_Log_Event)5437) << 16 | 32768);
6796 
6797 /* L_startInstance__C */
6798 #pragma DATA_SECTION(xdc_runtime_Log_L_startInstance__C, ".const:xdc_runtime_Log_L_startInstance__C");
6799 __FAR__ const CT__xdc_runtime_Log_L_startInstance xdc_runtime_Log_L_startInstance__C = (((xdc_runtime_Log_Event)5447) << 16 | 32768);
6800 
6801 /* L_stopInstance__C */
6802 #pragma DATA_SECTION(xdc_runtime_Log_L_stopInstance__C, ".const:xdc_runtime_Log_L_stopInstance__C");
6803 __FAR__ const CT__xdc_runtime_Log_L_stopInstance xdc_runtime_Log_L_stopInstance__C = (((xdc_runtime_Log_Event)5466) << 16 | 32768);
6804 
6805 
6806 /*
6807  * ======== xdc.runtime.Main INITIALIZERS ========
6808  */
6809 
6810 /* Module__diagsEnabled__C */
6811 #pragma DATA_SECTION(xdc_runtime_Main_Module__diagsEnabled__C, ".const:xdc_runtime_Main_Module__diagsEnabled__C");
6812 __FAR__ const CT__xdc_runtime_Main_Module__diagsEnabled xdc_runtime_Main_Module__diagsEnabled__C = (xdc_Bits32)0x90;
6813 
6814 /* Module__diagsIncluded__C */
6815 #pragma DATA_SECTION(xdc_runtime_Main_Module__diagsIncluded__C, ".const:xdc_runtime_Main_Module__diagsIncluded__C");
6816 __FAR__ const CT__xdc_runtime_Main_Module__diagsIncluded xdc_runtime_Main_Module__diagsIncluded__C = (xdc_Bits32)0x90;
6817 
6818 /* Module__diagsMask__C */
6819 #pragma DATA_SECTION(xdc_runtime_Main_Module__diagsMask__C, ".const:xdc_runtime_Main_Module__diagsMask__C");
6820 __FAR__ const CT__xdc_runtime_Main_Module__diagsMask xdc_runtime_Main_Module__diagsMask__C = ((CT__xdc_runtime_Main_Module__diagsMask)0);
6821 
6822 /* Module__gateObj__C */
6823 #pragma DATA_SECTION(xdc_runtime_Main_Module__gateObj__C, ".const:xdc_runtime_Main_Module__gateObj__C");
6824 __FAR__ const CT__xdc_runtime_Main_Module__gateObj xdc_runtime_Main_Module__gateObj__C = ((CT__xdc_runtime_Main_Module__gateObj)((const void*)(xdc_runtime_IGateProvider_Handle)&ti_sysbios_gates_GateHwi_Object__table__V[0]));
6825 
6826 /* Module__gatePrms__C */
6827 #pragma DATA_SECTION(xdc_runtime_Main_Module__gatePrms__C, ".const:xdc_runtime_Main_Module__gatePrms__C");
6828 __FAR__ const CT__xdc_runtime_Main_Module__gatePrms xdc_runtime_Main_Module__gatePrms__C = ((CT__xdc_runtime_Main_Module__gatePrms)0);
6829 
6830 /* Module__id__C */
6831 #pragma DATA_SECTION(xdc_runtime_Main_Module__id__C, ".const:xdc_runtime_Main_Module__id__C");
6832 __FAR__ const CT__xdc_runtime_Main_Module__id xdc_runtime_Main_Module__id__C = (xdc_Bits16)0x8009;
6833 
6834 /* Module__loggerDefined__C */
6835 #pragma DATA_SECTION(xdc_runtime_Main_Module__loggerDefined__C, ".const:xdc_runtime_Main_Module__loggerDefined__C");
6836 __FAR__ const CT__xdc_runtime_Main_Module__loggerDefined xdc_runtime_Main_Module__loggerDefined__C = 0;
6837 
6838 /* Module__loggerObj__C */
6839 #pragma DATA_SECTION(xdc_runtime_Main_Module__loggerObj__C, ".const:xdc_runtime_Main_Module__loggerObj__C");
6840 __FAR__ const CT__xdc_runtime_Main_Module__loggerObj xdc_runtime_Main_Module__loggerObj__C = ((CT__xdc_runtime_Main_Module__loggerObj)0);
6841 
6842 /* Module__loggerFxn0__C */
6843 #pragma DATA_SECTION(xdc_runtime_Main_Module__loggerFxn0__C, ".const:xdc_runtime_Main_Module__loggerFxn0__C");
6844 __FAR__ const CT__xdc_runtime_Main_Module__loggerFxn0 xdc_runtime_Main_Module__loggerFxn0__C = ((CT__xdc_runtime_Main_Module__loggerFxn0)0);
6845 
6846 /* Module__loggerFxn1__C */
6847 #pragma DATA_SECTION(xdc_runtime_Main_Module__loggerFxn1__C, ".const:xdc_runtime_Main_Module__loggerFxn1__C");
6848 __FAR__ const CT__xdc_runtime_Main_Module__loggerFxn1 xdc_runtime_Main_Module__loggerFxn1__C = ((CT__xdc_runtime_Main_Module__loggerFxn1)0);
6849 
6850 /* Module__loggerFxn2__C */
6851 #pragma DATA_SECTION(xdc_runtime_Main_Module__loggerFxn2__C, ".const:xdc_runtime_Main_Module__loggerFxn2__C");
6852 __FAR__ const CT__xdc_runtime_Main_Module__loggerFxn2 xdc_runtime_Main_Module__loggerFxn2__C = ((CT__xdc_runtime_Main_Module__loggerFxn2)0);
6853 
6854 /* Module__loggerFxn4__C */
6855 #pragma DATA_SECTION(xdc_runtime_Main_Module__loggerFxn4__C, ".const:xdc_runtime_Main_Module__loggerFxn4__C");
6856 __FAR__ const CT__xdc_runtime_Main_Module__loggerFxn4 xdc_runtime_Main_Module__loggerFxn4__C = ((CT__xdc_runtime_Main_Module__loggerFxn4)0);
6857 
6858 /* Module__loggerFxn8__C */
6859 #pragma DATA_SECTION(xdc_runtime_Main_Module__loggerFxn8__C, ".const:xdc_runtime_Main_Module__loggerFxn8__C");
6860 __FAR__ const CT__xdc_runtime_Main_Module__loggerFxn8 xdc_runtime_Main_Module__loggerFxn8__C = ((CT__xdc_runtime_Main_Module__loggerFxn8)0);
6861 
6862 /* Object__count__C */
6863 #pragma DATA_SECTION(xdc_runtime_Main_Object__count__C, ".const:xdc_runtime_Main_Object__count__C");
6864 __FAR__ const CT__xdc_runtime_Main_Object__count xdc_runtime_Main_Object__count__C = 0;
6865 
6866 /* Object__heap__C */
6867 #pragma DATA_SECTION(xdc_runtime_Main_Object__heap__C, ".const:xdc_runtime_Main_Object__heap__C");
6868 __FAR__ const CT__xdc_runtime_Main_Object__heap xdc_runtime_Main_Object__heap__C = 0;
6869 
6870 /* Object__sizeof__C */
6871 #pragma DATA_SECTION(xdc_runtime_Main_Object__sizeof__C, ".const:xdc_runtime_Main_Object__sizeof__C");
6872 __FAR__ const CT__xdc_runtime_Main_Object__sizeof xdc_runtime_Main_Object__sizeof__C = 0;
6873 
6874 /* Object__table__C */
6875 #pragma DATA_SECTION(xdc_runtime_Main_Object__table__C, ".const:xdc_runtime_Main_Object__table__C");
6876 __FAR__ const CT__xdc_runtime_Main_Object__table xdc_runtime_Main_Object__table__C = 0;
6877 
6878 
6879 /*
6880  * ======== xdc.runtime.Main_Module_GateProxy INITIALIZERS ========
6881  */
6882 
6883 
6884 /*
6885  * ======== xdc.runtime.Memory INITIALIZERS ========
6886  */
6887 
6888 /* Module__state__V */
6889 #if defined (__ICCARM__)
6890 #pragma location = ".data_xdc_runtime_Memory_Module__state__V"
6891 #endif
6892 #if defined(__llvm__) && defined(__ti__)
6893 xdc_runtime_Memory_Module_State__ xdc_runtime_Memory_Module__state__V __attribute__ ((section(".data:xdc_runtime_Memory_Module__state__V")));
6894 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
6895 #ifndef __TI_COMPILER_VERSION__
6896 xdc_runtime_Memory_Module_State__ xdc_runtime_Memory_Module__state__V __attribute__ ((section(".data_xdc_runtime_Memory_Module__state__V")));
6897 #endif
6898 #endif
6900  (xdc_SizeT)0x8, /* maxDefaultTypeAlign */
6901 };
6902 
6903 /* Module__diagsEnabled__C */
6904 #pragma DATA_SECTION(xdc_runtime_Memory_Module__diagsEnabled__C, ".const:xdc_runtime_Memory_Module__diagsEnabled__C");
6905 __FAR__ const CT__xdc_runtime_Memory_Module__diagsEnabled xdc_runtime_Memory_Module__diagsEnabled__C = (xdc_Bits32)0x10;
6906 
6907 /* Module__diagsIncluded__C */
6908 #pragma DATA_SECTION(xdc_runtime_Memory_Module__diagsIncluded__C, ".const:xdc_runtime_Memory_Module__diagsIncluded__C");
6909 __FAR__ const CT__xdc_runtime_Memory_Module__diagsIncluded xdc_runtime_Memory_Module__diagsIncluded__C = (xdc_Bits32)0x10;
6910 
6911 /* Module__diagsMask__C */
6912 #pragma DATA_SECTION(xdc_runtime_Memory_Module__diagsMask__C, ".const:xdc_runtime_Memory_Module__diagsMask__C");
6913 __FAR__ const CT__xdc_runtime_Memory_Module__diagsMask xdc_runtime_Memory_Module__diagsMask__C = ((CT__xdc_runtime_Memory_Module__diagsMask)0);
6914 
6915 /* Module__gateObj__C */
6916 #pragma DATA_SECTION(xdc_runtime_Memory_Module__gateObj__C, ".const:xdc_runtime_Memory_Module__gateObj__C");
6917 __FAR__ const CT__xdc_runtime_Memory_Module__gateObj xdc_runtime_Memory_Module__gateObj__C = ((CT__xdc_runtime_Memory_Module__gateObj)0);
6918 
6919 /* Module__gatePrms__C */
6920 #pragma DATA_SECTION(xdc_runtime_Memory_Module__gatePrms__C, ".const:xdc_runtime_Memory_Module__gatePrms__C");
6921 __FAR__ const CT__xdc_runtime_Memory_Module__gatePrms xdc_runtime_Memory_Module__gatePrms__C = ((CT__xdc_runtime_Memory_Module__gatePrms)0);
6922 
6923 /* Module__id__C */
6924 #pragma DATA_SECTION(xdc_runtime_Memory_Module__id__C, ".const:xdc_runtime_Memory_Module__id__C");
6925 __FAR__ const CT__xdc_runtime_Memory_Module__id xdc_runtime_Memory_Module__id__C = (xdc_Bits16)0x800a;
6926 
6927 /* Module__loggerDefined__C */
6928 #pragma DATA_SECTION(xdc_runtime_Memory_Module__loggerDefined__C, ".const:xdc_runtime_Memory_Module__loggerDefined__C");
6929 __FAR__ const CT__xdc_runtime_Memory_Module__loggerDefined xdc_runtime_Memory_Module__loggerDefined__C = 0;
6930 
6931 /* Module__loggerObj__C */
6932 #pragma DATA_SECTION(xdc_runtime_Memory_Module__loggerObj__C, ".const:xdc_runtime_Memory_Module__loggerObj__C");
6933 __FAR__ const CT__xdc_runtime_Memory_Module__loggerObj xdc_runtime_Memory_Module__loggerObj__C = ((CT__xdc_runtime_Memory_Module__loggerObj)0);
6934 
6935 /* Module__loggerFxn0__C */
6936 #pragma DATA_SECTION(xdc_runtime_Memory_Module__loggerFxn0__C, ".const:xdc_runtime_Memory_Module__loggerFxn0__C");
6937 __FAR__ const CT__xdc_runtime_Memory_Module__loggerFxn0 xdc_runtime_Memory_Module__loggerFxn0__C = ((CT__xdc_runtime_Memory_Module__loggerFxn0)0);
6938 
6939 /* Module__loggerFxn1__C */
6940 #pragma DATA_SECTION(xdc_runtime_Memory_Module__loggerFxn1__C, ".const:xdc_runtime_Memory_Module__loggerFxn1__C");
6941 __FAR__ const CT__xdc_runtime_Memory_Module__loggerFxn1 xdc_runtime_Memory_Module__loggerFxn1__C = ((CT__xdc_runtime_Memory_Module__loggerFxn1)0);
6942 
6943 /* Module__loggerFxn2__C */
6944 #pragma DATA_SECTION(xdc_runtime_Memory_Module__loggerFxn2__C, ".const:xdc_runtime_Memory_Module__loggerFxn2__C");
6945 __FAR__ const CT__xdc_runtime_Memory_Module__loggerFxn2 xdc_runtime_Memory_Module__loggerFxn2__C = ((CT__xdc_runtime_Memory_Module__loggerFxn2)0);
6946 
6947 /* Module__loggerFxn4__C */
6948 #pragma DATA_SECTION(xdc_runtime_Memory_Module__loggerFxn4__C, ".const:xdc_runtime_Memory_Module__loggerFxn4__C");
6949 __FAR__ const CT__xdc_runtime_Memory_Module__loggerFxn4 xdc_runtime_Memory_Module__loggerFxn4__C = ((CT__xdc_runtime_Memory_Module__loggerFxn4)0);
6950 
6951 /* Module__loggerFxn8__C */
6952 #pragma DATA_SECTION(xdc_runtime_Memory_Module__loggerFxn8__C, ".const:xdc_runtime_Memory_Module__loggerFxn8__C");
6953 __FAR__ const CT__xdc_runtime_Memory_Module__loggerFxn8 xdc_runtime_Memory_Module__loggerFxn8__C = ((CT__xdc_runtime_Memory_Module__loggerFxn8)0);
6954 
6955 /* Object__count__C */
6956 #pragma DATA_SECTION(xdc_runtime_Memory_Object__count__C, ".const:xdc_runtime_Memory_Object__count__C");
6957 __FAR__ const CT__xdc_runtime_Memory_Object__count xdc_runtime_Memory_Object__count__C = 0;
6958 
6959 /* Object__heap__C */
6960 #pragma DATA_SECTION(xdc_runtime_Memory_Object__heap__C, ".const:xdc_runtime_Memory_Object__heap__C");
6961 __FAR__ const CT__xdc_runtime_Memory_Object__heap xdc_runtime_Memory_Object__heap__C = 0;
6962 
6963 /* Object__sizeof__C */
6964 #pragma DATA_SECTION(xdc_runtime_Memory_Object__sizeof__C, ".const:xdc_runtime_Memory_Object__sizeof__C");
6965 __FAR__ const CT__xdc_runtime_Memory_Object__sizeof xdc_runtime_Memory_Object__sizeof__C = 0;
6966 
6967 /* Object__table__C */
6968 #pragma DATA_SECTION(xdc_runtime_Memory_Object__table__C, ".const:xdc_runtime_Memory_Object__table__C");
6969 __FAR__ const CT__xdc_runtime_Memory_Object__table xdc_runtime_Memory_Object__table__C = 0;
6970 
6971 /* defaultHeapInstance__C */
6972 #pragma DATA_SECTION(xdc_runtime_Memory_defaultHeapInstance__C, ".const:xdc_runtime_Memory_defaultHeapInstance__C");
6973 __FAR__ const CT__xdc_runtime_Memory_defaultHeapInstance xdc_runtime_Memory_defaultHeapInstance__C = (xdc_runtime_IHeap_Handle)&ti_sysbios_heaps_HeapMem_Object__table__V[0];
6974 
6975 
6976 /*
6977  * ======== xdc.runtime.Memory_HeapProxy INITIALIZERS ========
6978  */
6979 
6980 
6981 /*
6982  * ======== xdc.runtime.Registry INITIALIZERS ========
6983  */
6984 
6985 /* Module__state__V */
6986 #if defined (__ICCARM__)
6987 #pragma location = ".data_xdc_runtime_Registry_Module__state__V"
6988 #endif
6989 #if defined(__llvm__) && defined(__ti__)
6990 xdc_runtime_Registry_Module_State__ xdc_runtime_Registry_Module__state__V __attribute__ ((section(".data:xdc_runtime_Registry_Module__state__V")));
6991 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
6992 #ifndef __TI_COMPILER_VERSION__
6993 xdc_runtime_Registry_Module_State__ xdc_runtime_Registry_Module__state__V __attribute__ ((section(".data_xdc_runtime_Registry_Module__state__V")));
6994 #endif
6995 #endif
6997  ((xdc_runtime_Types_RegDesc*)0), /* listHead */
6998  (xdc_Bits16)0x7fff, /* curId */
6999 };
7000 
7001 /* Module__diagsEnabled__C */
7002 #pragma DATA_SECTION(xdc_runtime_Registry_Module__diagsEnabled__C, ".const:xdc_runtime_Registry_Module__diagsEnabled__C");
7003 __FAR__ const CT__xdc_runtime_Registry_Module__diagsEnabled xdc_runtime_Registry_Module__diagsEnabled__C = (xdc_Bits32)0x90;
7004 
7005 /* Module__diagsIncluded__C */
7006 #pragma DATA_SECTION(xdc_runtime_Registry_Module__diagsIncluded__C, ".const:xdc_runtime_Registry_Module__diagsIncluded__C");
7007 __FAR__ const CT__xdc_runtime_Registry_Module__diagsIncluded xdc_runtime_Registry_Module__diagsIncluded__C = (xdc_Bits32)0x90;
7008 
7009 /* Module__diagsMask__C */
7010 #pragma DATA_SECTION(xdc_runtime_Registry_Module__diagsMask__C, ".const:xdc_runtime_Registry_Module__diagsMask__C");
7011 __FAR__ const CT__xdc_runtime_Registry_Module__diagsMask xdc_runtime_Registry_Module__diagsMask__C = ((CT__xdc_runtime_Registry_Module__diagsMask)0);
7012 
7013 /* Module__gateObj__C */
7014 #pragma DATA_SECTION(xdc_runtime_Registry_Module__gateObj__C, ".const:xdc_runtime_Registry_Module__gateObj__C");
7015 __FAR__ const CT__xdc_runtime_Registry_Module__gateObj xdc_runtime_Registry_Module__gateObj__C = ((CT__xdc_runtime_Registry_Module__gateObj)0);
7016 
7017 /* Module__gatePrms__C */
7018 #pragma DATA_SECTION(xdc_runtime_Registry_Module__gatePrms__C, ".const:xdc_runtime_Registry_Module__gatePrms__C");
7019 __FAR__ const CT__xdc_runtime_Registry_Module__gatePrms xdc_runtime_Registry_Module__gatePrms__C = ((CT__xdc_runtime_Registry_Module__gatePrms)0);
7020 
7021 /* Module__id__C */
7022 #pragma DATA_SECTION(xdc_runtime_Registry_Module__id__C, ".const:xdc_runtime_Registry_Module__id__C");
7023 __FAR__ const CT__xdc_runtime_Registry_Module__id xdc_runtime_Registry_Module__id__C = (xdc_Bits16)0x800b;
7024 
7025 /* Module__loggerDefined__C */
7026 #pragma DATA_SECTION(xdc_runtime_Registry_Module__loggerDefined__C, ".const:xdc_runtime_Registry_Module__loggerDefined__C");
7027 __FAR__ const CT__xdc_runtime_Registry_Module__loggerDefined xdc_runtime_Registry_Module__loggerDefined__C = 0;
7028 
7029 /* Module__loggerObj__C */
7030 #pragma DATA_SECTION(xdc_runtime_Registry_Module__loggerObj__C, ".const:xdc_runtime_Registry_Module__loggerObj__C");
7031 __FAR__ const CT__xdc_runtime_Registry_Module__loggerObj xdc_runtime_Registry_Module__loggerObj__C = ((CT__xdc_runtime_Registry_Module__loggerObj)0);
7032 
7033 /* Module__loggerFxn0__C */
7034 #pragma DATA_SECTION(xdc_runtime_Registry_Module__loggerFxn0__C, ".const:xdc_runtime_Registry_Module__loggerFxn0__C");
7035 __FAR__ const CT__xdc_runtime_Registry_Module__loggerFxn0 xdc_runtime_Registry_Module__loggerFxn0__C = ((CT__xdc_runtime_Registry_Module__loggerFxn0)0);
7036 
7037 /* Module__loggerFxn1__C */
7038 #pragma DATA_SECTION(xdc_runtime_Registry_Module__loggerFxn1__C, ".const:xdc_runtime_Registry_Module__loggerFxn1__C");
7039 __FAR__ const CT__xdc_runtime_Registry_Module__loggerFxn1 xdc_runtime_Registry_Module__loggerFxn1__C = ((CT__xdc_runtime_Registry_Module__loggerFxn1)0);
7040 
7041 /* Module__loggerFxn2__C */
7042 #pragma DATA_SECTION(xdc_runtime_Registry_Module__loggerFxn2__C, ".const:xdc_runtime_Registry_Module__loggerFxn2__C");
7043 __FAR__ const CT__xdc_runtime_Registry_Module__loggerFxn2 xdc_runtime_Registry_Module__loggerFxn2__C = ((CT__xdc_runtime_Registry_Module__loggerFxn2)0);
7044 
7045 /* Module__loggerFxn4__C */
7046 #pragma DATA_SECTION(xdc_runtime_Registry_Module__loggerFxn4__C, ".const:xdc_runtime_Registry_Module__loggerFxn4__C");
7047 __FAR__ const CT__xdc_runtime_Registry_Module__loggerFxn4 xdc_runtime_Registry_Module__loggerFxn4__C = ((CT__xdc_runtime_Registry_Module__loggerFxn4)0);
7048 
7049 /* Module__loggerFxn8__C */
7050 #pragma DATA_SECTION(xdc_runtime_Registry_Module__loggerFxn8__C, ".const:xdc_runtime_Registry_Module__loggerFxn8__C");
7051 __FAR__ const CT__xdc_runtime_Registry_Module__loggerFxn8 xdc_runtime_Registry_Module__loggerFxn8__C = ((CT__xdc_runtime_Registry_Module__loggerFxn8)0);
7052 
7053 /* Object__count__C */
7054 #pragma DATA_SECTION(xdc_runtime_Registry_Object__count__C, ".const:xdc_runtime_Registry_Object__count__C");
7055 __FAR__ const CT__xdc_runtime_Registry_Object__count xdc_runtime_Registry_Object__count__C = 0;
7056 
7057 /* Object__heap__C */
7058 #pragma DATA_SECTION(xdc_runtime_Registry_Object__heap__C, ".const:xdc_runtime_Registry_Object__heap__C");
7059 __FAR__ const CT__xdc_runtime_Registry_Object__heap xdc_runtime_Registry_Object__heap__C = 0;
7060 
7061 /* Object__sizeof__C */
7062 #pragma DATA_SECTION(xdc_runtime_Registry_Object__sizeof__C, ".const:xdc_runtime_Registry_Object__sizeof__C");
7063 __FAR__ const CT__xdc_runtime_Registry_Object__sizeof xdc_runtime_Registry_Object__sizeof__C = 0;
7064 
7065 /* Object__table__C */
7066 #pragma DATA_SECTION(xdc_runtime_Registry_Object__table__C, ".const:xdc_runtime_Registry_Object__table__C");
7067 __FAR__ const CT__xdc_runtime_Registry_Object__table xdc_runtime_Registry_Object__table__C = 0;
7068 
7069 
7070 /*
7071  * ======== xdc.runtime.Startup INITIALIZERS ========
7072  */
7073 
7074 /* Module__state__V */
7075 #if defined (__ICCARM__)
7076 #pragma location = ".data_xdc_runtime_Startup_Module__state__V"
7077 #endif
7078 #if defined(__llvm__) && defined(__ti__)
7079 xdc_runtime_Startup_Module_State__ xdc_runtime_Startup_Module__state__V __attribute__ ((section(".data:xdc_runtime_Startup_Module__state__V")));
7080 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
7081 #ifndef __TI_COMPILER_VERSION__
7082 xdc_runtime_Startup_Module_State__ xdc_runtime_Startup_Module__state__V __attribute__ ((section(".data_xdc_runtime_Startup_Module__state__V")));
7083 #endif
7084 #endif
7086  ((xdc_Int*)0), /* stateTab */
7087  0, /* execFlag */
7088  0, /* rtsDoneFlag */
7089 };
7090 
7091 /* --> xdc_runtime_Startup_firstFxns__A */
7092 #pragma DATA_SECTION(xdc_runtime_Startup_firstFxns__A, ".const:xdc_runtime_Startup_firstFxns__A");
7093 const __T1_xdc_runtime_Startup_firstFxns xdc_runtime_Startup_firstFxns__A[2] = {
7094  ((xdc_Void(*)(xdc_Void))((xdc_Fxn)ti_sysbios_heaps_HeapMem_init__I)), /* [0] */
7095  ((xdc_Void(*)(xdc_Void))((xdc_Fxn)ti_sysbios_hal_Hwi_initStack)), /* [1] */
7096 };
7097 
7098 /* --> xdc_runtime_Startup_sfxnTab__A */
7099 #pragma DATA_SECTION(xdc_runtime_Startup_sfxnTab__A, ".const:xdc_runtime_Startup_sfxnTab__A");
7100 const __T1_xdc_runtime_Startup_sfxnTab xdc_runtime_Startup_sfxnTab__A[10] = {
7101  ((xdc_Int(*)(xdc_Int))((xdc_Fxn)xdc_runtime_System_Module_startup__E)), /* [0] */
7102  ((xdc_Int(*)(xdc_Int))((xdc_Fxn)ti_sysbios_knl_Clock_Module_startup__E)), /* [1] */
7103  ((xdc_Int(*)(xdc_Int))((xdc_Fxn)ti_sysbios_knl_Swi_Module_startup__E)), /* [2] */
7104  ((xdc_Int(*)(xdc_Int))((xdc_Fxn)ti_sysbios_knl_Task_Module_startup__E)), /* [3] */
7105  ((xdc_Int(*)(xdc_Int))((xdc_Fxn)ti_sysbios_heaps_HeapBuf_Module_startup__E)), /* [4] */
7106  ((xdc_Int(*)(xdc_Int))((xdc_Fxn)ti_sysbios_family_arm_v7r_vim_Hwi_Module_startup__E)), /* [5] */
7107  ((xdc_Int(*)(xdc_Int))((xdc_Fxn)ti_sysbios_family_arm_exc_Exception_Module_startup__E)), /* [6] */
7108  ((xdc_Int(*)(xdc_Int))((xdc_Fxn)ti_sysbios_hal_Hwi_Module_startup__E)), /* [7] */
7109  ((xdc_Int(*)(xdc_Int))((xdc_Fxn)ti_sysbios_family_arm_v7r_tms570_Core_Module_startup__E)), /* [8] */
7110  ((xdc_Int(*)(xdc_Int))((xdc_Fxn)ti_sysbios_timers_rti_Timer_Module_startup__E)), /* [9] */
7111 };
7112 
7113 /* --> xdc_runtime_Startup_sfxnRts__A */
7114 #pragma DATA_SECTION(xdc_runtime_Startup_sfxnRts__A, ".const:xdc_runtime_Startup_sfxnRts__A");
7115 const __T1_xdc_runtime_Startup_sfxnRts xdc_runtime_Startup_sfxnRts__A[10] = {
7116  1, /* [0] */
7117  0, /* [1] */
7118  0, /* [2] */
7119  0, /* [3] */
7120  1, /* [4] */
7121  0, /* [5] */
7122  0, /* [6] */
7123  0, /* [7] */
7124  0, /* [8] */
7125  0, /* [9] */
7126 };
7127 
7128 /* Module__diagsEnabled__C */
7129 #pragma DATA_SECTION(xdc_runtime_Startup_Module__diagsEnabled__C, ".const:xdc_runtime_Startup_Module__diagsEnabled__C");
7130 __FAR__ const CT__xdc_runtime_Startup_Module__diagsEnabled xdc_runtime_Startup_Module__diagsEnabled__C = (xdc_Bits32)0x10;
7131 
7132 /* Module__diagsIncluded__C */
7133 #pragma DATA_SECTION(xdc_runtime_Startup_Module__diagsIncluded__C, ".const:xdc_runtime_Startup_Module__diagsIncluded__C");
7134 __FAR__ const CT__xdc_runtime_Startup_Module__diagsIncluded xdc_runtime_Startup_Module__diagsIncluded__C = (xdc_Bits32)0x10;
7135 
7136 /* Module__diagsMask__C */
7137 #pragma DATA_SECTION(xdc_runtime_Startup_Module__diagsMask__C, ".const:xdc_runtime_Startup_Module__diagsMask__C");
7138 __FAR__ const CT__xdc_runtime_Startup_Module__diagsMask xdc_runtime_Startup_Module__diagsMask__C = ((CT__xdc_runtime_Startup_Module__diagsMask)0);
7139 
7140 /* Module__gateObj__C */
7141 #pragma DATA_SECTION(xdc_runtime_Startup_Module__gateObj__C, ".const:xdc_runtime_Startup_Module__gateObj__C");
7142 __FAR__ const CT__xdc_runtime_Startup_Module__gateObj xdc_runtime_Startup_Module__gateObj__C = ((CT__xdc_runtime_Startup_Module__gateObj)0);
7143 
7144 /* Module__gatePrms__C */
7145 #pragma DATA_SECTION(xdc_runtime_Startup_Module__gatePrms__C, ".const:xdc_runtime_Startup_Module__gatePrms__C");
7146 __FAR__ const CT__xdc_runtime_Startup_Module__gatePrms xdc_runtime_Startup_Module__gatePrms__C = ((CT__xdc_runtime_Startup_Module__gatePrms)0);
7147 
7148 /* Module__id__C */
7149 #pragma DATA_SECTION(xdc_runtime_Startup_Module__id__C, ".const:xdc_runtime_Startup_Module__id__C");
7150 __FAR__ const CT__xdc_runtime_Startup_Module__id xdc_runtime_Startup_Module__id__C = (xdc_Bits16)0x800c;
7151 
7152 /* Module__loggerDefined__C */
7153 #pragma DATA_SECTION(xdc_runtime_Startup_Module__loggerDefined__C, ".const:xdc_runtime_Startup_Module__loggerDefined__C");
7154 __FAR__ const CT__xdc_runtime_Startup_Module__loggerDefined xdc_runtime_Startup_Module__loggerDefined__C = 0;
7155 
7156 /* Module__loggerObj__C */
7157 #pragma DATA_SECTION(xdc_runtime_Startup_Module__loggerObj__C, ".const:xdc_runtime_Startup_Module__loggerObj__C");
7158 __FAR__ const CT__xdc_runtime_Startup_Module__loggerObj xdc_runtime_Startup_Module__loggerObj__C = ((CT__xdc_runtime_Startup_Module__loggerObj)0);
7159 
7160 /* Module__loggerFxn0__C */
7161 #pragma DATA_SECTION(xdc_runtime_Startup_Module__loggerFxn0__C, ".const:xdc_runtime_Startup_Module__loggerFxn0__C");
7162 __FAR__ const CT__xdc_runtime_Startup_Module__loggerFxn0 xdc_runtime_Startup_Module__loggerFxn0__C = ((CT__xdc_runtime_Startup_Module__loggerFxn0)0);
7163 
7164 /* Module__loggerFxn1__C */
7165 #pragma DATA_SECTION(xdc_runtime_Startup_Module__loggerFxn1__C, ".const:xdc_runtime_Startup_Module__loggerFxn1__C");
7166 __FAR__ const CT__xdc_runtime_Startup_Module__loggerFxn1 xdc_runtime_Startup_Module__loggerFxn1__C = ((CT__xdc_runtime_Startup_Module__loggerFxn1)0);
7167 
7168 /* Module__loggerFxn2__C */
7169 #pragma DATA_SECTION(xdc_runtime_Startup_Module__loggerFxn2__C, ".const:xdc_runtime_Startup_Module__loggerFxn2__C");
7170 __FAR__ const CT__xdc_runtime_Startup_Module__loggerFxn2 xdc_runtime_Startup_Module__loggerFxn2__C = ((CT__xdc_runtime_Startup_Module__loggerFxn2)0);
7171 
7172 /* Module__loggerFxn4__C */
7173 #pragma DATA_SECTION(xdc_runtime_Startup_Module__loggerFxn4__C, ".const:xdc_runtime_Startup_Module__loggerFxn4__C");
7174 __FAR__ const CT__xdc_runtime_Startup_Module__loggerFxn4 xdc_runtime_Startup_Module__loggerFxn4__C = ((CT__xdc_runtime_Startup_Module__loggerFxn4)0);
7175 
7176 /* Module__loggerFxn8__C */
7177 #pragma DATA_SECTION(xdc_runtime_Startup_Module__loggerFxn8__C, ".const:xdc_runtime_Startup_Module__loggerFxn8__C");
7178 __FAR__ const CT__xdc_runtime_Startup_Module__loggerFxn8 xdc_runtime_Startup_Module__loggerFxn8__C = ((CT__xdc_runtime_Startup_Module__loggerFxn8)0);
7179 
7180 /* Object__count__C */
7181 #pragma DATA_SECTION(xdc_runtime_Startup_Object__count__C, ".const:xdc_runtime_Startup_Object__count__C");
7182 __FAR__ const CT__xdc_runtime_Startup_Object__count xdc_runtime_Startup_Object__count__C = 0;
7183 
7184 /* Object__heap__C */
7185 #pragma DATA_SECTION(xdc_runtime_Startup_Object__heap__C, ".const:xdc_runtime_Startup_Object__heap__C");
7186 __FAR__ const CT__xdc_runtime_Startup_Object__heap xdc_runtime_Startup_Object__heap__C = 0;
7187 
7188 /* Object__sizeof__C */
7189 #pragma DATA_SECTION(xdc_runtime_Startup_Object__sizeof__C, ".const:xdc_runtime_Startup_Object__sizeof__C");
7190 __FAR__ const CT__xdc_runtime_Startup_Object__sizeof xdc_runtime_Startup_Object__sizeof__C = 0;
7191 
7192 /* Object__table__C */
7193 #pragma DATA_SECTION(xdc_runtime_Startup_Object__table__C, ".const:xdc_runtime_Startup_Object__table__C");
7194 __FAR__ const CT__xdc_runtime_Startup_Object__table xdc_runtime_Startup_Object__table__C = 0;
7195 
7196 /* maxPasses__C */
7197 #pragma DATA_SECTION(xdc_runtime_Startup_maxPasses__C, ".const:xdc_runtime_Startup_maxPasses__C");
7198 __FAR__ const CT__xdc_runtime_Startup_maxPasses xdc_runtime_Startup_maxPasses__C = (xdc_Int)0x20;
7199 
7200 /* firstFxns__C */
7201 #pragma DATA_SECTION(xdc_runtime_Startup_firstFxns__C, ".const:xdc_runtime_Startup_firstFxns__C");
7202 __FAR__ const CT__xdc_runtime_Startup_firstFxns xdc_runtime_Startup_firstFxns__C = {2, ((__T1_xdc_runtime_Startup_firstFxns *)xdc_runtime_Startup_firstFxns__A)};
7203 
7204 /* lastFxns__C */
7205 #pragma DATA_SECTION(xdc_runtime_Startup_lastFxns__C, ".const:xdc_runtime_Startup_lastFxns__C");
7206 __FAR__ const CT__xdc_runtime_Startup_lastFxns xdc_runtime_Startup_lastFxns__C = {0, 0};
7207 
7208 /* startModsFxn__C */
7209 #pragma DATA_SECTION(xdc_runtime_Startup_startModsFxn__C, ".const:xdc_runtime_Startup_startModsFxn__C");
7210 __FAR__ const CT__xdc_runtime_Startup_startModsFxn xdc_runtime_Startup_startModsFxn__C = ((CT__xdc_runtime_Startup_startModsFxn)((xdc_Fxn)xdc_runtime_Startup_startMods__I));
7211 
7212 /* execImpl__C */
7213 #pragma DATA_SECTION(xdc_runtime_Startup_execImpl__C, ".const:xdc_runtime_Startup_execImpl__C");
7214 __FAR__ const CT__xdc_runtime_Startup_execImpl xdc_runtime_Startup_execImpl__C = ((CT__xdc_runtime_Startup_execImpl)((xdc_Fxn)xdc_runtime_Startup_exec__I));
7215 
7216 /* sfxnTab__C */
7217 #pragma DATA_SECTION(xdc_runtime_Startup_sfxnTab__C, ".const:xdc_runtime_Startup_sfxnTab__C");
7218 __FAR__ const CT__xdc_runtime_Startup_sfxnTab xdc_runtime_Startup_sfxnTab__C = ((CT__xdc_runtime_Startup_sfxnTab)xdc_runtime_Startup_sfxnTab__A);
7219 
7220 /* sfxnRts__C */
7221 #pragma DATA_SECTION(xdc_runtime_Startup_sfxnRts__C, ".const:xdc_runtime_Startup_sfxnRts__C");
7222 __FAR__ const CT__xdc_runtime_Startup_sfxnRts xdc_runtime_Startup_sfxnRts__C = ((CT__xdc_runtime_Startup_sfxnRts)xdc_runtime_Startup_sfxnRts__A);
7223 
7224 
7225 /*
7226  * ======== xdc.runtime.SysStd INITIALIZERS ========
7227  */
7228 
7229 /* Module__diagsEnabled__C */
7230 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__diagsEnabled__C, ".const:xdc_runtime_SysStd_Module__diagsEnabled__C");
7231 __FAR__ const CT__xdc_runtime_SysStd_Module__diagsEnabled xdc_runtime_SysStd_Module__diagsEnabled__C = (xdc_Bits32)0x10;
7232 
7233 /* Module__diagsIncluded__C */
7234 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__diagsIncluded__C, ".const:xdc_runtime_SysStd_Module__diagsIncluded__C");
7235 __FAR__ const CT__xdc_runtime_SysStd_Module__diagsIncluded xdc_runtime_SysStd_Module__diagsIncluded__C = (xdc_Bits32)0x10;
7236 
7237 /* Module__diagsMask__C */
7238 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__diagsMask__C, ".const:xdc_runtime_SysStd_Module__diagsMask__C");
7239 __FAR__ const CT__xdc_runtime_SysStd_Module__diagsMask xdc_runtime_SysStd_Module__diagsMask__C = ((CT__xdc_runtime_SysStd_Module__diagsMask)0);
7240 
7241 /* Module__gateObj__C */
7242 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__gateObj__C, ".const:xdc_runtime_SysStd_Module__gateObj__C");
7243 __FAR__ const CT__xdc_runtime_SysStd_Module__gateObj xdc_runtime_SysStd_Module__gateObj__C = ((CT__xdc_runtime_SysStd_Module__gateObj)0);
7244 
7245 /* Module__gatePrms__C */
7246 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__gatePrms__C, ".const:xdc_runtime_SysStd_Module__gatePrms__C");
7247 __FAR__ const CT__xdc_runtime_SysStd_Module__gatePrms xdc_runtime_SysStd_Module__gatePrms__C = ((CT__xdc_runtime_SysStd_Module__gatePrms)0);
7248 
7249 /* Module__id__C */
7250 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__id__C, ".const:xdc_runtime_SysStd_Module__id__C");
7251 __FAR__ const CT__xdc_runtime_SysStd_Module__id xdc_runtime_SysStd_Module__id__C = (xdc_Bits16)0x800e;
7252 
7253 /* Module__loggerDefined__C */
7254 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__loggerDefined__C, ".const:xdc_runtime_SysStd_Module__loggerDefined__C");
7255 __FAR__ const CT__xdc_runtime_SysStd_Module__loggerDefined xdc_runtime_SysStd_Module__loggerDefined__C = 0;
7256 
7257 /* Module__loggerObj__C */
7258 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__loggerObj__C, ".const:xdc_runtime_SysStd_Module__loggerObj__C");
7259 __FAR__ const CT__xdc_runtime_SysStd_Module__loggerObj xdc_runtime_SysStd_Module__loggerObj__C = ((CT__xdc_runtime_SysStd_Module__loggerObj)0);
7260 
7261 /* Module__loggerFxn0__C */
7262 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__loggerFxn0__C, ".const:xdc_runtime_SysStd_Module__loggerFxn0__C");
7263 __FAR__ const CT__xdc_runtime_SysStd_Module__loggerFxn0 xdc_runtime_SysStd_Module__loggerFxn0__C = ((CT__xdc_runtime_SysStd_Module__loggerFxn0)0);
7264 
7265 /* Module__loggerFxn1__C */
7266 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__loggerFxn1__C, ".const:xdc_runtime_SysStd_Module__loggerFxn1__C");
7267 __FAR__ const CT__xdc_runtime_SysStd_Module__loggerFxn1 xdc_runtime_SysStd_Module__loggerFxn1__C = ((CT__xdc_runtime_SysStd_Module__loggerFxn1)0);
7268 
7269 /* Module__loggerFxn2__C */
7270 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__loggerFxn2__C, ".const:xdc_runtime_SysStd_Module__loggerFxn2__C");
7271 __FAR__ const CT__xdc_runtime_SysStd_Module__loggerFxn2 xdc_runtime_SysStd_Module__loggerFxn2__C = ((CT__xdc_runtime_SysStd_Module__loggerFxn2)0);
7272 
7273 /* Module__loggerFxn4__C */
7274 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__loggerFxn4__C, ".const:xdc_runtime_SysStd_Module__loggerFxn4__C");
7275 __FAR__ const CT__xdc_runtime_SysStd_Module__loggerFxn4 xdc_runtime_SysStd_Module__loggerFxn4__C = ((CT__xdc_runtime_SysStd_Module__loggerFxn4)0);
7276 
7277 /* Module__loggerFxn8__C */
7278 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__loggerFxn8__C, ".const:xdc_runtime_SysStd_Module__loggerFxn8__C");
7279 __FAR__ const CT__xdc_runtime_SysStd_Module__loggerFxn8 xdc_runtime_SysStd_Module__loggerFxn8__C = ((CT__xdc_runtime_SysStd_Module__loggerFxn8)0);
7280 
7281 /* Object__count__C */
7282 #pragma DATA_SECTION(xdc_runtime_SysStd_Object__count__C, ".const:xdc_runtime_SysStd_Object__count__C");
7283 __FAR__ const CT__xdc_runtime_SysStd_Object__count xdc_runtime_SysStd_Object__count__C = 0;
7284 
7285 /* Object__heap__C */
7286 #pragma DATA_SECTION(xdc_runtime_SysStd_Object__heap__C, ".const:xdc_runtime_SysStd_Object__heap__C");
7287 __FAR__ const CT__xdc_runtime_SysStd_Object__heap xdc_runtime_SysStd_Object__heap__C = 0;
7288 
7289 /* Object__sizeof__C */
7290 #pragma DATA_SECTION(xdc_runtime_SysStd_Object__sizeof__C, ".const:xdc_runtime_SysStd_Object__sizeof__C");
7291 __FAR__ const CT__xdc_runtime_SysStd_Object__sizeof xdc_runtime_SysStd_Object__sizeof__C = 0;
7292 
7293 /* Object__table__C */
7294 #pragma DATA_SECTION(xdc_runtime_SysStd_Object__table__C, ".const:xdc_runtime_SysStd_Object__table__C");
7295 __FAR__ const CT__xdc_runtime_SysStd_Object__table xdc_runtime_SysStd_Object__table__C = 0;
7296 
7297 
7298 /*
7299  * ======== xdc.runtime.System INITIALIZERS ========
7300  */
7301 
7302 /* --> xdc_runtime_System_Module_State_0_atexitHandlers__A */
7303 __T1_xdc_runtime_System_Module_State__atexitHandlers xdc_runtime_System_Module_State_0_atexitHandlers__A[8] = {
7304  ((xdc_Void(*)(xdc_Int))0), /* [0] */
7305  ((xdc_Void(*)(xdc_Int))0), /* [1] */
7306  ((xdc_Void(*)(xdc_Int))0), /* [2] */
7307  ((xdc_Void(*)(xdc_Int))0), /* [3] */
7308  ((xdc_Void(*)(xdc_Int))0), /* [4] */
7309  ((xdc_Void(*)(xdc_Int))0), /* [5] */
7310  ((xdc_Void(*)(xdc_Int))0), /* [6] */
7311  ((xdc_Void(*)(xdc_Int))0), /* [7] */
7312 };
7313 
7314 /* Module__state__V */
7315 #if defined (__ICCARM__)
7316 #pragma location = ".data_xdc_runtime_System_Module__state__V"
7317 #endif
7318 #if defined(__llvm__) && defined(__ti__)
7319 xdc_runtime_System_Module_State__ xdc_runtime_System_Module__state__V __attribute__ ((section(".data:xdc_runtime_System_Module__state__V")));
7320 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
7321 #ifndef __TI_COMPILER_VERSION__
7322 xdc_runtime_System_Module_State__ xdc_runtime_System_Module__state__V __attribute__ ((section(".data_xdc_runtime_System_Module__state__V")));
7323 #endif
7324 #endif
7326  ((void*)xdc_runtime_System_Module_State_0_atexitHandlers__A), /* atexitHandlers */
7327  (xdc_Int)0x0, /* numAtexitHandlers */
7328 };
7329 
7330 /* Module__diagsEnabled__C */
7331 #pragma DATA_SECTION(xdc_runtime_System_Module__diagsEnabled__C, ".const:xdc_runtime_System_Module__diagsEnabled__C");
7332 __FAR__ const CT__xdc_runtime_System_Module__diagsEnabled xdc_runtime_System_Module__diagsEnabled__C = (xdc_Bits32)0x10;
7333 
7334 /* Module__diagsIncluded__C */
7335 #pragma DATA_SECTION(xdc_runtime_System_Module__diagsIncluded__C, ".const:xdc_runtime_System_Module__diagsIncluded__C");
7336 __FAR__ const CT__xdc_runtime_System_Module__diagsIncluded xdc_runtime_System_Module__diagsIncluded__C = (xdc_Bits32)0x10;
7337 
7338 /* Module__diagsMask__C */
7339 #pragma DATA_SECTION(xdc_runtime_System_Module__diagsMask__C, ".const:xdc_runtime_System_Module__diagsMask__C");
7340 __FAR__ const CT__xdc_runtime_System_Module__diagsMask xdc_runtime_System_Module__diagsMask__C = ((CT__xdc_runtime_System_Module__diagsMask)0);
7341 
7342 /* Module__gateObj__C */
7343 #pragma DATA_SECTION(xdc_runtime_System_Module__gateObj__C, ".const:xdc_runtime_System_Module__gateObj__C");
7344 __FAR__ const CT__xdc_runtime_System_Module__gateObj xdc_runtime_System_Module__gateObj__C = ((CT__xdc_runtime_System_Module__gateObj)((const void*)(xdc_runtime_IGateProvider_Handle)&ti_sysbios_gates_GateHwi_Object__table__V[0]));
7345 
7346 /* Module__gatePrms__C */
7347 #pragma DATA_SECTION(xdc_runtime_System_Module__gatePrms__C, ".const:xdc_runtime_System_Module__gatePrms__C");
7348 __FAR__ const CT__xdc_runtime_System_Module__gatePrms xdc_runtime_System_Module__gatePrms__C = ((CT__xdc_runtime_System_Module__gatePrms)0);
7349 
7350 /* Module__id__C */
7351 #pragma DATA_SECTION(xdc_runtime_System_Module__id__C, ".const:xdc_runtime_System_Module__id__C");
7352 __FAR__ const CT__xdc_runtime_System_Module__id xdc_runtime_System_Module__id__C = (xdc_Bits16)0x800d;
7353 
7354 /* Module__loggerDefined__C */
7355 #pragma DATA_SECTION(xdc_runtime_System_Module__loggerDefined__C, ".const:xdc_runtime_System_Module__loggerDefined__C");
7356 __FAR__ const CT__xdc_runtime_System_Module__loggerDefined xdc_runtime_System_Module__loggerDefined__C = 0;
7357 
7358 /* Module__loggerObj__C */
7359 #pragma DATA_SECTION(xdc_runtime_System_Module__loggerObj__C, ".const:xdc_runtime_System_Module__loggerObj__C");
7360 __FAR__ const CT__xdc_runtime_System_Module__loggerObj xdc_runtime_System_Module__loggerObj__C = ((CT__xdc_runtime_System_Module__loggerObj)0);
7361 
7362 /* Module__loggerFxn0__C */
7363 #pragma DATA_SECTION(xdc_runtime_System_Module__loggerFxn0__C, ".const:xdc_runtime_System_Module__loggerFxn0__C");
7364 __FAR__ const CT__xdc_runtime_System_Module__loggerFxn0 xdc_runtime_System_Module__loggerFxn0__C = ((CT__xdc_runtime_System_Module__loggerFxn0)0);
7365 
7366 /* Module__loggerFxn1__C */
7367 #pragma DATA_SECTION(xdc_runtime_System_Module__loggerFxn1__C, ".const:xdc_runtime_System_Module__loggerFxn1__C");
7368 __FAR__ const CT__xdc_runtime_System_Module__loggerFxn1 xdc_runtime_System_Module__loggerFxn1__C = ((CT__xdc_runtime_System_Module__loggerFxn1)0);
7369 
7370 /* Module__loggerFxn2__C */
7371 #pragma DATA_SECTION(xdc_runtime_System_Module__loggerFxn2__C, ".const:xdc_runtime_System_Module__loggerFxn2__C");
7372 __FAR__ const CT__xdc_runtime_System_Module__loggerFxn2 xdc_runtime_System_Module__loggerFxn2__C = ((CT__xdc_runtime_System_Module__loggerFxn2)0);
7373 
7374 /* Module__loggerFxn4__C */
7375 #pragma DATA_SECTION(xdc_runtime_System_Module__loggerFxn4__C, ".const:xdc_runtime_System_Module__loggerFxn4__C");
7376 __FAR__ const CT__xdc_runtime_System_Module__loggerFxn4 xdc_runtime_System_Module__loggerFxn4__C = ((CT__xdc_runtime_System_Module__loggerFxn4)0);
7377 
7378 /* Module__loggerFxn8__C */
7379 #pragma DATA_SECTION(xdc_runtime_System_Module__loggerFxn8__C, ".const:xdc_runtime_System_Module__loggerFxn8__C");
7380 __FAR__ const CT__xdc_runtime_System_Module__loggerFxn8 xdc_runtime_System_Module__loggerFxn8__C = ((CT__xdc_runtime_System_Module__loggerFxn8)0);
7381 
7382 /* Object__count__C */
7383 #pragma DATA_SECTION(xdc_runtime_System_Object__count__C, ".const:xdc_runtime_System_Object__count__C");
7384 __FAR__ const CT__xdc_runtime_System_Object__count xdc_runtime_System_Object__count__C = 0;
7385 
7386 /* Object__heap__C */
7387 #pragma DATA_SECTION(xdc_runtime_System_Object__heap__C, ".const:xdc_runtime_System_Object__heap__C");
7388 __FAR__ const CT__xdc_runtime_System_Object__heap xdc_runtime_System_Object__heap__C = 0;
7389 
7390 /* Object__sizeof__C */
7391 #pragma DATA_SECTION(xdc_runtime_System_Object__sizeof__C, ".const:xdc_runtime_System_Object__sizeof__C");
7392 __FAR__ const CT__xdc_runtime_System_Object__sizeof xdc_runtime_System_Object__sizeof__C = 0;
7393 
7394 /* Object__table__C */
7395 #pragma DATA_SECTION(xdc_runtime_System_Object__table__C, ".const:xdc_runtime_System_Object__table__C");
7396 __FAR__ const CT__xdc_runtime_System_Object__table xdc_runtime_System_Object__table__C = 0;
7397 
7398 /* A_cannotFitIntoArg__C */
7399 #pragma DATA_SECTION(xdc_runtime_System_A_cannotFitIntoArg__C, ".const:xdc_runtime_System_A_cannotFitIntoArg__C");
7400 __FAR__ const CT__xdc_runtime_System_A_cannotFitIntoArg xdc_runtime_System_A_cannotFitIntoArg__C = (((xdc_runtime_Assert_Id)352) << 16 | 16);
7401 
7402 /* maxAtexitHandlers__C */
7403 #pragma DATA_SECTION(xdc_runtime_System_maxAtexitHandlers__C, ".const:xdc_runtime_System_maxAtexitHandlers__C");
7404 __FAR__ const CT__xdc_runtime_System_maxAtexitHandlers xdc_runtime_System_maxAtexitHandlers__C = (xdc_Int)0x8;
7405 
7406 /* abortFxn__C */
7407 #pragma DATA_SECTION(xdc_runtime_System_abortFxn__C, ".const:xdc_runtime_System_abortFxn__C");
7408 __FAR__ const CT__xdc_runtime_System_abortFxn xdc_runtime_System_abortFxn__C = ((CT__xdc_runtime_System_abortFxn)((xdc_Fxn)xdc_runtime_System_abortStd__E));
7409 
7410 /* exitFxn__C */
7411 #pragma DATA_SECTION(xdc_runtime_System_exitFxn__C, ".const:xdc_runtime_System_exitFxn__C");
7412 __FAR__ const CT__xdc_runtime_System_exitFxn xdc_runtime_System_exitFxn__C = ((CT__xdc_runtime_System_exitFxn)((xdc_Fxn)xdc_runtime_System_exitStd__E));
7413 
7414 /* extendFxn__C */
7415 #pragma DATA_SECTION(xdc_runtime_System_extendFxn__C, ".const:xdc_runtime_System_extendFxn__C");
7416 __FAR__ const CT__xdc_runtime_System_extendFxn xdc_runtime_System_extendFxn__C = ((CT__xdc_runtime_System_extendFxn)((xdc_Fxn)xdc_runtime_System_printfExtend__I));
7417 
7418 
7419 /*
7420  * ======== xdc.runtime.System_Module_GateProxy INITIALIZERS ========
7421  */
7422 
7423 
7424 /*
7425  * ======== xdc.runtime.System_SupportProxy INITIALIZERS ========
7426  */
7427 
7428 
7429 /*
7430  * ======== xdc.runtime.Text INITIALIZERS ========
7431  */
7432 
7433 /* Module__state__V */
7434 #if defined (__ICCARM__)
7435 #pragma location = ".data_xdc_runtime_Text_Module__state__V"
7436 #endif
7437 #if defined(__llvm__) && defined(__ti__)
7438 xdc_runtime_Text_Module_State__ xdc_runtime_Text_Module__state__V __attribute__ ((section(".data:xdc_runtime_Text_Module__state__V")));
7439 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
7440 #ifndef __TI_COMPILER_VERSION__
7441 xdc_runtime_Text_Module_State__ xdc_runtime_Text_Module__state__V __attribute__ ((section(".data_xdc_runtime_Text_Module__state__V")));
7442 #endif
7443 #endif
7445  ((xdc_CPtr)(&xdc_runtime_Text_charTab__A[0])), /* charBase */
7446  ((xdc_CPtr)(&xdc_runtime_Text_nodeTab__A[0])), /* nodeBase */
7447 };
7448 
7449 /* --> xdc_runtime_Text_charTab__A */
7450 #pragma DATA_SECTION(xdc_runtime_Text_charTab__A, ".const:xdc_runtime_Text_charTab__A");
7451 const __T1_xdc_runtime_Text_charTab xdc_runtime_Text_charTab__A[6894] = {
7452  (xdc_Char)0x0, /* [0] */
7453  (xdc_Char)0x41, /* [1] */
7454  (xdc_Char)0x5f, /* [2] */
7455  (xdc_Char)0x69, /* [3] */
7456  (xdc_Char)0x6e, /* [4] */
7457  (xdc_Char)0x69, /* [5] */
7458  (xdc_Char)0x74, /* [6] */
7459  (xdc_Char)0x69, /* [7] */
7460  (xdc_Char)0x61, /* [8] */
7461  (xdc_Char)0x6c, /* [9] */
7462  (xdc_Char)0x69, /* [10] */
7463  (xdc_Char)0x7a, /* [11] */
7464  (xdc_Char)0x65, /* [12] */
7465  (xdc_Char)0x64, /* [13] */
7466  (xdc_Char)0x50, /* [14] */
7467  (xdc_Char)0x61, /* [15] */
7468  (xdc_Char)0x72, /* [16] */
7469  (xdc_Char)0x61, /* [17] */
7470  (xdc_Char)0x6d, /* [18] */
7471  (xdc_Char)0x73, /* [19] */
7472  (xdc_Char)0x3a, /* [20] */
7473  (xdc_Char)0x20, /* [21] */
7474  (xdc_Char)0x75, /* [22] */
7475  (xdc_Char)0x6e, /* [23] */
7476  (xdc_Char)0x69, /* [24] */
7477  (xdc_Char)0x6e, /* [25] */
7478  (xdc_Char)0x69, /* [26] */
7479  (xdc_Char)0x74, /* [27] */
7480  (xdc_Char)0x69, /* [28] */
7481  (xdc_Char)0x61, /* [29] */
7482  (xdc_Char)0x6c, /* [30] */
7483  (xdc_Char)0x69, /* [31] */
7484  (xdc_Char)0x7a, /* [32] */
7485  (xdc_Char)0x65, /* [33] */
7486  (xdc_Char)0x64, /* [34] */
7487  (xdc_Char)0x20, /* [35] */
7488  (xdc_Char)0x50, /* [36] */
7489  (xdc_Char)0x61, /* [37] */
7490  (xdc_Char)0x72, /* [38] */
7491  (xdc_Char)0x61, /* [39] */
7492  (xdc_Char)0x6d, /* [40] */
7493  (xdc_Char)0x73, /* [41] */
7494  (xdc_Char)0x20, /* [42] */
7495  (xdc_Char)0x73, /* [43] */
7496  (xdc_Char)0x74, /* [44] */
7497  (xdc_Char)0x72, /* [45] */
7498  (xdc_Char)0x75, /* [46] */
7499  (xdc_Char)0x63, /* [47] */
7500  (xdc_Char)0x74, /* [48] */
7501  (xdc_Char)0x0, /* [49] */
7502  (xdc_Char)0x48, /* [50] */
7503  (xdc_Char)0x65, /* [51] */
7504  (xdc_Char)0x61, /* [52] */
7505  (xdc_Char)0x70, /* [53] */
7506  (xdc_Char)0x4d, /* [54] */
7507  (xdc_Char)0x69, /* [55] */
7508  (xdc_Char)0x6e, /* [56] */
7509  (xdc_Char)0x5f, /* [57] */
7510  (xdc_Char)0x63, /* [58] */
7511  (xdc_Char)0x72, /* [59] */
7512  (xdc_Char)0x65, /* [60] */
7513  (xdc_Char)0x61, /* [61] */
7514  (xdc_Char)0x74, /* [62] */
7515  (xdc_Char)0x65, /* [63] */
7516  (xdc_Char)0x20, /* [64] */
7517  (xdc_Char)0x63, /* [65] */
7518  (xdc_Char)0x61, /* [66] */
7519  (xdc_Char)0x6e, /* [67] */
7520  (xdc_Char)0x6e, /* [68] */
7521  (xdc_Char)0x6f, /* [69] */
7522  (xdc_Char)0x74, /* [70] */
7523  (xdc_Char)0x20, /* [71] */
7524  (xdc_Char)0x68, /* [72] */
7525  (xdc_Char)0x61, /* [73] */
7526  (xdc_Char)0x76, /* [74] */
7527  (xdc_Char)0x65, /* [75] */
7528  (xdc_Char)0x20, /* [76] */
7529  (xdc_Char)0x61, /* [77] */
7530  (xdc_Char)0x20, /* [78] */
7531  (xdc_Char)0x7a, /* [79] */
7532  (xdc_Char)0x65, /* [80] */
7533  (xdc_Char)0x72, /* [81] */
7534  (xdc_Char)0x6f, /* [82] */
7535  (xdc_Char)0x20, /* [83] */
7536  (xdc_Char)0x73, /* [84] */
7537  (xdc_Char)0x69, /* [85] */
7538  (xdc_Char)0x7a, /* [86] */
7539  (xdc_Char)0x65, /* [87] */
7540  (xdc_Char)0x20, /* [88] */
7541  (xdc_Char)0x76, /* [89] */
7542  (xdc_Char)0x61, /* [90] */
7543  (xdc_Char)0x6c, /* [91] */
7544  (xdc_Char)0x75, /* [92] */
7545  (xdc_Char)0x65, /* [93] */
7546  (xdc_Char)0x0, /* [94] */
7547  (xdc_Char)0x48, /* [95] */
7548  (xdc_Char)0x65, /* [96] */
7549  (xdc_Char)0x61, /* [97] */
7550  (xdc_Char)0x70, /* [98] */
7551  (xdc_Char)0x53, /* [99] */
7552  (xdc_Char)0x74, /* [100] */
7553  (xdc_Char)0x64, /* [101] */
7554  (xdc_Char)0x5f, /* [102] */
7555  (xdc_Char)0x63, /* [103] */
7556  (xdc_Char)0x72, /* [104] */
7557  (xdc_Char)0x65, /* [105] */
7558  (xdc_Char)0x61, /* [106] */
7559  (xdc_Char)0x74, /* [107] */
7560  (xdc_Char)0x65, /* [108] */
7561  (xdc_Char)0x20, /* [109] */
7562  (xdc_Char)0x63, /* [110] */
7563  (xdc_Char)0x61, /* [111] */
7564  (xdc_Char)0x6e, /* [112] */
7565  (xdc_Char)0x6e, /* [113] */
7566  (xdc_Char)0x6f, /* [114] */
7567  (xdc_Char)0x74, /* [115] */
7568  (xdc_Char)0x20, /* [116] */
7569  (xdc_Char)0x68, /* [117] */
7570  (xdc_Char)0x61, /* [118] */
7571  (xdc_Char)0x76, /* [119] */
7572  (xdc_Char)0x65, /* [120] */
7573  (xdc_Char)0x20, /* [121] */
7574  (xdc_Char)0x61, /* [122] */
7575  (xdc_Char)0x20, /* [123] */
7576  (xdc_Char)0x7a, /* [124] */
7577  (xdc_Char)0x65, /* [125] */
7578  (xdc_Char)0x72, /* [126] */
7579  (xdc_Char)0x6f, /* [127] */
7580  (xdc_Char)0x20, /* [128] */
7581  (xdc_Char)0x73, /* [129] */
7582  (xdc_Char)0x69, /* [130] */
7583  (xdc_Char)0x7a, /* [131] */
7584  (xdc_Char)0x65, /* [132] */
7585  (xdc_Char)0x20, /* [133] */
7586  (xdc_Char)0x76, /* [134] */
7587  (xdc_Char)0x61, /* [135] */
7588  (xdc_Char)0x6c, /* [136] */
7589  (xdc_Char)0x75, /* [137] */
7590  (xdc_Char)0x65, /* [138] */
7591  (xdc_Char)0x0, /* [139] */
7592  (xdc_Char)0x48, /* [140] */
7593  (xdc_Char)0x65, /* [141] */
7594  (xdc_Char)0x61, /* [142] */
7595  (xdc_Char)0x70, /* [143] */
7596  (xdc_Char)0x53, /* [144] */
7597  (xdc_Char)0x74, /* [145] */
7598  (xdc_Char)0x64, /* [146] */
7599  (xdc_Char)0x5f, /* [147] */
7600  (xdc_Char)0x61, /* [148] */
7601  (xdc_Char)0x6c, /* [149] */
7602  (xdc_Char)0x6c, /* [150] */
7603  (xdc_Char)0x6f, /* [151] */
7604  (xdc_Char)0x63, /* [152] */
7605  (xdc_Char)0x20, /* [153] */
7606  (xdc_Char)0x61, /* [154] */
7607  (xdc_Char)0x6c, /* [155] */
7608  (xdc_Char)0x69, /* [156] */
7609  (xdc_Char)0x67, /* [157] */
7610  (xdc_Char)0x6e, /* [158] */
7611  (xdc_Char)0x6d, /* [159] */
7612  (xdc_Char)0x65, /* [160] */
7613  (xdc_Char)0x6e, /* [161] */
7614  (xdc_Char)0x74, /* [162] */
7615  (xdc_Char)0x20, /* [163] */
7616  (xdc_Char)0x6d, /* [164] */
7617  (xdc_Char)0x75, /* [165] */
7618  (xdc_Char)0x73, /* [166] */
7619  (xdc_Char)0x74, /* [167] */
7620  (xdc_Char)0x20, /* [168] */
7621  (xdc_Char)0x62, /* [169] */
7622  (xdc_Char)0x65, /* [170] */
7623  (xdc_Char)0x20, /* [171] */
7624  (xdc_Char)0x61, /* [172] */
7625  (xdc_Char)0x20, /* [173] */
7626  (xdc_Char)0x70, /* [174] */
7627  (xdc_Char)0x6f, /* [175] */
7628  (xdc_Char)0x77, /* [176] */
7629  (xdc_Char)0x65, /* [177] */
7630  (xdc_Char)0x72, /* [178] */
7631  (xdc_Char)0x20, /* [179] */
7632  (xdc_Char)0x6f, /* [180] */
7633  (xdc_Char)0x66, /* [181] */
7634  (xdc_Char)0x20, /* [182] */
7635  (xdc_Char)0x32, /* [183] */
7636  (xdc_Char)0x0, /* [184] */
7637  (xdc_Char)0x48, /* [185] */
7638  (xdc_Char)0x65, /* [186] */
7639  (xdc_Char)0x61, /* [187] */
7640  (xdc_Char)0x70, /* [188] */
7641  (xdc_Char)0x53, /* [189] */
7642  (xdc_Char)0x74, /* [190] */
7643  (xdc_Char)0x64, /* [191] */
7644  (xdc_Char)0x20, /* [192] */
7645  (xdc_Char)0x69, /* [193] */
7646  (xdc_Char)0x6e, /* [194] */
7647  (xdc_Char)0x73, /* [195] */
7648  (xdc_Char)0x74, /* [196] */
7649  (xdc_Char)0x61, /* [197] */
7650  (xdc_Char)0x6e, /* [198] */
7651  (xdc_Char)0x63, /* [199] */
7652  (xdc_Char)0x65, /* [200] */
7653  (xdc_Char)0x20, /* [201] */
7654  (xdc_Char)0x74, /* [202] */
7655  (xdc_Char)0x6f, /* [203] */
7656  (xdc_Char)0x74, /* [204] */
7657  (xdc_Char)0x61, /* [205] */
7658  (xdc_Char)0x6c, /* [206] */
7659  (xdc_Char)0x46, /* [207] */
7660  (xdc_Char)0x72, /* [208] */
7661  (xdc_Char)0x65, /* [209] */
7662  (xdc_Char)0x65, /* [210] */
7663  (xdc_Char)0x53, /* [211] */
7664  (xdc_Char)0x69, /* [212] */
7665  (xdc_Char)0x7a, /* [213] */
7666  (xdc_Char)0x65, /* [214] */
7667  (xdc_Char)0x20, /* [215] */
7668  (xdc_Char)0x69, /* [216] */
7669  (xdc_Char)0x73, /* [217] */
7670  (xdc_Char)0x20, /* [218] */
7671  (xdc_Char)0x67, /* [219] */
7672  (xdc_Char)0x72, /* [220] */
7673  (xdc_Char)0x65, /* [221] */
7674  (xdc_Char)0x61, /* [222] */
7675  (xdc_Char)0x74, /* [223] */
7676  (xdc_Char)0x65, /* [224] */
7677  (xdc_Char)0x72, /* [225] */
7678  (xdc_Char)0x20, /* [226] */
7679  (xdc_Char)0x74, /* [227] */
7680  (xdc_Char)0x68, /* [228] */
7681  (xdc_Char)0x61, /* [229] */
7682  (xdc_Char)0x6e, /* [230] */
7683  (xdc_Char)0x20, /* [231] */
7684  (xdc_Char)0x73, /* [232] */
7685  (xdc_Char)0x74, /* [233] */
7686  (xdc_Char)0x61, /* [234] */
7687  (xdc_Char)0x72, /* [235] */
7688  (xdc_Char)0x74, /* [236] */
7689  (xdc_Char)0x69, /* [237] */
7690  (xdc_Char)0x6e, /* [238] */
7691  (xdc_Char)0x67, /* [239] */
7692  (xdc_Char)0x20, /* [240] */
7693  (xdc_Char)0x73, /* [241] */
7694  (xdc_Char)0x69, /* [242] */
7695  (xdc_Char)0x7a, /* [243] */
7696  (xdc_Char)0x65, /* [244] */
7697  (xdc_Char)0x0, /* [245] */
7698  (xdc_Char)0x48, /* [246] */
7699  (xdc_Char)0x65, /* [247] */
7700  (xdc_Char)0x61, /* [248] */
7701  (xdc_Char)0x70, /* [249] */
7702  (xdc_Char)0x53, /* [250] */
7703  (xdc_Char)0x74, /* [251] */
7704  (xdc_Char)0x64, /* [252] */
7705  (xdc_Char)0x5f, /* [253] */
7706  (xdc_Char)0x61, /* [254] */
7707  (xdc_Char)0x6c, /* [255] */
7708  (xdc_Char)0x6c, /* [256] */
7709  (xdc_Char)0x6f, /* [257] */
7710  (xdc_Char)0x63, /* [258] */
7711  (xdc_Char)0x20, /* [259] */
7712  (xdc_Char)0x2d, /* [260] */
7713  (xdc_Char)0x20, /* [261] */
7714  (xdc_Char)0x72, /* [262] */
7715  (xdc_Char)0x65, /* [263] */
7716  (xdc_Char)0x71, /* [264] */
7717  (xdc_Char)0x75, /* [265] */
7718  (xdc_Char)0x65, /* [266] */
7719  (xdc_Char)0x73, /* [267] */
7720  (xdc_Char)0x74, /* [268] */
7721  (xdc_Char)0x65, /* [269] */
7722  (xdc_Char)0x64, /* [270] */
7723  (xdc_Char)0x20, /* [271] */
7724  (xdc_Char)0x61, /* [272] */
7725  (xdc_Char)0x6c, /* [273] */
7726  (xdc_Char)0x69, /* [274] */
7727  (xdc_Char)0x67, /* [275] */
7728  (xdc_Char)0x6e, /* [276] */
7729  (xdc_Char)0x6d, /* [277] */
7730  (xdc_Char)0x65, /* [278] */
7731  (xdc_Char)0x6e, /* [279] */
7732  (xdc_Char)0x74, /* [280] */
7733  (xdc_Char)0x20, /* [281] */
7734  (xdc_Char)0x69, /* [282] */
7735  (xdc_Char)0x73, /* [283] */
7736  (xdc_Char)0x20, /* [284] */
7737  (xdc_Char)0x67, /* [285] */
7738  (xdc_Char)0x72, /* [286] */
7739  (xdc_Char)0x65, /* [287] */
7740  (xdc_Char)0x61, /* [288] */
7741  (xdc_Char)0x74, /* [289] */
7742  (xdc_Char)0x65, /* [290] */
7743  (xdc_Char)0x72, /* [291] */
7744  (xdc_Char)0x20, /* [292] */
7745  (xdc_Char)0x74, /* [293] */
7746  (xdc_Char)0x68, /* [294] */
7747  (xdc_Char)0x61, /* [295] */
7748  (xdc_Char)0x6e, /* [296] */
7749  (xdc_Char)0x20, /* [297] */
7750  (xdc_Char)0x61, /* [298] */
7751  (xdc_Char)0x6c, /* [299] */
7752  (xdc_Char)0x6c, /* [300] */
7753  (xdc_Char)0x6f, /* [301] */
7754  (xdc_Char)0x77, /* [302] */
7755  (xdc_Char)0x65, /* [303] */
7756  (xdc_Char)0x64, /* [304] */
7757  (xdc_Char)0x0, /* [305] */
7758  (xdc_Char)0x41, /* [306] */
7759  (xdc_Char)0x5f, /* [307] */
7760  (xdc_Char)0x69, /* [308] */
7761  (xdc_Char)0x6e, /* [309] */
7762  (xdc_Char)0x76, /* [310] */
7763  (xdc_Char)0x61, /* [311] */
7764  (xdc_Char)0x6c, /* [312] */
7765  (xdc_Char)0x69, /* [313] */
7766  (xdc_Char)0x64, /* [314] */
7767  (xdc_Char)0x4c, /* [315] */
7768  (xdc_Char)0x6f, /* [316] */
7769  (xdc_Char)0x67, /* [317] */
7770  (xdc_Char)0x67, /* [318] */
7771  (xdc_Char)0x65, /* [319] */
7772  (xdc_Char)0x72, /* [320] */
7773  (xdc_Char)0x3a, /* [321] */
7774  (xdc_Char)0x20, /* [322] */
7775  (xdc_Char)0x54, /* [323] */
7776  (xdc_Char)0x68, /* [324] */
7777  (xdc_Char)0x65, /* [325] */
7778  (xdc_Char)0x20, /* [326] */
7779  (xdc_Char)0x6c, /* [327] */
7780  (xdc_Char)0x6f, /* [328] */
7781  (xdc_Char)0x67, /* [329] */
7782  (xdc_Char)0x67, /* [330] */
7783  (xdc_Char)0x65, /* [331] */
7784  (xdc_Char)0x72, /* [332] */
7785  (xdc_Char)0x20, /* [333] */
7786  (xdc_Char)0x69, /* [334] */
7787  (xdc_Char)0x64, /* [335] */
7788  (xdc_Char)0x20, /* [336] */
7789  (xdc_Char)0x25, /* [337] */
7790  (xdc_Char)0x64, /* [338] */
7791  (xdc_Char)0x20, /* [339] */
7792  (xdc_Char)0x69, /* [340] */
7793  (xdc_Char)0x73, /* [341] */
7794  (xdc_Char)0x20, /* [342] */
7795  (xdc_Char)0x69, /* [343] */
7796  (xdc_Char)0x6e, /* [344] */
7797  (xdc_Char)0x76, /* [345] */
7798  (xdc_Char)0x61, /* [346] */
7799  (xdc_Char)0x6c, /* [347] */
7800  (xdc_Char)0x69, /* [348] */
7801  (xdc_Char)0x64, /* [349] */
7802  (xdc_Char)0x2e, /* [350] */
7803  (xdc_Char)0x0, /* [351] */
7804  (xdc_Char)0x41, /* [352] */
7805  (xdc_Char)0x5f, /* [353] */
7806  (xdc_Char)0x63, /* [354] */
7807  (xdc_Char)0x61, /* [355] */
7808  (xdc_Char)0x6e, /* [356] */
7809  (xdc_Char)0x6e, /* [357] */
7810  (xdc_Char)0x6f, /* [358] */
7811  (xdc_Char)0x74, /* [359] */
7812  (xdc_Char)0x46, /* [360] */
7813  (xdc_Char)0x69, /* [361] */
7814  (xdc_Char)0x74, /* [362] */
7815  (xdc_Char)0x49, /* [363] */
7816  (xdc_Char)0x6e, /* [364] */
7817  (xdc_Char)0x74, /* [365] */
7818  (xdc_Char)0x6f, /* [366] */
7819  (xdc_Char)0x41, /* [367] */
7820  (xdc_Char)0x72, /* [368] */
7821  (xdc_Char)0x67, /* [369] */
7822  (xdc_Char)0x3a, /* [370] */
7823  (xdc_Char)0x20, /* [371] */
7824  (xdc_Char)0x73, /* [372] */
7825  (xdc_Char)0x69, /* [373] */
7826  (xdc_Char)0x7a, /* [374] */
7827  (xdc_Char)0x65, /* [375] */
7828  (xdc_Char)0x6f, /* [376] */
7829  (xdc_Char)0x66, /* [377] */
7830  (xdc_Char)0x28, /* [378] */
7831  (xdc_Char)0x46, /* [379] */
7832  (xdc_Char)0x6c, /* [380] */
7833  (xdc_Char)0x6f, /* [381] */
7834  (xdc_Char)0x61, /* [382] */
7835  (xdc_Char)0x74, /* [383] */
7836  (xdc_Char)0x29, /* [384] */
7837  (xdc_Char)0x20, /* [385] */
7838  (xdc_Char)0x3e, /* [386] */
7839  (xdc_Char)0x20, /* [387] */
7840  (xdc_Char)0x73, /* [388] */
7841  (xdc_Char)0x69, /* [389] */
7842  (xdc_Char)0x7a, /* [390] */
7843  (xdc_Char)0x65, /* [391] */
7844  (xdc_Char)0x6f, /* [392] */
7845  (xdc_Char)0x66, /* [393] */
7846  (xdc_Char)0x28, /* [394] */
7847  (xdc_Char)0x41, /* [395] */
7848  (xdc_Char)0x72, /* [396] */
7849  (xdc_Char)0x67, /* [397] */
7850  (xdc_Char)0x29, /* [398] */
7851  (xdc_Char)0x0, /* [399] */
7852  (xdc_Char)0x41, /* [400] */
7853  (xdc_Char)0x5f, /* [401] */
7854  (xdc_Char)0x6e, /* [402] */
7855  (xdc_Char)0x75, /* [403] */
7856  (xdc_Char)0x6c, /* [404] */
7857  (xdc_Char)0x6c, /* [405] */
7858  (xdc_Char)0x50, /* [406] */
7859  (xdc_Char)0x6f, /* [407] */
7860  (xdc_Char)0x69, /* [408] */
7861  (xdc_Char)0x6e, /* [409] */
7862  (xdc_Char)0x74, /* [410] */
7863  (xdc_Char)0x65, /* [411] */
7864  (xdc_Char)0x72, /* [412] */
7865  (xdc_Char)0x3a, /* [413] */
7866  (xdc_Char)0x20, /* [414] */
7867  (xdc_Char)0x50, /* [415] */
7868  (xdc_Char)0x6f, /* [416] */
7869  (xdc_Char)0x69, /* [417] */
7870  (xdc_Char)0x6e, /* [418] */
7871  (xdc_Char)0x74, /* [419] */
7872  (xdc_Char)0x65, /* [420] */
7873  (xdc_Char)0x72, /* [421] */
7874  (xdc_Char)0x20, /* [422] */
7875  (xdc_Char)0x69, /* [423] */
7876  (xdc_Char)0x73, /* [424] */
7877  (xdc_Char)0x20, /* [425] */
7878  (xdc_Char)0x6e, /* [426] */
7879  (xdc_Char)0x75, /* [427] */
7880  (xdc_Char)0x6c, /* [428] */
7881  (xdc_Char)0x6c, /* [429] */
7882  (xdc_Char)0x0, /* [430] */
7883  (xdc_Char)0x41, /* [431] */
7884  (xdc_Char)0x5f, /* [432] */
7885  (xdc_Char)0x69, /* [433] */
7886  (xdc_Char)0x6e, /* [434] */
7887  (xdc_Char)0x76, /* [435] */
7888  (xdc_Char)0x61, /* [436] */
7889  (xdc_Char)0x6c, /* [437] */
7890  (xdc_Char)0x69, /* [438] */
7891  (xdc_Char)0x64, /* [439] */
7892  (xdc_Char)0x52, /* [440] */
7893  (xdc_Char)0x65, /* [441] */
7894  (xdc_Char)0x67, /* [442] */
7895  (xdc_Char)0x69, /* [443] */
7896  (xdc_Char)0x6f, /* [444] */
7897  (xdc_Char)0x6e, /* [445] */
7898  (xdc_Char)0x49, /* [446] */
7899  (xdc_Char)0x64, /* [447] */
7900  (xdc_Char)0x3a, /* [448] */
7901  (xdc_Char)0x20, /* [449] */
7902  (xdc_Char)0x4d, /* [450] */
7903  (xdc_Char)0x50, /* [451] */
7904  (xdc_Char)0x55, /* [452] */
7905  (xdc_Char)0x20, /* [453] */
7906  (xdc_Char)0x52, /* [454] */
7907  (xdc_Char)0x65, /* [455] */
7908  (xdc_Char)0x67, /* [456] */
7909  (xdc_Char)0x69, /* [457] */
7910  (xdc_Char)0x6f, /* [458] */
7911  (xdc_Char)0x6e, /* [459] */
7912  (xdc_Char)0x20, /* [460] */
7913  (xdc_Char)0x6e, /* [461] */
7914  (xdc_Char)0x75, /* [462] */
7915  (xdc_Char)0x6d, /* [463] */
7916  (xdc_Char)0x62, /* [464] */
7917  (xdc_Char)0x65, /* [465] */
7918  (xdc_Char)0x72, /* [466] */
7919  (xdc_Char)0x20, /* [467] */
7920  (xdc_Char)0x70, /* [468] */
7921  (xdc_Char)0x61, /* [469] */
7922  (xdc_Char)0x73, /* [470] */
7923  (xdc_Char)0x73, /* [471] */
7924  (xdc_Char)0x65, /* [472] */
7925  (xdc_Char)0x64, /* [473] */
7926  (xdc_Char)0x20, /* [474] */
7927  (xdc_Char)0x69, /* [475] */
7928  (xdc_Char)0x73, /* [476] */
7929  (xdc_Char)0x20, /* [477] */
7930  (xdc_Char)0x69, /* [478] */
7931  (xdc_Char)0x6e, /* [479] */
7932  (xdc_Char)0x76, /* [480] */
7933  (xdc_Char)0x61, /* [481] */
7934  (xdc_Char)0x6c, /* [482] */
7935  (xdc_Char)0x69, /* [483] */
7936  (xdc_Char)0x64, /* [484] */
7937  (xdc_Char)0x2e, /* [485] */
7938  (xdc_Char)0x0, /* [486] */
7939  (xdc_Char)0x41, /* [487] */
7940  (xdc_Char)0x5f, /* [488] */
7941  (xdc_Char)0x75, /* [489] */
7942  (xdc_Char)0x6e, /* [490] */
7943  (xdc_Char)0x61, /* [491] */
7944  (xdc_Char)0x6c, /* [492] */
7945  (xdc_Char)0x69, /* [493] */
7946  (xdc_Char)0x67, /* [494] */
7947  (xdc_Char)0x6e, /* [495] */
7948  (xdc_Char)0x65, /* [496] */
7949  (xdc_Char)0x64, /* [497] */
7950  (xdc_Char)0x42, /* [498] */
7951  (xdc_Char)0x61, /* [499] */
7952  (xdc_Char)0x73, /* [500] */
7953  (xdc_Char)0x65, /* [501] */
7954  (xdc_Char)0x41, /* [502] */
7955  (xdc_Char)0x64, /* [503] */
7956  (xdc_Char)0x64, /* [504] */
7957  (xdc_Char)0x72, /* [505] */
7958  (xdc_Char)0x3a, /* [506] */
7959  (xdc_Char)0x20, /* [507] */
7960  (xdc_Char)0x4d, /* [508] */
7961  (xdc_Char)0x50, /* [509] */
7962  (xdc_Char)0x55, /* [510] */
7963  (xdc_Char)0x20, /* [511] */
7964  (xdc_Char)0x72, /* [512] */
7965  (xdc_Char)0x65, /* [513] */
7966  (xdc_Char)0x67, /* [514] */
7967  (xdc_Char)0x69, /* [515] */
7968  (xdc_Char)0x6f, /* [516] */
7969  (xdc_Char)0x6e, /* [517] */
7970  (xdc_Char)0x20, /* [518] */
7971  (xdc_Char)0x62, /* [519] */
7972  (xdc_Char)0x61, /* [520] */
7973  (xdc_Char)0x73, /* [521] */
7974  (xdc_Char)0x65, /* [522] */
7975  (xdc_Char)0x20, /* [523] */
7976  (xdc_Char)0x61, /* [524] */
7977  (xdc_Char)0x64, /* [525] */
7978  (xdc_Char)0x64, /* [526] */
7979  (xdc_Char)0x72, /* [527] */
7980  (xdc_Char)0x65, /* [528] */
7981  (xdc_Char)0x73, /* [529] */
7982  (xdc_Char)0x73, /* [530] */
7983  (xdc_Char)0x20, /* [531] */
7984  (xdc_Char)0x6e, /* [532] */
7985  (xdc_Char)0x6f, /* [533] */
7986  (xdc_Char)0x74, /* [534] */
7987  (xdc_Char)0x20, /* [535] */
7988  (xdc_Char)0x61, /* [536] */
7989  (xdc_Char)0x6c, /* [537] */
7990  (xdc_Char)0x69, /* [538] */
7991  (xdc_Char)0x67, /* [539] */
7992  (xdc_Char)0x6e, /* [540] */
7993  (xdc_Char)0x65, /* [541] */
7994  (xdc_Char)0x64, /* [542] */
7995  (xdc_Char)0x20, /* [543] */
7996  (xdc_Char)0x74, /* [544] */
7997  (xdc_Char)0x6f, /* [545] */
7998  (xdc_Char)0x20, /* [546] */
7999  (xdc_Char)0x73, /* [547] */
8000  (xdc_Char)0x69, /* [548] */
8001  (xdc_Char)0x7a, /* [549] */
8002  (xdc_Char)0x65, /* [550] */
8003  (xdc_Char)0x2e, /* [551] */
8004  (xdc_Char)0x0, /* [552] */
8005  (xdc_Char)0x41, /* [553] */
8006  (xdc_Char)0x5f, /* [554] */
8007  (xdc_Char)0x72, /* [555] */
8008  (xdc_Char)0x65, /* [556] */
8009  (xdc_Char)0x73, /* [557] */
8010  (xdc_Char)0x65, /* [558] */
8011  (xdc_Char)0x72, /* [559] */
8012  (xdc_Char)0x76, /* [560] */
8013  (xdc_Char)0x65, /* [561] */
8014  (xdc_Char)0x64, /* [562] */
8015  (xdc_Char)0x41, /* [563] */
8016  (xdc_Char)0x74, /* [564] */
8017  (xdc_Char)0x74, /* [565] */
8018  (xdc_Char)0x72, /* [566] */
8019  (xdc_Char)0x73, /* [567] */
8020  (xdc_Char)0x3a, /* [568] */
8021  (xdc_Char)0x20, /* [569] */
8022  (xdc_Char)0x4d, /* [570] */
8023  (xdc_Char)0x50, /* [571] */
8024  (xdc_Char)0x55, /* [572] */
8025  (xdc_Char)0x20, /* [573] */
8026  (xdc_Char)0x72, /* [574] */
8027  (xdc_Char)0x65, /* [575] */
8028  (xdc_Char)0x67, /* [576] */
8029  (xdc_Char)0x69, /* [577] */
8030  (xdc_Char)0x6f, /* [578] */
8031  (xdc_Char)0x6e, /* [579] */
8032  (xdc_Char)0x20, /* [580] */
8033  (xdc_Char)0x61, /* [581] */
8034  (xdc_Char)0x74, /* [582] */
8035  (xdc_Char)0x74, /* [583] */
8036  (xdc_Char)0x72, /* [584] */
8037  (xdc_Char)0x69, /* [585] */
8038  (xdc_Char)0x62, /* [586] */
8039  (xdc_Char)0x75, /* [587] */
8040  (xdc_Char)0x74, /* [588] */
8041  (xdc_Char)0x65, /* [589] */
8042  (xdc_Char)0x73, /* [590] */
8043  (xdc_Char)0x20, /* [591] */
8044  (xdc_Char)0x73, /* [592] */
8045  (xdc_Char)0x65, /* [593] */
8046  (xdc_Char)0x74, /* [594] */
8047  (xdc_Char)0x20, /* [595] */
8048  (xdc_Char)0x74, /* [596] */
8049  (xdc_Char)0x6f, /* [597] */
8050  (xdc_Char)0x20, /* [598] */
8051  (xdc_Char)0x72, /* [599] */
8052  (xdc_Char)0x65, /* [600] */
8053  (xdc_Char)0x73, /* [601] */
8054  (xdc_Char)0x65, /* [602] */
8055  (xdc_Char)0x72, /* [603] */
8056  (xdc_Char)0x76, /* [604] */
8057  (xdc_Char)0x65, /* [605] */
8058  (xdc_Char)0x64, /* [606] */
8059  (xdc_Char)0x20, /* [607] */
8060  (xdc_Char)0x76, /* [608] */
8061  (xdc_Char)0x61, /* [609] */
8062  (xdc_Char)0x6c, /* [610] */
8063  (xdc_Char)0x75, /* [611] */
8064  (xdc_Char)0x65, /* [612] */
8065  (xdc_Char)0x2e, /* [613] */
8066  (xdc_Char)0x0, /* [614] */
8067  (xdc_Char)0x41, /* [615] */
8068  (xdc_Char)0x5f, /* [616] */
8069  (xdc_Char)0x63, /* [617] */
8070  (xdc_Char)0x6c, /* [618] */
8071  (xdc_Char)0x6f, /* [619] */
8072  (xdc_Char)0x63, /* [620] */
8073  (xdc_Char)0x6b, /* [621] */
8074  (xdc_Char)0x44, /* [622] */
8075  (xdc_Char)0x69, /* [623] */
8076  (xdc_Char)0x73, /* [624] */
8077  (xdc_Char)0x61, /* [625] */
8078  (xdc_Char)0x62, /* [626] */
8079  (xdc_Char)0x6c, /* [627] */
8080  (xdc_Char)0x65, /* [628] */
8081  (xdc_Char)0x64, /* [629] */
8082  (xdc_Char)0x3a, /* [630] */
8083  (xdc_Char)0x20, /* [631] */
8084  (xdc_Char)0x43, /* [632] */
8085  (xdc_Char)0x61, /* [633] */
8086  (xdc_Char)0x6e, /* [634] */
8087  (xdc_Char)0x6e, /* [635] */
8088  (xdc_Char)0x6f, /* [636] */
8089  (xdc_Char)0x74, /* [637] */
8090  (xdc_Char)0x20, /* [638] */
8091  (xdc_Char)0x63, /* [639] */
8092  (xdc_Char)0x72, /* [640] */
8093  (xdc_Char)0x65, /* [641] */
8094  (xdc_Char)0x61, /* [642] */
8095  (xdc_Char)0x74, /* [643] */
8096  (xdc_Char)0x65, /* [644] */
8097  (xdc_Char)0x20, /* [645] */
8098  (xdc_Char)0x61, /* [646] */
8099  (xdc_Char)0x20, /* [647] */
8100  (xdc_Char)0x63, /* [648] */
8101  (xdc_Char)0x6c, /* [649] */
8102  (xdc_Char)0x6f, /* [650] */
8103  (xdc_Char)0x63, /* [651] */
8104  (xdc_Char)0x6b, /* [652] */
8105  (xdc_Char)0x20, /* [653] */
8106  (xdc_Char)0x69, /* [654] */
8107  (xdc_Char)0x6e, /* [655] */
8108  (xdc_Char)0x73, /* [656] */
8109  (xdc_Char)0x74, /* [657] */
8110  (xdc_Char)0x61, /* [658] */
8111  (xdc_Char)0x6e, /* [659] */
8112  (xdc_Char)0x63, /* [660] */
8113  (xdc_Char)0x65, /* [661] */
8114  (xdc_Char)0x20, /* [662] */
8115  (xdc_Char)0x77, /* [663] */
8116  (xdc_Char)0x68, /* [664] */
8117  (xdc_Char)0x65, /* [665] */
8118  (xdc_Char)0x6e, /* [666] */
8119  (xdc_Char)0x20, /* [667] */
8120  (xdc_Char)0x42, /* [668] */
8121  (xdc_Char)0x49, /* [669] */
8122  (xdc_Char)0x4f, /* [670] */
8123  (xdc_Char)0x53, /* [671] */
8124  (xdc_Char)0x2e, /* [672] */
8125  (xdc_Char)0x63, /* [673] */
8126  (xdc_Char)0x6c, /* [674] */
8127  (xdc_Char)0x6f, /* [675] */
8128  (xdc_Char)0x63, /* [676] */
8129  (xdc_Char)0x6b, /* [677] */
8130  (xdc_Char)0x45, /* [678] */
8131  (xdc_Char)0x6e, /* [679] */
8132  (xdc_Char)0x61, /* [680] */
8133  (xdc_Char)0x62, /* [681] */
8134  (xdc_Char)0x6c, /* [682] */
8135  (xdc_Char)0x65, /* [683] */
8136  (xdc_Char)0x64, /* [684] */
8137  (xdc_Char)0x20, /* [685] */
8138  (xdc_Char)0x69, /* [686] */
8139  (xdc_Char)0x73, /* [687] */
8140  (xdc_Char)0x20, /* [688] */
8141  (xdc_Char)0x66, /* [689] */
8142  (xdc_Char)0x61, /* [690] */
8143  (xdc_Char)0x6c, /* [691] */
8144  (xdc_Char)0x73, /* [692] */
8145  (xdc_Char)0x65, /* [693] */
8146  (xdc_Char)0x2e, /* [694] */
8147  (xdc_Char)0x0, /* [695] */
8148  (xdc_Char)0x41, /* [696] */
8149  (xdc_Char)0x5f, /* [697] */
8150  (xdc_Char)0x62, /* [698] */
8151  (xdc_Char)0x61, /* [699] */
8152  (xdc_Char)0x64, /* [700] */
8153  (xdc_Char)0x54, /* [701] */
8154  (xdc_Char)0x68, /* [702] */
8155  (xdc_Char)0x72, /* [703] */
8156  (xdc_Char)0x65, /* [704] */
8157  (xdc_Char)0x61, /* [705] */
8158  (xdc_Char)0x64, /* [706] */
8159  (xdc_Char)0x54, /* [707] */
8160  (xdc_Char)0x79, /* [708] */
8161  (xdc_Char)0x70, /* [709] */
8162  (xdc_Char)0x65, /* [710] */
8163  (xdc_Char)0x3a, /* [711] */
8164  (xdc_Char)0x20, /* [712] */
8165  (xdc_Char)0x43, /* [713] */
8166  (xdc_Char)0x61, /* [714] */
8167  (xdc_Char)0x6e, /* [715] */
8168  (xdc_Char)0x6e, /* [716] */
8169  (xdc_Char)0x6f, /* [717] */
8170  (xdc_Char)0x74, /* [718] */
8171  (xdc_Char)0x20, /* [719] */
8172  (xdc_Char)0x63, /* [720] */
8173  (xdc_Char)0x72, /* [721] */
8174  (xdc_Char)0x65, /* [722] */
8175  (xdc_Char)0x61, /* [723] */
8176  (xdc_Char)0x74, /* [724] */
8177  (xdc_Char)0x65, /* [725] */
8178  (xdc_Char)0x2f, /* [726] */
8179  (xdc_Char)0x64, /* [727] */
8180  (xdc_Char)0x65, /* [728] */
8181  (xdc_Char)0x6c, /* [729] */
8182  (xdc_Char)0x65, /* [730] */
8183  (xdc_Char)0x74, /* [731] */
8184  (xdc_Char)0x65, /* [732] */
8185  (xdc_Char)0x20, /* [733] */
8186  (xdc_Char)0x61, /* [734] */
8187  (xdc_Char)0x20, /* [735] */
8188  (xdc_Char)0x43, /* [736] */
8189  (xdc_Char)0x6c, /* [737] */
8190  (xdc_Char)0x6f, /* [738] */
8191  (xdc_Char)0x63, /* [739] */
8192  (xdc_Char)0x6b, /* [740] */
8193  (xdc_Char)0x20, /* [741] */
8194  (xdc_Char)0x66, /* [742] */
8195  (xdc_Char)0x72, /* [743] */
8196  (xdc_Char)0x6f, /* [744] */
8197  (xdc_Char)0x6d, /* [745] */
8198  (xdc_Char)0x20, /* [746] */
8199  (xdc_Char)0x48, /* [747] */
8200  (xdc_Char)0x77, /* [748] */
8201  (xdc_Char)0x69, /* [749] */
8202  (xdc_Char)0x20, /* [750] */
8203  (xdc_Char)0x6f, /* [751] */
8204  (xdc_Char)0x72, /* [752] */
8205  (xdc_Char)0x20, /* [753] */
8206  (xdc_Char)0x53, /* [754] */
8207  (xdc_Char)0x77, /* [755] */
8208  (xdc_Char)0x69, /* [756] */
8209  (xdc_Char)0x20, /* [757] */
8210  (xdc_Char)0x74, /* [758] */
8211  (xdc_Char)0x68, /* [759] */
8212  (xdc_Char)0x72, /* [760] */
8213  (xdc_Char)0x65, /* [761] */
8214  (xdc_Char)0x61, /* [762] */
8215  (xdc_Char)0x64, /* [763] */
8216  (xdc_Char)0x2e, /* [764] */
8217  (xdc_Char)0x0, /* [765] */
8218  (xdc_Char)0x41, /* [766] */
8219  (xdc_Char)0x5f, /* [767] */
8220  (xdc_Char)0x6e, /* [768] */
8221  (xdc_Char)0x75, /* [769] */
8222  (xdc_Char)0x6c, /* [770] */
8223  (xdc_Char)0x6c, /* [771] */
8224  (xdc_Char)0x45, /* [772] */
8225  (xdc_Char)0x76, /* [773] */
8226  (xdc_Char)0x65, /* [774] */
8227  (xdc_Char)0x6e, /* [775] */
8228  (xdc_Char)0x74, /* [776] */
8229  (xdc_Char)0x4d, /* [777] */
8230  (xdc_Char)0x61, /* [778] */
8231  (xdc_Char)0x73, /* [779] */
8232  (xdc_Char)0x6b, /* [780] */
8233  (xdc_Char)0x73, /* [781] */
8234  (xdc_Char)0x3a, /* [782] */
8235  (xdc_Char)0x20, /* [783] */
8236  (xdc_Char)0x6f, /* [784] */
8237  (xdc_Char)0x72, /* [785] */
8238  (xdc_Char)0x4d, /* [786] */
8239  (xdc_Char)0x61, /* [787] */
8240  (xdc_Char)0x73, /* [788] */
8241  (xdc_Char)0x6b, /* [789] */
8242  (xdc_Char)0x20, /* [790] */
8243  (xdc_Char)0x61, /* [791] */
8244  (xdc_Char)0x6e, /* [792] */
8245  (xdc_Char)0x64, /* [793] */
8246  (xdc_Char)0x20, /* [794] */
8247  (xdc_Char)0x61, /* [795] */
8248  (xdc_Char)0x6e, /* [796] */
8249  (xdc_Char)0x64, /* [797] */
8250  (xdc_Char)0x4d, /* [798] */
8251  (xdc_Char)0x61, /* [799] */
8252  (xdc_Char)0x73, /* [800] */
8253  (xdc_Char)0x6b, /* [801] */
8254  (xdc_Char)0x20, /* [802] */
8255  (xdc_Char)0x61, /* [803] */
8256  (xdc_Char)0x72, /* [804] */
8257  (xdc_Char)0x65, /* [805] */
8258  (xdc_Char)0x20, /* [806] */
8259  (xdc_Char)0x6e, /* [807] */
8260  (xdc_Char)0x75, /* [808] */
8261  (xdc_Char)0x6c, /* [809] */
8262  (xdc_Char)0x6c, /* [810] */
8263  (xdc_Char)0x2e, /* [811] */
8264  (xdc_Char)0x0, /* [812] */
8265  (xdc_Char)0x41, /* [813] */
8266  (xdc_Char)0x5f, /* [814] */
8267  (xdc_Char)0x6e, /* [815] */
8268  (xdc_Char)0x75, /* [816] */
8269  (xdc_Char)0x6c, /* [817] */
8270  (xdc_Char)0x6c, /* [818] */
8271  (xdc_Char)0x45, /* [819] */
8272  (xdc_Char)0x76, /* [820] */
8273  (xdc_Char)0x65, /* [821] */
8274  (xdc_Char)0x6e, /* [822] */
8275  (xdc_Char)0x74, /* [823] */
8276  (xdc_Char)0x49, /* [824] */
8277  (xdc_Char)0x64, /* [825] */
8278  (xdc_Char)0x3a, /* [826] */
8279  (xdc_Char)0x20, /* [827] */
8280  (xdc_Char)0x70, /* [828] */
8281  (xdc_Char)0x6f, /* [829] */
8282  (xdc_Char)0x73, /* [830] */
8283  (xdc_Char)0x74, /* [831] */
8284  (xdc_Char)0x65, /* [832] */
8285  (xdc_Char)0x64, /* [833] */
8286  (xdc_Char)0x20, /* [834] */
8287  (xdc_Char)0x65, /* [835] */
8288  (xdc_Char)0x76, /* [836] */
8289  (xdc_Char)0x65, /* [837] */
8290  (xdc_Char)0x6e, /* [838] */
8291  (xdc_Char)0x74, /* [839] */
8292  (xdc_Char)0x49, /* [840] */
8293  (xdc_Char)0x64, /* [841] */
8294  (xdc_Char)0x20, /* [842] */
8295  (xdc_Char)0x69, /* [843] */
8296  (xdc_Char)0x73, /* [844] */
8297  (xdc_Char)0x20, /* [845] */
8298  (xdc_Char)0x6e, /* [846] */
8299  (xdc_Char)0x75, /* [847] */
8300  (xdc_Char)0x6c, /* [848] */
8301  (xdc_Char)0x6c, /* [849] */
8302  (xdc_Char)0x2e, /* [850] */
8303  (xdc_Char)0x0, /* [851] */
8304  (xdc_Char)0x41, /* [852] */
8305  (xdc_Char)0x5f, /* [853] */
8306  (xdc_Char)0x65, /* [854] */
8307  (xdc_Char)0x76, /* [855] */
8308  (xdc_Char)0x65, /* [856] */
8309  (xdc_Char)0x6e, /* [857] */
8310  (xdc_Char)0x74, /* [858] */
8311  (xdc_Char)0x49, /* [859] */
8312  (xdc_Char)0x6e, /* [860] */
8313  (xdc_Char)0x55, /* [861] */
8314  (xdc_Char)0x73, /* [862] */
8315  (xdc_Char)0x65, /* [863] */
8316  (xdc_Char)0x3a, /* [864] */
8317  (xdc_Char)0x20, /* [865] */
8318  (xdc_Char)0x45, /* [866] */
8319  (xdc_Char)0x76, /* [867] */
8320  (xdc_Char)0x65, /* [868] */
8321  (xdc_Char)0x6e, /* [869] */
8322  (xdc_Char)0x74, /* [870] */
8323  (xdc_Char)0x20, /* [871] */
8324  (xdc_Char)0x6f, /* [872] */
8325  (xdc_Char)0x62, /* [873] */
8326  (xdc_Char)0x6a, /* [874] */
8327  (xdc_Char)0x65, /* [875] */
8328  (xdc_Char)0x63, /* [876] */
8329  (xdc_Char)0x74, /* [877] */
8330  (xdc_Char)0x20, /* [878] */
8331  (xdc_Char)0x61, /* [879] */
8332  (xdc_Char)0x6c, /* [880] */
8333  (xdc_Char)0x72, /* [881] */
8334  (xdc_Char)0x65, /* [882] */
8335  (xdc_Char)0x61, /* [883] */
8336  (xdc_Char)0x64, /* [884] */
8337  (xdc_Char)0x79, /* [885] */
8338  (xdc_Char)0x20, /* [886] */
8339  (xdc_Char)0x69, /* [887] */
8340  (xdc_Char)0x6e, /* [888] */
8341  (xdc_Char)0x20, /* [889] */
8342  (xdc_Char)0x75, /* [890] */
8343  (xdc_Char)0x73, /* [891] */
8344  (xdc_Char)0x65, /* [892] */
8345  (xdc_Char)0x2e, /* [893] */
8346  (xdc_Char)0x0, /* [894] */
8347  (xdc_Char)0x41, /* [895] */
8348  (xdc_Char)0x5f, /* [896] */
8349  (xdc_Char)0x62, /* [897] */
8350  (xdc_Char)0x61, /* [898] */
8351  (xdc_Char)0x64, /* [899] */
8352  (xdc_Char)0x43, /* [900] */
8353  (xdc_Char)0x6f, /* [901] */
8354  (xdc_Char)0x6e, /* [902] */
8355  (xdc_Char)0x74, /* [903] */
8356  (xdc_Char)0x65, /* [904] */
8357  (xdc_Char)0x78, /* [905] */
8358  (xdc_Char)0x74, /* [906] */
8359  (xdc_Char)0x3a, /* [907] */
8360  (xdc_Char)0x20, /* [908] */
8361  (xdc_Char)0x62, /* [909] */
8362  (xdc_Char)0x61, /* [910] */
8363  (xdc_Char)0x64, /* [911] */
8364  (xdc_Char)0x20, /* [912] */
8365  (xdc_Char)0x63, /* [913] */
8366  (xdc_Char)0x61, /* [914] */
8367  (xdc_Char)0x6c, /* [915] */
8368  (xdc_Char)0x6c, /* [916] */
8369  (xdc_Char)0x69, /* [917] */
8370  (xdc_Char)0x6e, /* [918] */
8371  (xdc_Char)0x67, /* [919] */
8372  (xdc_Char)0x20, /* [920] */
8373  (xdc_Char)0x63, /* [921] */
8374  (xdc_Char)0x6f, /* [922] */
8375  (xdc_Char)0x6e, /* [923] */
8376  (xdc_Char)0x74, /* [924] */
8377  (xdc_Char)0x65, /* [925] */
8378  (xdc_Char)0x78, /* [926] */
8379  (xdc_Char)0x74, /* [927] */
8380  (xdc_Char)0x2e, /* [928] */
8381  (xdc_Char)0x20, /* [929] */
8382  (xdc_Char)0x4d, /* [930] */
8383  (xdc_Char)0x75, /* [931] */
8384  (xdc_Char)0x73, /* [932] */
8385  (xdc_Char)0x74, /* [933] */
8386  (xdc_Char)0x20, /* [934] */
8387  (xdc_Char)0x62, /* [935] */
8388  (xdc_Char)0x65, /* [936] */
8389  (xdc_Char)0x20, /* [937] */
8390  (xdc_Char)0x63, /* [938] */
8391  (xdc_Char)0x61, /* [939] */
8392  (xdc_Char)0x6c, /* [940] */
8393  (xdc_Char)0x6c, /* [941] */
8394  (xdc_Char)0x65, /* [942] */
8395  (xdc_Char)0x64, /* [943] */
8396  (xdc_Char)0x20, /* [944] */
8397  (xdc_Char)0x66, /* [945] */
8398  (xdc_Char)0x72, /* [946] */
8399  (xdc_Char)0x6f, /* [947] */
8400  (xdc_Char)0x6d, /* [948] */
8401  (xdc_Char)0x20, /* [949] */
8402  (xdc_Char)0x61, /* [950] */
8403  (xdc_Char)0x20, /* [951] */
8404  (xdc_Char)0x54, /* [952] */
8405  (xdc_Char)0x61, /* [953] */
8406  (xdc_Char)0x73, /* [954] */
8407  (xdc_Char)0x6b, /* [955] */
8408  (xdc_Char)0x2e, /* [956] */
8409  (xdc_Char)0x0, /* [957] */
8410  (xdc_Char)0x41, /* [958] */
8411  (xdc_Char)0x5f, /* [959] */
8412  (xdc_Char)0x70, /* [960] */
8413  (xdc_Char)0x65, /* [961] */
8414  (xdc_Char)0x6e, /* [962] */
8415  (xdc_Char)0x64, /* [963] */
8416  (xdc_Char)0x54, /* [964] */
8417  (xdc_Char)0x61, /* [965] */
8418  (xdc_Char)0x73, /* [966] */
8419  (xdc_Char)0x6b, /* [967] */
8420  (xdc_Char)0x44, /* [968] */
8421  (xdc_Char)0x69, /* [969] */
8422  (xdc_Char)0x73, /* [970] */
8423  (xdc_Char)0x61, /* [971] */
8424  (xdc_Char)0x62, /* [972] */
8425  (xdc_Char)0x6c, /* [973] */
8426  (xdc_Char)0x65, /* [974] */
8427  (xdc_Char)0x64, /* [975] */
8428  (xdc_Char)0x3a, /* [976] */
8429  (xdc_Char)0x20, /* [977] */
8430  (xdc_Char)0x43, /* [978] */
8431  (xdc_Char)0x61, /* [979] */
8432  (xdc_Char)0x6e, /* [980] */
8433  (xdc_Char)0x6e, /* [981] */
8434  (xdc_Char)0x6f, /* [982] */
8435  (xdc_Char)0x74, /* [983] */
8436  (xdc_Char)0x20, /* [984] */
8437  (xdc_Char)0x63, /* [985] */
8438  (xdc_Char)0x61, /* [986] */
8439  (xdc_Char)0x6c, /* [987] */
8440  (xdc_Char)0x6c, /* [988] */
8441  (xdc_Char)0x20, /* [989] */
8442  (xdc_Char)0x45, /* [990] */
8443  (xdc_Char)0x76, /* [991] */
8444  (xdc_Char)0x65, /* [992] */
8445  (xdc_Char)0x6e, /* [993] */
8446  (xdc_Char)0x74, /* [994] */
8447  (xdc_Char)0x5f, /* [995] */
8448  (xdc_Char)0x70, /* [996] */
8449  (xdc_Char)0x65, /* [997] */
8450  (xdc_Char)0x6e, /* [998] */
8451  (xdc_Char)0x64, /* [999] */
8452  (xdc_Char)0x28, /* [1000] */
8453  (xdc_Char)0x29, /* [1001] */
8454  (xdc_Char)0x20, /* [1002] */
8455  (xdc_Char)0x77, /* [1003] */
8456  (xdc_Char)0x68, /* [1004] */
8457  (xdc_Char)0x69, /* [1005] */
8458  (xdc_Char)0x6c, /* [1006] */
8459  (xdc_Char)0x65, /* [1007] */
8460  (xdc_Char)0x20, /* [1008] */
8461  (xdc_Char)0x74, /* [1009] */
8462  (xdc_Char)0x68, /* [1010] */
8463  (xdc_Char)0x65, /* [1011] */
8464  (xdc_Char)0x20, /* [1012] */
8465  (xdc_Char)0x54, /* [1013] */
8466  (xdc_Char)0x61, /* [1014] */
8467  (xdc_Char)0x73, /* [1015] */
8468  (xdc_Char)0x6b, /* [1016] */
8469  (xdc_Char)0x20, /* [1017] */
8470  (xdc_Char)0x6f, /* [1018] */
8471  (xdc_Char)0x72, /* [1019] */
8472  (xdc_Char)0x20, /* [1020] */
8473  (xdc_Char)0x53, /* [1021] */
8474  (xdc_Char)0x77, /* [1022] */
8475  (xdc_Char)0x69, /* [1023] */
8476  (xdc_Char)0x20, /* [1024] */
8477  (xdc_Char)0x73, /* [1025] */
8478  (xdc_Char)0x63, /* [1026] */
8479  (xdc_Char)0x68, /* [1027] */
8480  (xdc_Char)0x65, /* [1028] */
8481  (xdc_Char)0x64, /* [1029] */
8482  (xdc_Char)0x75, /* [1030] */
8483  (xdc_Char)0x6c, /* [1031] */
8484  (xdc_Char)0x65, /* [1032] */
8485  (xdc_Char)0x72, /* [1033] */
8486  (xdc_Char)0x20, /* [1034] */
8487  (xdc_Char)0x69, /* [1035] */
8488  (xdc_Char)0x73, /* [1036] */
8489  (xdc_Char)0x20, /* [1037] */
8490  (xdc_Char)0x64, /* [1038] */
8491  (xdc_Char)0x69, /* [1039] */
8492  (xdc_Char)0x73, /* [1040] */
8493  (xdc_Char)0x61, /* [1041] */
8494  (xdc_Char)0x62, /* [1042] */
8495  (xdc_Char)0x6c, /* [1043] */
8496  (xdc_Char)0x65, /* [1044] */
8497  (xdc_Char)0x64, /* [1045] */
8498  (xdc_Char)0x2e, /* [1046] */
8499  (xdc_Char)0x0, /* [1047] */
8500  (xdc_Char)0x4d, /* [1048] */
8501  (xdc_Char)0x61, /* [1049] */
8502  (xdc_Char)0x69, /* [1050] */
8503  (xdc_Char)0x6c, /* [1051] */
8504  (xdc_Char)0x62, /* [1052] */
8505  (xdc_Char)0x6f, /* [1053] */
8506  (xdc_Char)0x78, /* [1054] */
8507  (xdc_Char)0x5f, /* [1055] */
8508  (xdc_Char)0x63, /* [1056] */
8509  (xdc_Char)0x72, /* [1057] */
8510  (xdc_Char)0x65, /* [1058] */
8511  (xdc_Char)0x61, /* [1059] */
8512  (xdc_Char)0x74, /* [1060] */
8513  (xdc_Char)0x65, /* [1061] */
8514  (xdc_Char)0x27, /* [1062] */
8515  (xdc_Char)0x73, /* [1063] */
8516  (xdc_Char)0x20, /* [1064] */
8517  (xdc_Char)0x62, /* [1065] */
8518  (xdc_Char)0x75, /* [1066] */
8519  (xdc_Char)0x66, /* [1067] */
8520  (xdc_Char)0x53, /* [1068] */
8521  (xdc_Char)0x69, /* [1069] */
8522  (xdc_Char)0x7a, /* [1070] */
8523  (xdc_Char)0x65, /* [1071] */
8524  (xdc_Char)0x20, /* [1072] */
8525  (xdc_Char)0x70, /* [1073] */
8526  (xdc_Char)0x61, /* [1074] */
8527  (xdc_Char)0x72, /* [1075] */
8528  (xdc_Char)0x61, /* [1076] */
8529  (xdc_Char)0x6d, /* [1077] */
8530  (xdc_Char)0x65, /* [1078] */
8531  (xdc_Char)0x74, /* [1079] */
8532  (xdc_Char)0x65, /* [1080] */
8533  (xdc_Char)0x72, /* [1081] */
8534  (xdc_Char)0x20, /* [1082] */
8535  (xdc_Char)0x69, /* [1083] */
8536  (xdc_Char)0x73, /* [1084] */
8537  (xdc_Char)0x20, /* [1085] */
8538  (xdc_Char)0x69, /* [1086] */
8539  (xdc_Char)0x6e, /* [1087] */
8540  (xdc_Char)0x76, /* [1088] */
8541  (xdc_Char)0x61, /* [1089] */
8542  (xdc_Char)0x6c, /* [1090] */
8543  (xdc_Char)0x69, /* [1091] */
8544  (xdc_Char)0x64, /* [1092] */
8545  (xdc_Char)0x20, /* [1093] */
8546  (xdc_Char)0x28, /* [1094] */
8547  (xdc_Char)0x74, /* [1095] */
8548  (xdc_Char)0x6f, /* [1096] */
8549  (xdc_Char)0x6f, /* [1097] */
8550  (xdc_Char)0x20, /* [1098] */
8551  (xdc_Char)0x73, /* [1099] */
8552  (xdc_Char)0x6d, /* [1100] */
8553  (xdc_Char)0x61, /* [1101] */
8554  (xdc_Char)0x6c, /* [1102] */
8555  (xdc_Char)0x6c, /* [1103] */
8556  (xdc_Char)0x29, /* [1104] */
8557  (xdc_Char)0x0, /* [1105] */
8558  (xdc_Char)0x41, /* [1106] */
8559  (xdc_Char)0x5f, /* [1107] */
8560  (xdc_Char)0x6e, /* [1108] */
8561  (xdc_Char)0x6f, /* [1109] */
8562  (xdc_Char)0x45, /* [1110] */
8563  (xdc_Char)0x76, /* [1111] */
8564  (xdc_Char)0x65, /* [1112] */
8565  (xdc_Char)0x6e, /* [1113] */
8566  (xdc_Char)0x74, /* [1114] */
8567  (xdc_Char)0x73, /* [1115] */
8568  (xdc_Char)0x3a, /* [1116] */
8569  (xdc_Char)0x20, /* [1117] */
8570  (xdc_Char)0x54, /* [1118] */
8571  (xdc_Char)0x68, /* [1119] */
8572  (xdc_Char)0x65, /* [1120] */
8573  (xdc_Char)0x20, /* [1121] */
8574  (xdc_Char)0x45, /* [1122] */
8575  (xdc_Char)0x76, /* [1123] */
8576  (xdc_Char)0x65, /* [1124] */
8577  (xdc_Char)0x6e, /* [1125] */
8578  (xdc_Char)0x74, /* [1126] */
8579  (xdc_Char)0x2e, /* [1127] */
8580  (xdc_Char)0x73, /* [1128] */
8581  (xdc_Char)0x75, /* [1129] */
8582  (xdc_Char)0x70, /* [1130] */
8583  (xdc_Char)0x70, /* [1131] */
8584  (xdc_Char)0x6f, /* [1132] */
8585  (xdc_Char)0x72, /* [1133] */
8586  (xdc_Char)0x74, /* [1134] */
8587  (xdc_Char)0x73, /* [1135] */
8588  (xdc_Char)0x45, /* [1136] */
8589  (xdc_Char)0x76, /* [1137] */
8590  (xdc_Char)0x65, /* [1138] */
8591  (xdc_Char)0x6e, /* [1139] */
8592  (xdc_Char)0x74, /* [1140] */
8593  (xdc_Char)0x73, /* [1141] */
8594  (xdc_Char)0x20, /* [1142] */
8595  (xdc_Char)0x66, /* [1143] */
8596  (xdc_Char)0x6c, /* [1144] */
8597  (xdc_Char)0x61, /* [1145] */
8598  (xdc_Char)0x67, /* [1146] */
8599  (xdc_Char)0x20, /* [1147] */
8600  (xdc_Char)0x69, /* [1148] */
8601  (xdc_Char)0x73, /* [1149] */
8602  (xdc_Char)0x20, /* [1150] */
8603  (xdc_Char)0x64, /* [1151] */
8604  (xdc_Char)0x69, /* [1152] */
8605  (xdc_Char)0x73, /* [1153] */
8606  (xdc_Char)0x61, /* [1154] */
8607  (xdc_Char)0x62, /* [1155] */
8608  (xdc_Char)0x6c, /* [1156] */
8609  (xdc_Char)0x65, /* [1157] */
8610  (xdc_Char)0x64, /* [1158] */
8611  (xdc_Char)0x2e, /* [1159] */
8612  (xdc_Char)0x0, /* [1160] */
8613  (xdc_Char)0x41, /* [1161] */
8614  (xdc_Char)0x5f, /* [1162] */
8615  (xdc_Char)0x69, /* [1163] */
8616  (xdc_Char)0x6e, /* [1164] */
8617  (xdc_Char)0x76, /* [1165] */
8618  (xdc_Char)0x54, /* [1166] */
8619  (xdc_Char)0x69, /* [1167] */
8620  (xdc_Char)0x6d, /* [1168] */
8621  (xdc_Char)0x65, /* [1169] */
8622  (xdc_Char)0x6f, /* [1170] */
8623  (xdc_Char)0x75, /* [1171] */
8624  (xdc_Char)0x74, /* [1172] */
8625  (xdc_Char)0x3a, /* [1173] */
8626  (xdc_Char)0x20, /* [1174] */
8627  (xdc_Char)0x43, /* [1175] */
8628  (xdc_Char)0x61, /* [1176] */
8629  (xdc_Char)0x6e, /* [1177] */
8630  (xdc_Char)0x27, /* [1178] */
8631  (xdc_Char)0x74, /* [1179] */
8632  (xdc_Char)0x20, /* [1180] */
8633  (xdc_Char)0x75, /* [1181] */
8634  (xdc_Char)0x73, /* [1182] */
8635  (xdc_Char)0x65, /* [1183] */
8636  (xdc_Char)0x20, /* [1184] */
8637  (xdc_Char)0x42, /* [1185] */
8638  (xdc_Char)0x49, /* [1186] */
8639  (xdc_Char)0x4f, /* [1187] */
8640  (xdc_Char)0x53, /* [1188] */
8641  (xdc_Char)0x5f, /* [1189] */
8642  (xdc_Char)0x45, /* [1190] */
8643  (xdc_Char)0x56, /* [1191] */
8644  (xdc_Char)0x45, /* [1192] */
8645  (xdc_Char)0x4e, /* [1193] */
8646  (xdc_Char)0x54, /* [1194] */
8647  (xdc_Char)0x5f, /* [1195] */
8648  (xdc_Char)0x41, /* [1196] */
8649  (xdc_Char)0x43, /* [1197] */
8650  (xdc_Char)0x51, /* [1198] */
8651  (xdc_Char)0x55, /* [1199] */
8652  (xdc_Char)0x49, /* [1200] */
8653  (xdc_Char)0x52, /* [1201] */
8654  (xdc_Char)0x45, /* [1202] */
8655  (xdc_Char)0x44, /* [1203] */
8656  (xdc_Char)0x20, /* [1204] */
8657  (xdc_Char)0x77, /* [1205] */
8658  (xdc_Char)0x69, /* [1206] */
8659  (xdc_Char)0x74, /* [1207] */
8660  (xdc_Char)0x68, /* [1208] */
8661  (xdc_Char)0x20, /* [1209] */
8662  (xdc_Char)0x74, /* [1210] */
8663  (xdc_Char)0x68, /* [1211] */
8664  (xdc_Char)0x69, /* [1212] */
8665  (xdc_Char)0x73, /* [1213] */
8666  (xdc_Char)0x20, /* [1214] */
8667  (xdc_Char)0x53, /* [1215] */
8668  (xdc_Char)0x65, /* [1216] */
8669  (xdc_Char)0x6d, /* [1217] */
8670  (xdc_Char)0x61, /* [1218] */
8671  (xdc_Char)0x70, /* [1219] */
8672  (xdc_Char)0x68, /* [1220] */
8673  (xdc_Char)0x6f, /* [1221] */
8674  (xdc_Char)0x72, /* [1222] */
8675  (xdc_Char)0x65, /* [1223] */
8676  (xdc_Char)0x2e, /* [1224] */
8677  (xdc_Char)0x0, /* [1225] */
8678  (xdc_Char)0x41, /* [1226] */
8679  (xdc_Char)0x5f, /* [1227] */
8680  (xdc_Char)0x6f, /* [1228] */
8681  (xdc_Char)0x76, /* [1229] */
8682  (xdc_Char)0x65, /* [1230] */
8683  (xdc_Char)0x72, /* [1231] */
8684  (xdc_Char)0x66, /* [1232] */
8685  (xdc_Char)0x6c, /* [1233] */
8686  (xdc_Char)0x6f, /* [1234] */
8687  (xdc_Char)0x77, /* [1235] */
8688  (xdc_Char)0x3a, /* [1236] */
8689  (xdc_Char)0x20, /* [1237] */
8690  (xdc_Char)0x43, /* [1238] */
8691  (xdc_Char)0x6f, /* [1239] */
8692  (xdc_Char)0x75, /* [1240] */
8693  (xdc_Char)0x6e, /* [1241] */
8694  (xdc_Char)0x74, /* [1242] */
8695  (xdc_Char)0x20, /* [1243] */
8696  (xdc_Char)0x68, /* [1244] */
8697  (xdc_Char)0x61, /* [1245] */
8698  (xdc_Char)0x73, /* [1246] */
8699  (xdc_Char)0x20, /* [1247] */
8700  (xdc_Char)0x65, /* [1248] */
8701  (xdc_Char)0x78, /* [1249] */
8702  (xdc_Char)0x63, /* [1250] */
8703  (xdc_Char)0x65, /* [1251] */
8704  (xdc_Char)0x65, /* [1252] */
8705  (xdc_Char)0x64, /* [1253] */
8706  (xdc_Char)0x65, /* [1254] */
8707  (xdc_Char)0x64, /* [1255] */
8708  (xdc_Char)0x20, /* [1256] */
8709  (xdc_Char)0x36, /* [1257] */
8710  (xdc_Char)0x35, /* [1258] */
8711  (xdc_Char)0x35, /* [1259] */
8712  (xdc_Char)0x33, /* [1260] */
8713  (xdc_Char)0x35, /* [1261] */
8714  (xdc_Char)0x20, /* [1262] */
8715  (xdc_Char)0x61, /* [1263] */
8716  (xdc_Char)0x6e, /* [1264] */
8717  (xdc_Char)0x64, /* [1265] */
8718  (xdc_Char)0x20, /* [1266] */
8719  (xdc_Char)0x72, /* [1267] */
8720  (xdc_Char)0x6f, /* [1268] */
8721  (xdc_Char)0x6c, /* [1269] */
8722  (xdc_Char)0x6c, /* [1270] */
8723  (xdc_Char)0x65, /* [1271] */
8724  (xdc_Char)0x64, /* [1272] */
8725  (xdc_Char)0x20, /* [1273] */
8726  (xdc_Char)0x6f, /* [1274] */
8727  (xdc_Char)0x76, /* [1275] */
8728  (xdc_Char)0x65, /* [1276] */
8729  (xdc_Char)0x72, /* [1277] */
8730  (xdc_Char)0x2e, /* [1278] */
8731  (xdc_Char)0x0, /* [1279] */
8732  (xdc_Char)0x41, /* [1280] */
8733  (xdc_Char)0x5f, /* [1281] */
8734  (xdc_Char)0x70, /* [1282] */
8735  (xdc_Char)0x65, /* [1283] */
8736  (xdc_Char)0x6e, /* [1284] */
8737  (xdc_Char)0x64, /* [1285] */
8738  (xdc_Char)0x54, /* [1286] */
8739  (xdc_Char)0x61, /* [1287] */
8740  (xdc_Char)0x73, /* [1288] */
8741  (xdc_Char)0x6b, /* [1289] */
8742  (xdc_Char)0x44, /* [1290] */
8743  (xdc_Char)0x69, /* [1291] */
8744  (xdc_Char)0x73, /* [1292] */
8745  (xdc_Char)0x61, /* [1293] */
8746  (xdc_Char)0x62, /* [1294] */
8747  (xdc_Char)0x6c, /* [1295] */
8748  (xdc_Char)0x65, /* [1296] */
8749  (xdc_Char)0x64, /* [1297] */
8750  (xdc_Char)0x3a, /* [1298] */
8751  (xdc_Char)0x20, /* [1299] */
8752  (xdc_Char)0x43, /* [1300] */
8753  (xdc_Char)0x61, /* [1301] */
8754  (xdc_Char)0x6e, /* [1302] */
8755  (xdc_Char)0x6e, /* [1303] */
8756  (xdc_Char)0x6f, /* [1304] */
8757  (xdc_Char)0x74, /* [1305] */
8758  (xdc_Char)0x20, /* [1306] */
8759  (xdc_Char)0x63, /* [1307] */
8760  (xdc_Char)0x61, /* [1308] */
8761  (xdc_Char)0x6c, /* [1309] */
8762  (xdc_Char)0x6c, /* [1310] */
8763  (xdc_Char)0x20, /* [1311] */
8764  (xdc_Char)0x53, /* [1312] */
8765  (xdc_Char)0x65, /* [1313] */
8766  (xdc_Char)0x6d, /* [1314] */
8767  (xdc_Char)0x61, /* [1315] */
8768  (xdc_Char)0x70, /* [1316] */
8769  (xdc_Char)0x68, /* [1317] */
8770  (xdc_Char)0x6f, /* [1318] */
8771  (xdc_Char)0x72, /* [1319] */
8772  (xdc_Char)0x65, /* [1320] */
8773  (xdc_Char)0x5f, /* [1321] */
8774  (xdc_Char)0x70, /* [1322] */
8775  (xdc_Char)0x65, /* [1323] */
8776  (xdc_Char)0x6e, /* [1324] */
8777  (xdc_Char)0x64, /* [1325] */
8778  (xdc_Char)0x28, /* [1326] */
8779  (xdc_Char)0x29, /* [1327] */
8780  (xdc_Char)0x20, /* [1328] */
8781  (xdc_Char)0x77, /* [1329] */
8782  (xdc_Char)0x68, /* [1330] */
8783  (xdc_Char)0x69, /* [1331] */
8784  (xdc_Char)0x6c, /* [1332] */
8785  (xdc_Char)0x65, /* [1333] */
8786  (xdc_Char)0x20, /* [1334] */
8787  (xdc_Char)0x74, /* [1335] */
8788  (xdc_Char)0x68, /* [1336] */
8789  (xdc_Char)0x65, /* [1337] */
8790  (xdc_Char)0x20, /* [1338] */
8791  (xdc_Char)0x54, /* [1339] */
8792  (xdc_Char)0x61, /* [1340] */
8793  (xdc_Char)0x73, /* [1341] */
8794  (xdc_Char)0x6b, /* [1342] */
8795  (xdc_Char)0x20, /* [1343] */
8796  (xdc_Char)0x6f, /* [1344] */
8797  (xdc_Char)0x72, /* [1345] */
8798  (xdc_Char)0x20, /* [1346] */
8799  (xdc_Char)0x53, /* [1347] */
8800  (xdc_Char)0x77, /* [1348] */
8801  (xdc_Char)0x69, /* [1349] */
8802  (xdc_Char)0x20, /* [1350] */
8803  (xdc_Char)0x73, /* [1351] */
8804  (xdc_Char)0x63, /* [1352] */
8805  (xdc_Char)0x68, /* [1353] */
8806  (xdc_Char)0x65, /* [1354] */
8807  (xdc_Char)0x64, /* [1355] */
8808  (xdc_Char)0x75, /* [1356] */
8809  (xdc_Char)0x6c, /* [1357] */
8810  (xdc_Char)0x65, /* [1358] */
8811  (xdc_Char)0x72, /* [1359] */
8812  (xdc_Char)0x20, /* [1360] */
8813  (xdc_Char)0x69, /* [1361] */
8814  (xdc_Char)0x73, /* [1362] */
8815  (xdc_Char)0x20, /* [1363] */
8816  (xdc_Char)0x64, /* [1364] */
8817  (xdc_Char)0x69, /* [1365] */
8818  (xdc_Char)0x73, /* [1366] */
8819  (xdc_Char)0x61, /* [1367] */
8820  (xdc_Char)0x62, /* [1368] */
8821  (xdc_Char)0x6c, /* [1369] */
8822  (xdc_Char)0x65, /* [1370] */
8823  (xdc_Char)0x64, /* [1371] */
8824  (xdc_Char)0x2e, /* [1372] */
8825  (xdc_Char)0x0, /* [1373] */
8826  (xdc_Char)0x41, /* [1374] */
8827  (xdc_Char)0x5f, /* [1375] */
8828  (xdc_Char)0x73, /* [1376] */
8829  (xdc_Char)0x77, /* [1377] */
8830  (xdc_Char)0x69, /* [1378] */
8831  (xdc_Char)0x44, /* [1379] */
8832  (xdc_Char)0x69, /* [1380] */
8833  (xdc_Char)0x73, /* [1381] */
8834  (xdc_Char)0x61, /* [1382] */
8835  (xdc_Char)0x62, /* [1383] */
8836  (xdc_Char)0x6c, /* [1384] */
8837  (xdc_Char)0x65, /* [1385] */
8838  (xdc_Char)0x64, /* [1386] */
8839  (xdc_Char)0x3a, /* [1387] */
8840  (xdc_Char)0x20, /* [1388] */
8841  (xdc_Char)0x43, /* [1389] */
8842  (xdc_Char)0x61, /* [1390] */
8843  (xdc_Char)0x6e, /* [1391] */
8844  (xdc_Char)0x6e, /* [1392] */
8845  (xdc_Char)0x6f, /* [1393] */
8846  (xdc_Char)0x74, /* [1394] */
8847  (xdc_Char)0x20, /* [1395] */
8848  (xdc_Char)0x63, /* [1396] */
8849  (xdc_Char)0x72, /* [1397] */
8850  (xdc_Char)0x65, /* [1398] */
8851  (xdc_Char)0x61, /* [1399] */
8852  (xdc_Char)0x74, /* [1400] */
8853  (xdc_Char)0x65, /* [1401] */
8854  (xdc_Char)0x20, /* [1402] */
8855  (xdc_Char)0x61, /* [1403] */
8856  (xdc_Char)0x20, /* [1404] */
8857  (xdc_Char)0x53, /* [1405] */
8858  (xdc_Char)0x77, /* [1406] */
8859  (xdc_Char)0x69, /* [1407] */
8860  (xdc_Char)0x20, /* [1408] */
8861  (xdc_Char)0x77, /* [1409] */
8862  (xdc_Char)0x68, /* [1410] */
8863  (xdc_Char)0x65, /* [1411] */
8864  (xdc_Char)0x6e, /* [1412] */
8865  (xdc_Char)0x20, /* [1413] */
8866  (xdc_Char)0x53, /* [1414] */
8867  (xdc_Char)0x77, /* [1415] */
8868  (xdc_Char)0x69, /* [1416] */
8869  (xdc_Char)0x20, /* [1417] */
8870  (xdc_Char)0x69, /* [1418] */
8871  (xdc_Char)0x73, /* [1419] */
8872  (xdc_Char)0x20, /* [1420] */
8873  (xdc_Char)0x64, /* [1421] */
8874  (xdc_Char)0x69, /* [1422] */
8875  (xdc_Char)0x73, /* [1423] */
8876  (xdc_Char)0x61, /* [1424] */
8877  (xdc_Char)0x62, /* [1425] */
8878  (xdc_Char)0x6c, /* [1426] */
8879  (xdc_Char)0x65, /* [1427] */
8880  (xdc_Char)0x64, /* [1428] */
8881  (xdc_Char)0x2e, /* [1429] */
8882  (xdc_Char)0x0, /* [1430] */
8883  (xdc_Char)0x41, /* [1431] */
8884  (xdc_Char)0x5f, /* [1432] */
8885  (xdc_Char)0x62, /* [1433] */
8886  (xdc_Char)0x61, /* [1434] */
8887  (xdc_Char)0x64, /* [1435] */
8888  (xdc_Char)0x50, /* [1436] */
8889  (xdc_Char)0x72, /* [1437] */
8890  (xdc_Char)0x69, /* [1438] */
8891  (xdc_Char)0x6f, /* [1439] */
8892  (xdc_Char)0x72, /* [1440] */
8893  (xdc_Char)0x69, /* [1441] */
8894  (xdc_Char)0x74, /* [1442] */
8895  (xdc_Char)0x79, /* [1443] */
8896  (xdc_Char)0x3a, /* [1444] */
8897  (xdc_Char)0x20, /* [1445] */
8898  (xdc_Char)0x41, /* [1446] */
8899  (xdc_Char)0x6e, /* [1447] */
8900  (xdc_Char)0x20, /* [1448] */
8901  (xdc_Char)0x69, /* [1449] */
8902  (xdc_Char)0x6e, /* [1450] */
8903  (xdc_Char)0x76, /* [1451] */
8904  (xdc_Char)0x61, /* [1452] */
8905  (xdc_Char)0x6c, /* [1453] */
8906  (xdc_Char)0x69, /* [1454] */
8907  (xdc_Char)0x64, /* [1455] */
8908  (xdc_Char)0x20, /* [1456] */
8909  (xdc_Char)0x53, /* [1457] */
8910  (xdc_Char)0x77, /* [1458] */
8911  (xdc_Char)0x69, /* [1459] */
8912  (xdc_Char)0x20, /* [1460] */
8913  (xdc_Char)0x70, /* [1461] */
8914  (xdc_Char)0x72, /* [1462] */
8915  (xdc_Char)0x69, /* [1463] */
8916  (xdc_Char)0x6f, /* [1464] */
8917  (xdc_Char)0x72, /* [1465] */
8918  (xdc_Char)0x69, /* [1466] */
8919  (xdc_Char)0x74, /* [1467] */
8920  (xdc_Char)0x79, /* [1468] */
8921  (xdc_Char)0x20, /* [1469] */
8922  (xdc_Char)0x77, /* [1470] */
8923  (xdc_Char)0x61, /* [1471] */
8924  (xdc_Char)0x73, /* [1472] */
8925  (xdc_Char)0x20, /* [1473] */
8926  (xdc_Char)0x75, /* [1474] */
8927  (xdc_Char)0x73, /* [1475] */
8928  (xdc_Char)0x65, /* [1476] */
8929  (xdc_Char)0x64, /* [1477] */
8930  (xdc_Char)0x2e, /* [1478] */
8931  (xdc_Char)0x0, /* [1479] */
8932  (xdc_Char)0x41, /* [1480] */
8933  (xdc_Char)0x5f, /* [1481] */
8934  (xdc_Char)0x62, /* [1482] */
8935  (xdc_Char)0x61, /* [1483] */
8936  (xdc_Char)0x64, /* [1484] */
8937  (xdc_Char)0x54, /* [1485] */
8938  (xdc_Char)0x68, /* [1486] */
8939  (xdc_Char)0x72, /* [1487] */
8940  (xdc_Char)0x65, /* [1488] */
8941  (xdc_Char)0x61, /* [1489] */
8942  (xdc_Char)0x64, /* [1490] */
8943  (xdc_Char)0x54, /* [1491] */
8944  (xdc_Char)0x79, /* [1492] */
8945  (xdc_Char)0x70, /* [1493] */
8946  (xdc_Char)0x65, /* [1494] */
8947  (xdc_Char)0x3a, /* [1495] */
8948  (xdc_Char)0x20, /* [1496] */
8949  (xdc_Char)0x43, /* [1497] */
8950  (xdc_Char)0x61, /* [1498] */
8951  (xdc_Char)0x6e, /* [1499] */
8952  (xdc_Char)0x6e, /* [1500] */
8953  (xdc_Char)0x6f, /* [1501] */
8954  (xdc_Char)0x74, /* [1502] */
8955  (xdc_Char)0x20, /* [1503] */
8956  (xdc_Char)0x63, /* [1504] */
8957  (xdc_Char)0x72, /* [1505] */
8958  (xdc_Char)0x65, /* [1506] */
8959  (xdc_Char)0x61, /* [1507] */
8960  (xdc_Char)0x74, /* [1508] */
8961  (xdc_Char)0x65, /* [1509] */
8962  (xdc_Char)0x2f, /* [1510] */
8963  (xdc_Char)0x64, /* [1511] */
8964  (xdc_Char)0x65, /* [1512] */
8965  (xdc_Char)0x6c, /* [1513] */
8966  (xdc_Char)0x65, /* [1514] */
8967  (xdc_Char)0x74, /* [1515] */
8968  (xdc_Char)0x65, /* [1516] */
8969  (xdc_Char)0x20, /* [1517] */
8970  (xdc_Char)0x61, /* [1518] */
8971  (xdc_Char)0x20, /* [1519] */
8972  (xdc_Char)0x74, /* [1520] */
8973  (xdc_Char)0x61, /* [1521] */
8974  (xdc_Char)0x73, /* [1522] */
8975  (xdc_Char)0x6b, /* [1523] */
8976  (xdc_Char)0x20, /* [1524] */
8977  (xdc_Char)0x66, /* [1525] */
8978  (xdc_Char)0x72, /* [1526] */
8979  (xdc_Char)0x6f, /* [1527] */
8980  (xdc_Char)0x6d, /* [1528] */
8981  (xdc_Char)0x20, /* [1529] */
8982  (xdc_Char)0x48, /* [1530] */
8983  (xdc_Char)0x77, /* [1531] */
8984  (xdc_Char)0x69, /* [1532] */
8985  (xdc_Char)0x20, /* [1533] */
8986  (xdc_Char)0x6f, /* [1534] */
8987  (xdc_Char)0x72, /* [1535] */
8988  (xdc_Char)0x20, /* [1536] */
8989  (xdc_Char)0x53, /* [1537] */
8990  (xdc_Char)0x77, /* [1538] */
8991  (xdc_Char)0x69, /* [1539] */
8992  (xdc_Char)0x20, /* [1540] */
8993  (xdc_Char)0x74, /* [1541] */
8994  (xdc_Char)0x68, /* [1542] */
8995  (xdc_Char)0x72, /* [1543] */
8996  (xdc_Char)0x65, /* [1544] */
8997  (xdc_Char)0x61, /* [1545] */
8998  (xdc_Char)0x64, /* [1546] */
8999  (xdc_Char)0x2e, /* [1547] */
9000  (xdc_Char)0x0, /* [1548] */
9001  (xdc_Char)0x41, /* [1549] */
9002  (xdc_Char)0x5f, /* [1550] */
9003  (xdc_Char)0x62, /* [1551] */
9004  (xdc_Char)0x61, /* [1552] */
9005  (xdc_Char)0x64, /* [1553] */
9006  (xdc_Char)0x54, /* [1554] */
9007  (xdc_Char)0x61, /* [1555] */
9008  (xdc_Char)0x73, /* [1556] */
9009  (xdc_Char)0x6b, /* [1557] */
9010  (xdc_Char)0x53, /* [1558] */
9011  (xdc_Char)0x74, /* [1559] */
9012  (xdc_Char)0x61, /* [1560] */
9013  (xdc_Char)0x74, /* [1561] */
9014  (xdc_Char)0x65, /* [1562] */
9015  (xdc_Char)0x3a, /* [1563] */
9016  (xdc_Char)0x20, /* [1564] */
9017  (xdc_Char)0x43, /* [1565] */
9018  (xdc_Char)0x61, /* [1566] */
9019  (xdc_Char)0x6e, /* [1567] */
9020  (xdc_Char)0x27, /* [1568] */
9021  (xdc_Char)0x74, /* [1569] */
9022  (xdc_Char)0x20, /* [1570] */
9023  (xdc_Char)0x64, /* [1571] */
9024  (xdc_Char)0x65, /* [1572] */
9025  (xdc_Char)0x6c, /* [1573] */
9026  (xdc_Char)0x65, /* [1574] */
9027  (xdc_Char)0x74, /* [1575] */
9028  (xdc_Char)0x65, /* [1576] */
9029  (xdc_Char)0x20, /* [1577] */
9030  (xdc_Char)0x61, /* [1578] */
9031  (xdc_Char)0x20, /* [1579] */
9032  (xdc_Char)0x74, /* [1580] */
9033  (xdc_Char)0x61, /* [1581] */
9034  (xdc_Char)0x73, /* [1582] */
9035  (xdc_Char)0x6b, /* [1583] */
9036  (xdc_Char)0x20, /* [1584] */
9037  (xdc_Char)0x69, /* [1585] */
9038  (xdc_Char)0x6e, /* [1586] */
9039  (xdc_Char)0x20, /* [1587] */
9040  (xdc_Char)0x52, /* [1588] */
9041  (xdc_Char)0x55, /* [1589] */
9042  (xdc_Char)0x4e, /* [1590] */
9043  (xdc_Char)0x4e, /* [1591] */
9044  (xdc_Char)0x49, /* [1592] */
9045  (xdc_Char)0x4e, /* [1593] */
9046  (xdc_Char)0x47, /* [1594] */
9047  (xdc_Char)0x20, /* [1595] */
9048  (xdc_Char)0x73, /* [1596] */
9049  (xdc_Char)0x74, /* [1597] */
9050  (xdc_Char)0x61, /* [1598] */
9051  (xdc_Char)0x74, /* [1599] */
9052  (xdc_Char)0x65, /* [1600] */
9053  (xdc_Char)0x2e, /* [1601] */
9054  (xdc_Char)0x0, /* [1602] */
9055  (xdc_Char)0x41, /* [1603] */
9056  (xdc_Char)0x5f, /* [1604] */
9057  (xdc_Char)0x6e, /* [1605] */
9058  (xdc_Char)0x6f, /* [1606] */
9059  (xdc_Char)0x50, /* [1607] */
9060  (xdc_Char)0x65, /* [1608] */
9061  (xdc_Char)0x6e, /* [1609] */
9062  (xdc_Char)0x64, /* [1610] */
9063  (xdc_Char)0x45, /* [1611] */
9064  (xdc_Char)0x6c, /* [1612] */
9065  (xdc_Char)0x65, /* [1613] */
9066  (xdc_Char)0x6d, /* [1614] */
9067  (xdc_Char)0x3a, /* [1615] */
9068  (xdc_Char)0x20, /* [1616] */
9069  (xdc_Char)0x4e, /* [1617] */
9070  (xdc_Char)0x6f, /* [1618] */
9071  (xdc_Char)0x74, /* [1619] */
9072  (xdc_Char)0x20, /* [1620] */
9073  (xdc_Char)0x65, /* [1621] */
9074  (xdc_Char)0x6e, /* [1622] */
9075  (xdc_Char)0x6f, /* [1623] */
9076  (xdc_Char)0x75, /* [1624] */
9077  (xdc_Char)0x67, /* [1625] */
9078  (xdc_Char)0x68, /* [1626] */
9079  (xdc_Char)0x20, /* [1627] */
9080  (xdc_Char)0x69, /* [1628] */
9081  (xdc_Char)0x6e, /* [1629] */
9082  (xdc_Char)0x66, /* [1630] */
9083  (xdc_Char)0x6f, /* [1631] */
9084  (xdc_Char)0x20, /* [1632] */
9085  (xdc_Char)0x74, /* [1633] */
9086  (xdc_Char)0x6f, /* [1634] */
9087  (xdc_Char)0x20, /* [1635] */
9088  (xdc_Char)0x64, /* [1636] */
9089  (xdc_Char)0x65, /* [1637] */
9090  (xdc_Char)0x6c, /* [1638] */
9091  (xdc_Char)0x65, /* [1639] */
9092  (xdc_Char)0x74, /* [1640] */
9093  (xdc_Char)0x65, /* [1641] */
9094  (xdc_Char)0x20, /* [1642] */
9095  (xdc_Char)0x42, /* [1643] */
9096  (xdc_Char)0x4c, /* [1644] */
9097  (xdc_Char)0x4f, /* [1645] */
9098  (xdc_Char)0x43, /* [1646] */
9099  (xdc_Char)0x4b, /* [1647] */
9100  (xdc_Char)0x45, /* [1648] */
9101  (xdc_Char)0x44, /* [1649] */
9102  (xdc_Char)0x20, /* [1650] */
9103  (xdc_Char)0x74, /* [1651] */
9104  (xdc_Char)0x61, /* [1652] */
9105  (xdc_Char)0x73, /* [1653] */
9106  (xdc_Char)0x6b, /* [1654] */
9107  (xdc_Char)0x2e, /* [1655] */
9108  (xdc_Char)0x0, /* [1656] */
9109  (xdc_Char)0x41, /* [1657] */
9110  (xdc_Char)0x5f, /* [1658] */
9111  (xdc_Char)0x74, /* [1659] */
9112  (xdc_Char)0x61, /* [1660] */
9113  (xdc_Char)0x73, /* [1661] */
9114  (xdc_Char)0x6b, /* [1662] */
9115  (xdc_Char)0x44, /* [1663] */
9116  (xdc_Char)0x69, /* [1664] */
9117  (xdc_Char)0x73, /* [1665] */
9118  (xdc_Char)0x61, /* [1666] */
9119  (xdc_Char)0x62, /* [1667] */
9120  (xdc_Char)0x6c, /* [1668] */
9121  (xdc_Char)0x65, /* [1669] */
9122  (xdc_Char)0x64, /* [1670] */
9123  (xdc_Char)0x3a, /* [1671] */
9124  (xdc_Char)0x20, /* [1672] */
9125  (xdc_Char)0x43, /* [1673] */
9126  (xdc_Char)0x61, /* [1674] */
9127  (xdc_Char)0x6e, /* [1675] */
9128  (xdc_Char)0x6e, /* [1676] */
9129  (xdc_Char)0x6f, /* [1677] */
9130  (xdc_Char)0x74, /* [1678] */
9131  (xdc_Char)0x20, /* [1679] */
9132  (xdc_Char)0x63, /* [1680] */
9133  (xdc_Char)0x72, /* [1681] */
9134  (xdc_Char)0x65, /* [1682] */
9135  (xdc_Char)0x61, /* [1683] */
9136  (xdc_Char)0x74, /* [1684] */
9137  (xdc_Char)0x65, /* [1685] */
9138  (xdc_Char)0x20, /* [1686] */
9139  (xdc_Char)0x61, /* [1687] */
9140  (xdc_Char)0x20, /* [1688] */
9141  (xdc_Char)0x74, /* [1689] */
9142  (xdc_Char)0x61, /* [1690] */
9143  (xdc_Char)0x73, /* [1691] */
9144  (xdc_Char)0x6b, /* [1692] */
9145  (xdc_Char)0x20, /* [1693] */
9146  (xdc_Char)0x77, /* [1694] */
9147  (xdc_Char)0x68, /* [1695] */
9148  (xdc_Char)0x65, /* [1696] */
9149  (xdc_Char)0x6e, /* [1697] */
9150  (xdc_Char)0x20, /* [1698] */
9151  (xdc_Char)0x74, /* [1699] */
9152  (xdc_Char)0x61, /* [1700] */
9153  (xdc_Char)0x73, /* [1701] */
9154  (xdc_Char)0x6b, /* [1702] */
9155  (xdc_Char)0x69, /* [1703] */
9156  (xdc_Char)0x6e, /* [1704] */
9157  (xdc_Char)0x67, /* [1705] */
9158  (xdc_Char)0x20, /* [1706] */
9159  (xdc_Char)0x69, /* [1707] */
9160  (xdc_Char)0x73, /* [1708] */
9161  (xdc_Char)0x20, /* [1709] */
9162  (xdc_Char)0x64, /* [1710] */
9163  (xdc_Char)0x69, /* [1711] */
9164  (xdc_Char)0x73, /* [1712] */
9165  (xdc_Char)0x61, /* [1713] */
9166  (xdc_Char)0x62, /* [1714] */
9167  (xdc_Char)0x6c, /* [1715] */
9168  (xdc_Char)0x65, /* [1716] */
9169  (xdc_Char)0x64, /* [1717] */
9170  (xdc_Char)0x2e, /* [1718] */
9171  (xdc_Char)0x0, /* [1719] */
9172  (xdc_Char)0x41, /* [1720] */
9173  (xdc_Char)0x5f, /* [1721] */
9174  (xdc_Char)0x62, /* [1722] */
9175  (xdc_Char)0x61, /* [1723] */
9176  (xdc_Char)0x64, /* [1724] */
9177  (xdc_Char)0x50, /* [1725] */
9178  (xdc_Char)0x72, /* [1726] */
9179  (xdc_Char)0x69, /* [1727] */
9180  (xdc_Char)0x6f, /* [1728] */
9181  (xdc_Char)0x72, /* [1729] */
9182  (xdc_Char)0x69, /* [1730] */
9183  (xdc_Char)0x74, /* [1731] */
9184  (xdc_Char)0x79, /* [1732] */
9185  (xdc_Char)0x3a, /* [1733] */
9186  (xdc_Char)0x20, /* [1734] */
9187  (xdc_Char)0x41, /* [1735] */
9188  (xdc_Char)0x6e, /* [1736] */
9189  (xdc_Char)0x20, /* [1737] */
9190  (xdc_Char)0x69, /* [1738] */
9191  (xdc_Char)0x6e, /* [1739] */
9192  (xdc_Char)0x76, /* [1740] */
9193  (xdc_Char)0x61, /* [1741] */
9194  (xdc_Char)0x6c, /* [1742] */
9195  (xdc_Char)0x69, /* [1743] */
9196  (xdc_Char)0x64, /* [1744] */
9197  (xdc_Char)0x20, /* [1745] */
9198  (xdc_Char)0x74, /* [1746] */
9199  (xdc_Char)0x61, /* [1747] */
9200  (xdc_Char)0x73, /* [1748] */
9201  (xdc_Char)0x6b, /* [1749] */
9202  (xdc_Char)0x20, /* [1750] */
9203  (xdc_Char)0x70, /* [1751] */
9204  (xdc_Char)0x72, /* [1752] */
9205  (xdc_Char)0x69, /* [1753] */
9206  (xdc_Char)0x6f, /* [1754] */
9207  (xdc_Char)0x72, /* [1755] */
9208  (xdc_Char)0x69, /* [1756] */
9209  (xdc_Char)0x74, /* [1757] */
9210  (xdc_Char)0x79, /* [1758] */
9211  (xdc_Char)0x20, /* [1759] */
9212  (xdc_Char)0x77, /* [1760] */
9213  (xdc_Char)0x61, /* [1761] */
9214  (xdc_Char)0x73, /* [1762] */
9215  (xdc_Char)0x20, /* [1763] */
9216  (xdc_Char)0x75, /* [1764] */
9217  (xdc_Char)0x73, /* [1765] */
9218  (xdc_Char)0x65, /* [1766] */
9219  (xdc_Char)0x64, /* [1767] */
9220  (xdc_Char)0x2e, /* [1768] */
9221  (xdc_Char)0x0, /* [1769] */
9222  (xdc_Char)0x41, /* [1770] */
9223  (xdc_Char)0x5f, /* [1771] */
9224  (xdc_Char)0x62, /* [1772] */
9225  (xdc_Char)0x61, /* [1773] */
9226  (xdc_Char)0x64, /* [1774] */
9227  (xdc_Char)0x54, /* [1775] */
9228  (xdc_Char)0x69, /* [1776] */
9229  (xdc_Char)0x6d, /* [1777] */
9230  (xdc_Char)0x65, /* [1778] */
9231  (xdc_Char)0x6f, /* [1779] */
9232  (xdc_Char)0x75, /* [1780] */
9233  (xdc_Char)0x74, /* [1781] */
9234  (xdc_Char)0x3a, /* [1782] */
9235  (xdc_Char)0x20, /* [1783] */
9236  (xdc_Char)0x43, /* [1784] */
9237  (xdc_Char)0x61, /* [1785] */
9238  (xdc_Char)0x6e, /* [1786] */
9239  (xdc_Char)0x27, /* [1787] */
9240  (xdc_Char)0x74, /* [1788] */
9241  (xdc_Char)0x20, /* [1789] */
9242  (xdc_Char)0x73, /* [1790] */
9243  (xdc_Char)0x6c, /* [1791] */
9244  (xdc_Char)0x65, /* [1792] */
9245  (xdc_Char)0x65, /* [1793] */
9246  (xdc_Char)0x70, /* [1794] */
9247  (xdc_Char)0x20, /* [1795] */
9248  (xdc_Char)0x46, /* [1796] */
9249  (xdc_Char)0x4f, /* [1797] */
9250  (xdc_Char)0x52, /* [1798] */
9251  (xdc_Char)0x45, /* [1799] */
9252  (xdc_Char)0x56, /* [1800] */
9253  (xdc_Char)0x45, /* [1801] */
9254  (xdc_Char)0x52, /* [1802] */
9255  (xdc_Char)0x2e, /* [1803] */
9256  (xdc_Char)0x0, /* [1804] */
9257  (xdc_Char)0x41, /* [1805] */
9258  (xdc_Char)0x5f, /* [1806] */
9259  (xdc_Char)0x62, /* [1807] */
9260  (xdc_Char)0x61, /* [1808] */
9261  (xdc_Char)0x64, /* [1809] */
9262  (xdc_Char)0x41, /* [1810] */
9263  (xdc_Char)0x66, /* [1811] */
9264  (xdc_Char)0x66, /* [1812] */
9265  (xdc_Char)0x69, /* [1813] */
9266  (xdc_Char)0x6e, /* [1814] */
9267  (xdc_Char)0x69, /* [1815] */
9268  (xdc_Char)0x74, /* [1816] */
9269  (xdc_Char)0x79, /* [1817] */
9270  (xdc_Char)0x3a, /* [1818] */
9271  (xdc_Char)0x20, /* [1819] */
9272  (xdc_Char)0x49, /* [1820] */
9273  (xdc_Char)0x6e, /* [1821] */
9274  (xdc_Char)0x76, /* [1822] */
9275  (xdc_Char)0x61, /* [1823] */
9276  (xdc_Char)0x6c, /* [1824] */
9277  (xdc_Char)0x69, /* [1825] */
9278  (xdc_Char)0x64, /* [1826] */
9279  (xdc_Char)0x20, /* [1827] */
9280  (xdc_Char)0x61, /* [1828] */
9281  (xdc_Char)0x66, /* [1829] */
9282  (xdc_Char)0x66, /* [1830] */
9283  (xdc_Char)0x69, /* [1831] */
9284  (xdc_Char)0x6e, /* [1832] */
9285  (xdc_Char)0x69, /* [1833] */
9286  (xdc_Char)0x74, /* [1834] */
9287  (xdc_Char)0x79, /* [1835] */
9288  (xdc_Char)0x2e, /* [1836] */
9289  (xdc_Char)0x0, /* [1837] */
9290  (xdc_Char)0x41, /* [1838] */
9291  (xdc_Char)0x5f, /* [1839] */
9292  (xdc_Char)0x73, /* [1840] */
9293  (xdc_Char)0x6c, /* [1841] */
9294  (xdc_Char)0x65, /* [1842] */
9295  (xdc_Char)0x65, /* [1843] */
9296  (xdc_Char)0x70, /* [1844] */
9297  (xdc_Char)0x54, /* [1845] */
9298  (xdc_Char)0x61, /* [1846] */
9299  (xdc_Char)0x73, /* [1847] */
9300  (xdc_Char)0x6b, /* [1848] */
9301  (xdc_Char)0x44, /* [1849] */
9302  (xdc_Char)0x69, /* [1850] */
9303  (xdc_Char)0x73, /* [1851] */
9304  (xdc_Char)0x61, /* [1852] */
9305  (xdc_Char)0x62, /* [1853] */
9306  (xdc_Char)0x6c, /* [1854] */
9307  (xdc_Char)0x65, /* [1855] */
9308  (xdc_Char)0x64, /* [1856] */
9309  (xdc_Char)0x3a, /* [1857] */
9310  (xdc_Char)0x20, /* [1858] */
9311  (xdc_Char)0x43, /* [1859] */
9312  (xdc_Char)0x61, /* [1860] */
9313  (xdc_Char)0x6e, /* [1861] */
9314  (xdc_Char)0x6e, /* [1862] */
9315  (xdc_Char)0x6f, /* [1863] */
9316  (xdc_Char)0x74, /* [1864] */
9317  (xdc_Char)0x20, /* [1865] */
9318  (xdc_Char)0x63, /* [1866] */
9319  (xdc_Char)0x61, /* [1867] */
9320  (xdc_Char)0x6c, /* [1868] */
9321  (xdc_Char)0x6c, /* [1869] */
9322  (xdc_Char)0x20, /* [1870] */
9323  (xdc_Char)0x54, /* [1871] */
9324  (xdc_Char)0x61, /* [1872] */
9325  (xdc_Char)0x73, /* [1873] */
9326  (xdc_Char)0x6b, /* [1874] */
9327  (xdc_Char)0x5f, /* [1875] */
9328  (xdc_Char)0x73, /* [1876] */
9329  (xdc_Char)0x6c, /* [1877] */
9330  (xdc_Char)0x65, /* [1878] */
9331  (xdc_Char)0x65, /* [1879] */
9332  (xdc_Char)0x70, /* [1880] */
9333  (xdc_Char)0x28, /* [1881] */
9334  (xdc_Char)0x29, /* [1882] */
9335  (xdc_Char)0x20, /* [1883] */
9336  (xdc_Char)0x77, /* [1884] */
9337  (xdc_Char)0x68, /* [1885] */
9338  (xdc_Char)0x69, /* [1886] */
9339  (xdc_Char)0x6c, /* [1887] */
9340  (xdc_Char)0x65, /* [1888] */
9341  (xdc_Char)0x20, /* [1889] */
9342  (xdc_Char)0x74, /* [1890] */
9343  (xdc_Char)0x68, /* [1891] */
9344  (xdc_Char)0x65, /* [1892] */
9345  (xdc_Char)0x20, /* [1893] */
9346  (xdc_Char)0x54, /* [1894] */
9347  (xdc_Char)0x61, /* [1895] */
9348  (xdc_Char)0x73, /* [1896] */
9349  (xdc_Char)0x6b, /* [1897] */
9350  (xdc_Char)0x20, /* [1898] */
9351  (xdc_Char)0x73, /* [1899] */
9352  (xdc_Char)0x63, /* [1900] */
9353  (xdc_Char)0x68, /* [1901] */
9354  (xdc_Char)0x65, /* [1902] */
9355  (xdc_Char)0x64, /* [1903] */
9356  (xdc_Char)0x75, /* [1904] */
9357  (xdc_Char)0x6c, /* [1905] */
9358  (xdc_Char)0x65, /* [1906] */
9359  (xdc_Char)0x72, /* [1907] */
9360  (xdc_Char)0x20, /* [1908] */
9361  (xdc_Char)0x69, /* [1909] */
9362  (xdc_Char)0x73, /* [1910] */
9363  (xdc_Char)0x20, /* [1911] */
9364  (xdc_Char)0x64, /* [1912] */
9365  (xdc_Char)0x69, /* [1913] */
9366  (xdc_Char)0x73, /* [1914] */
9367  (xdc_Char)0x61, /* [1915] */
9368  (xdc_Char)0x62, /* [1916] */
9369  (xdc_Char)0x6c, /* [1917] */
9370  (xdc_Char)0x65, /* [1918] */
9371  (xdc_Char)0x64, /* [1919] */
9372  (xdc_Char)0x2e, /* [1920] */
9373  (xdc_Char)0x0, /* [1921] */
9374  (xdc_Char)0x41, /* [1922] */
9375  (xdc_Char)0x5f, /* [1923] */
9376  (xdc_Char)0x69, /* [1924] */
9377  (xdc_Char)0x6e, /* [1925] */
9378  (xdc_Char)0x76, /* [1926] */
9379  (xdc_Char)0x61, /* [1927] */
9380  (xdc_Char)0x6c, /* [1928] */
9381  (xdc_Char)0x69, /* [1929] */
9382  (xdc_Char)0x64, /* [1930] */
9383  (xdc_Char)0x43, /* [1931] */
9384  (xdc_Char)0x6f, /* [1932] */
9385  (xdc_Char)0x72, /* [1933] */
9386  (xdc_Char)0x65, /* [1934] */
9387  (xdc_Char)0x49, /* [1935] */
9388  (xdc_Char)0x64, /* [1936] */
9389  (xdc_Char)0x3a, /* [1937] */
9390  (xdc_Char)0x20, /* [1938] */
9391  (xdc_Char)0x43, /* [1939] */
9392  (xdc_Char)0x61, /* [1940] */
9393  (xdc_Char)0x6e, /* [1941] */
9394  (xdc_Char)0x6e, /* [1942] */
9395  (xdc_Char)0x6f, /* [1943] */
9396  (xdc_Char)0x74, /* [1944] */
9397  (xdc_Char)0x20, /* [1945] */
9398  (xdc_Char)0x70, /* [1946] */
9399  (xdc_Char)0x61, /* [1947] */
9400  (xdc_Char)0x73, /* [1948] */
9401  (xdc_Char)0x73, /* [1949] */
9402  (xdc_Char)0x20, /* [1950] */
9403  (xdc_Char)0x61, /* [1951] */
9404  (xdc_Char)0x20, /* [1952] */
9405  (xdc_Char)0x6e, /* [1953] */
9406  (xdc_Char)0x6f, /* [1954] */
9407  (xdc_Char)0x6e, /* [1955] */
9408  (xdc_Char)0x2d, /* [1956] */
9409  (xdc_Char)0x7a, /* [1957] */
9410  (xdc_Char)0x65, /* [1958] */
9411  (xdc_Char)0x72, /* [1959] */
9412  (xdc_Char)0x6f, /* [1960] */
9413  (xdc_Char)0x20, /* [1961] */
9414  (xdc_Char)0x43, /* [1962] */
9415  (xdc_Char)0x6f, /* [1963] */
9416  (xdc_Char)0x72, /* [1964] */
9417  (xdc_Char)0x65, /* [1965] */
9418  (xdc_Char)0x49, /* [1966] */
9419  (xdc_Char)0x64, /* [1967] */
9420  (xdc_Char)0x20, /* [1968] */
9421  (xdc_Char)0x69, /* [1969] */
9422  (xdc_Char)0x6e, /* [1970] */
9423  (xdc_Char)0x20, /* [1971] */
9424  (xdc_Char)0x61, /* [1972] */
9425  (xdc_Char)0x20, /* [1973] */
9426  (xdc_Char)0x6e, /* [1974] */
9427  (xdc_Char)0x6f, /* [1975] */
9428  (xdc_Char)0x6e, /* [1976] */
9429  (xdc_Char)0x2d, /* [1977] */
9430  (xdc_Char)0x53, /* [1978] */
9431  (xdc_Char)0x4d, /* [1979] */
9432  (xdc_Char)0x50, /* [1980] */
9433  (xdc_Char)0x20, /* [1981] */
9434  (xdc_Char)0x61, /* [1982] */
9435  (xdc_Char)0x70, /* [1983] */
9436  (xdc_Char)0x70, /* [1984] */
9437  (xdc_Char)0x6c, /* [1985] */
9438  (xdc_Char)0x69, /* [1986] */
9439  (xdc_Char)0x63, /* [1987] */
9440  (xdc_Char)0x61, /* [1988] */
9441  (xdc_Char)0x74, /* [1989] */
9442  (xdc_Char)0x69, /* [1990] */
9443  (xdc_Char)0x6f, /* [1991] */
9444  (xdc_Char)0x6e, /* [1992] */
9445  (xdc_Char)0x2e, /* [1993] */
9446  (xdc_Char)0x0, /* [1994] */
9447  (xdc_Char)0x62, /* [1995] */
9448  (xdc_Char)0x75, /* [1996] */
9449  (xdc_Char)0x66, /* [1997] */
9450  (xdc_Char)0x20, /* [1998] */
9451  (xdc_Char)0x70, /* [1999] */
9452  (xdc_Char)0x61, /* [2000] */
9453  (xdc_Char)0x72, /* [2001] */
9454  (xdc_Char)0x61, /* [2002] */
9455  (xdc_Char)0x6d, /* [2003] */
9456  (xdc_Char)0x65, /* [2004] */
9457  (xdc_Char)0x74, /* [2005] */
9458  (xdc_Char)0x65, /* [2006] */
9459  (xdc_Char)0x72, /* [2007] */
9460  (xdc_Char)0x20, /* [2008] */
9461  (xdc_Char)0x63, /* [2009] */
9462  (xdc_Char)0x61, /* [2010] */
9463  (xdc_Char)0x6e, /* [2011] */
9464  (xdc_Char)0x6e, /* [2012] */
9465  (xdc_Char)0x6f, /* [2013] */
9466  (xdc_Char)0x74, /* [2014] */
9467  (xdc_Char)0x20, /* [2015] */
9468  (xdc_Char)0x62, /* [2016] */
9469  (xdc_Char)0x65, /* [2017] */
9470  (xdc_Char)0x20, /* [2018] */
9471  (xdc_Char)0x6e, /* [2019] */
9472  (xdc_Char)0x75, /* [2020] */
9473  (xdc_Char)0x6c, /* [2021] */
9474  (xdc_Char)0x6c, /* [2022] */
9475  (xdc_Char)0x0, /* [2023] */
9476  (xdc_Char)0x62, /* [2024] */
9477  (xdc_Char)0x75, /* [2025] */
9478  (xdc_Char)0x66, /* [2026] */
9479  (xdc_Char)0x20, /* [2027] */
9480  (xdc_Char)0x6e, /* [2028] */
9481  (xdc_Char)0x6f, /* [2029] */
9482  (xdc_Char)0x74, /* [2030] */
9483  (xdc_Char)0x20, /* [2031] */
9484  (xdc_Char)0x70, /* [2032] */
9485  (xdc_Char)0x72, /* [2033] */
9486  (xdc_Char)0x6f, /* [2034] */
9487  (xdc_Char)0x70, /* [2035] */
9488  (xdc_Char)0x65, /* [2036] */
9489  (xdc_Char)0x72, /* [2037] */
9490  (xdc_Char)0x6c, /* [2038] */
9491  (xdc_Char)0x79, /* [2039] */
9492  (xdc_Char)0x20, /* [2040] */
9493  (xdc_Char)0x61, /* [2041] */
9494  (xdc_Char)0x6c, /* [2042] */
9495  (xdc_Char)0x69, /* [2043] */
9496  (xdc_Char)0x67, /* [2044] */
9497  (xdc_Char)0x6e, /* [2045] */
9498  (xdc_Char)0x65, /* [2046] */
9499  (xdc_Char)0x64, /* [2047] */
9500  (xdc_Char)0x0, /* [2048] */
9501  (xdc_Char)0x61, /* [2049] */
9502  (xdc_Char)0x6c, /* [2050] */
9503  (xdc_Char)0x69, /* [2051] */
9504  (xdc_Char)0x67, /* [2052] */
9505  (xdc_Char)0x6e, /* [2053] */
9506  (xdc_Char)0x20, /* [2054] */
9507  (xdc_Char)0x70, /* [2055] */
9508  (xdc_Char)0x61, /* [2056] */
9509  (xdc_Char)0x72, /* [2057] */
9510  (xdc_Char)0x61, /* [2058] */
9511  (xdc_Char)0x6d, /* [2059] */
9512  (xdc_Char)0x65, /* [2060] */
9513  (xdc_Char)0x74, /* [2061] */
9514  (xdc_Char)0x65, /* [2062] */
9515  (xdc_Char)0x72, /* [2063] */
9516  (xdc_Char)0x20, /* [2064] */
9517  (xdc_Char)0x6d, /* [2065] */
9518  (xdc_Char)0x75, /* [2066] */
9519  (xdc_Char)0x73, /* [2067] */
9520  (xdc_Char)0x74, /* [2068] */
9521  (xdc_Char)0x20, /* [2069] */
9522  (xdc_Char)0x62, /* [2070] */
9523  (xdc_Char)0x65, /* [2071] */
9524  (xdc_Char)0x20, /* [2072] */
9525  (xdc_Char)0x30, /* [2073] */
9526  (xdc_Char)0x20, /* [2074] */
9527  (xdc_Char)0x6f, /* [2075] */
9528  (xdc_Char)0x72, /* [2076] */
9529  (xdc_Char)0x20, /* [2077] */
9530  (xdc_Char)0x61, /* [2078] */
9531  (xdc_Char)0x20, /* [2079] */
9532  (xdc_Char)0x70, /* [2080] */
9533  (xdc_Char)0x6f, /* [2081] */
9534  (xdc_Char)0x77, /* [2082] */
9535  (xdc_Char)0x65, /* [2083] */
9536  (xdc_Char)0x72, /* [2084] */
9537  (xdc_Char)0x20, /* [2085] */
9538  (xdc_Char)0x6f, /* [2086] */
9539  (xdc_Char)0x66, /* [2087] */
9540  (xdc_Char)0x20, /* [2088] */
9541  (xdc_Char)0x32, /* [2089] */
9542  (xdc_Char)0x20, /* [2090] */
9543  (xdc_Char)0x3e, /* [2091] */
9544  (xdc_Char)0x3d, /* [2092] */
9545  (xdc_Char)0x20, /* [2093] */
9546  (xdc_Char)0x74, /* [2094] */
9547  (xdc_Char)0x68, /* [2095] */
9548  (xdc_Char)0x65, /* [2096] */
9549  (xdc_Char)0x20, /* [2097] */
9550  (xdc_Char)0x76, /* [2098] */
9551  (xdc_Char)0x61, /* [2099] */
9552  (xdc_Char)0x6c, /* [2100] */
9553  (xdc_Char)0x75, /* [2101] */
9554  (xdc_Char)0x65, /* [2102] */
9555  (xdc_Char)0x20, /* [2103] */
9556  (xdc_Char)0x6f, /* [2104] */
9557  (xdc_Char)0x66, /* [2105] */
9558  (xdc_Char)0x20, /* [2106] */
9559  (xdc_Char)0x4d, /* [2107] */
9560  (xdc_Char)0x65, /* [2108] */
9561  (xdc_Char)0x6d, /* [2109] */
9562  (xdc_Char)0x6f, /* [2110] */
9563  (xdc_Char)0x72, /* [2111] */
9564  (xdc_Char)0x79, /* [2112] */
9565  (xdc_Char)0x5f, /* [2113] */
9566  (xdc_Char)0x67, /* [2114] */
9567  (xdc_Char)0x65, /* [2115] */
9568  (xdc_Char)0x74, /* [2116] */
9569  (xdc_Char)0x4d, /* [2117] */
9570  (xdc_Char)0x61, /* [2118] */
9571  (xdc_Char)0x78, /* [2119] */
9572  (xdc_Char)0x44, /* [2120] */
9573  (xdc_Char)0x65, /* [2121] */
9574  (xdc_Char)0x66, /* [2122] */
9575  (xdc_Char)0x61, /* [2123] */
9576  (xdc_Char)0x75, /* [2124] */
9577  (xdc_Char)0x6c, /* [2125] */
9578  (xdc_Char)0x74, /* [2126] */
9579  (xdc_Char)0x54, /* [2127] */
9580  (xdc_Char)0x79, /* [2128] */
9581  (xdc_Char)0x70, /* [2129] */
9582  (xdc_Char)0x65, /* [2130] */
9583  (xdc_Char)0x41, /* [2131] */
9584  (xdc_Char)0x6c, /* [2132] */
9585  (xdc_Char)0x69, /* [2133] */
9586  (xdc_Char)0x67, /* [2134] */
9587  (xdc_Char)0x6e, /* [2135] */
9588  (xdc_Char)0x28, /* [2136] */
9589  (xdc_Char)0x29, /* [2137] */
9590  (xdc_Char)0x0, /* [2138] */
9591  (xdc_Char)0x61, /* [2139] */
9592  (xdc_Char)0x6c, /* [2140] */
9593  (xdc_Char)0x69, /* [2141] */
9594  (xdc_Char)0x67, /* [2142] */
9595  (xdc_Char)0x6e, /* [2143] */
9596  (xdc_Char)0x20, /* [2144] */
9597  (xdc_Char)0x70, /* [2145] */
9598  (xdc_Char)0x61, /* [2146] */
9599  (xdc_Char)0x72, /* [2147] */
9600  (xdc_Char)0x61, /* [2148] */
9601  (xdc_Char)0x6d, /* [2149] */
9602  (xdc_Char)0x65, /* [2150] */
9603  (xdc_Char)0x74, /* [2151] */
9604  (xdc_Char)0x65, /* [2152] */
9605  (xdc_Char)0x72, /* [2153] */
9606  (xdc_Char)0x20, /* [2154] */
9607  (xdc_Char)0x31, /* [2155] */
9608  (xdc_Char)0x29, /* [2156] */
9609  (xdc_Char)0x20, /* [2157] */
9610  (xdc_Char)0x6d, /* [2158] */
9611  (xdc_Char)0x75, /* [2159] */
9612  (xdc_Char)0x73, /* [2160] */
9613  (xdc_Char)0x74, /* [2161] */
9614  (xdc_Char)0x20, /* [2162] */
9615  (xdc_Char)0x62, /* [2163] */
9616  (xdc_Char)0x65, /* [2164] */
9617  (xdc_Char)0x20, /* [2165] */
9618  (xdc_Char)0x30, /* [2166] */
9619  (xdc_Char)0x20, /* [2167] */
9620  (xdc_Char)0x6f, /* [2168] */
9621  (xdc_Char)0x72, /* [2169] */
9622  (xdc_Char)0x20, /* [2170] */
9623  (xdc_Char)0x61, /* [2171] */
9624  (xdc_Char)0x20, /* [2172] */
9625  (xdc_Char)0x70, /* [2173] */
9626  (xdc_Char)0x6f, /* [2174] */
9627  (xdc_Char)0x77, /* [2175] */
9628  (xdc_Char)0x65, /* [2176] */
9629  (xdc_Char)0x72, /* [2177] */
9630  (xdc_Char)0x20, /* [2178] */
9631  (xdc_Char)0x6f, /* [2179] */
9632  (xdc_Char)0x66, /* [2180] */
9633  (xdc_Char)0x20, /* [2181] */
9634  (xdc_Char)0x32, /* [2182] */
9635  (xdc_Char)0x20, /* [2183] */
9636  (xdc_Char)0x61, /* [2184] */
9637  (xdc_Char)0x6e, /* [2185] */
9638  (xdc_Char)0x64, /* [2186] */
9639  (xdc_Char)0x20, /* [2187] */
9640  (xdc_Char)0x32, /* [2188] */
9641  (xdc_Char)0x29, /* [2189] */
9642  (xdc_Char)0x20, /* [2190] */
9643  (xdc_Char)0x6e, /* [2191] */
9644  (xdc_Char)0x6f, /* [2192] */
9645  (xdc_Char)0x74, /* [2193] */
9646  (xdc_Char)0x20, /* [2194] */
9647  (xdc_Char)0x67, /* [2195] */
9648  (xdc_Char)0x72, /* [2196] */
9649  (xdc_Char)0x65, /* [2197] */
9650  (xdc_Char)0x61, /* [2198] */
9651  (xdc_Char)0x74, /* [2199] */
9652  (xdc_Char)0x65, /* [2200] */
9653  (xdc_Char)0x72, /* [2201] */
9654  (xdc_Char)0x20, /* [2202] */
9655  (xdc_Char)0x74, /* [2203] */
9656  (xdc_Char)0x68, /* [2204] */
9657  (xdc_Char)0x61, /* [2205] */
9658  (xdc_Char)0x6e, /* [2206] */
9659  (xdc_Char)0x20, /* [2207] */
9660  (xdc_Char)0x74, /* [2208] */
9661  (xdc_Char)0x68, /* [2209] */
9662  (xdc_Char)0x65, /* [2210] */
9663  (xdc_Char)0x20, /* [2211] */
9664  (xdc_Char)0x68, /* [2212] */
9665  (xdc_Char)0x65, /* [2213] */
9666  (xdc_Char)0x61, /* [2214] */
9667  (xdc_Char)0x70, /* [2215] */
9668  (xdc_Char)0x73, /* [2216] */
9669  (xdc_Char)0x20, /* [2217] */
9670  (xdc_Char)0x61, /* [2218] */
9671  (xdc_Char)0x6c, /* [2219] */
9672  (xdc_Char)0x69, /* [2220] */
9673  (xdc_Char)0x67, /* [2221] */
9674  (xdc_Char)0x6e, /* [2222] */
9675  (xdc_Char)0x6d, /* [2223] */
9676  (xdc_Char)0x65, /* [2224] */
9677  (xdc_Char)0x6e, /* [2225] */
9678  (xdc_Char)0x74, /* [2226] */
9679  (xdc_Char)0x0, /* [2227] */
9680  (xdc_Char)0x62, /* [2228] */
9681  (xdc_Char)0x6c, /* [2229] */
9682  (xdc_Char)0x6f, /* [2230] */
9683  (xdc_Char)0x63, /* [2231] */
9684  (xdc_Char)0x6b, /* [2232] */
9685  (xdc_Char)0x53, /* [2233] */
9686  (xdc_Char)0x69, /* [2234] */
9687  (xdc_Char)0x7a, /* [2235] */
9688  (xdc_Char)0x65, /* [2236] */
9689  (xdc_Char)0x20, /* [2237] */
9690  (xdc_Char)0x6d, /* [2238] */
9691  (xdc_Char)0x75, /* [2239] */
9692  (xdc_Char)0x73, /* [2240] */
9693  (xdc_Char)0x74, /* [2241] */
9694  (xdc_Char)0x20, /* [2242] */
9695  (xdc_Char)0x62, /* [2243] */
9696  (xdc_Char)0x65, /* [2244] */
9697  (xdc_Char)0x20, /* [2245] */
9698  (xdc_Char)0x6c, /* [2246] */
9699  (xdc_Char)0x61, /* [2247] */
9700  (xdc_Char)0x72, /* [2248] */
9701  (xdc_Char)0x67, /* [2249] */
9702  (xdc_Char)0x65, /* [2250] */
9703  (xdc_Char)0x20, /* [2251] */
9704  (xdc_Char)0x65, /* [2252] */
9705  (xdc_Char)0x6e, /* [2253] */
9706  (xdc_Char)0x6f, /* [2254] */
9707  (xdc_Char)0x75, /* [2255] */
9708  (xdc_Char)0x67, /* [2256] */
9709  (xdc_Char)0x68, /* [2257] */
9710  (xdc_Char)0x20, /* [2258] */
9711  (xdc_Char)0x74, /* [2259] */
9712  (xdc_Char)0x6f, /* [2260] */
9713  (xdc_Char)0x20, /* [2261] */
9714  (xdc_Char)0x68, /* [2262] */
9715  (xdc_Char)0x6f, /* [2263] */
9716  (xdc_Char)0x6c, /* [2264] */
9717  (xdc_Char)0x64, /* [2265] */
9718  (xdc_Char)0x20, /* [2266] */
9719  (xdc_Char)0x61, /* [2267] */
9720  (xdc_Char)0x74, /* [2268] */
9721  (xdc_Char)0x6c, /* [2269] */
9722  (xdc_Char)0x65, /* [2270] */
9723  (xdc_Char)0x61, /* [2271] */
9724  (xdc_Char)0x73, /* [2272] */
9725  (xdc_Char)0x74, /* [2273] */
9726  (xdc_Char)0x20, /* [2274] */
9727  (xdc_Char)0x74, /* [2275] */
9728  (xdc_Char)0x77, /* [2276] */
9729  (xdc_Char)0x6f, /* [2277] */
9730  (xdc_Char)0x20, /* [2278] */
9731  (xdc_Char)0x70, /* [2279] */
9732  (xdc_Char)0x6f, /* [2280] */
9733  (xdc_Char)0x69, /* [2281] */
9734  (xdc_Char)0x6e, /* [2282] */
9735  (xdc_Char)0x74, /* [2283] */
9736  (xdc_Char)0x65, /* [2284] */
9737  (xdc_Char)0x72, /* [2285] */
9738  (xdc_Char)0x73, /* [2286] */
9739  (xdc_Char)0x0, /* [2287] */
9740  (xdc_Char)0x6e, /* [2288] */
9741  (xdc_Char)0x75, /* [2289] */
9742  (xdc_Char)0x6d, /* [2290] */
9743  (xdc_Char)0x42, /* [2291] */
9744  (xdc_Char)0x6c, /* [2292] */
9745  (xdc_Char)0x6f, /* [2293] */
9746  (xdc_Char)0x63, /* [2294] */
9747  (xdc_Char)0x6b, /* [2295] */
9748  (xdc_Char)0x73, /* [2296] */
9749  (xdc_Char)0x20, /* [2297] */
9750  (xdc_Char)0x63, /* [2298] */
9751  (xdc_Char)0x61, /* [2299] */
9752  (xdc_Char)0x6e, /* [2300] */
9753  (xdc_Char)0x6e, /* [2301] */
9754  (xdc_Char)0x6f, /* [2302] */
9755  (xdc_Char)0x74, /* [2303] */
9756  (xdc_Char)0x20, /* [2304] */
9757  (xdc_Char)0x62, /* [2305] */
9758  (xdc_Char)0x65, /* [2306] */
9759  (xdc_Char)0x20, /* [2307] */
9760  (xdc_Char)0x7a, /* [2308] */
9761  (xdc_Char)0x65, /* [2309] */
9762  (xdc_Char)0x72, /* [2310] */
9763  (xdc_Char)0x6f, /* [2311] */
9764  (xdc_Char)0x0, /* [2312] */
9765  (xdc_Char)0x62, /* [2313] */
9766  (xdc_Char)0x75, /* [2314] */
9767  (xdc_Char)0x66, /* [2315] */
9768  (xdc_Char)0x53, /* [2316] */
9769  (xdc_Char)0x69, /* [2317] */
9770  (xdc_Char)0x7a, /* [2318] */
9771  (xdc_Char)0x65, /* [2319] */
9772  (xdc_Char)0x20, /* [2320] */
9773  (xdc_Char)0x63, /* [2321] */
9774  (xdc_Char)0x61, /* [2322] */
9775  (xdc_Char)0x6e, /* [2323] */
9776  (xdc_Char)0x6e, /* [2324] */
9777  (xdc_Char)0x6f, /* [2325] */
9778  (xdc_Char)0x74, /* [2326] */
9779  (xdc_Char)0x20, /* [2327] */
9780  (xdc_Char)0x62, /* [2328] */
9781  (xdc_Char)0x65, /* [2329] */
9782  (xdc_Char)0x20, /* [2330] */
9783  (xdc_Char)0x7a, /* [2331] */
9784  (xdc_Char)0x65, /* [2332] */
9785  (xdc_Char)0x72, /* [2333] */
9786  (xdc_Char)0x6f, /* [2334] */
9787  (xdc_Char)0x0, /* [2335] */
9788  (xdc_Char)0x48, /* [2336] */
9789  (xdc_Char)0x65, /* [2337] */
9790  (xdc_Char)0x61, /* [2338] */
9791  (xdc_Char)0x70, /* [2339] */
9792  (xdc_Char)0x42, /* [2340] */
9793  (xdc_Char)0x75, /* [2341] */
9794  (xdc_Char)0x66, /* [2342] */
9795  (xdc_Char)0x5f, /* [2343] */
9796  (xdc_Char)0x63, /* [2344] */
9797  (xdc_Char)0x72, /* [2345] */
9798  (xdc_Char)0x65, /* [2346] */
9799  (xdc_Char)0x61, /* [2347] */
9800  (xdc_Char)0x74, /* [2348] */
9801  (xdc_Char)0x65, /* [2349] */
9802  (xdc_Char)0x27, /* [2350] */
9803  (xdc_Char)0x73, /* [2351] */
9804  (xdc_Char)0x20, /* [2352] */
9805  (xdc_Char)0x62, /* [2353] */
9806  (xdc_Char)0x75, /* [2354] */
9807  (xdc_Char)0x66, /* [2355] */
9808  (xdc_Char)0x53, /* [2356] */
9809  (xdc_Char)0x69, /* [2357] */
9810  (xdc_Char)0x7a, /* [2358] */
9811  (xdc_Char)0x65, /* [2359] */
9812  (xdc_Char)0x20, /* [2360] */
9813  (xdc_Char)0x70, /* [2361] */
9814  (xdc_Char)0x61, /* [2362] */
9815  (xdc_Char)0x72, /* [2363] */
9816  (xdc_Char)0x61, /* [2364] */
9817  (xdc_Char)0x6d, /* [2365] */
9818  (xdc_Char)0x65, /* [2366] */
9819  (xdc_Char)0x74, /* [2367] */
9820  (xdc_Char)0x65, /* [2368] */
9821  (xdc_Char)0x72, /* [2369] */
9822  (xdc_Char)0x20, /* [2370] */
9823  (xdc_Char)0x69, /* [2371] */
9824  (xdc_Char)0x73, /* [2372] */
9825  (xdc_Char)0x20, /* [2373] */
9826  (xdc_Char)0x69, /* [2374] */
9827  (xdc_Char)0x6e, /* [2375] */
9828  (xdc_Char)0x76, /* [2376] */
9829  (xdc_Char)0x61, /* [2377] */
9830  (xdc_Char)0x6c, /* [2378] */
9831  (xdc_Char)0x69, /* [2379] */
9832  (xdc_Char)0x64, /* [2380] */
9833  (xdc_Char)0x20, /* [2381] */
9834  (xdc_Char)0x28, /* [2382] */
9835  (xdc_Char)0x74, /* [2383] */
9836  (xdc_Char)0x6f, /* [2384] */
9837  (xdc_Char)0x6f, /* [2385] */
9838  (xdc_Char)0x20, /* [2386] */
9839  (xdc_Char)0x73, /* [2387] */
9840  (xdc_Char)0x6d, /* [2388] */
9841  (xdc_Char)0x61, /* [2389] */
9842  (xdc_Char)0x6c, /* [2390] */
9843  (xdc_Char)0x6c, /* [2391] */
9844  (xdc_Char)0x29, /* [2392] */
9845  (xdc_Char)0x0, /* [2393] */
9846  (xdc_Char)0x43, /* [2394] */
9847  (xdc_Char)0x61, /* [2395] */
9848  (xdc_Char)0x6e, /* [2396] */
9849  (xdc_Char)0x6e, /* [2397] */
9850  (xdc_Char)0x6f, /* [2398] */
9851  (xdc_Char)0x74, /* [2399] */
9852  (xdc_Char)0x20, /* [2400] */
9853  (xdc_Char)0x63, /* [2401] */
9854  (xdc_Char)0x61, /* [2402] */
9855  (xdc_Char)0x6c, /* [2403] */
9856  (xdc_Char)0x6c, /* [2404] */
9857  (xdc_Char)0x20, /* [2405] */
9858  (xdc_Char)0x48, /* [2406] */
9859  (xdc_Char)0x65, /* [2407] */
9860  (xdc_Char)0x61, /* [2408] */
9861  (xdc_Char)0x70, /* [2409] */
9862  (xdc_Char)0x42, /* [2410] */
9863  (xdc_Char)0x75, /* [2411] */
9864  (xdc_Char)0x66, /* [2412] */
9865  (xdc_Char)0x5f, /* [2413] */
9866  (xdc_Char)0x66, /* [2414] */
9867  (xdc_Char)0x72, /* [2415] */
9868  (xdc_Char)0x65, /* [2416] */
9869  (xdc_Char)0x65, /* [2417] */
9870  (xdc_Char)0x20, /* [2418] */
9871  (xdc_Char)0x77, /* [2419] */
9872  (xdc_Char)0x68, /* [2420] */
9873  (xdc_Char)0x65, /* [2421] */
9874  (xdc_Char)0x6e, /* [2422] */
9875  (xdc_Char)0x20, /* [2423] */
9876  (xdc_Char)0x6e, /* [2424] */
9877  (xdc_Char)0x6f, /* [2425] */
9878  (xdc_Char)0x20, /* [2426] */
9879  (xdc_Char)0x62, /* [2427] */
9880  (xdc_Char)0x6c, /* [2428] */
9881  (xdc_Char)0x6f, /* [2429] */
9882  (xdc_Char)0x63, /* [2430] */
9883  (xdc_Char)0x6b, /* [2431] */
9884  (xdc_Char)0x73, /* [2432] */
9885  (xdc_Char)0x20, /* [2433] */
9886  (xdc_Char)0x68, /* [2434] */
9887  (xdc_Char)0x61, /* [2435] */
9888  (xdc_Char)0x76, /* [2436] */
9889  (xdc_Char)0x65, /* [2437] */
9890  (xdc_Char)0x20, /* [2438] */
9891  (xdc_Char)0x62, /* [2439] */
9892  (xdc_Char)0x65, /* [2440] */
9893  (xdc_Char)0x65, /* [2441] */
9894  (xdc_Char)0x6e, /* [2442] */
9895  (xdc_Char)0x20, /* [2443] */
9896  (xdc_Char)0x61, /* [2444] */
9897  (xdc_Char)0x6c, /* [2445] */
9898  (xdc_Char)0x6c, /* [2446] */
9899  (xdc_Char)0x6f, /* [2447] */
9900  (xdc_Char)0x63, /* [2448] */
9901  (xdc_Char)0x61, /* [2449] */
9902  (xdc_Char)0x74, /* [2450] */
9903  (xdc_Char)0x65, /* [2451] */
9904  (xdc_Char)0x64, /* [2452] */
9905  (xdc_Char)0x0, /* [2453] */
9906  (xdc_Char)0x41, /* [2454] */
9907  (xdc_Char)0x5f, /* [2455] */
9908  (xdc_Char)0x69, /* [2456] */
9909  (xdc_Char)0x6e, /* [2457] */
9910  (xdc_Char)0x76, /* [2458] */
9911  (xdc_Char)0x61, /* [2459] */
9912  (xdc_Char)0x6c, /* [2460] */
9913  (xdc_Char)0x69, /* [2461] */
9914  (xdc_Char)0x64, /* [2462] */
9915  (xdc_Char)0x46, /* [2463] */
9916  (xdc_Char)0x72, /* [2464] */
9917  (xdc_Char)0x65, /* [2465] */
9918  (xdc_Char)0x65, /* [2466] */
9919  (xdc_Char)0x3a, /* [2467] */
9920  (xdc_Char)0x20, /* [2468] */
9921  (xdc_Char)0x49, /* [2469] */
9922  (xdc_Char)0x6e, /* [2470] */
9923  (xdc_Char)0x76, /* [2471] */
9924  (xdc_Char)0x61, /* [2472] */
9925  (xdc_Char)0x6c, /* [2473] */
9926  (xdc_Char)0x69, /* [2474] */
9927  (xdc_Char)0x64, /* [2475] */
9928  (xdc_Char)0x20, /* [2476] */
9929  (xdc_Char)0x66, /* [2477] */
9930  (xdc_Char)0x72, /* [2478] */
9931  (xdc_Char)0x65, /* [2479] */
9932  (xdc_Char)0x65, /* [2480] */
9933  (xdc_Char)0x0, /* [2481] */
9934  (xdc_Char)0x41, /* [2482] */
9935  (xdc_Char)0x5f, /* [2483] */
9936  (xdc_Char)0x7a, /* [2484] */
9937  (xdc_Char)0x65, /* [2485] */
9938  (xdc_Char)0x72, /* [2486] */
9939  (xdc_Char)0x6f, /* [2487] */
9940  (xdc_Char)0x42, /* [2488] */
9941  (xdc_Char)0x6c, /* [2489] */
9942  (xdc_Char)0x6f, /* [2490] */
9943  (xdc_Char)0x63, /* [2491] */
9944  (xdc_Char)0x6b, /* [2492] */
9945  (xdc_Char)0x3a, /* [2493] */
9946  (xdc_Char)0x20, /* [2494] */
9947  (xdc_Char)0x43, /* [2495] */
9948  (xdc_Char)0x61, /* [2496] */
9949  (xdc_Char)0x6e, /* [2497] */
9950  (xdc_Char)0x6e, /* [2498] */
9951  (xdc_Char)0x6f, /* [2499] */
9952  (xdc_Char)0x74, /* [2500] */
9953  (xdc_Char)0x20, /* [2501] */
9954  (xdc_Char)0x61, /* [2502] */
9955  (xdc_Char)0x6c, /* [2503] */
9956  (xdc_Char)0x6c, /* [2504] */
9957  (xdc_Char)0x6f, /* [2505] */
9958  (xdc_Char)0x63, /* [2506] */
9959  (xdc_Char)0x61, /* [2507] */
9960  (xdc_Char)0x74, /* [2508] */
9961  (xdc_Char)0x65, /* [2509] */
9962  (xdc_Char)0x20, /* [2510] */
9963  (xdc_Char)0x73, /* [2511] */
9964  (xdc_Char)0x69, /* [2512] */
9965  (xdc_Char)0x7a, /* [2513] */
9966  (xdc_Char)0x65, /* [2514] */
9967  (xdc_Char)0x20, /* [2515] */
9968  (xdc_Char)0x30, /* [2516] */
9969  (xdc_Char)0x0, /* [2517] */
9970  (xdc_Char)0x41, /* [2518] */
9971  (xdc_Char)0x5f, /* [2519] */
9972  (xdc_Char)0x68, /* [2520] */
9973  (xdc_Char)0x65, /* [2521] */
9974  (xdc_Char)0x61, /* [2522] */
9975  (xdc_Char)0x70, /* [2523] */
9976  (xdc_Char)0x53, /* [2524] */
9977  (xdc_Char)0x69, /* [2525] */
9978  (xdc_Char)0x7a, /* [2526] */
9979  (xdc_Char)0x65, /* [2527] */
9980  (xdc_Char)0x3a, /* [2528] */
9981  (xdc_Char)0x20, /* [2529] */
9982  (xdc_Char)0x52, /* [2530] */
9983  (xdc_Char)0x65, /* [2531] */
9984  (xdc_Char)0x71, /* [2532] */
9985  (xdc_Char)0x75, /* [2533] */
9986  (xdc_Char)0x65, /* [2534] */
9987  (xdc_Char)0x73, /* [2535] */
9988  (xdc_Char)0x74, /* [2536] */
9989  (xdc_Char)0x65, /* [2537] */
9990  (xdc_Char)0x64, /* [2538] */
9991  (xdc_Char)0x20, /* [2539] */
9992  (xdc_Char)0x68, /* [2540] */
9993  (xdc_Char)0x65, /* [2541] */
9994  (xdc_Char)0x61, /* [2542] */
9995  (xdc_Char)0x70, /* [2543] */
9996  (xdc_Char)0x20, /* [2544] */
9997  (xdc_Char)0x73, /* [2545] */
9998  (xdc_Char)0x69, /* [2546] */
9999  (xdc_Char)0x7a, /* [2547] */
10000  (xdc_Char)0x65, /* [2548] */
10001  (xdc_Char)0x20, /* [2549] */
10002  (xdc_Char)0x69, /* [2550] */
10003  (xdc_Char)0x73, /* [2551] */
10004  (xdc_Char)0x20, /* [2552] */
10005  (xdc_Char)0x74, /* [2553] */
10006  (xdc_Char)0x6f, /* [2554] */
10007  (xdc_Char)0x6f, /* [2555] */
10008  (xdc_Char)0x20, /* [2556] */
10009  (xdc_Char)0x73, /* [2557] */
10010  (xdc_Char)0x6d, /* [2558] */
10011  (xdc_Char)0x61, /* [2559] */
10012  (xdc_Char)0x6c, /* [2560] */
10013  (xdc_Char)0x6c, /* [2561] */
10014  (xdc_Char)0x0, /* [2562] */
10015  (xdc_Char)0x41, /* [2563] */
10016  (xdc_Char)0x5f, /* [2564] */
10017  (xdc_Char)0x61, /* [2565] */
10018  (xdc_Char)0x6c, /* [2566] */
10019  (xdc_Char)0x69, /* [2567] */
10020  (xdc_Char)0x67, /* [2568] */
10021  (xdc_Char)0x6e, /* [2569] */
10022  (xdc_Char)0x3a, /* [2570] */
10023  (xdc_Char)0x20, /* [2571] */
10024  (xdc_Char)0x52, /* [2572] */
10025  (xdc_Char)0x65, /* [2573] */
10026  (xdc_Char)0x71, /* [2574] */
10027  (xdc_Char)0x75, /* [2575] */
10028  (xdc_Char)0x65, /* [2576] */
10029  (xdc_Char)0x73, /* [2577] */
10030  (xdc_Char)0x74, /* [2578] */
10031  (xdc_Char)0x65, /* [2579] */
10032  (xdc_Char)0x64, /* [2580] */
10033  (xdc_Char)0x20, /* [2581] */
10034  (xdc_Char)0x61, /* [2582] */
10035  (xdc_Char)0x6c, /* [2583] */
10036  (xdc_Char)0x69, /* [2584] */
10037  (xdc_Char)0x67, /* [2585] */
10038  (xdc_Char)0x6e, /* [2586] */
10039  (xdc_Char)0x20, /* [2587] */
10040  (xdc_Char)0x69, /* [2588] */
10041  (xdc_Char)0x73, /* [2589] */
10042  (xdc_Char)0x20, /* [2590] */
10043  (xdc_Char)0x6e, /* [2591] */
10044  (xdc_Char)0x6f, /* [2592] */
10045  (xdc_Char)0x74, /* [2593] */
10046  (xdc_Char)0x20, /* [2594] */
10047  (xdc_Char)0x61, /* [2595] */
10048  (xdc_Char)0x20, /* [2596] */
10049  (xdc_Char)0x70, /* [2597] */
10050  (xdc_Char)0x6f, /* [2598] */
10051  (xdc_Char)0x77, /* [2599] */
10052  (xdc_Char)0x65, /* [2600] */
10053  (xdc_Char)0x72, /* [2601] */
10054  (xdc_Char)0x20, /* [2602] */
10055  (xdc_Char)0x6f, /* [2603] */
10056  (xdc_Char)0x66, /* [2604] */
10057  (xdc_Char)0x20, /* [2605] */
10058  (xdc_Char)0x32, /* [2606] */
10059  (xdc_Char)0x0, /* [2607] */
10060  (xdc_Char)0x49, /* [2608] */
10061  (xdc_Char)0x6e, /* [2609] */
10062  (xdc_Char)0x76, /* [2610] */
10063  (xdc_Char)0x61, /* [2611] */
10064  (xdc_Char)0x6c, /* [2612] */
10065  (xdc_Char)0x69, /* [2613] */
10066  (xdc_Char)0x64, /* [2614] */
10067  (xdc_Char)0x20, /* [2615] */
10068  (xdc_Char)0x62, /* [2616] */
10069  (xdc_Char)0x6c, /* [2617] */
10070  (xdc_Char)0x6f, /* [2618] */
10071  (xdc_Char)0x63, /* [2619] */
10072  (xdc_Char)0x6b, /* [2620] */
10073  (xdc_Char)0x20, /* [2621] */
10074  (xdc_Char)0x61, /* [2622] */
10075  (xdc_Char)0x64, /* [2623] */
10076  (xdc_Char)0x64, /* [2624] */
10077  (xdc_Char)0x72, /* [2625] */
10078  (xdc_Char)0x65, /* [2626] */
10079  (xdc_Char)0x73, /* [2627] */
10080  (xdc_Char)0x73, /* [2628] */
10081  (xdc_Char)0x20, /* [2629] */
10082  (xdc_Char)0x6f, /* [2630] */
10083  (xdc_Char)0x6e, /* [2631] */
10084  (xdc_Char)0x20, /* [2632] */
10085  (xdc_Char)0x74, /* [2633] */
10086  (xdc_Char)0x68, /* [2634] */
10087  (xdc_Char)0x65, /* [2635] */
10088  (xdc_Char)0x20, /* [2636] */
10089  (xdc_Char)0x66, /* [2637] */
10090  (xdc_Char)0x72, /* [2638] */
10091  (xdc_Char)0x65, /* [2639] */
10092  (xdc_Char)0x65, /* [2640] */
10093  (xdc_Char)0x2e, /* [2641] */
10094  (xdc_Char)0x20, /* [2642] */
10095  (xdc_Char)0x46, /* [2643] */
10096  (xdc_Char)0x61, /* [2644] */
10097  (xdc_Char)0x69, /* [2645] */
10098  (xdc_Char)0x6c, /* [2646] */
10099  (xdc_Char)0x65, /* [2647] */
10100  (xdc_Char)0x64, /* [2648] */
10101  (xdc_Char)0x20, /* [2649] */
10102  (xdc_Char)0x74, /* [2650] */
10103  (xdc_Char)0x6f, /* [2651] */
10104  (xdc_Char)0x20, /* [2652] */
10105  (xdc_Char)0x66, /* [2653] */
10106  (xdc_Char)0x72, /* [2654] */
10107  (xdc_Char)0x65, /* [2655] */
10108  (xdc_Char)0x65, /* [2656] */
10109  (xdc_Char)0x20, /* [2657] */
10110  (xdc_Char)0x62, /* [2658] */
10111  (xdc_Char)0x6c, /* [2659] */
10112  (xdc_Char)0x6f, /* [2660] */
10113  (xdc_Char)0x63, /* [2661] */
10114  (xdc_Char)0x6b, /* [2662] */
10115  (xdc_Char)0x20, /* [2663] */
10116  (xdc_Char)0x62, /* [2664] */
10117  (xdc_Char)0x61, /* [2665] */
10118  (xdc_Char)0x63, /* [2666] */
10119  (xdc_Char)0x6b, /* [2667] */
10120  (xdc_Char)0x20, /* [2668] */
10121  (xdc_Char)0x74, /* [2669] */
10122  (xdc_Char)0x6f, /* [2670] */
10123  (xdc_Char)0x20, /* [2671] */
10124  (xdc_Char)0x68, /* [2672] */
10125  (xdc_Char)0x65, /* [2673] */
10126  (xdc_Char)0x61, /* [2674] */
10127  (xdc_Char)0x70, /* [2675] */
10128  (xdc_Char)0x2e, /* [2676] */
10129  (xdc_Char)0x0, /* [2677] */
10130  (xdc_Char)0x41, /* [2678] */
10131  (xdc_Char)0x5f, /* [2679] */
10132  (xdc_Char)0x64, /* [2680] */
10133  (xdc_Char)0x6f, /* [2681] */
10134  (xdc_Char)0x75, /* [2682] */
10135  (xdc_Char)0x62, /* [2683] */
10136  (xdc_Char)0x6c, /* [2684] */
10137  (xdc_Char)0x65, /* [2685] */
10138  (xdc_Char)0x46, /* [2686] */
10139  (xdc_Char)0x72, /* [2687] */
10140  (xdc_Char)0x65, /* [2688] */
10141  (xdc_Char)0x65, /* [2689] */
10142  (xdc_Char)0x3a, /* [2690] */
10143  (xdc_Char)0x20, /* [2691] */
10144  (xdc_Char)0x42, /* [2692] */
10145  (xdc_Char)0x75, /* [2693] */
10146  (xdc_Char)0x66, /* [2694] */
10147  (xdc_Char)0x66, /* [2695] */
10148  (xdc_Char)0x65, /* [2696] */
10149  (xdc_Char)0x72, /* [2697] */
10150  (xdc_Char)0x20, /* [2698] */
10151  (xdc_Char)0x61, /* [2699] */
10152  (xdc_Char)0x6c, /* [2700] */
10153  (xdc_Char)0x72, /* [2701] */
10154  (xdc_Char)0x65, /* [2702] */
10155  (xdc_Char)0x61, /* [2703] */
10156  (xdc_Char)0x64, /* [2704] */
10157  (xdc_Char)0x79, /* [2705] */
10158  (xdc_Char)0x20, /* [2706] */
10159  (xdc_Char)0x66, /* [2707] */
10160  (xdc_Char)0x72, /* [2708] */
10161  (xdc_Char)0x65, /* [2709] */
10162  (xdc_Char)0x65, /* [2710] */
10163  (xdc_Char)0x0, /* [2711] */
10164  (xdc_Char)0x41, /* [2712] */
10165  (xdc_Char)0x5f, /* [2713] */
10166  (xdc_Char)0x62, /* [2714] */
10167  (xdc_Char)0x75, /* [2715] */
10168  (xdc_Char)0x66, /* [2716] */
10169  (xdc_Char)0x4f, /* [2717] */
10170  (xdc_Char)0x76, /* [2718] */
10171  (xdc_Char)0x65, /* [2719] */
10172  (xdc_Char)0x72, /* [2720] */
10173  (xdc_Char)0x66, /* [2721] */
10174  (xdc_Char)0x6c, /* [2722] */
10175  (xdc_Char)0x6f, /* [2723] */
10176  (xdc_Char)0x77, /* [2724] */
10177  (xdc_Char)0x3a, /* [2725] */
10178  (xdc_Char)0x20, /* [2726] */
10179  (xdc_Char)0x42, /* [2727] */
10180  (xdc_Char)0x75, /* [2728] */
10181  (xdc_Char)0x66, /* [2729] */
10182  (xdc_Char)0x66, /* [2730] */
10183  (xdc_Char)0x65, /* [2731] */
10184  (xdc_Char)0x72, /* [2732] */
10185  (xdc_Char)0x20, /* [2733] */
10186  (xdc_Char)0x6f, /* [2734] */
10187  (xdc_Char)0x76, /* [2735] */
10188  (xdc_Char)0x65, /* [2736] */
10189  (xdc_Char)0x72, /* [2737] */
10190  (xdc_Char)0x66, /* [2738] */
10191  (xdc_Char)0x6c, /* [2739] */
10192  (xdc_Char)0x6f, /* [2740] */
10193  (xdc_Char)0x77, /* [2741] */
10194  (xdc_Char)0x0, /* [2742] */
10195  (xdc_Char)0x41, /* [2743] */
10196  (xdc_Char)0x5f, /* [2744] */
10197  (xdc_Char)0x6e, /* [2745] */
10198  (xdc_Char)0x6f, /* [2746] */
10199  (xdc_Char)0x74, /* [2747] */
10200  (xdc_Char)0x45, /* [2748] */
10201  (xdc_Char)0x6d, /* [2749] */
10202  (xdc_Char)0x70, /* [2750] */
10203  (xdc_Char)0x74, /* [2751] */
10204  (xdc_Char)0x79, /* [2752] */
10205  (xdc_Char)0x3a, /* [2753] */
10206  (xdc_Char)0x20, /* [2754] */
10207  (xdc_Char)0x48, /* [2755] */
10208  (xdc_Char)0x65, /* [2756] */
10209  (xdc_Char)0x61, /* [2757] */
10210  (xdc_Char)0x70, /* [2758] */
10211  (xdc_Char)0x20, /* [2759] */
10212  (xdc_Char)0x6e, /* [2760] */
10213  (xdc_Char)0x6f, /* [2761] */
10214  (xdc_Char)0x74, /* [2762] */
10215  (xdc_Char)0x20, /* [2763] */
10216  (xdc_Char)0x65, /* [2764] */
10217  (xdc_Char)0x6d, /* [2765] */
10218  (xdc_Char)0x70, /* [2766] */
10219  (xdc_Char)0x74, /* [2767] */
10220  (xdc_Char)0x79, /* [2768] */
10221  (xdc_Char)0x0, /* [2769] */
10222  (xdc_Char)0x41, /* [2770] */
10223  (xdc_Char)0x5f, /* [2771] */
10224  (xdc_Char)0x6e, /* [2772] */
10225  (xdc_Char)0x75, /* [2773] */
10226  (xdc_Char)0x6c, /* [2774] */
10227  (xdc_Char)0x6c, /* [2775] */
10228  (xdc_Char)0x4f, /* [2776] */
10229  (xdc_Char)0x62, /* [2777] */
10230  (xdc_Char)0x6a, /* [2778] */
10231  (xdc_Char)0x65, /* [2779] */
10232  (xdc_Char)0x63, /* [2780] */
10233  (xdc_Char)0x74, /* [2781] */
10234  (xdc_Char)0x3a, /* [2782] */
10235  (xdc_Char)0x20, /* [2783] */
10236  (xdc_Char)0x48, /* [2784] */
10237  (xdc_Char)0x65, /* [2785] */
10238  (xdc_Char)0x61, /* [2786] */
10239  (xdc_Char)0x70, /* [2787] */
10240  (xdc_Char)0x54, /* [2788] */
10241  (xdc_Char)0x72, /* [2789] */
10242  (xdc_Char)0x61, /* [2790] */
10243  (xdc_Char)0x63, /* [2791] */
10244  (xdc_Char)0x6b, /* [2792] */
10245  (xdc_Char)0x5f, /* [2793] */
10246  (xdc_Char)0x70, /* [2794] */
10247  (xdc_Char)0x72, /* [2795] */
10248  (xdc_Char)0x69, /* [2796] */
10249  (xdc_Char)0x6e, /* [2797] */
10250  (xdc_Char)0x74, /* [2798] */
10251  (xdc_Char)0x48, /* [2799] */
10252  (xdc_Char)0x65, /* [2800] */
10253  (xdc_Char)0x61, /* [2801] */
10254  (xdc_Char)0x70, /* [2802] */
10255  (xdc_Char)0x20, /* [2803] */
10256  (xdc_Char)0x63, /* [2804] */
10257  (xdc_Char)0x61, /* [2805] */
10258  (xdc_Char)0x6c, /* [2806] */
10259  (xdc_Char)0x6c, /* [2807] */
10260  (xdc_Char)0x65, /* [2808] */
10261  (xdc_Char)0x64, /* [2809] */
10262  (xdc_Char)0x20, /* [2810] */
10263  (xdc_Char)0x77, /* [2811] */
10264  (xdc_Char)0x69, /* [2812] */
10265  (xdc_Char)0x74, /* [2813] */
10266  (xdc_Char)0x68, /* [2814] */
10267  (xdc_Char)0x20, /* [2815] */
10268  (xdc_Char)0x6e, /* [2816] */
10269  (xdc_Char)0x75, /* [2817] */
10270  (xdc_Char)0x6c, /* [2818] */
10271  (xdc_Char)0x6c, /* [2819] */
10272  (xdc_Char)0x20, /* [2820] */
10273  (xdc_Char)0x6f, /* [2821] */
10274  (xdc_Char)0x62, /* [2822] */
10275  (xdc_Char)0x6a, /* [2823] */
10276  (xdc_Char)0x0, /* [2824] */
10277  (xdc_Char)0x41, /* [2825] */
10278  (xdc_Char)0x5f, /* [2826] */
10279  (xdc_Char)0x62, /* [2827] */
10280  (xdc_Char)0x61, /* [2828] */
10281  (xdc_Char)0x64, /* [2829] */
10282  (xdc_Char)0x43, /* [2830] */
10283  (xdc_Char)0x68, /* [2831] */
10284  (xdc_Char)0x61, /* [2832] */
10285  (xdc_Char)0x6e, /* [2833] */
10286  (xdc_Char)0x6e, /* [2834] */
10287  (xdc_Char)0x65, /* [2835] */
10288  (xdc_Char)0x6c, /* [2836] */
10289  (xdc_Char)0x49, /* [2837] */
10290  (xdc_Char)0x64, /* [2838] */
10291  (xdc_Char)0x3a, /* [2839] */
10292  (xdc_Char)0x20, /* [2840] */
10293  (xdc_Char)0x43, /* [2841] */
10294  (xdc_Char)0x68, /* [2842] */
10295  (xdc_Char)0x61, /* [2843] */
10296  (xdc_Char)0x6e, /* [2844] */
10297  (xdc_Char)0x6e, /* [2845] */
10298  (xdc_Char)0x65, /* [2846] */
10299  (xdc_Char)0x6c, /* [2847] */
10300  (xdc_Char)0x49, /* [2848] */
10301  (xdc_Char)0x64, /* [2849] */
10302  (xdc_Char)0x20, /* [2850] */
10303  (xdc_Char)0x69, /* [2851] */
10304  (xdc_Char)0x73, /* [2852] */
10305  (xdc_Char)0x20, /* [2853] */
10306  (xdc_Char)0x65, /* [2854] */
10307  (xdc_Char)0x69, /* [2855] */
10308  (xdc_Char)0x74, /* [2856] */
10309  (xdc_Char)0x68, /* [2857] */
10310  (xdc_Char)0x65, /* [2858] */
10311  (xdc_Char)0x72, /* [2859] */
10312  (xdc_Char)0x20, /* [2860] */
10313  (xdc_Char)0x6e, /* [2861] */
10314  (xdc_Char)0x6f, /* [2862] */
10315  (xdc_Char)0x74, /* [2863] */
10316  (xdc_Char)0x20, /* [2864] */
10317  (xdc_Char)0x72, /* [2865] */
10318  (xdc_Char)0x65, /* [2866] */
10319  (xdc_Char)0x2d, /* [2867] */
10320  (xdc_Char)0x6d, /* [2868] */
10321  (xdc_Char)0x61, /* [2869] */
10322  (xdc_Char)0x70, /* [2870] */
10323  (xdc_Char)0x70, /* [2871] */
10324  (xdc_Char)0x61, /* [2872] */
10325  (xdc_Char)0x62, /* [2873] */
10326  (xdc_Char)0x6c, /* [2874] */
10327  (xdc_Char)0x65, /* [2875] */
10328  (xdc_Char)0x20, /* [2876] */
10329  (xdc_Char)0x6f, /* [2877] */
10330  (xdc_Char)0x72, /* [2878] */
10331  (xdc_Char)0x20, /* [2879] */
10332  (xdc_Char)0x69, /* [2880] */
10333  (xdc_Char)0x6e, /* [2881] */
10334  (xdc_Char)0x76, /* [2882] */
10335  (xdc_Char)0x61, /* [2883] */
10336  (xdc_Char)0x6c, /* [2884] */
10337  (xdc_Char)0x69, /* [2885] */
10338  (xdc_Char)0x64, /* [2886] */
10339  (xdc_Char)0x2e, /* [2887] */
10340  (xdc_Char)0x0, /* [2888] */
10341  (xdc_Char)0x41, /* [2889] */
10342  (xdc_Char)0x5f, /* [2890] */
10343  (xdc_Char)0x7a, /* [2891] */
10344  (xdc_Char)0x65, /* [2892] */
10345  (xdc_Char)0x72, /* [2893] */
10346  (xdc_Char)0x6f, /* [2894] */
10347  (xdc_Char)0x54, /* [2895] */
10348  (xdc_Char)0x69, /* [2896] */
10349  (xdc_Char)0x6d, /* [2897] */
10350  (xdc_Char)0x65, /* [2898] */
10351  (xdc_Char)0x6f, /* [2899] */
10352  (xdc_Char)0x75, /* [2900] */
10353  (xdc_Char)0x74, /* [2901] */
10354  (xdc_Char)0x3a, /* [2902] */
10355  (xdc_Char)0x20, /* [2903] */
10356  (xdc_Char)0x54, /* [2904] */
10357  (xdc_Char)0x69, /* [2905] */
10358  (xdc_Char)0x6d, /* [2906] */
10359  (xdc_Char)0x65, /* [2907] */
10360  (xdc_Char)0x6f, /* [2908] */
10361  (xdc_Char)0x75, /* [2909] */
10362  (xdc_Char)0x74, /* [2910] */
10363  (xdc_Char)0x20, /* [2911] */
10364  (xdc_Char)0x76, /* [2912] */
10365  (xdc_Char)0x61, /* [2913] */
10366  (xdc_Char)0x6c, /* [2914] */
10367  (xdc_Char)0x75, /* [2915] */
10368  (xdc_Char)0x65, /* [2916] */
10369  (xdc_Char)0x20, /* [2917] */
10370  (xdc_Char)0x61, /* [2918] */
10371  (xdc_Char)0x6e, /* [2919] */
10372  (xdc_Char)0x6e, /* [2920] */
10373  (xdc_Char)0x6f, /* [2921] */
10374  (xdc_Char)0x74, /* [2922] */
10375  (xdc_Char)0x20, /* [2923] */
10376  (xdc_Char)0x62, /* [2924] */
10377  (xdc_Char)0x65, /* [2925] */
10378  (xdc_Char)0x20, /* [2926] */
10379  (xdc_Char)0x7a, /* [2927] */
10380  (xdc_Char)0x65, /* [2928] */
10381  (xdc_Char)0x72, /* [2929] */
10382  (xdc_Char)0x6f, /* [2930] */
10383  (xdc_Char)0x0, /* [2931] */
10384  (xdc_Char)0x41, /* [2932] */
10385  (xdc_Char)0x5f, /* [2933] */
10386  (xdc_Char)0x69, /* [2934] */
10387  (xdc_Char)0x6e, /* [2935] */
10388  (xdc_Char)0x76, /* [2936] */
10389  (xdc_Char)0x61, /* [2937] */
10390  (xdc_Char)0x6c, /* [2938] */
10391  (xdc_Char)0x69, /* [2939] */
10392  (xdc_Char)0x64, /* [2940] */
10393  (xdc_Char)0x4b, /* [2941] */
10394  (xdc_Char)0x65, /* [2942] */
10395  (xdc_Char)0x79, /* [2943] */
10396  (xdc_Char)0x3a, /* [2944] */
10397  (xdc_Char)0x20, /* [2945] */
10398  (xdc_Char)0x74, /* [2946] */
10399  (xdc_Char)0x68, /* [2947] */
10400  (xdc_Char)0x65, /* [2948] */
10401  (xdc_Char)0x20, /* [2949] */
10402  (xdc_Char)0x6b, /* [2950] */
10403  (xdc_Char)0x65, /* [2951] */
10404  (xdc_Char)0x79, /* [2952] */
10405  (xdc_Char)0x20, /* [2953] */
10406  (xdc_Char)0x6d, /* [2954] */
10407  (xdc_Char)0x75, /* [2955] */
10408  (xdc_Char)0x73, /* [2956] */
10409  (xdc_Char)0x74, /* [2957] */
10410  (xdc_Char)0x20, /* [2958] */
10411  (xdc_Char)0x62, /* [2959] */
10412  (xdc_Char)0x65, /* [2960] */
10413  (xdc_Char)0x20, /* [2961] */
10414  (xdc_Char)0x73, /* [2962] */
10415  (xdc_Char)0x65, /* [2963] */
10416  (xdc_Char)0x74, /* [2964] */
10417  (xdc_Char)0x20, /* [2965] */
10418  (xdc_Char)0x74, /* [2966] */
10419  (xdc_Char)0x6f, /* [2967] */
10420  (xdc_Char)0x20, /* [2968] */
10421  (xdc_Char)0x61, /* [2969] */
10422  (xdc_Char)0x20, /* [2970] */
10423  (xdc_Char)0x6e, /* [2971] */
10424  (xdc_Char)0x6f, /* [2972] */
10425  (xdc_Char)0x6e, /* [2973] */
10426  (xdc_Char)0x2d, /* [2974] */
10427  (xdc_Char)0x64, /* [2975] */
10428  (xdc_Char)0x65, /* [2976] */
10429  (xdc_Char)0x66, /* [2977] */
10430  (xdc_Char)0x61, /* [2978] */
10431  (xdc_Char)0x75, /* [2979] */
10432  (xdc_Char)0x6c, /* [2980] */
10433  (xdc_Char)0x74, /* [2981] */
10434  (xdc_Char)0x20, /* [2982] */
10435  (xdc_Char)0x76, /* [2983] */
10436  (xdc_Char)0x61, /* [2984] */
10437  (xdc_Char)0x6c, /* [2985] */
10438  (xdc_Char)0x75, /* [2986] */
10439  (xdc_Char)0x65, /* [2987] */
10440  (xdc_Char)0x0, /* [2988] */
10441  (xdc_Char)0x41, /* [2989] */
10442  (xdc_Char)0x5f, /* [2990] */
10443  (xdc_Char)0x62, /* [2991] */
10444  (xdc_Char)0x61, /* [2992] */
10445  (xdc_Char)0x64, /* [2993] */
10446  (xdc_Char)0x43, /* [2994] */
10447  (xdc_Char)0x6f, /* [2995] */
10448  (xdc_Char)0x6e, /* [2996] */
10449  (xdc_Char)0x74, /* [2997] */
10450  (xdc_Char)0x65, /* [2998] */
10451  (xdc_Char)0x78, /* [2999] */
10452  (xdc_Char)0x74, /* [3000] */
10453  (xdc_Char)0x3a, /* [3001] */
10454  (xdc_Char)0x20, /* [3002] */
10455  (xdc_Char)0x62, /* [3003] */
10456  (xdc_Char)0x61, /* [3004] */
10457  (xdc_Char)0x64, /* [3005] */
10458  (xdc_Char)0x20, /* [3006] */
10459  (xdc_Char)0x63, /* [3007] */
10460  (xdc_Char)0x61, /* [3008] */
10461  (xdc_Char)0x6c, /* [3009] */
10462  (xdc_Char)0x6c, /* [3010] */
10463  (xdc_Char)0x69, /* [3011] */
10464  (xdc_Char)0x6e, /* [3012] */
10465  (xdc_Char)0x67, /* [3013] */
10466  (xdc_Char)0x20, /* [3014] */
10467  (xdc_Char)0x63, /* [3015] */
10468  (xdc_Char)0x6f, /* [3016] */
10469  (xdc_Char)0x6e, /* [3017] */
10470  (xdc_Char)0x74, /* [3018] */
10471  (xdc_Char)0x65, /* [3019] */
10472  (xdc_Char)0x78, /* [3020] */
10473  (xdc_Char)0x74, /* [3021] */
10474  (xdc_Char)0x2e, /* [3022] */
10475  (xdc_Char)0x20, /* [3023] */
10476  (xdc_Char)0x4d, /* [3024] */
10477  (xdc_Char)0x61, /* [3025] */
10478  (xdc_Char)0x79, /* [3026] */
10479  (xdc_Char)0x20, /* [3027] */
10480  (xdc_Char)0x6e, /* [3028] */
10481  (xdc_Char)0x6f, /* [3029] */
10482  (xdc_Char)0x74, /* [3030] */
10483  (xdc_Char)0x20, /* [3031] */
10484  (xdc_Char)0x62, /* [3032] */
10485  (xdc_Char)0x65, /* [3033] */
10486  (xdc_Char)0x20, /* [3034] */
10487  (xdc_Char)0x65, /* [3035] */
10488  (xdc_Char)0x6e, /* [3036] */
10489  (xdc_Char)0x74, /* [3037] */
10490  (xdc_Char)0x65, /* [3038] */
10491  (xdc_Char)0x72, /* [3039] */
10492  (xdc_Char)0x65, /* [3040] */
10493  (xdc_Char)0x64, /* [3041] */
10494  (xdc_Char)0x20, /* [3042] */
10495  (xdc_Char)0x66, /* [3043] */
10496  (xdc_Char)0x72, /* [3044] */
10497  (xdc_Char)0x6f, /* [3045] */
10498  (xdc_Char)0x6d, /* [3046] */
10499  (xdc_Char)0x20, /* [3047] */
10500  (xdc_Char)0x61, /* [3048] */
10501  (xdc_Char)0x20, /* [3049] */
10502  (xdc_Char)0x68, /* [3050] */
10503  (xdc_Char)0x61, /* [3051] */
10504  (xdc_Char)0x72, /* [3052] */
10505  (xdc_Char)0x64, /* [3053] */
10506  (xdc_Char)0x77, /* [3054] */
10507  (xdc_Char)0x61, /* [3055] */
10508  (xdc_Char)0x72, /* [3056] */
10509  (xdc_Char)0x65, /* [3057] */
10510  (xdc_Char)0x20, /* [3058] */
10511  (xdc_Char)0x69, /* [3059] */
10512  (xdc_Char)0x6e, /* [3060] */
10513  (xdc_Char)0x74, /* [3061] */
10514  (xdc_Char)0x65, /* [3062] */
10515  (xdc_Char)0x72, /* [3063] */
10516  (xdc_Char)0x72, /* [3064] */
10517  (xdc_Char)0x75, /* [3065] */
10518  (xdc_Char)0x70, /* [3066] */
10519  (xdc_Char)0x74, /* [3067] */
10520  (xdc_Char)0x20, /* [3068] */
10521  (xdc_Char)0x74, /* [3069] */
10522  (xdc_Char)0x68, /* [3070] */
10523  (xdc_Char)0x72, /* [3071] */
10524  (xdc_Char)0x65, /* [3072] */
10525  (xdc_Char)0x61, /* [3073] */
10526  (xdc_Char)0x64, /* [3074] */
10527  (xdc_Char)0x2e, /* [3075] */
10528  (xdc_Char)0x0, /* [3076] */
10529  (xdc_Char)0x41, /* [3077] */
10530  (xdc_Char)0x5f, /* [3078] */
10531  (xdc_Char)0x62, /* [3079] */
10532  (xdc_Char)0x61, /* [3080] */
10533  (xdc_Char)0x64, /* [3081] */
10534  (xdc_Char)0x43, /* [3082] */
10535  (xdc_Char)0x6f, /* [3083] */
10536  (xdc_Char)0x6e, /* [3084] */
10537  (xdc_Char)0x74, /* [3085] */
10538  (xdc_Char)0x65, /* [3086] */
10539  (xdc_Char)0x78, /* [3087] */
10540  (xdc_Char)0x74, /* [3088] */
10541  (xdc_Char)0x3a, /* [3089] */
10542  (xdc_Char)0x20, /* [3090] */
10543  (xdc_Char)0x62, /* [3091] */
10544  (xdc_Char)0x61, /* [3092] */
10545  (xdc_Char)0x64, /* [3093] */
10546  (xdc_Char)0x20, /* [3094] */
10547  (xdc_Char)0x63, /* [3095] */
10548  (xdc_Char)0x61, /* [3096] */
10549  (xdc_Char)0x6c, /* [3097] */
10550  (xdc_Char)0x6c, /* [3098] */
10551  (xdc_Char)0x69, /* [3099] */
10552  (xdc_Char)0x6e, /* [3100] */
10553  (xdc_Char)0x67, /* [3101] */
10554  (xdc_Char)0x20, /* [3102] */
10555  (xdc_Char)0x63, /* [3103] */
10556  (xdc_Char)0x6f, /* [3104] */
10557  (xdc_Char)0x6e, /* [3105] */
10558  (xdc_Char)0x74, /* [3106] */
10559  (xdc_Char)0x65, /* [3107] */
10560  (xdc_Char)0x78, /* [3108] */
10561  (xdc_Char)0x74, /* [3109] */
10562  (xdc_Char)0x2e, /* [3110] */
10563  (xdc_Char)0x20, /* [3111] */
10564  (xdc_Char)0x4d, /* [3112] */
10565  (xdc_Char)0x61, /* [3113] */
10566  (xdc_Char)0x79, /* [3114] */
10567  (xdc_Char)0x20, /* [3115] */
10568  (xdc_Char)0x6e, /* [3116] */
10569  (xdc_Char)0x6f, /* [3117] */
10570  (xdc_Char)0x74, /* [3118] */
10571  (xdc_Char)0x20, /* [3119] */
10572  (xdc_Char)0x62, /* [3120] */
10573  (xdc_Char)0x65, /* [3121] */
10574  (xdc_Char)0x20, /* [3122] */
10575  (xdc_Char)0x65, /* [3123] */
10576  (xdc_Char)0x6e, /* [3124] */
10577  (xdc_Char)0x74, /* [3125] */
10578  (xdc_Char)0x65, /* [3126] */
10579  (xdc_Char)0x72, /* [3127] */
10580  (xdc_Char)0x65, /* [3128] */
10581  (xdc_Char)0x64, /* [3129] */
10582  (xdc_Char)0x20, /* [3130] */
10583  (xdc_Char)0x66, /* [3131] */
10584  (xdc_Char)0x72, /* [3132] */
10585  (xdc_Char)0x6f, /* [3133] */
10586  (xdc_Char)0x6d, /* [3134] */
10587  (xdc_Char)0x20, /* [3135] */
10588  (xdc_Char)0x61, /* [3136] */
10589  (xdc_Char)0x20, /* [3137] */
10590  (xdc_Char)0x73, /* [3138] */
10591  (xdc_Char)0x6f, /* [3139] */
10592  (xdc_Char)0x66, /* [3140] */
10593  (xdc_Char)0x74, /* [3141] */
10594  (xdc_Char)0x77, /* [3142] */
10595  (xdc_Char)0x61, /* [3143] */
10596  (xdc_Char)0x72, /* [3144] */
10597  (xdc_Char)0x65, /* [3145] */
10598  (xdc_Char)0x20, /* [3146] */
10599  (xdc_Char)0x6f, /* [3147] */
10600  (xdc_Char)0x72, /* [3148] */
10601  (xdc_Char)0x20, /* [3149] */
10602  (xdc_Char)0x68, /* [3150] */
10603  (xdc_Char)0x61, /* [3151] */
10604  (xdc_Char)0x72, /* [3152] */
10605  (xdc_Char)0x64, /* [3153] */
10606  (xdc_Char)0x77, /* [3154] */
10607  (xdc_Char)0x61, /* [3155] */
10608  (xdc_Char)0x72, /* [3156] */
10609  (xdc_Char)0x65, /* [3157] */
10610  (xdc_Char)0x20, /* [3158] */
10611  (xdc_Char)0x69, /* [3159] */
10612  (xdc_Char)0x6e, /* [3160] */
10613  (xdc_Char)0x74, /* [3161] */
10614  (xdc_Char)0x65, /* [3162] */
10615  (xdc_Char)0x72, /* [3163] */
10616  (xdc_Char)0x72, /* [3164] */
10617  (xdc_Char)0x75, /* [3165] */
10618  (xdc_Char)0x70, /* [3166] */
10619  (xdc_Char)0x74, /* [3167] */
10620  (xdc_Char)0x20, /* [3168] */
10621  (xdc_Char)0x74, /* [3169] */
10622  (xdc_Char)0x68, /* [3170] */
10623  (xdc_Char)0x72, /* [3171] */
10624  (xdc_Char)0x65, /* [3172] */
10625  (xdc_Char)0x61, /* [3173] */
10626  (xdc_Char)0x64, /* [3174] */
10627  (xdc_Char)0x2e, /* [3175] */
10628  (xdc_Char)0x0, /* [3176] */
10629  (xdc_Char)0x41, /* [3177] */
10630  (xdc_Char)0x5f, /* [3178] */
10631  (xdc_Char)0x62, /* [3179] */
10632  (xdc_Char)0x61, /* [3180] */
10633  (xdc_Char)0x64, /* [3181] */
10634  (xdc_Char)0x43, /* [3182] */
10635  (xdc_Char)0x6f, /* [3183] */
10636  (xdc_Char)0x6e, /* [3184] */
10637  (xdc_Char)0x74, /* [3185] */
10638  (xdc_Char)0x65, /* [3186] */
10639  (xdc_Char)0x78, /* [3187] */
10640  (xdc_Char)0x74, /* [3188] */
10641  (xdc_Char)0x3a, /* [3189] */
10642  (xdc_Char)0x20, /* [3190] */
10643  (xdc_Char)0x62, /* [3191] */
10644  (xdc_Char)0x61, /* [3192] */
10645  (xdc_Char)0x64, /* [3193] */
10646  (xdc_Char)0x20, /* [3194] */
10647  (xdc_Char)0x63, /* [3195] */
10648  (xdc_Char)0x61, /* [3196] */
10649  (xdc_Char)0x6c, /* [3197] */
10650  (xdc_Char)0x6c, /* [3198] */
10651  (xdc_Char)0x69, /* [3199] */
10652  (xdc_Char)0x6e, /* [3200] */
10653  (xdc_Char)0x67, /* [3201] */
10654  (xdc_Char)0x20, /* [3202] */
10655  (xdc_Char)0x63, /* [3203] */
10656  (xdc_Char)0x6f, /* [3204] */
10657  (xdc_Char)0x6e, /* [3205] */
10658  (xdc_Char)0x74, /* [3206] */
10659  (xdc_Char)0x65, /* [3207] */
10660  (xdc_Char)0x78, /* [3208] */
10661  (xdc_Char)0x74, /* [3209] */
10662  (xdc_Char)0x2e, /* [3210] */
10663  (xdc_Char)0x20, /* [3211] */
10664  (xdc_Char)0x53, /* [3212] */
10665  (xdc_Char)0x65, /* [3213] */
10666  (xdc_Char)0x65, /* [3214] */
10667  (xdc_Char)0x20, /* [3215] */
10668  (xdc_Char)0x47, /* [3216] */
10669  (xdc_Char)0x61, /* [3217] */
10670  (xdc_Char)0x74, /* [3218] */
10671  (xdc_Char)0x65, /* [3219] */
10672  (xdc_Char)0x4d, /* [3220] */
10673  (xdc_Char)0x75, /* [3221] */
10674  (xdc_Char)0x74, /* [3222] */
10675  (xdc_Char)0x65, /* [3223] */
10676  (xdc_Char)0x78, /* [3224] */
10677  (xdc_Char)0x50, /* [3225] */
10678  (xdc_Char)0x72, /* [3226] */
10679  (xdc_Char)0x69, /* [3227] */
10680  (xdc_Char)0x20, /* [3228] */
10681  (xdc_Char)0x41, /* [3229] */
10682  (xdc_Char)0x50, /* [3230] */
10683  (xdc_Char)0x49, /* [3231] */
10684  (xdc_Char)0x20, /* [3232] */
10685  (xdc_Char)0x64, /* [3233] */
10686  (xdc_Char)0x6f, /* [3234] */
10687  (xdc_Char)0x63, /* [3235] */
10688  (xdc_Char)0x20, /* [3236] */
10689  (xdc_Char)0x66, /* [3237] */
10690  (xdc_Char)0x6f, /* [3238] */
10691  (xdc_Char)0x72, /* [3239] */
10692  (xdc_Char)0x20, /* [3240] */
10693  (xdc_Char)0x64, /* [3241] */
10694  (xdc_Char)0x65, /* [3242] */
10695  (xdc_Char)0x74, /* [3243] */
10696  (xdc_Char)0x61, /* [3244] */
10697  (xdc_Char)0x69, /* [3245] */
10698  (xdc_Char)0x6c, /* [3246] */
10699  (xdc_Char)0x73, /* [3247] */
10700  (xdc_Char)0x2e, /* [3248] */
10701  (xdc_Char)0x0, /* [3249] */
10702  (xdc_Char)0x41, /* [3250] */
10703  (xdc_Char)0x5f, /* [3251] */
10704  (xdc_Char)0x65, /* [3252] */
10705  (xdc_Char)0x6e, /* [3253] */
10706  (xdc_Char)0x74, /* [3254] */
10707  (xdc_Char)0x65, /* [3255] */
10708  (xdc_Char)0x72, /* [3256] */
10709  (xdc_Char)0x54, /* [3257] */
10710  (xdc_Char)0x61, /* [3258] */
10711  (xdc_Char)0x73, /* [3259] */
10712  (xdc_Char)0x6b, /* [3260] */
10713  (xdc_Char)0x44, /* [3261] */
10714  (xdc_Char)0x69, /* [3262] */
10715  (xdc_Char)0x73, /* [3263] */
10716  (xdc_Char)0x61, /* [3264] */
10717  (xdc_Char)0x62, /* [3265] */
10718  (xdc_Char)0x6c, /* [3266] */
10719  (xdc_Char)0x65, /* [3267] */
10720  (xdc_Char)0x64, /* [3268] */
10721  (xdc_Char)0x3a, /* [3269] */
10722  (xdc_Char)0x20, /* [3270] */
10723  (xdc_Char)0x43, /* [3271] */
10724  (xdc_Char)0x61, /* [3272] */
10725  (xdc_Char)0x6e, /* [3273] */
10726  (xdc_Char)0x6e, /* [3274] */
10727  (xdc_Char)0x6f, /* [3275] */
10728  (xdc_Char)0x74, /* [3276] */
10729  (xdc_Char)0x20, /* [3277] */
10730  (xdc_Char)0x63, /* [3278] */
10731  (xdc_Char)0x61, /* [3279] */
10732  (xdc_Char)0x6c, /* [3280] */
10733  (xdc_Char)0x6c, /* [3281] */
10734  (xdc_Char)0x20, /* [3282] */
10735  (xdc_Char)0x47, /* [3283] */
10736  (xdc_Char)0x61, /* [3284] */
10737  (xdc_Char)0x74, /* [3285] */
10738  (xdc_Char)0x65, /* [3286] */
10739  (xdc_Char)0x4d, /* [3287] */
10740  (xdc_Char)0x75, /* [3288] */
10741  (xdc_Char)0x74, /* [3289] */
10742  (xdc_Char)0x65, /* [3290] */
10743  (xdc_Char)0x78, /* [3291] */
10744  (xdc_Char)0x50, /* [3292] */
10745  (xdc_Char)0x72, /* [3293] */
10746  (xdc_Char)0x69, /* [3294] */
10747  (xdc_Char)0x5f, /* [3295] */
10748  (xdc_Char)0x65, /* [3296] */
10749  (xdc_Char)0x6e, /* [3297] */
10750  (xdc_Char)0x74, /* [3298] */
10751  (xdc_Char)0x65, /* [3299] */
10752  (xdc_Char)0x72, /* [3300] */
10753  (xdc_Char)0x28, /* [3301] */
10754  (xdc_Char)0x29, /* [3302] */
10755  (xdc_Char)0x20, /* [3303] */
10756  (xdc_Char)0x77, /* [3304] */
10757  (xdc_Char)0x68, /* [3305] */
10758  (xdc_Char)0x69, /* [3306] */
10759  (xdc_Char)0x6c, /* [3307] */
10760  (xdc_Char)0x65, /* [3308] */
10761  (xdc_Char)0x20, /* [3309] */
10762  (xdc_Char)0x74, /* [3310] */
10763  (xdc_Char)0x68, /* [3311] */
10764  (xdc_Char)0x65, /* [3312] */
10765  (xdc_Char)0x20, /* [3313] */
10766  (xdc_Char)0x54, /* [3314] */
10767  (xdc_Char)0x61, /* [3315] */
10768  (xdc_Char)0x73, /* [3316] */
10769  (xdc_Char)0x6b, /* [3317] */
10770  (xdc_Char)0x20, /* [3318] */
10771  (xdc_Char)0x6f, /* [3319] */
10772  (xdc_Char)0x72, /* [3320] */
10773  (xdc_Char)0x20, /* [3321] */
10774  (xdc_Char)0x53, /* [3322] */
10775  (xdc_Char)0x77, /* [3323] */
10776  (xdc_Char)0x69, /* [3324] */
10777  (xdc_Char)0x20, /* [3325] */
10778  (xdc_Char)0x73, /* [3326] */
10779  (xdc_Char)0x63, /* [3327] */
10780  (xdc_Char)0x68, /* [3328] */
10781  (xdc_Char)0x65, /* [3329] */
10782  (xdc_Char)0x64, /* [3330] */
10783  (xdc_Char)0x75, /* [3331] */
10784  (xdc_Char)0x6c, /* [3332] */
10785  (xdc_Char)0x65, /* [3333] */
10786  (xdc_Char)0x72, /* [3334] */
10787  (xdc_Char)0x20, /* [3335] */
10788  (xdc_Char)0x69, /* [3336] */
10789  (xdc_Char)0x73, /* [3337] */
10790  (xdc_Char)0x20, /* [3338] */
10791  (xdc_Char)0x64, /* [3339] */
10792  (xdc_Char)0x69, /* [3340] */
10793  (xdc_Char)0x73, /* [3341] */
10794  (xdc_Char)0x61, /* [3342] */
10795  (xdc_Char)0x62, /* [3343] */
10796  (xdc_Char)0x6c, /* [3344] */
10797  (xdc_Char)0x65, /* [3345] */
10798  (xdc_Char)0x64, /* [3346] */
10799  (xdc_Char)0x2e, /* [3347] */
10800  (xdc_Char)0x0, /* [3348] */
10801  (xdc_Char)0x41, /* [3349] */
10802  (xdc_Char)0x5f, /* [3350] */
10803  (xdc_Char)0x62, /* [3351] */
10804  (xdc_Char)0x61, /* [3352] */
10805  (xdc_Char)0x64, /* [3353] */
10806  (xdc_Char)0x43, /* [3354] */
10807  (xdc_Char)0x6f, /* [3355] */
10808  (xdc_Char)0x6e, /* [3356] */
10809  (xdc_Char)0x74, /* [3357] */
10810  (xdc_Char)0x65, /* [3358] */
10811  (xdc_Char)0x78, /* [3359] */
10812  (xdc_Char)0x74, /* [3360] */
10813  (xdc_Char)0x3a, /* [3361] */
10814  (xdc_Char)0x20, /* [3362] */
10815  (xdc_Char)0x62, /* [3363] */
10816  (xdc_Char)0x61, /* [3364] */
10817  (xdc_Char)0x64, /* [3365] */
10818  (xdc_Char)0x20, /* [3366] */
10819  (xdc_Char)0x63, /* [3367] */
10820  (xdc_Char)0x61, /* [3368] */
10821  (xdc_Char)0x6c, /* [3369] */
10822  (xdc_Char)0x6c, /* [3370] */
10823  (xdc_Char)0x69, /* [3371] */
10824  (xdc_Char)0x6e, /* [3372] */
10825  (xdc_Char)0x67, /* [3373] */
10826  (xdc_Char)0x20, /* [3374] */
10827  (xdc_Char)0x63, /* [3375] */
10828  (xdc_Char)0x6f, /* [3376] */
10829  (xdc_Char)0x6e, /* [3377] */
10830  (xdc_Char)0x74, /* [3378] */
10831  (xdc_Char)0x65, /* [3379] */
10832  (xdc_Char)0x78, /* [3380] */
10833  (xdc_Char)0x74, /* [3381] */
10834  (xdc_Char)0x2e, /* [3382] */
10835  (xdc_Char)0x20, /* [3383] */
10836  (xdc_Char)0x53, /* [3384] */
10837  (xdc_Char)0x65, /* [3385] */
10838  (xdc_Char)0x65, /* [3386] */
10839  (xdc_Char)0x20, /* [3387] */
10840  (xdc_Char)0x47, /* [3388] */
10841  (xdc_Char)0x61, /* [3389] */
10842  (xdc_Char)0x74, /* [3390] */
10843  (xdc_Char)0x65, /* [3391] */
10844  (xdc_Char)0x4d, /* [3392] */
10845  (xdc_Char)0x75, /* [3393] */
10846  (xdc_Char)0x74, /* [3394] */
10847  (xdc_Char)0x65, /* [3395] */
10848  (xdc_Char)0x78, /* [3396] */
10849  (xdc_Char)0x20, /* [3397] */
10850  (xdc_Char)0x41, /* [3398] */
10851  (xdc_Char)0x50, /* [3399] */
10852  (xdc_Char)0x49, /* [3400] */
10853  (xdc_Char)0x20, /* [3401] */
10854  (xdc_Char)0x64, /* [3402] */
10855  (xdc_Char)0x6f, /* [3403] */
10856  (xdc_Char)0x63, /* [3404] */
10857  (xdc_Char)0x20, /* [3405] */
10858  (xdc_Char)0x66, /* [3406] */
10859  (xdc_Char)0x6f, /* [3407] */
10860  (xdc_Char)0x72, /* [3408] */
10861  (xdc_Char)0x20, /* [3409] */
10862  (xdc_Char)0x64, /* [3410] */
10863  (xdc_Char)0x65, /* [3411] */
10864  (xdc_Char)0x74, /* [3412] */
10865  (xdc_Char)0x61, /* [3413] */
10866  (xdc_Char)0x69, /* [3414] */
10867  (xdc_Char)0x6c, /* [3415] */
10868  (xdc_Char)0x73, /* [3416] */
10869  (xdc_Char)0x2e, /* [3417] */
10870  (xdc_Char)0x0, /* [3418] */
10871  (xdc_Char)0x41, /* [3419] */
10872  (xdc_Char)0x5f, /* [3420] */
10873  (xdc_Char)0x62, /* [3421] */
10874  (xdc_Char)0x61, /* [3422] */
10875  (xdc_Char)0x64, /* [3423] */
10876  (xdc_Char)0x43, /* [3424] */
10877  (xdc_Char)0x6f, /* [3425] */
10878  (xdc_Char)0x6e, /* [3426] */
10879  (xdc_Char)0x74, /* [3427] */
10880  (xdc_Char)0x65, /* [3428] */
10881  (xdc_Char)0x78, /* [3429] */
10882  (xdc_Char)0x74, /* [3430] */
10883  (xdc_Char)0x3a, /* [3431] */
10884  (xdc_Char)0x20, /* [3432] */
10885  (xdc_Char)0x62, /* [3433] */
10886  (xdc_Char)0x61, /* [3434] */
10887  (xdc_Char)0x64, /* [3435] */
10888  (xdc_Char)0x20, /* [3436] */
10889  (xdc_Char)0x63, /* [3437] */
10890  (xdc_Char)0x61, /* [3438] */
10891  (xdc_Char)0x6c, /* [3439] */
10892  (xdc_Char)0x6c, /* [3440] */
10893  (xdc_Char)0x69, /* [3441] */
10894  (xdc_Char)0x6e, /* [3442] */
10895  (xdc_Char)0x67, /* [3443] */
10896  (xdc_Char)0x20, /* [3444] */
10897  (xdc_Char)0x63, /* [3445] */
10898  (xdc_Char)0x6f, /* [3446] */
10899  (xdc_Char)0x6e, /* [3447] */
10900  (xdc_Char)0x74, /* [3448] */
10901  (xdc_Char)0x65, /* [3449] */
10902  (xdc_Char)0x78, /* [3450] */
10903  (xdc_Char)0x74, /* [3451] */
10904  (xdc_Char)0x2e, /* [3452] */
10905  (xdc_Char)0x20, /* [3453] */
10906  (xdc_Char)0x53, /* [3454] */
10907  (xdc_Char)0x65, /* [3455] */
10908  (xdc_Char)0x65, /* [3456] */
10909  (xdc_Char)0x20, /* [3457] */
10910  (xdc_Char)0x47, /* [3458] */
10911  (xdc_Char)0x61, /* [3459] */
10912  (xdc_Char)0x74, /* [3460] */
10913  (xdc_Char)0x65, /* [3461] */
10914  (xdc_Char)0x53, /* [3462] */
10915  (xdc_Char)0x70, /* [3463] */
10916  (xdc_Char)0x69, /* [3464] */
10917  (xdc_Char)0x6e, /* [3465] */
10918  (xdc_Char)0x6c, /* [3466] */
10919  (xdc_Char)0x6f, /* [3467] */
10920  (xdc_Char)0x63, /* [3468] */
10921  (xdc_Char)0x6b, /* [3469] */
10922  (xdc_Char)0x20, /* [3470] */
10923  (xdc_Char)0x41, /* [3471] */
10924  (xdc_Char)0x50, /* [3472] */
10925  (xdc_Char)0x49, /* [3473] */
10926  (xdc_Char)0x20, /* [3474] */
10927  (xdc_Char)0x64, /* [3475] */
10928  (xdc_Char)0x6f, /* [3476] */
10929  (xdc_Char)0x63, /* [3477] */
10930  (xdc_Char)0x20, /* [3478] */
10931  (xdc_Char)0x66, /* [3479] */
10932  (xdc_Char)0x6f, /* [3480] */
10933  (xdc_Char)0x72, /* [3481] */
10934  (xdc_Char)0x20, /* [3482] */
10935  (xdc_Char)0x64, /* [3483] */
10936  (xdc_Char)0x65, /* [3484] */
10937  (xdc_Char)0x74, /* [3485] */
10938  (xdc_Char)0x61, /* [3486] */
10939  (xdc_Char)0x69, /* [3487] */
10940  (xdc_Char)0x6c, /* [3488] */
10941  (xdc_Char)0x73, /* [3489] */
10942  (xdc_Char)0x2e, /* [3490] */
10943  (xdc_Char)0x0, /* [3491] */
10944  (xdc_Char)0x41, /* [3492] */
10945  (xdc_Char)0x5f, /* [3493] */
10946  (xdc_Char)0x69, /* [3494] */
10947  (xdc_Char)0x6e, /* [3495] */
10948  (xdc_Char)0x76, /* [3496] */
10949  (xdc_Char)0x61, /* [3497] */
10950  (xdc_Char)0x6c, /* [3498] */
10951  (xdc_Char)0x69, /* [3499] */
10952  (xdc_Char)0x64, /* [3500] */
10953  (xdc_Char)0x51, /* [3501] */
10954  (xdc_Char)0x75, /* [3502] */
10955  (xdc_Char)0x61, /* [3503] */
10956  (xdc_Char)0x6c, /* [3504] */
10957  (xdc_Char)0x69, /* [3505] */
10958  (xdc_Char)0x74, /* [3506] */
10959  (xdc_Char)0x79, /* [3507] */
10960  (xdc_Char)0x3a, /* [3508] */
10961  (xdc_Char)0x20, /* [3509] */
10962  (xdc_Char)0x53, /* [3510] */
10963  (xdc_Char)0x65, /* [3511] */
10964  (xdc_Char)0x65, /* [3512] */
10965  (xdc_Char)0x20, /* [3513] */
10966  (xdc_Char)0x47, /* [3514] */
10967  (xdc_Char)0x61, /* [3515] */
10968  (xdc_Char)0x74, /* [3516] */
10969  (xdc_Char)0x65, /* [3517] */
10970  (xdc_Char)0x53, /* [3518] */
10971  (xdc_Char)0x70, /* [3519] */
10972  (xdc_Char)0x69, /* [3520] */
10973  (xdc_Char)0x6e, /* [3521] */
10974  (xdc_Char)0x6c, /* [3522] */
10975  (xdc_Char)0x6f, /* [3523] */
10976  (xdc_Char)0x63, /* [3524] */
10977  (xdc_Char)0x6b, /* [3525] */
10978  (xdc_Char)0x20, /* [3526] */
10979  (xdc_Char)0x41, /* [3527] */
10980  (xdc_Char)0x50, /* [3528] */
10981  (xdc_Char)0x49, /* [3529] */
10982  (xdc_Char)0x20, /* [3530] */
10983  (xdc_Char)0x64, /* [3531] */
10984  (xdc_Char)0x6f, /* [3532] */
10985  (xdc_Char)0x63, /* [3533] */
10986  (xdc_Char)0x20, /* [3534] */
10987  (xdc_Char)0x66, /* [3535] */
10988  (xdc_Char)0x6f, /* [3536] */
10989  (xdc_Char)0x72, /* [3537] */
10990  (xdc_Char)0x20, /* [3538] */
10991  (xdc_Char)0x64, /* [3539] */
10992  (xdc_Char)0x65, /* [3540] */
10993  (xdc_Char)0x74, /* [3541] */
10994  (xdc_Char)0x61, /* [3542] */
10995  (xdc_Char)0x69, /* [3543] */
10996  (xdc_Char)0x6c, /* [3544] */
10997  (xdc_Char)0x73, /* [3545] */
10998  (xdc_Char)0x2e, /* [3546] */
10999  (xdc_Char)0x0, /* [3547] */
11000  (xdc_Char)0x41, /* [3548] */
11001  (xdc_Char)0x5f, /* [3549] */
11002  (xdc_Char)0x69, /* [3550] */
11003  (xdc_Char)0x6e, /* [3551] */
11004  (xdc_Char)0x76, /* [3552] */
11005  (xdc_Char)0x61, /* [3553] */
11006  (xdc_Char)0x6c, /* [3554] */
11007  (xdc_Char)0x69, /* [3555] */
11008  (xdc_Char)0x64, /* [3556] */
11009  (xdc_Char)0x54, /* [3557] */
11010  (xdc_Char)0x69, /* [3558] */
11011  (xdc_Char)0x6d, /* [3559] */
11012  (xdc_Char)0x65, /* [3560] */
11013  (xdc_Char)0x72, /* [3561] */
11014  (xdc_Char)0x3a, /* [3562] */
11015  (xdc_Char)0x20, /* [3563] */
11016  (xdc_Char)0x49, /* [3564] */
11017  (xdc_Char)0x6e, /* [3565] */
11018  (xdc_Char)0x76, /* [3566] */
11019  (xdc_Char)0x61, /* [3567] */
11020  (xdc_Char)0x6c, /* [3568] */
11021  (xdc_Char)0x69, /* [3569] */
11022  (xdc_Char)0x64, /* [3570] */
11023  (xdc_Char)0x20, /* [3571] */
11024  (xdc_Char)0x54, /* [3572] */
11025  (xdc_Char)0x69, /* [3573] */
11026  (xdc_Char)0x6d, /* [3574] */
11027  (xdc_Char)0x65, /* [3575] */
11028  (xdc_Char)0x72, /* [3576] */
11029  (xdc_Char)0x20, /* [3577] */
11030  (xdc_Char)0x49, /* [3578] */
11031  (xdc_Char)0x64, /* [3579] */
11032  (xdc_Char)0x2e, /* [3580] */
11033  (xdc_Char)0x0, /* [3581] */
11034  (xdc_Char)0x41, /* [3582] */
11035  (xdc_Char)0x5f, /* [3583] */
11036  (xdc_Char)0x62, /* [3584] */
11037  (xdc_Char)0x61, /* [3585] */
11038  (xdc_Char)0x64, /* [3586] */
11039  (xdc_Char)0x42, /* [3587] */
11040  (xdc_Char)0x6c, /* [3588] */
11041  (xdc_Char)0x6f, /* [3589] */
11042  (xdc_Char)0x63, /* [3590] */
11043  (xdc_Char)0x6b, /* [3591] */
11044  (xdc_Char)0x4c, /* [3592] */
11045  (xdc_Char)0x65, /* [3593] */
11046  (xdc_Char)0x6e, /* [3594] */
11047  (xdc_Char)0x67, /* [3595] */
11048  (xdc_Char)0x74, /* [3596] */
11049  (xdc_Char)0x68, /* [3597] */
11050  (xdc_Char)0x3a, /* [3598] */
11051  (xdc_Char)0x20, /* [3599] */
11052  (xdc_Char)0x42, /* [3600] */
11053  (xdc_Char)0x6c, /* [3601] */
11054  (xdc_Char)0x6f, /* [3602] */
11055  (xdc_Char)0x63, /* [3603] */
11056  (xdc_Char)0x6b, /* [3604] */
11057  (xdc_Char)0x20, /* [3605] */
11058  (xdc_Char)0x6c, /* [3606] */
11059  (xdc_Char)0x65, /* [3607] */
11060  (xdc_Char)0x6e, /* [3608] */
11061  (xdc_Char)0x67, /* [3609] */
11062  (xdc_Char)0x74, /* [3610] */
11063  (xdc_Char)0x68, /* [3611] */
11064  (xdc_Char)0x20, /* [3612] */
11065  (xdc_Char)0x74, /* [3613] */
11066  (xdc_Char)0x6f, /* [3614] */
11067  (xdc_Char)0x6f, /* [3615] */
11068  (xdc_Char)0x20, /* [3616] */
11069  (xdc_Char)0x6c, /* [3617] */
11070  (xdc_Char)0x61, /* [3618] */
11071  (xdc_Char)0x72, /* [3619] */
11072  (xdc_Char)0x67, /* [3620] */
11073  (xdc_Char)0x65, /* [3621] */
11074  (xdc_Char)0x2e, /* [3622] */
11075  (xdc_Char)0x20, /* [3623] */
11076  (xdc_Char)0x4d, /* [3624] */
11077  (xdc_Char)0x75, /* [3625] */
11078  (xdc_Char)0x73, /* [3626] */
11079  (xdc_Char)0x74, /* [3627] */
11080  (xdc_Char)0x20, /* [3628] */
11081  (xdc_Char)0x62, /* [3629] */
11082  (xdc_Char)0x65, /* [3630] */
11083  (xdc_Char)0x20, /* [3631] */
11084  (xdc_Char)0x3c, /* [3632] */
11085  (xdc_Char)0x3d, /* [3633] */
11086  (xdc_Char)0x20, /* [3634] */
11087  (xdc_Char)0x4c, /* [3635] */
11088  (xdc_Char)0x32, /* [3636] */
11089  (xdc_Char)0x20, /* [3637] */
11090  (xdc_Char)0x77, /* [3638] */
11091  (xdc_Char)0x61, /* [3639] */
11092  (xdc_Char)0x79, /* [3640] */
11093  (xdc_Char)0x20, /* [3641] */
11094  (xdc_Char)0x73, /* [3642] */
11095  (xdc_Char)0x69, /* [3643] */
11096  (xdc_Char)0x7a, /* [3644] */
11097  (xdc_Char)0x65, /* [3645] */
11098  (xdc_Char)0x2e, /* [3646] */
11099  (xdc_Char)0x0, /* [3647] */
11100  (xdc_Char)0x41, /* [3648] */
11101  (xdc_Char)0x5f, /* [3649] */
11102  (xdc_Char)0x62, /* [3650] */
11103  (xdc_Char)0x6c, /* [3651] */
11104  (xdc_Char)0x6f, /* [3652] */
11105  (xdc_Char)0x63, /* [3653] */
11106  (xdc_Char)0x6b, /* [3654] */
11107  (xdc_Char)0x43, /* [3655] */
11108  (xdc_Char)0x72, /* [3656] */
11109  (xdc_Char)0x6f, /* [3657] */
11110  (xdc_Char)0x73, /* [3658] */
11111  (xdc_Char)0x73, /* [3659] */
11112  (xdc_Char)0x65, /* [3660] */
11113  (xdc_Char)0x73, /* [3661] */
11114  (xdc_Char)0x50, /* [3662] */
11115  (xdc_Char)0x61, /* [3663] */
11116  (xdc_Char)0x67, /* [3664] */
11117  (xdc_Char)0x65, /* [3665] */
11118  (xdc_Char)0x3a, /* [3666] */
11119  (xdc_Char)0x20, /* [3667] */
11120  (xdc_Char)0x4d, /* [3668] */
11121  (xdc_Char)0x65, /* [3669] */
11122  (xdc_Char)0x6d, /* [3670] */
11123  (xdc_Char)0x6f, /* [3671] */
11124  (xdc_Char)0x72, /* [3672] */
11125  (xdc_Char)0x79, /* [3673] */
11126  (xdc_Char)0x20, /* [3674] */
11127  (xdc_Char)0x62, /* [3675] */
11128  (xdc_Char)0x6c, /* [3676] */
11129  (xdc_Char)0x6f, /* [3677] */
11130  (xdc_Char)0x63, /* [3678] */
11131  (xdc_Char)0x6b, /* [3679] */
11132  (xdc_Char)0x20, /* [3680] */
11133  (xdc_Char)0x63, /* [3681] */
11134  (xdc_Char)0x72, /* [3682] */
11135  (xdc_Char)0x6f, /* [3683] */
11136  (xdc_Char)0x73, /* [3684] */
11137  (xdc_Char)0x73, /* [3685] */
11138  (xdc_Char)0x65, /* [3686] */
11139  (xdc_Char)0x73, /* [3687] */
11140  (xdc_Char)0x20, /* [3688] */
11141  (xdc_Char)0x4c, /* [3689] */
11142  (xdc_Char)0x32, /* [3690] */
11143  (xdc_Char)0x20, /* [3691] */
11144  (xdc_Char)0x77, /* [3692] */
11145  (xdc_Char)0x61, /* [3693] */
11146  (xdc_Char)0x79, /* [3694] */
11147  (xdc_Char)0x20, /* [3695] */
11148  (xdc_Char)0x70, /* [3696] */
11149  (xdc_Char)0x61, /* [3697] */
11150  (xdc_Char)0x67, /* [3698] */
11151  (xdc_Char)0x65, /* [3699] */
11152  (xdc_Char)0x20, /* [3700] */
11153  (xdc_Char)0x62, /* [3701] */
11154  (xdc_Char)0x6f, /* [3702] */
11155  (xdc_Char)0x75, /* [3703] */
11156  (xdc_Char)0x6e, /* [3704] */
11157  (xdc_Char)0x64, /* [3705] */
11158  (xdc_Char)0x61, /* [3706] */
11159  (xdc_Char)0x72, /* [3707] */
11160  (xdc_Char)0x79, /* [3708] */
11161  (xdc_Char)0x2e, /* [3709] */
11162  (xdc_Char)0x0, /* [3710] */
11163  (xdc_Char)0x41, /* [3711] */
11164  (xdc_Char)0x5f, /* [3712] */
11165  (xdc_Char)0x75, /* [3713] */
11166  (xdc_Char)0x6e, /* [3714] */
11167  (xdc_Char)0x6b, /* [3715] */
11168  (xdc_Char)0x6e, /* [3716] */
11169  (xdc_Char)0x6f, /* [3717] */
11170  (xdc_Char)0x77, /* [3718] */
11171  (xdc_Char)0x6e, /* [3719] */
11172  (xdc_Char)0x44, /* [3720] */
11173  (xdc_Char)0x65, /* [3721] */
11174  (xdc_Char)0x73, /* [3722] */
11175  (xdc_Char)0x63, /* [3723] */
11176  (xdc_Char)0x54, /* [3724] */
11177  (xdc_Char)0x79, /* [3725] */
11178  (xdc_Char)0x70, /* [3726] */
11179  (xdc_Char)0x65, /* [3727] */
11180  (xdc_Char)0x3a, /* [3728] */
11181  (xdc_Char)0x20, /* [3729] */
11182  (xdc_Char)0x44, /* [3730] */
11183  (xdc_Char)0x65, /* [3731] */
11184  (xdc_Char)0x73, /* [3732] */
11185  (xdc_Char)0x63, /* [3733] */
11186  (xdc_Char)0x72, /* [3734] */
11187  (xdc_Char)0x69, /* [3735] */
11188  (xdc_Char)0x70, /* [3736] */
11189  (xdc_Char)0x74, /* [3737] */
11190  (xdc_Char)0x6f, /* [3738] */
11191  (xdc_Char)0x72, /* [3739] */
11192  (xdc_Char)0x20, /* [3740] */
11193  (xdc_Char)0x74, /* [3741] */
11194  (xdc_Char)0x79, /* [3742] */
11195  (xdc_Char)0x70, /* [3743] */
11196  (xdc_Char)0x65, /* [3744] */
11197  (xdc_Char)0x20, /* [3745] */
11198  (xdc_Char)0x69, /* [3746] */
11199  (xdc_Char)0x73, /* [3747] */
11200  (xdc_Char)0x20, /* [3748] */
11201  (xdc_Char)0x6e, /* [3749] */
11202  (xdc_Char)0x6f, /* [3750] */
11203  (xdc_Char)0x74, /* [3751] */
11204  (xdc_Char)0x20, /* [3752] */
11205  (xdc_Char)0x72, /* [3753] */
11206  (xdc_Char)0x65, /* [3754] */
11207  (xdc_Char)0x63, /* [3755] */
11208  (xdc_Char)0x6f, /* [3756] */
11209  (xdc_Char)0x67, /* [3757] */
11210  (xdc_Char)0x6e, /* [3758] */
11211  (xdc_Char)0x69, /* [3759] */
11212  (xdc_Char)0x7a, /* [3760] */
11213  (xdc_Char)0x65, /* [3761] */
11214  (xdc_Char)0x64, /* [3762] */
11215  (xdc_Char)0x0, /* [3763] */
11216  (xdc_Char)0x41, /* [3764] */
11217  (xdc_Char)0x5f, /* [3765] */
11218  (xdc_Char)0x64, /* [3766] */
11219  (xdc_Char)0x69, /* [3767] */
11220  (xdc_Char)0x73, /* [3768] */
11221  (xdc_Char)0x61, /* [3769] */
11222  (xdc_Char)0x62, /* [3770] */
11223  (xdc_Char)0x6c, /* [3771] */
11224  (xdc_Char)0x65, /* [3772] */
11225  (xdc_Char)0x55, /* [3773] */
11226  (xdc_Char)0x6e, /* [3774] */
11227  (xdc_Char)0x73, /* [3775] */
11228  (xdc_Char)0x75, /* [3776] */
11229  (xdc_Char)0x70, /* [3777] */
11230  (xdc_Char)0x70, /* [3778] */
11231  (xdc_Char)0x6f, /* [3779] */
11232  (xdc_Char)0x72, /* [3780] */
11233  (xdc_Char)0x74, /* [3781] */
11234  (xdc_Char)0x65, /* [3782] */
11235  (xdc_Char)0x64, /* [3783] */
11236  (xdc_Char)0x3a, /* [3784] */
11237  (xdc_Char)0x20, /* [3785] */
11238  (xdc_Char)0x4d, /* [3786] */
11239  (xdc_Char)0x4d, /* [3787] */
11240  (xdc_Char)0x55, /* [3788] */
11241  (xdc_Char)0x20, /* [3789] */
11242  (xdc_Char)0x64, /* [3790] */
11243  (xdc_Char)0x69, /* [3791] */
11244  (xdc_Char)0x73, /* [3792] */
11245  (xdc_Char)0x61, /* [3793] */
11246  (xdc_Char)0x62, /* [3794] */
11247  (xdc_Char)0x6c, /* [3795] */
11248  (xdc_Char)0x65, /* [3796] */
11249  (xdc_Char)0x20, /* [3797] */
11250  (xdc_Char)0x69, /* [3798] */
11251  (xdc_Char)0x73, /* [3799] */
11252  (xdc_Char)0x20, /* [3800] */
11253  (xdc_Char)0x6e, /* [3801] */
11254  (xdc_Char)0x6f, /* [3802] */
11255  (xdc_Char)0x74, /* [3803] */
11256  (xdc_Char)0x20, /* [3804] */
11257  (xdc_Char)0x73, /* [3805] */
11258  (xdc_Char)0x75, /* [3806] */
11259  (xdc_Char)0x70, /* [3807] */
11260  (xdc_Char)0x70, /* [3808] */
11261  (xdc_Char)0x6f, /* [3809] */
11262  (xdc_Char)0x72, /* [3810] */
11263  (xdc_Char)0x74, /* [3811] */
11264  (xdc_Char)0x65, /* [3812] */
11265  (xdc_Char)0x64, /* [3813] */
11266  (xdc_Char)0x20, /* [3814] */
11267  (xdc_Char)0x69, /* [3815] */
11268  (xdc_Char)0x6e, /* [3816] */
11269  (xdc_Char)0x20, /* [3817] */
11270  (xdc_Char)0x53, /* [3818] */
11271  (xdc_Char)0x4d, /* [3819] */
11272  (xdc_Char)0x50, /* [3820] */
11273  (xdc_Char)0x20, /* [3821] */
11274  (xdc_Char)0x6d, /* [3822] */
11275  (xdc_Char)0x6f, /* [3823] */
11276  (xdc_Char)0x64, /* [3824] */
11277  (xdc_Char)0x65, /* [3825] */
11278  (xdc_Char)0x2e, /* [3826] */
11279  (xdc_Char)0x0, /* [3827] */
11280  (xdc_Char)0x61, /* [3828] */
11281  (xdc_Char)0x73, /* [3829] */
11282  (xdc_Char)0x73, /* [3830] */
11283  (xdc_Char)0x65, /* [3831] */
11284  (xdc_Char)0x72, /* [3832] */
11285  (xdc_Char)0x74, /* [3833] */
11286  (xdc_Char)0x69, /* [3834] */
11287  (xdc_Char)0x6f, /* [3835] */
11288  (xdc_Char)0x6e, /* [3836] */
11289  (xdc_Char)0x20, /* [3837] */
11290  (xdc_Char)0x66, /* [3838] */
11291  (xdc_Char)0x61, /* [3839] */
11292  (xdc_Char)0x69, /* [3840] */
11293  (xdc_Char)0x6c, /* [3841] */
11294  (xdc_Char)0x75, /* [3842] */
11295  (xdc_Char)0x72, /* [3843] */
11296  (xdc_Char)0x65, /* [3844] */
11297  (xdc_Char)0x25, /* [3845] */
11298  (xdc_Char)0x73, /* [3846] */
11299  (xdc_Char)0x25, /* [3847] */
11300  (xdc_Char)0x73, /* [3848] */
11301  (xdc_Char)0x0, /* [3849] */
11302  (xdc_Char)0x25, /* [3850] */
11303  (xdc_Char)0x24, /* [3851] */
11304  (xdc_Char)0x53, /* [3852] */
11305  (xdc_Char)0x0, /* [3853] */
11306  (xdc_Char)0x6f, /* [3854] */
11307  (xdc_Char)0x75, /* [3855] */
11308  (xdc_Char)0x74, /* [3856] */
11309  (xdc_Char)0x20, /* [3857] */
11310  (xdc_Char)0x6f, /* [3858] */
11311  (xdc_Char)0x66, /* [3859] */
11312  (xdc_Char)0x20, /* [3860] */
11313  (xdc_Char)0x6d, /* [3861] */
11314  (xdc_Char)0x65, /* [3862] */
11315  (xdc_Char)0x6d, /* [3863] */
11316  (xdc_Char)0x6f, /* [3864] */
11317  (xdc_Char)0x72, /* [3865] */
11318  (xdc_Char)0x79, /* [3866] */
11319  (xdc_Char)0x3a, /* [3867] */
11320  (xdc_Char)0x20, /* [3868] */
11321  (xdc_Char)0x68, /* [3869] */
11322  (xdc_Char)0x65, /* [3870] */
11323  (xdc_Char)0x61, /* [3871] */
11324  (xdc_Char)0x70, /* [3872] */
11325  (xdc_Char)0x3d, /* [3873] */
11326  (xdc_Char)0x30, /* [3874] */
11327  (xdc_Char)0x78, /* [3875] */
11328  (xdc_Char)0x25, /* [3876] */
11329  (xdc_Char)0x78, /* [3877] */
11330  (xdc_Char)0x2c, /* [3878] */
11331  (xdc_Char)0x20, /* [3879] */
11332  (xdc_Char)0x73, /* [3880] */
11333  (xdc_Char)0x69, /* [3881] */
11334  (xdc_Char)0x7a, /* [3882] */
11335  (xdc_Char)0x65, /* [3883] */
11336  (xdc_Char)0x3d, /* [3884] */
11337  (xdc_Char)0x25, /* [3885] */
11338  (xdc_Char)0x75, /* [3886] */
11339  (xdc_Char)0x0, /* [3887] */
11340  (xdc_Char)0x25, /* [3888] */
11341  (xdc_Char)0x73, /* [3889] */
11342  (xdc_Char)0x20, /* [3890] */
11343  (xdc_Char)0x30, /* [3891] */
11344  (xdc_Char)0x78, /* [3892] */
11345  (xdc_Char)0x25, /* [3893] */
11346  (xdc_Char)0x78, /* [3894] */
11347  (xdc_Char)0x0, /* [3895] */
11348  (xdc_Char)0x45, /* [3896] */
11349  (xdc_Char)0x5f, /* [3897] */
11350  (xdc_Char)0x62, /* [3898] */
11351  (xdc_Char)0x61, /* [3899] */
11352  (xdc_Char)0x64, /* [3900] */
11353  (xdc_Char)0x4c, /* [3901] */
11354  (xdc_Char)0x65, /* [3902] */
11355  (xdc_Char)0x76, /* [3903] */
11356  (xdc_Char)0x65, /* [3904] */
11357  (xdc_Char)0x6c, /* [3905] */
11358  (xdc_Char)0x3a, /* [3906] */
11359  (xdc_Char)0x20, /* [3907] */
11360  (xdc_Char)0x42, /* [3908] */
11361  (xdc_Char)0x61, /* [3909] */
11362  (xdc_Char)0x64, /* [3910] */
11363  (xdc_Char)0x20, /* [3911] */
11364  (xdc_Char)0x66, /* [3912] */
11365  (xdc_Char)0x69, /* [3913] */
11366  (xdc_Char)0x6c, /* [3914] */
11367  (xdc_Char)0x74, /* [3915] */
11368  (xdc_Char)0x65, /* [3916] */
11369  (xdc_Char)0x72, /* [3917] */
11370  (xdc_Char)0x20, /* [3918] */
11371  (xdc_Char)0x6c, /* [3919] */
11372  (xdc_Char)0x65, /* [3920] */
11373  (xdc_Char)0x76, /* [3921] */
11374  (xdc_Char)0x65, /* [3922] */
11375  (xdc_Char)0x6c, /* [3923] */
11376  (xdc_Char)0x20, /* [3924] */
11377  (xdc_Char)0x76, /* [3925] */
11378  (xdc_Char)0x61, /* [3926] */
11379  (xdc_Char)0x6c, /* [3927] */
11380  (xdc_Char)0x75, /* [3928] */
11381  (xdc_Char)0x65, /* [3929] */
11382  (xdc_Char)0x3a, /* [3930] */
11383  (xdc_Char)0x20, /* [3931] */
11384  (xdc_Char)0x25, /* [3932] */
11385  (xdc_Char)0x64, /* [3933] */
11386  (xdc_Char)0x0, /* [3934] */
11387  (xdc_Char)0x66, /* [3935] */
11388  (xdc_Char)0x72, /* [3936] */
11389  (xdc_Char)0x65, /* [3937] */
11390  (xdc_Char)0x65, /* [3938] */
11391  (xdc_Char)0x28, /* [3939] */
11392  (xdc_Char)0x29, /* [3940] */
11393  (xdc_Char)0x20, /* [3941] */
11394  (xdc_Char)0x69, /* [3942] */
11395  (xdc_Char)0x6e, /* [3943] */
11396  (xdc_Char)0x76, /* [3944] */
11397  (xdc_Char)0x61, /* [3945] */
11398  (xdc_Char)0x6c, /* [3946] */
11399  (xdc_Char)0x69, /* [3947] */
11400  (xdc_Char)0x64, /* [3948] */
11401  (xdc_Char)0x20, /* [3949] */
11402  (xdc_Char)0x69, /* [3950] */
11403  (xdc_Char)0x6e, /* [3951] */
11404  (xdc_Char)0x20, /* [3952] */
11405  (xdc_Char)0x67, /* [3953] */
11406  (xdc_Char)0x72, /* [3954] */
11407  (xdc_Char)0x6f, /* [3955] */
11408  (xdc_Char)0x77, /* [3956] */
11409  (xdc_Char)0x74, /* [3957] */
11410  (xdc_Char)0x68, /* [3958] */
11411  (xdc_Char)0x2d, /* [3959] */
11412  (xdc_Char)0x6f, /* [3960] */
11413  (xdc_Char)0x6e, /* [3961] */
11414  (xdc_Char)0x6c, /* [3962] */
11415  (xdc_Char)0x79, /* [3963] */
11416  (xdc_Char)0x20, /* [3964] */
11417  (xdc_Char)0x48, /* [3965] */
11418  (xdc_Char)0x65, /* [3966] */
11419  (xdc_Char)0x61, /* [3967] */
11420  (xdc_Char)0x70, /* [3968] */
11421  (xdc_Char)0x4d, /* [3969] */
11422  (xdc_Char)0x69, /* [3970] */
11423  (xdc_Char)0x6e, /* [3971] */
11424  (xdc_Char)0x0, /* [3972] */
11425  (xdc_Char)0x54, /* [3973] */
11426  (xdc_Char)0x68, /* [3974] */
11427  (xdc_Char)0x65, /* [3975] */
11428  (xdc_Char)0x20, /* [3976] */
11429  (xdc_Char)0x52, /* [3977] */
11430  (xdc_Char)0x54, /* [3978] */
11431  (xdc_Char)0x53, /* [3979] */
11432  (xdc_Char)0x20, /* [3980] */
11433  (xdc_Char)0x68, /* [3981] */
11434  (xdc_Char)0x65, /* [3982] */
11435  (xdc_Char)0x61, /* [3983] */
11436  (xdc_Char)0x70, /* [3984] */
11437  (xdc_Char)0x20, /* [3985] */
11438  (xdc_Char)0x69, /* [3986] */
11439  (xdc_Char)0x73, /* [3987] */
11440  (xdc_Char)0x20, /* [3988] */
11441  (xdc_Char)0x75, /* [3989] */
11442  (xdc_Char)0x73, /* [3990] */
11443  (xdc_Char)0x65, /* [3991] */
11444  (xdc_Char)0x64, /* [3992] */
11445  (xdc_Char)0x20, /* [3993] */
11446  (xdc_Char)0x75, /* [3994] */
11447  (xdc_Char)0x70, /* [3995] */
11448  (xdc_Char)0x2e, /* [3996] */
11449  (xdc_Char)0x20, /* [3997] */
11450  (xdc_Char)0x45, /* [3998] */
11451  (xdc_Char)0x78, /* [3999] */
11452  (xdc_Char)0x61, /* [4000] */
11453  (xdc_Char)0x6d, /* [4001] */
11454  (xdc_Char)0x69, /* [4002] */
11455  (xdc_Char)0x6e, /* [4003] */
11456  (xdc_Char)0x65, /* [4004] */
11457  (xdc_Char)0x20, /* [4005] */
11458  (xdc_Char)0x50, /* [4006] */
11459  (xdc_Char)0x72, /* [4007] */
11460  (xdc_Char)0x6f, /* [4008] */
11461  (xdc_Char)0x67, /* [4009] */
11462  (xdc_Char)0x72, /* [4010] */
11463  (xdc_Char)0x61, /* [4011] */
11464  (xdc_Char)0x6d, /* [4012] */
11465  (xdc_Char)0x2e, /* [4013] */
11466  (xdc_Char)0x68, /* [4014] */
11467  (xdc_Char)0x65, /* [4015] */
11468  (xdc_Char)0x61, /* [4016] */
11469  (xdc_Char)0x70, /* [4017] */
11470  (xdc_Char)0x2e, /* [4018] */
11471  (xdc_Char)0x0, /* [4019] */
11472  (xdc_Char)0x45, /* [4020] */
11473  (xdc_Char)0x5f, /* [4021] */
11474  (xdc_Char)0x62, /* [4022] */
11475  (xdc_Char)0x61, /* [4023] */
11476  (xdc_Char)0x64, /* [4024] */
11477  (xdc_Char)0x43, /* [4025] */
11478  (xdc_Char)0x6f, /* [4026] */
11479  (xdc_Char)0x6d, /* [4027] */
11480  (xdc_Char)0x6d, /* [4028] */
11481  (xdc_Char)0x61, /* [4029] */
11482  (xdc_Char)0x6e, /* [4030] */
11483  (xdc_Char)0x64, /* [4031] */
11484  (xdc_Char)0x3a, /* [4032] */
11485  (xdc_Char)0x20, /* [4033] */
11486  (xdc_Char)0x52, /* [4034] */
11487  (xdc_Char)0x65, /* [4035] */
11488  (xdc_Char)0x63, /* [4036] */
11489  (xdc_Char)0x65, /* [4037] */
11490  (xdc_Char)0x69, /* [4038] */
11491  (xdc_Char)0x76, /* [4039] */
11492  (xdc_Char)0x65, /* [4040] */
11493  (xdc_Char)0x64, /* [4041] */
11494  (xdc_Char)0x20, /* [4042] */
11495  (xdc_Char)0x69, /* [4043] */
11496  (xdc_Char)0x6e, /* [4044] */
11497  (xdc_Char)0x76, /* [4045] */
11498  (xdc_Char)0x61, /* [4046] */
11499  (xdc_Char)0x6c, /* [4047] */
11500  (xdc_Char)0x69, /* [4048] */
11501  (xdc_Char)0x64, /* [4049] */
11502  (xdc_Char)0x20, /* [4050] */
11503  (xdc_Char)0x63, /* [4051] */
11504  (xdc_Char)0x6f, /* [4052] */
11505  (xdc_Char)0x6d, /* [4053] */
11506  (xdc_Char)0x6d, /* [4054] */
11507  (xdc_Char)0x61, /* [4055] */
11508  (xdc_Char)0x6e, /* [4056] */
11509  (xdc_Char)0x64, /* [4057] */
11510  (xdc_Char)0x2c, /* [4058] */
11511  (xdc_Char)0x20, /* [4059] */
11512  (xdc_Char)0x69, /* [4060] */
11513  (xdc_Char)0x64, /* [4061] */
11514  (xdc_Char)0x3a, /* [4062] */
11515  (xdc_Char)0x20, /* [4063] */
11516  (xdc_Char)0x25, /* [4064] */
11517  (xdc_Char)0x64, /* [4065] */
11518  (xdc_Char)0x2e, /* [4066] */
11519  (xdc_Char)0x0, /* [4067] */
11520  (xdc_Char)0x45, /* [4068] */
11521  (xdc_Char)0x5f, /* [4069] */
11522  (xdc_Char)0x6f, /* [4070] */
11523  (xdc_Char)0x62, /* [4071] */
11524  (xdc_Char)0x6a, /* [4072] */
11525  (xdc_Char)0x65, /* [4073] */
11526  (xdc_Char)0x63, /* [4074] */
11527  (xdc_Char)0x74, /* [4075] */
11528  (xdc_Char)0x4e, /* [4076] */
11529  (xdc_Char)0x6f, /* [4077] */
11530  (xdc_Char)0x74, /* [4078] */
11531  (xdc_Char)0x49, /* [4079] */
11532  (xdc_Char)0x6e, /* [4080] */
11533  (xdc_Char)0x4b, /* [4081] */
11534  (xdc_Char)0x65, /* [4082] */
11535  (xdc_Char)0x72, /* [4083] */
11536  (xdc_Char)0x6e, /* [4084] */
11537  (xdc_Char)0x65, /* [4085] */
11538  (xdc_Char)0x6c, /* [4086] */
11539  (xdc_Char)0x53, /* [4087] */
11540  (xdc_Char)0x70, /* [4088] */
11541  (xdc_Char)0x61, /* [4089] */
11542  (xdc_Char)0x63, /* [4090] */
11543  (xdc_Char)0x65, /* [4091] */
11544  (xdc_Char)0x3a, /* [4092] */
11545  (xdc_Char)0x20, /* [4093] */
11546  (xdc_Char)0x53, /* [4094] */
11547  (xdc_Char)0x65, /* [4095] */
11548  (xdc_Char)0x6d, /* [4096] */
11549  (xdc_Char)0x61, /* [4097] */
11550  (xdc_Char)0x70, /* [4098] */
11551  (xdc_Char)0x68, /* [4099] */
11552  (xdc_Char)0x6f, /* [4100] */
11553  (xdc_Char)0x72, /* [4101] */
11554  (xdc_Char)0x65, /* [4102] */
11555  (xdc_Char)0x20, /* [4103] */
11556  (xdc_Char)0x6f, /* [4104] */
11557  (xdc_Char)0x62, /* [4105] */
11558  (xdc_Char)0x6a, /* [4106] */
11559  (xdc_Char)0x65, /* [4107] */
11560  (xdc_Char)0x63, /* [4108] */
11561  (xdc_Char)0x74, /* [4109] */
11562  (xdc_Char)0x20, /* [4110] */
11563  (xdc_Char)0x70, /* [4111] */
11564  (xdc_Char)0x61, /* [4112] */
11565  (xdc_Char)0x73, /* [4113] */
11566  (xdc_Char)0x73, /* [4114] */
11567  (xdc_Char)0x65, /* [4115] */
11568  (xdc_Char)0x64, /* [4116] */
11569  (xdc_Char)0x20, /* [4117] */
11570  (xdc_Char)0x6e, /* [4118] */
11571  (xdc_Char)0x6f, /* [4119] */
11572  (xdc_Char)0x74, /* [4120] */
11573  (xdc_Char)0x20, /* [4121] */
11574  (xdc_Char)0x69, /* [4122] */
11575  (xdc_Char)0x6e, /* [4123] */
11576  (xdc_Char)0x20, /* [4124] */
11577  (xdc_Char)0x4b, /* [4125] */
11578  (xdc_Char)0x65, /* [4126] */
11579  (xdc_Char)0x72, /* [4127] */
11580  (xdc_Char)0x6e, /* [4128] */
11581  (xdc_Char)0x65, /* [4129] */
11582  (xdc_Char)0x6c, /* [4130] */
11583  (xdc_Char)0x20, /* [4131] */
11584  (xdc_Char)0x61, /* [4132] */
11585  (xdc_Char)0x64, /* [4133] */
11586  (xdc_Char)0x64, /* [4134] */
11587  (xdc_Char)0x72, /* [4135] */
11588  (xdc_Char)0x65, /* [4136] */
11589  (xdc_Char)0x73, /* [4137] */
11590  (xdc_Char)0x73, /* [4138] */
11591  (xdc_Char)0x20, /* [4139] */
11592  (xdc_Char)0x73, /* [4140] */
11593  (xdc_Char)0x70, /* [4141] */
11594  (xdc_Char)0x61, /* [4142] */
11595  (xdc_Char)0x63, /* [4143] */
11596  (xdc_Char)0x65, /* [4144] */
11597  (xdc_Char)0x2e, /* [4145] */
11598  (xdc_Char)0x0, /* [4146] */
11599  (xdc_Char)0x45, /* [4147] */
11600  (xdc_Char)0x5f, /* [4148] */
11601  (xdc_Char)0x73, /* [4149] */
11602  (xdc_Char)0x74, /* [4150] */
11603  (xdc_Char)0x61, /* [4151] */
11604  (xdc_Char)0x63, /* [4152] */
11605  (xdc_Char)0x6b, /* [4153] */
11606  (xdc_Char)0x4f, /* [4154] */
11607  (xdc_Char)0x76, /* [4155] */
11608  (xdc_Char)0x65, /* [4156] */
11609  (xdc_Char)0x72, /* [4157] */
11610  (xdc_Char)0x66, /* [4158] */
11611  (xdc_Char)0x6c, /* [4159] */
11612  (xdc_Char)0x6f, /* [4160] */
11613  (xdc_Char)0x77, /* [4161] */
11614  (xdc_Char)0x3a, /* [4162] */
11615  (xdc_Char)0x20, /* [4163] */
11616  (xdc_Char)0x54, /* [4164] */
11617  (xdc_Char)0x61, /* [4165] */
11618  (xdc_Char)0x73, /* [4166] */
11619  (xdc_Char)0x6b, /* [4167] */
11620  (xdc_Char)0x20, /* [4168] */
11621  (xdc_Char)0x30, /* [4169] */
11622  (xdc_Char)0x78, /* [4170] */
11623  (xdc_Char)0x25, /* [4171] */
11624  (xdc_Char)0x78, /* [4172] */
11625  (xdc_Char)0x20, /* [4173] */
11626  (xdc_Char)0x73, /* [4174] */
11627  (xdc_Char)0x74, /* [4175] */
11628  (xdc_Char)0x61, /* [4176] */
11629  (xdc_Char)0x63, /* [4177] */
11630  (xdc_Char)0x6b, /* [4178] */
11631  (xdc_Char)0x20, /* [4179] */
11632  (xdc_Char)0x6f, /* [4180] */
11633  (xdc_Char)0x76, /* [4181] */
11634  (xdc_Char)0x65, /* [4182] */
11635  (xdc_Char)0x72, /* [4183] */
11636  (xdc_Char)0x66, /* [4184] */
11637  (xdc_Char)0x6c, /* [4185] */
11638  (xdc_Char)0x6f, /* [4186] */
11639  (xdc_Char)0x77, /* [4187] */
11640  (xdc_Char)0x2e, /* [4188] */
11641  (xdc_Char)0x0, /* [4189] */
11642  (xdc_Char)0x45, /* [4190] */
11643  (xdc_Char)0x5f, /* [4191] */
11644  (xdc_Char)0x73, /* [4192] */
11645  (xdc_Char)0x70, /* [4193] */
11646  (xdc_Char)0x4f, /* [4194] */
11647  (xdc_Char)0x75, /* [4195] */
11648  (xdc_Char)0x74, /* [4196] */
11649  (xdc_Char)0x4f, /* [4197] */
11650  (xdc_Char)0x66, /* [4198] */
11651  (xdc_Char)0x42, /* [4199] */
11652  (xdc_Char)0x6f, /* [4200] */
11653  (xdc_Char)0x75, /* [4201] */
11654  (xdc_Char)0x6e, /* [4202] */
11655  (xdc_Char)0x64, /* [4203] */
11656  (xdc_Char)0x73, /* [4204] */
11657  (xdc_Char)0x3a, /* [4205] */
11658  (xdc_Char)0x20, /* [4206] */
11659  (xdc_Char)0x54, /* [4207] */
11660  (xdc_Char)0x61, /* [4208] */
11661  (xdc_Char)0x73, /* [4209] */
11662  (xdc_Char)0x6b, /* [4210] */
11663  (xdc_Char)0x20, /* [4211] */
11664  (xdc_Char)0x30, /* [4212] */
11665  (xdc_Char)0x78, /* [4213] */
11666  (xdc_Char)0x25, /* [4214] */
11667  (xdc_Char)0x78, /* [4215] */
11668  (xdc_Char)0x20, /* [4216] */
11669  (xdc_Char)0x73, /* [4217] */
11670  (xdc_Char)0x74, /* [4218] */
11671  (xdc_Char)0x61, /* [4219] */
11672  (xdc_Char)0x63, /* [4220] */
11673  (xdc_Char)0x6b, /* [4221] */
11674  (xdc_Char)0x20, /* [4222] */
11675  (xdc_Char)0x65, /* [4223] */
11676  (xdc_Char)0x72, /* [4224] */
11677  (xdc_Char)0x72, /* [4225] */
11678  (xdc_Char)0x6f, /* [4226] */
11679  (xdc_Char)0x72, /* [4227] */
11680  (xdc_Char)0x2c, /* [4228] */
11681  (xdc_Char)0x20, /* [4229] */
11682  (xdc_Char)0x53, /* [4230] */
11683  (xdc_Char)0x50, /* [4231] */
11684  (xdc_Char)0x20, /* [4232] */
11685  (xdc_Char)0x3d, /* [4233] */
11686  (xdc_Char)0x20, /* [4234] */
11687  (xdc_Char)0x30, /* [4235] */
11688  (xdc_Char)0x78, /* [4236] */
11689  (xdc_Char)0x25, /* [4237] */
11690  (xdc_Char)0x78, /* [4238] */
11691  (xdc_Char)0x2e, /* [4239] */
11692  (xdc_Char)0x0, /* [4240] */
11693  (xdc_Char)0x45, /* [4241] */
11694  (xdc_Char)0x5f, /* [4242] */
11695  (xdc_Char)0x64, /* [4243] */
11696  (xdc_Char)0x65, /* [4244] */
11697  (xdc_Char)0x6c, /* [4245] */
11698  (xdc_Char)0x65, /* [4246] */
11699  (xdc_Char)0x74, /* [4247] */
11700  (xdc_Char)0x65, /* [4248] */
11701  (xdc_Char)0x4e, /* [4249] */
11702  (xdc_Char)0x6f, /* [4250] */
11703  (xdc_Char)0x74, /* [4251] */
11704  (xdc_Char)0x41, /* [4252] */
11705  (xdc_Char)0x6c, /* [4253] */
11706  (xdc_Char)0x6c, /* [4254] */
11707  (xdc_Char)0x6f, /* [4255] */
11708  (xdc_Char)0x77, /* [4256] */
11709  (xdc_Char)0x65, /* [4257] */
11710  (xdc_Char)0x64, /* [4258] */
11711  (xdc_Char)0x3a, /* [4259] */
11712  (xdc_Char)0x20, /* [4260] */
11713  (xdc_Char)0x54, /* [4261] */
11714  (xdc_Char)0x61, /* [4262] */
11715  (xdc_Char)0x73, /* [4263] */
11716  (xdc_Char)0x6b, /* [4264] */
11717  (xdc_Char)0x20, /* [4265] */
11718  (xdc_Char)0x30, /* [4266] */
11719  (xdc_Char)0x78, /* [4267] */
11720  (xdc_Char)0x25, /* [4268] */
11721  (xdc_Char)0x78, /* [4269] */
11722  (xdc_Char)0x2e, /* [4270] */
11723  (xdc_Char)0x0, /* [4271] */
11724  (xdc_Char)0x45, /* [4272] */
11725  (xdc_Char)0x5f, /* [4273] */
11726  (xdc_Char)0x6d, /* [4274] */
11727  (xdc_Char)0x6f, /* [4275] */
11728  (xdc_Char)0x64, /* [4276] */
11729  (xdc_Char)0x75, /* [4277] */
11730  (xdc_Char)0x6c, /* [4278] */
11731  (xdc_Char)0x65, /* [4279] */
11732  (xdc_Char)0x53, /* [4280] */
11733  (xdc_Char)0x74, /* [4281] */
11734  (xdc_Char)0x61, /* [4282] */
11735  (xdc_Char)0x74, /* [4283] */
11736  (xdc_Char)0x65, /* [4284] */
11737  (xdc_Char)0x43, /* [4285] */
11738  (xdc_Char)0x68, /* [4286] */
11739  (xdc_Char)0x65, /* [4287] */
11740  (xdc_Char)0x63, /* [4288] */
11741  (xdc_Char)0x6b, /* [4289] */
11742  (xdc_Char)0x46, /* [4290] */
11743  (xdc_Char)0x61, /* [4291] */
11744  (xdc_Char)0x69, /* [4292] */
11745  (xdc_Char)0x6c, /* [4293] */
11746  (xdc_Char)0x65, /* [4294] */
11747  (xdc_Char)0x64, /* [4295] */
11748  (xdc_Char)0x3a, /* [4296] */
11749  (xdc_Char)0x20, /* [4297] */
11750  (xdc_Char)0x54, /* [4298] */
11751  (xdc_Char)0x61, /* [4299] */
11752  (xdc_Char)0x73, /* [4300] */
11753  (xdc_Char)0x6b, /* [4301] */
11754  (xdc_Char)0x20, /* [4302] */
11755  (xdc_Char)0x6d, /* [4303] */
11756  (xdc_Char)0x6f, /* [4304] */
11757  (xdc_Char)0x64, /* [4305] */
11758  (xdc_Char)0x75, /* [4306] */
11759  (xdc_Char)0x6c, /* [4307] */
11760  (xdc_Char)0x65, /* [4308] */
11761  (xdc_Char)0x20, /* [4309] */
11762  (xdc_Char)0x73, /* [4310] */
11763  (xdc_Char)0x74, /* [4311] */
11764  (xdc_Char)0x61, /* [4312] */
11765  (xdc_Char)0x74, /* [4313] */
11766  (xdc_Char)0x65, /* [4314] */
11767  (xdc_Char)0x20, /* [4315] */
11768  (xdc_Char)0x64, /* [4316] */
11769  (xdc_Char)0x61, /* [4317] */
11770  (xdc_Char)0x74, /* [4318] */
11771  (xdc_Char)0x61, /* [4319] */
11772  (xdc_Char)0x20, /* [4320] */
11773  (xdc_Char)0x69, /* [4321] */
11774  (xdc_Char)0x6e, /* [4322] */
11775  (xdc_Char)0x74, /* [4323] */
11776  (xdc_Char)0x65, /* [4324] */
11777  (xdc_Char)0x67, /* [4325] */
11778  (xdc_Char)0x72, /* [4326] */
11779  (xdc_Char)0x69, /* [4327] */
11780  (xdc_Char)0x74, /* [4328] */
11781  (xdc_Char)0x79, /* [4329] */
11782  (xdc_Char)0x20, /* [4330] */
11783  (xdc_Char)0x63, /* [4331] */
11784  (xdc_Char)0x68, /* [4332] */
11785  (xdc_Char)0x65, /* [4333] */
11786  (xdc_Char)0x63, /* [4334] */
11787  (xdc_Char)0x6b, /* [4335] */
11788  (xdc_Char)0x20, /* [4336] */
11789  (xdc_Char)0x66, /* [4337] */
11790  (xdc_Char)0x61, /* [4338] */
11791  (xdc_Char)0x69, /* [4339] */
11792  (xdc_Char)0x6c, /* [4340] */
11793  (xdc_Char)0x65, /* [4341] */
11794  (xdc_Char)0x64, /* [4342] */
11795  (xdc_Char)0x2e, /* [4343] */
11796  (xdc_Char)0x0, /* [4344] */
11797  (xdc_Char)0x45, /* [4345] */
11798  (xdc_Char)0x5f, /* [4346] */
11799  (xdc_Char)0x6f, /* [4347] */
11800  (xdc_Char)0x62, /* [4348] */
11801  (xdc_Char)0x6a, /* [4349] */
11802  (xdc_Char)0x65, /* [4350] */
11803  (xdc_Char)0x63, /* [4351] */
11804  (xdc_Char)0x74, /* [4352] */
11805  (xdc_Char)0x43, /* [4353] */
11806  (xdc_Char)0x68, /* [4354] */
11807  (xdc_Char)0x65, /* [4355] */
11808  (xdc_Char)0x63, /* [4356] */
11809  (xdc_Char)0x6b, /* [4357] */
11810  (xdc_Char)0x46, /* [4358] */
11811  (xdc_Char)0x61, /* [4359] */
11812  (xdc_Char)0x69, /* [4360] */
11813  (xdc_Char)0x6c, /* [4361] */
11814  (xdc_Char)0x65, /* [4362] */
11815  (xdc_Char)0x64, /* [4363] */
11816  (xdc_Char)0x3a, /* [4364] */
11817  (xdc_Char)0x20, /* [4365] */
11818  (xdc_Char)0x54, /* [4366] */
11819  (xdc_Char)0x61, /* [4367] */
11820  (xdc_Char)0x73, /* [4368] */
11821  (xdc_Char)0x6b, /* [4369] */
11822  (xdc_Char)0x20, /* [4370] */
11823  (xdc_Char)0x30, /* [4371] */
11824  (xdc_Char)0x78, /* [4372] */
11825  (xdc_Char)0x25, /* [4373] */
11826  (xdc_Char)0x78, /* [4374] */
11827  (xdc_Char)0x20, /* [4375] */
11828  (xdc_Char)0x6f, /* [4376] */
11829  (xdc_Char)0x62, /* [4377] */
11830  (xdc_Char)0x6a, /* [4378] */
11831  (xdc_Char)0x65, /* [4379] */
11832  (xdc_Char)0x63, /* [4380] */
11833  (xdc_Char)0x74, /* [4381] */
11834  (xdc_Char)0x20, /* [4382] */
11835  (xdc_Char)0x64, /* [4383] */
11836  (xdc_Char)0x61, /* [4384] */
11837  (xdc_Char)0x74, /* [4385] */
11838  (xdc_Char)0x61, /* [4386] */
11839  (xdc_Char)0x20, /* [4387] */
11840  (xdc_Char)0x69, /* [4388] */
11841  (xdc_Char)0x6e, /* [4389] */
11842  (xdc_Char)0x74, /* [4390] */
11843  (xdc_Char)0x65, /* [4391] */
11844  (xdc_Char)0x67, /* [4392] */
11845  (xdc_Char)0x72, /* [4393] */
11846  (xdc_Char)0x69, /* [4394] */
11847  (xdc_Char)0x74, /* [4395] */
11848  (xdc_Char)0x79, /* [4396] */
11849  (xdc_Char)0x20, /* [4397] */
11850  (xdc_Char)0x63, /* [4398] */
11851  (xdc_Char)0x68, /* [4399] */
11852  (xdc_Char)0x65, /* [4400] */
11853  (xdc_Char)0x63, /* [4401] */
11854  (xdc_Char)0x6b, /* [4402] */
11855  (xdc_Char)0x20, /* [4403] */
11856  (xdc_Char)0x66, /* [4404] */
11857  (xdc_Char)0x61, /* [4405] */
11858  (xdc_Char)0x69, /* [4406] */
11859  (xdc_Char)0x6c, /* [4407] */
11860  (xdc_Char)0x65, /* [4408] */
11861  (xdc_Char)0x64, /* [4409] */
11862  (xdc_Char)0x2e, /* [4410] */
11863  (xdc_Char)0x0, /* [4411] */
11864  (xdc_Char)0x45, /* [4412] */
11865  (xdc_Char)0x5f, /* [4413] */
11866  (xdc_Char)0x6f, /* [4414] */
11867  (xdc_Char)0x62, /* [4415] */
11868  (xdc_Char)0x6a, /* [4416] */
11869  (xdc_Char)0x65, /* [4417] */
11870  (xdc_Char)0x63, /* [4418] */
11871  (xdc_Char)0x74, /* [4419] */
11872  (xdc_Char)0x4e, /* [4420] */
11873  (xdc_Char)0x6f, /* [4421] */
11874  (xdc_Char)0x74, /* [4422] */
11875  (xdc_Char)0x49, /* [4423] */
11876  (xdc_Char)0x6e, /* [4424] */
11877  (xdc_Char)0x4b, /* [4425] */
11878  (xdc_Char)0x65, /* [4426] */
11879  (xdc_Char)0x72, /* [4427] */
11880  (xdc_Char)0x6e, /* [4428] */
11881  (xdc_Char)0x65, /* [4429] */
11882  (xdc_Char)0x6c, /* [4430] */
11883  (xdc_Char)0x53, /* [4431] */
11884  (xdc_Char)0x70, /* [4432] */
11885  (xdc_Char)0x61, /* [4433] */
11886  (xdc_Char)0x63, /* [4434] */
11887  (xdc_Char)0x65, /* [4435] */
11888  (xdc_Char)0x3a, /* [4436] */
11889  (xdc_Char)0x20, /* [4437] */
11890  (xdc_Char)0x54, /* [4438] */
11891  (xdc_Char)0x61, /* [4439] */
11892  (xdc_Char)0x73, /* [4440] */
11893  (xdc_Char)0x6b, /* [4441] */
11894  (xdc_Char)0x20, /* [4442] */
11895  (xdc_Char)0x6f, /* [4443] */
11896  (xdc_Char)0x62, /* [4444] */
11897  (xdc_Char)0x6a, /* [4445] */
11898  (xdc_Char)0x65, /* [4446] */
11899  (xdc_Char)0x63, /* [4447] */
11900  (xdc_Char)0x74, /* [4448] */
11901  (xdc_Char)0x20, /* [4449] */
11902  (xdc_Char)0x70, /* [4450] */
11903  (xdc_Char)0x61, /* [4451] */
11904  (xdc_Char)0x73, /* [4452] */
11905  (xdc_Char)0x73, /* [4453] */
11906  (xdc_Char)0x65, /* [4454] */
11907  (xdc_Char)0x64, /* [4455] */
11908  (xdc_Char)0x20, /* [4456] */
11909  (xdc_Char)0x6e, /* [4457] */
11910  (xdc_Char)0x6f, /* [4458] */
11911  (xdc_Char)0x74, /* [4459] */
11912  (xdc_Char)0x20, /* [4460] */
11913  (xdc_Char)0x69, /* [4461] */
11914  (xdc_Char)0x6e, /* [4462] */
11915  (xdc_Char)0x20, /* [4463] */
11916  (xdc_Char)0x4b, /* [4464] */
11917  (xdc_Char)0x65, /* [4465] */
11918  (xdc_Char)0x72, /* [4466] */
11919  (xdc_Char)0x6e, /* [4467] */
11920  (xdc_Char)0x65, /* [4468] */
11921  (xdc_Char)0x6c, /* [4469] */
11922  (xdc_Char)0x20, /* [4470] */
11923  (xdc_Char)0x61, /* [4471] */
11924  (xdc_Char)0x64, /* [4472] */
11925  (xdc_Char)0x64, /* [4473] */
11926  (xdc_Char)0x72, /* [4474] */
11927  (xdc_Char)0x65, /* [4475] */
11928  (xdc_Char)0x73, /* [4476] */
11929  (xdc_Char)0x73, /* [4477] */
11930  (xdc_Char)0x20, /* [4478] */
11931  (xdc_Char)0x73, /* [4479] */
11932  (xdc_Char)0x70, /* [4480] */
11933  (xdc_Char)0x61, /* [4481] */
11934  (xdc_Char)0x63, /* [4482] */
11935  (xdc_Char)0x65, /* [4483] */
11936  (xdc_Char)0x2e, /* [4484] */
11937  (xdc_Char)0x0, /* [4485] */
11938  (xdc_Char)0x72, /* [4486] */
11939  (xdc_Char)0x65, /* [4487] */
11940  (xdc_Char)0x71, /* [4488] */
11941  (xdc_Char)0x75, /* [4489] */
11942  (xdc_Char)0x65, /* [4490] */
11943  (xdc_Char)0x73, /* [4491] */
11944  (xdc_Char)0x74, /* [4492] */
11945  (xdc_Char)0x65, /* [4493] */
11946  (xdc_Char)0x64, /* [4494] */
11947  (xdc_Char)0x20, /* [4495] */
11948  (xdc_Char)0x73, /* [4496] */
11949  (xdc_Char)0x69, /* [4497] */
11950  (xdc_Char)0x7a, /* [4498] */
11951  (xdc_Char)0x65, /* [4499] */
11952  (xdc_Char)0x20, /* [4500] */
11953  (xdc_Char)0x69, /* [4501] */
11954  (xdc_Char)0x73, /* [4502] */
11955  (xdc_Char)0x20, /* [4503] */
11956  (xdc_Char)0x74, /* [4504] */
11957  (xdc_Char)0x6f, /* [4505] */
11958  (xdc_Char)0x6f, /* [4506] */
11959  (xdc_Char)0x20, /* [4507] */
11960  (xdc_Char)0x62, /* [4508] */
11961  (xdc_Char)0x69, /* [4509] */
11962  (xdc_Char)0x67, /* [4510] */
11963  (xdc_Char)0x3a, /* [4511] */
11964  (xdc_Char)0x20, /* [4512] */
11965  (xdc_Char)0x68, /* [4513] */
11966  (xdc_Char)0x61, /* [4514] */
11967  (xdc_Char)0x6e, /* [4515] */
11968  (xdc_Char)0x64, /* [4516] */
11969  (xdc_Char)0x6c, /* [4517] */
11970  (xdc_Char)0x65, /* [4518] */
11971  (xdc_Char)0x3d, /* [4519] */
11972  (xdc_Char)0x30, /* [4520] */
11973  (xdc_Char)0x78, /* [4521] */
11974  (xdc_Char)0x25, /* [4522] */
11975  (xdc_Char)0x78, /* [4523] */
11976  (xdc_Char)0x2c, /* [4524] */
11977  (xdc_Char)0x20, /* [4525] */
11978  (xdc_Char)0x73, /* [4526] */
11979  (xdc_Char)0x69, /* [4527] */
11980  (xdc_Char)0x7a, /* [4528] */
11981  (xdc_Char)0x65, /* [4529] */
11982  (xdc_Char)0x3d, /* [4530] */
11983  (xdc_Char)0x25, /* [4531] */
11984  (xdc_Char)0x75, /* [4532] */
11985  (xdc_Char)0x0, /* [4533] */
11986  (xdc_Char)0x6f, /* [4534] */
11987  (xdc_Char)0x75, /* [4535] */
11988  (xdc_Char)0x74, /* [4536] */
11989  (xdc_Char)0x20, /* [4537] */
11990  (xdc_Char)0x6f, /* [4538] */
11991  (xdc_Char)0x66, /* [4539] */
11992  (xdc_Char)0x20, /* [4540] */
11993  (xdc_Char)0x6d, /* [4541] */
11994  (xdc_Char)0x65, /* [4542] */
11995  (xdc_Char)0x6d, /* [4543] */
11996  (xdc_Char)0x6f, /* [4544] */
11997  (xdc_Char)0x72, /* [4545] */
11998  (xdc_Char)0x79, /* [4546] */
11999  (xdc_Char)0x3a, /* [4547] */
12000  (xdc_Char)0x20, /* [4548] */
12001  (xdc_Char)0x68, /* [4549] */
12002  (xdc_Char)0x61, /* [4550] */
12003  (xdc_Char)0x6e, /* [4551] */
12004  (xdc_Char)0x64, /* [4552] */
12005  (xdc_Char)0x6c, /* [4553] */
12006  (xdc_Char)0x65, /* [4554] */
12007  (xdc_Char)0x3d, /* [4555] */
12008  (xdc_Char)0x30, /* [4556] */
12009  (xdc_Char)0x78, /* [4557] */
12010  (xdc_Char)0x25, /* [4558] */
12011  (xdc_Char)0x78, /* [4559] */
12012  (xdc_Char)0x2c, /* [4560] */
12013  (xdc_Char)0x20, /* [4561] */
12014  (xdc_Char)0x73, /* [4562] */
12015  (xdc_Char)0x69, /* [4563] */
12016  (xdc_Char)0x7a, /* [4564] */
12017  (xdc_Char)0x65, /* [4565] */
12018  (xdc_Char)0x3d, /* [4566] */
12019  (xdc_Char)0x25, /* [4567] */
12020  (xdc_Char)0x75, /* [4568] */
12021  (xdc_Char)0x0, /* [4569] */
12022  (xdc_Char)0x45, /* [4570] */
12023  (xdc_Char)0x5f, /* [4571] */
12024  (xdc_Char)0x61, /* [4572] */
12025  (xdc_Char)0x6c, /* [4573] */
12026  (xdc_Char)0x72, /* [4574] */
12027  (xdc_Char)0x65, /* [4575] */
12028  (xdc_Char)0x61, /* [4576] */
12029  (xdc_Char)0x64, /* [4577] */
12030  (xdc_Char)0x79, /* [4578] */
12031  (xdc_Char)0x44, /* [4579] */
12032  (xdc_Char)0x65, /* [4580] */
12033  (xdc_Char)0x66, /* [4581] */
12034  (xdc_Char)0x69, /* [4582] */
12035  (xdc_Char)0x6e, /* [4583] */
12036  (xdc_Char)0x65, /* [4584] */
12037  (xdc_Char)0x64, /* [4585] */
12038  (xdc_Char)0x3a, /* [4586] */
12039  (xdc_Char)0x20, /* [4587] */
12040  (xdc_Char)0x48, /* [4588] */
12041  (xdc_Char)0x77, /* [4589] */
12042  (xdc_Char)0x69, /* [4590] */
12043  (xdc_Char)0x20, /* [4591] */
12044  (xdc_Char)0x61, /* [4592] */
12045  (xdc_Char)0x6c, /* [4593] */
12046  (xdc_Char)0x72, /* [4594] */
12047  (xdc_Char)0x65, /* [4595] */
12048  (xdc_Char)0x61, /* [4596] */
12049  (xdc_Char)0x64, /* [4597] */
12050  (xdc_Char)0x79, /* [4598] */
12051  (xdc_Char)0x20, /* [4599] */
12052  (xdc_Char)0x64, /* [4600] */
12053  (xdc_Char)0x65, /* [4601] */
12054  (xdc_Char)0x66, /* [4602] */
12055  (xdc_Char)0x69, /* [4603] */
12056  (xdc_Char)0x6e, /* [4604] */
12057  (xdc_Char)0x65, /* [4605] */
12058  (xdc_Char)0x64, /* [4606] */
12059  (xdc_Char)0x3a, /* [4607] */
12060  (xdc_Char)0x20, /* [4608] */
12061  (xdc_Char)0x69, /* [4609] */
12062  (xdc_Char)0x6e, /* [4610] */
12063  (xdc_Char)0x74, /* [4611] */
12064  (xdc_Char)0x72, /* [4612] */
12065  (xdc_Char)0x23, /* [4613] */
12066  (xdc_Char)0x20, /* [4614] */
12067  (xdc_Char)0x25, /* [4615] */
12068  (xdc_Char)0x64, /* [4616] */
12069  (xdc_Char)0x0, /* [4617] */
12070  (xdc_Char)0x45, /* [4618] */
12071  (xdc_Char)0x5f, /* [4619] */
12072  (xdc_Char)0x62, /* [4620] */
12073  (xdc_Char)0x61, /* [4621] */
12074  (xdc_Char)0x64, /* [4622] */
12075  (xdc_Char)0x49, /* [4623] */
12076  (xdc_Char)0x6e, /* [4624] */
12077  (xdc_Char)0x74, /* [4625] */
12078  (xdc_Char)0x4e, /* [4626] */
12079  (xdc_Char)0x75, /* [4627] */
12080  (xdc_Char)0x6d, /* [4628] */
12081  (xdc_Char)0x2c, /* [4629] */
12082  (xdc_Char)0x20, /* [4630] */
12083  (xdc_Char)0x69, /* [4631] */
12084  (xdc_Char)0x6e, /* [4632] */
12085  (xdc_Char)0x74, /* [4633] */
12086  (xdc_Char)0x6e, /* [4634] */
12087  (xdc_Char)0x75, /* [4635] */
12088  (xdc_Char)0x6d, /* [4636] */
12089  (xdc_Char)0x3a, /* [4637] */
12090  (xdc_Char)0x20, /* [4638] */
12091  (xdc_Char)0x25, /* [4639] */
12092  (xdc_Char)0x64, /* [4640] */
12093  (xdc_Char)0x20, /* [4641] */
12094  (xdc_Char)0x69, /* [4642] */
12095  (xdc_Char)0x73, /* [4643] */
12096  (xdc_Char)0x20, /* [4644] */
12097  (xdc_Char)0x6f, /* [4645] */
12098  (xdc_Char)0x75, /* [4646] */
12099  (xdc_Char)0x74, /* [4647] */
12100  (xdc_Char)0x20, /* [4648] */
12101  (xdc_Char)0x6f, /* [4649] */
12102  (xdc_Char)0x66, /* [4650] */
12103  (xdc_Char)0x20, /* [4651] */
12104  (xdc_Char)0x72, /* [4652] */
12105  (xdc_Char)0x61, /* [4653] */
12106  (xdc_Char)0x6e, /* [4654] */
12107  (xdc_Char)0x67, /* [4655] */
12108  (xdc_Char)0x65, /* [4656] */
12109  (xdc_Char)0x0, /* [4657] */
12110  (xdc_Char)0x45, /* [4658] */
12111  (xdc_Char)0x5f, /* [4659] */
12112  (xdc_Char)0x75, /* [4660] */
12113  (xdc_Char)0x6e, /* [4661] */
12114  (xdc_Char)0x64, /* [4662] */
12115  (xdc_Char)0x65, /* [4663] */
12116  (xdc_Char)0x66, /* [4664] */
12117  (xdc_Char)0x69, /* [4665] */
12118  (xdc_Char)0x6e, /* [4666] */
12119  (xdc_Char)0x65, /* [4667] */
12120  (xdc_Char)0x64, /* [4668] */
12121  (xdc_Char)0x3a, /* [4669] */
12122  (xdc_Char)0x20, /* [4670] */
12123  (xdc_Char)0x48, /* [4671] */
12124  (xdc_Char)0x77, /* [4672] */
12125  (xdc_Char)0x69, /* [4673] */
12126  (xdc_Char)0x20, /* [4674] */
12127  (xdc_Char)0x75, /* [4675] */
12128  (xdc_Char)0x6e, /* [4676] */
12129  (xdc_Char)0x64, /* [4677] */
12130  (xdc_Char)0x65, /* [4678] */
12131  (xdc_Char)0x66, /* [4679] */
12132  (xdc_Char)0x69, /* [4680] */
12133  (xdc_Char)0x6e, /* [4681] */
12134  (xdc_Char)0x65, /* [4682] */
12135  (xdc_Char)0x64, /* [4683] */
12136  (xdc_Char)0x2c, /* [4684] */
12137  (xdc_Char)0x20, /* [4685] */
12138  (xdc_Char)0x69, /* [4686] */
12139  (xdc_Char)0x6e, /* [4687] */
12140  (xdc_Char)0x74, /* [4688] */
12141  (xdc_Char)0x6e, /* [4689] */
12142  (xdc_Char)0x75, /* [4690] */
12143  (xdc_Char)0x6d, /* [4691] */
12144  (xdc_Char)0x3a, /* [4692] */
12145  (xdc_Char)0x20, /* [4693] */
12146  (xdc_Char)0x25, /* [4694] */
12147  (xdc_Char)0x64, /* [4695] */
12148  (xdc_Char)0x0, /* [4696] */
12149  (xdc_Char)0x45, /* [4697] */
12150  (xdc_Char)0x5f, /* [4698] */
12151  (xdc_Char)0x75, /* [4699] */
12152  (xdc_Char)0x6e, /* [4700] */
12153  (xdc_Char)0x73, /* [4701] */
12154  (xdc_Char)0x75, /* [4702] */
12155  (xdc_Char)0x70, /* [4703] */
12156  (xdc_Char)0x70, /* [4704] */
12157  (xdc_Char)0x6f, /* [4705] */
12158  (xdc_Char)0x72, /* [4706] */
12159  (xdc_Char)0x74, /* [4707] */
12160  (xdc_Char)0x65, /* [4708] */
12161  (xdc_Char)0x64, /* [4709] */
12162  (xdc_Char)0x4d, /* [4710] */
12163  (xdc_Char)0x61, /* [4711] */
12164  (xdc_Char)0x73, /* [4712] */
12165  (xdc_Char)0x6b, /* [4713] */
12166  (xdc_Char)0x69, /* [4714] */
12167  (xdc_Char)0x6e, /* [4715] */
12168  (xdc_Char)0x67, /* [4716] */
12169  (xdc_Char)0x4f, /* [4717] */
12170  (xdc_Char)0x70, /* [4718] */
12171  (xdc_Char)0x74, /* [4719] */
12172  (xdc_Char)0x69, /* [4720] */
12173  (xdc_Char)0x6f, /* [4721] */
12174  (xdc_Char)0x6e, /* [4722] */
12175  (xdc_Char)0x3a, /* [4723] */
12176  (xdc_Char)0x20, /* [4724] */
12177  (xdc_Char)0x55, /* [4725] */
12178  (xdc_Char)0x6e, /* [4726] */
12179  (xdc_Char)0x73, /* [4727] */
12180  (xdc_Char)0x75, /* [4728] */
12181  (xdc_Char)0x70, /* [4729] */
12182  (xdc_Char)0x70, /* [4730] */
12183  (xdc_Char)0x6f, /* [4731] */
12184  (xdc_Char)0x72, /* [4732] */
12185  (xdc_Char)0x74, /* [4733] */
12186  (xdc_Char)0x65, /* [4734] */
12187  (xdc_Char)0x64, /* [4735] */
12188  (xdc_Char)0x20, /* [4736] */
12189  (xdc_Char)0x6d, /* [4737] */
12190  (xdc_Char)0x61, /* [4738] */
12191  (xdc_Char)0x73, /* [4739] */
12192  (xdc_Char)0x6b, /* [4740] */
12193  (xdc_Char)0x69, /* [4741] */
12194  (xdc_Char)0x6e, /* [4742] */
12195  (xdc_Char)0x67, /* [4743] */
12196  (xdc_Char)0x20, /* [4744] */
12197  (xdc_Char)0x6f, /* [4745] */
12198  (xdc_Char)0x70, /* [4746] */
12199  (xdc_Char)0x74, /* [4747] */
12200  (xdc_Char)0x69, /* [4748] */
12201  (xdc_Char)0x6f, /* [4749] */
12202  (xdc_Char)0x6e, /* [4750] */
12203  (xdc_Char)0x20, /* [4751] */
12204  (xdc_Char)0x70, /* [4752] */
12205  (xdc_Char)0x61, /* [4753] */
12206  (xdc_Char)0x73, /* [4754] */
12207  (xdc_Char)0x73, /* [4755] */
12208  (xdc_Char)0x65, /* [4756] */
12209  (xdc_Char)0x64, /* [4757] */
12210  (xdc_Char)0x2e, /* [4758] */
12211  (xdc_Char)0x0, /* [4759] */
12212  (xdc_Char)0x45, /* [4760] */
12213  (xdc_Char)0x5f, /* [4761] */
12214  (xdc_Char)0x70, /* [4762] */
12215  (xdc_Char)0x68, /* [4763] */
12216  (xdc_Char)0x61, /* [4764] */
12217  (xdc_Char)0x6e, /* [4765] */
12218  (xdc_Char)0x74, /* [4766] */
12219  (xdc_Char)0x6f, /* [4767] */
12220  (xdc_Char)0x6d, /* [4768] */
12221  (xdc_Char)0x49, /* [4769] */
12222  (xdc_Char)0x6e, /* [4770] */
12223  (xdc_Char)0x74, /* [4771] */
12224  (xdc_Char)0x65, /* [4772] */
12225  (xdc_Char)0x72, /* [4773] */
12226  (xdc_Char)0x72, /* [4774] */
12227  (xdc_Char)0x75, /* [4775] */
12228  (xdc_Char)0x70, /* [4776] */
12229  (xdc_Char)0x74, /* [4777] */
12230  (xdc_Char)0x3a, /* [4778] */
12231  (xdc_Char)0x20, /* [4779] */
12232  (xdc_Char)0x41, /* [4780] */
12233  (xdc_Char)0x20, /* [4781] */
12234  (xdc_Char)0x70, /* [4782] */
12235  (xdc_Char)0x68, /* [4783] */
12236  (xdc_Char)0x61, /* [4784] */
12237  (xdc_Char)0x6e, /* [4785] */
12238  (xdc_Char)0x74, /* [4786] */
12239  (xdc_Char)0x6f, /* [4787] */
12240  (xdc_Char)0x6d, /* [4788] */
12241  (xdc_Char)0x20, /* [4789] */
12242  (xdc_Char)0x69, /* [4790] */
12243  (xdc_Char)0x6e, /* [4791] */
12244  (xdc_Char)0x74, /* [4792] */
12245  (xdc_Char)0x65, /* [4793] */
12246  (xdc_Char)0x72, /* [4794] */
12247  (xdc_Char)0x72, /* [4795] */
12248  (xdc_Char)0x75, /* [4796] */
12249  (xdc_Char)0x70, /* [4797] */
12250  (xdc_Char)0x74, /* [4798] */
12251  (xdc_Char)0x20, /* [4799] */
12252  (xdc_Char)0x68, /* [4800] */
12253  (xdc_Char)0x61, /* [4801] */
12254  (xdc_Char)0x73, /* [4802] */
12255  (xdc_Char)0x20, /* [4803] */
12256  (xdc_Char)0x6f, /* [4804] */
12257  (xdc_Char)0x63, /* [4805] */
12258  (xdc_Char)0x63, /* [4806] */
12259  (xdc_Char)0x75, /* [4807] */
12260  (xdc_Char)0x72, /* [4808] */
12261  (xdc_Char)0x72, /* [4809] */
12262  (xdc_Char)0x65, /* [4810] */
12263  (xdc_Char)0x64, /* [4811] */
12264  (xdc_Char)0x2e, /* [4812] */
12265  (xdc_Char)0x0, /* [4813] */
12266  (xdc_Char)0x45, /* [4814] */
12267  (xdc_Char)0x5f, /* [4815] */
12268  (xdc_Char)0x73, /* [4816] */
12269  (xdc_Char)0x77, /* [4817] */
12270  (xdc_Char)0x69, /* [4818] */
12271  (xdc_Char)0x3a, /* [4819] */
12272  (xdc_Char)0x20, /* [4820] */
12273  (xdc_Char)0x70, /* [4821] */
12274  (xdc_Char)0x63, /* [4822] */
12275  (xdc_Char)0x20, /* [4823] */
12276  (xdc_Char)0x3d, /* [4824] */
12277  (xdc_Char)0x20, /* [4825] */
12278  (xdc_Char)0x30, /* [4826] */
12279  (xdc_Char)0x78, /* [4827] */
12280  (xdc_Char)0x25, /* [4828] */
12281  (xdc_Char)0x30, /* [4829] */
12282  (xdc_Char)0x38, /* [4830] */
12283  (xdc_Char)0x78, /* [4831] */
12284  (xdc_Char)0x2c, /* [4832] */
12285  (xdc_Char)0x20, /* [4833] */
12286  (xdc_Char)0x6c, /* [4834] */
12287  (xdc_Char)0x72, /* [4835] */
12288  (xdc_Char)0x20, /* [4836] */
12289  (xdc_Char)0x3d, /* [4837] */
12290  (xdc_Char)0x20, /* [4838] */
12291  (xdc_Char)0x30, /* [4839] */
12292  (xdc_Char)0x78, /* [4840] */
12293  (xdc_Char)0x25, /* [4841] */
12294  (xdc_Char)0x30, /* [4842] */
12295  (xdc_Char)0x38, /* [4843] */
12296  (xdc_Char)0x78, /* [4844] */
12297  (xdc_Char)0x2e, /* [4845] */
12298  (xdc_Char)0x0, /* [4846] */
12299  (xdc_Char)0x45, /* [4847] */
12300  (xdc_Char)0x5f, /* [4848] */
12301  (xdc_Char)0x70, /* [4849] */
12302  (xdc_Char)0x72, /* [4850] */
12303  (xdc_Char)0x65, /* [4851] */
12304  (xdc_Char)0x66, /* [4852] */
12305  (xdc_Char)0x65, /* [4853] */
12306  (xdc_Char)0x74, /* [4854] */
12307  (xdc_Char)0x63, /* [4855] */
12308  (xdc_Char)0x68, /* [4856] */
12309  (xdc_Char)0x41, /* [4857] */
12310  (xdc_Char)0x62, /* [4858] */
12311  (xdc_Char)0x6f, /* [4859] */
12312  (xdc_Char)0x72, /* [4860] */
12313  (xdc_Char)0x74, /* [4861] */
12314  (xdc_Char)0x3a, /* [4862] */
12315  (xdc_Char)0x20, /* [4863] */
12316  (xdc_Char)0x70, /* [4864] */
12317  (xdc_Char)0x63, /* [4865] */
12318  (xdc_Char)0x20, /* [4866] */
12319  (xdc_Char)0x3d, /* [4867] */
12320  (xdc_Char)0x20, /* [4868] */
12321  (xdc_Char)0x30, /* [4869] */
12322  (xdc_Char)0x78, /* [4870] */
12323  (xdc_Char)0x25, /* [4871] */
12324  (xdc_Char)0x30, /* [4872] */
12325  (xdc_Char)0x38, /* [4873] */
12326  (xdc_Char)0x78, /* [4874] */
12327  (xdc_Char)0x2c, /* [4875] */
12328  (xdc_Char)0x20, /* [4876] */
12329  (xdc_Char)0x6c, /* [4877] */
12330  (xdc_Char)0x72, /* [4878] */
12331  (xdc_Char)0x20, /* [4879] */
12332  (xdc_Char)0x3d, /* [4880] */
12333  (xdc_Char)0x20, /* [4881] */
12334  (xdc_Char)0x30, /* [4882] */
12335  (xdc_Char)0x78, /* [4883] */
12336  (xdc_Char)0x25, /* [4884] */
12337  (xdc_Char)0x30, /* [4885] */
12338  (xdc_Char)0x38, /* [4886] */
12339  (xdc_Char)0x78, /* [4887] */
12340  (xdc_Char)0x2e, /* [4888] */
12341  (xdc_Char)0x0, /* [4889] */
12342  (xdc_Char)0x45, /* [4890] */
12343  (xdc_Char)0x5f, /* [4891] */
12344  (xdc_Char)0x64, /* [4892] */
12345  (xdc_Char)0x61, /* [4893] */
12346  (xdc_Char)0x74, /* [4894] */
12347  (xdc_Char)0x61, /* [4895] */
12348  (xdc_Char)0x41, /* [4896] */
12349  (xdc_Char)0x62, /* [4897] */
12350  (xdc_Char)0x6f, /* [4898] */
12351  (xdc_Char)0x72, /* [4899] */
12352  (xdc_Char)0x74, /* [4900] */
12353  (xdc_Char)0x3a, /* [4901] */
12354  (xdc_Char)0x20, /* [4902] */
12355  (xdc_Char)0x70, /* [4903] */
12356  (xdc_Char)0x63, /* [4904] */
12357  (xdc_Char)0x20, /* [4905] */
12358  (xdc_Char)0x3d, /* [4906] */
12359  (xdc_Char)0x20, /* [4907] */
12360  (xdc_Char)0x30, /* [4908] */
12361  (xdc_Char)0x78, /* [4909] */
12362  (xdc_Char)0x25, /* [4910] */
12363  (xdc_Char)0x30, /* [4911] */
12364  (xdc_Char)0x38, /* [4912] */
12365  (xdc_Char)0x78, /* [4913] */
12366  (xdc_Char)0x2c, /* [4914] */
12367  (xdc_Char)0x20, /* [4915] */
12368  (xdc_Char)0x6c, /* [4916] */
12369  (xdc_Char)0x72, /* [4917] */
12370  (xdc_Char)0x20, /* [4918] */
12371  (xdc_Char)0x3d, /* [4919] */
12372  (xdc_Char)0x20, /* [4920] */
12373  (xdc_Char)0x30, /* [4921] */
12374  (xdc_Char)0x78, /* [4922] */
12375  (xdc_Char)0x25, /* [4923] */
12376  (xdc_Char)0x30, /* [4924] */
12377  (xdc_Char)0x38, /* [4925] */
12378  (xdc_Char)0x78, /* [4926] */
12379  (xdc_Char)0x2e, /* [4927] */
12380  (xdc_Char)0x0, /* [4928] */
12381  (xdc_Char)0x45, /* [4929] */
12382  (xdc_Char)0x5f, /* [4930] */
12383  (xdc_Char)0x75, /* [4931] */
12384  (xdc_Char)0x6e, /* [4932] */
12385  (xdc_Char)0x64, /* [4933] */
12386  (xdc_Char)0x65, /* [4934] */
12387  (xdc_Char)0x66, /* [4935] */
12388  (xdc_Char)0x69, /* [4936] */
12389  (xdc_Char)0x6e, /* [4937] */
12390  (xdc_Char)0x65, /* [4938] */
12391  (xdc_Char)0x64, /* [4939] */
12392  (xdc_Char)0x49, /* [4940] */
12393  (xdc_Char)0x6e, /* [4941] */
12394  (xdc_Char)0x73, /* [4942] */
12395  (xdc_Char)0x74, /* [4943] */
12396  (xdc_Char)0x72, /* [4944] */
12397  (xdc_Char)0x75, /* [4945] */
12398  (xdc_Char)0x63, /* [4946] */
12399  (xdc_Char)0x74, /* [4947] */
12400  (xdc_Char)0x69, /* [4948] */
12401  (xdc_Char)0x6f, /* [4949] */
12402  (xdc_Char)0x6e, /* [4950] */
12403  (xdc_Char)0x3a, /* [4951] */
12404  (xdc_Char)0x20, /* [4952] */
12405  (xdc_Char)0x70, /* [4953] */
12406  (xdc_Char)0x63, /* [4954] */
12407  (xdc_Char)0x20, /* [4955] */
12408  (xdc_Char)0x3d, /* [4956] */
12409  (xdc_Char)0x20, /* [4957] */
12410  (xdc_Char)0x30, /* [4958] */
12411  (xdc_Char)0x78, /* [4959] */
12412  (xdc_Char)0x25, /* [4960] */
12413  (xdc_Char)0x30, /* [4961] */
12414  (xdc_Char)0x38, /* [4962] */
12415  (xdc_Char)0x78, /* [4963] */
12416  (xdc_Char)0x2c, /* [4964] */
12417  (xdc_Char)0x20, /* [4965] */
12418  (xdc_Char)0x6c, /* [4966] */
12419  (xdc_Char)0x72, /* [4967] */
12420  (xdc_Char)0x20, /* [4968] */
12421  (xdc_Char)0x3d, /* [4969] */
12422  (xdc_Char)0x20, /* [4970] */
12423  (xdc_Char)0x30, /* [4971] */
12424  (xdc_Char)0x78, /* [4972] */
12425  (xdc_Char)0x25, /* [4973] */
12426  (xdc_Char)0x30, /* [4974] */
12427  (xdc_Char)0x38, /* [4975] */
12428  (xdc_Char)0x78, /* [4976] */
12429  (xdc_Char)0x2e, /* [4977] */
12430  (xdc_Char)0x0, /* [4978] */
12431  (xdc_Char)0x45, /* [4979] */
12432  (xdc_Char)0x5f, /* [4980] */
12433  (xdc_Char)0x70, /* [4981] */
12434  (xdc_Char)0x72, /* [4982] */
12435  (xdc_Char)0x69, /* [4983] */
12436  (xdc_Char)0x6f, /* [4984] */
12437  (xdc_Char)0x72, /* [4985] */
12438  (xdc_Char)0x69, /* [4986] */
12439  (xdc_Char)0x74, /* [4987] */
12440  (xdc_Char)0x79, /* [4988] */
12441  (xdc_Char)0x3a, /* [4989] */
12442  (xdc_Char)0x20, /* [4990] */
12443  (xdc_Char)0x54, /* [4991] */
12444  (xdc_Char)0x68, /* [4992] */
12445  (xdc_Char)0x72, /* [4993] */
12446  (xdc_Char)0x65, /* [4994] */
12447  (xdc_Char)0x61, /* [4995] */
12448  (xdc_Char)0x64, /* [4996] */
12449  (xdc_Char)0x20, /* [4997] */
12450  (xdc_Char)0x70, /* [4998] */
12451  (xdc_Char)0x72, /* [4999] */
12452  (xdc_Char)0x69, /* [5000] */
12453  (xdc_Char)0x6f, /* [5001] */
12454  (xdc_Char)0x72, /* [5002] */
12455  (xdc_Char)0x69, /* [5003] */
12456  (xdc_Char)0x74, /* [5004] */
12457  (xdc_Char)0x79, /* [5005] */
12458  (xdc_Char)0x20, /* [5006] */
12459  (xdc_Char)0x69, /* [5007] */
12460  (xdc_Char)0x73, /* [5008] */
12461  (xdc_Char)0x20, /* [5009] */
12462  (xdc_Char)0x69, /* [5010] */
12463  (xdc_Char)0x6e, /* [5011] */
12464  (xdc_Char)0x76, /* [5012] */
12465  (xdc_Char)0x61, /* [5013] */
12466  (xdc_Char)0x6c, /* [5014] */
12467  (xdc_Char)0x69, /* [5015] */
12468  (xdc_Char)0x64, /* [5016] */
12469  (xdc_Char)0x20, /* [5017] */
12470  (xdc_Char)0x25, /* [5018] */
12471  (xdc_Char)0x64, /* [5019] */
12472  (xdc_Char)0x0, /* [5020] */
12473  (xdc_Char)0x45, /* [5021] */
12474  (xdc_Char)0x5f, /* [5022] */
12475  (xdc_Char)0x73, /* [5023] */
12476  (xdc_Char)0x74, /* [5024] */
12477  (xdc_Char)0x61, /* [5025] */
12478  (xdc_Char)0x63, /* [5026] */
12479  (xdc_Char)0x6b, /* [5027] */
12480  (xdc_Char)0x4f, /* [5028] */
12481  (xdc_Char)0x76, /* [5029] */
12482  (xdc_Char)0x65, /* [5030] */
12483  (xdc_Char)0x72, /* [5031] */
12484  (xdc_Char)0x66, /* [5032] */
12485  (xdc_Char)0x6c, /* [5033] */
12486  (xdc_Char)0x6f, /* [5034] */
12487  (xdc_Char)0x77, /* [5035] */
12488  (xdc_Char)0x3a, /* [5036] */
12489  (xdc_Char)0x20, /* [5037] */
12490  (xdc_Char)0x49, /* [5038] */
12491  (xdc_Char)0x53, /* [5039] */
12492  (xdc_Char)0x52, /* [5040] */
12493  (xdc_Char)0x20, /* [5041] */
12494  (xdc_Char)0x73, /* [5042] */
12495  (xdc_Char)0x74, /* [5043] */
12496  (xdc_Char)0x61, /* [5044] */
12497  (xdc_Char)0x63, /* [5045] */
12498  (xdc_Char)0x6b, /* [5046] */
12499  (xdc_Char)0x20, /* [5047] */
12500  (xdc_Char)0x6f, /* [5048] */
12501  (xdc_Char)0x76, /* [5049] */
12502  (xdc_Char)0x65, /* [5050] */
12503  (xdc_Char)0x72, /* [5051] */
12504  (xdc_Char)0x66, /* [5052] */
12505  (xdc_Char)0x6c, /* [5053] */
12506  (xdc_Char)0x6f, /* [5054] */
12507  (xdc_Char)0x77, /* [5055] */
12508  (xdc_Char)0x2e, /* [5056] */
12509  (xdc_Char)0x0, /* [5057] */
12510  (xdc_Char)0x45, /* [5058] */
12511  (xdc_Char)0x5f, /* [5059] */
12512  (xdc_Char)0x6d, /* [5060] */
12513  (xdc_Char)0x69, /* [5061] */
12514  (xdc_Char)0x73, /* [5062] */
12515  (xdc_Char)0x6d, /* [5063] */
12516  (xdc_Char)0x61, /* [5064] */
12517  (xdc_Char)0x74, /* [5065] */
12518  (xdc_Char)0x63, /* [5066] */
12519  (xdc_Char)0x68, /* [5067] */
12520  (xdc_Char)0x65, /* [5068] */
12521  (xdc_Char)0x64, /* [5069] */
12522  (xdc_Char)0x49, /* [5070] */
12523  (xdc_Char)0x64, /* [5071] */
12524  (xdc_Char)0x73, /* [5072] */
12525  (xdc_Char)0x3a, /* [5073] */
12526  (xdc_Char)0x20, /* [5074] */
12527  (xdc_Char)0x43, /* [5075] */
12528  (xdc_Char)0x6f, /* [5076] */
12529  (xdc_Char)0x72, /* [5077] */
12530  (xdc_Char)0x65, /* [5078] */
12531  (xdc_Char)0x5f, /* [5079] */
12532  (xdc_Char)0x49, /* [5080] */
12533  (xdc_Char)0x64, /* [5081] */
12534  (xdc_Char)0x3a, /* [5082] */
12535  (xdc_Char)0x20, /* [5083] */
12536  (xdc_Char)0x25, /* [5084] */
12537  (xdc_Char)0x64, /* [5085] */
12538  (xdc_Char)0x20, /* [5086] */
12539  (xdc_Char)0x64, /* [5087] */
12540  (xdc_Char)0x6f, /* [5088] */
12541  (xdc_Char)0x65, /* [5089] */
12542  (xdc_Char)0x73, /* [5090] */
12543  (xdc_Char)0x20, /* [5091] */
12544  (xdc_Char)0x6e, /* [5092] */
12545  (xdc_Char)0x6f, /* [5093] */
12546  (xdc_Char)0x74, /* [5094] */
12547  (xdc_Char)0x20, /* [5095] */
12548  (xdc_Char)0x6d, /* [5096] */
12549  (xdc_Char)0x61, /* [5097] */
12550  (xdc_Char)0x74, /* [5098] */
12551  (xdc_Char)0x63, /* [5099] */
12552  (xdc_Char)0x68, /* [5100] */
12553  (xdc_Char)0x20, /* [5101] */
12554  (xdc_Char)0x68, /* [5102] */
12555  (xdc_Char)0x61, /* [5103] */
12556  (xdc_Char)0x72, /* [5104] */
12557  (xdc_Char)0x64, /* [5105] */
12558  (xdc_Char)0x77, /* [5106] */
12559  (xdc_Char)0x61, /* [5107] */
12560  (xdc_Char)0x72, /* [5108] */
12561  (xdc_Char)0x65, /* [5109] */
12562  (xdc_Char)0x20, /* [5110] */
12563  (xdc_Char)0x63, /* [5111] */
12564  (xdc_Char)0x6f, /* [5112] */
12565  (xdc_Char)0x72, /* [5113] */
12566  (xdc_Char)0x65, /* [5114] */
12567  (xdc_Char)0x20, /* [5115] */
12568  (xdc_Char)0x49, /* [5116] */
12569  (xdc_Char)0x64, /* [5117] */
12570  (xdc_Char)0x3a, /* [5118] */
12571  (xdc_Char)0x20, /* [5119] */
12572  (xdc_Char)0x25, /* [5120] */
12573  (xdc_Char)0x64, /* [5121] */
12574  (xdc_Char)0x0, /* [5122] */
12575  (xdc_Char)0x45, /* [5123] */
12576  (xdc_Char)0x5f, /* [5124] */
12577  (xdc_Char)0x69, /* [5125] */
12578  (xdc_Char)0x6e, /* [5126] */
12579  (xdc_Char)0x76, /* [5127] */
12580  (xdc_Char)0x61, /* [5128] */
12581  (xdc_Char)0x6c, /* [5129] */
12582  (xdc_Char)0x69, /* [5130] */
12583  (xdc_Char)0x64, /* [5131] */
12584  (xdc_Char)0x54, /* [5132] */
12585  (xdc_Char)0x69, /* [5133] */
12586  (xdc_Char)0x6d, /* [5134] */
12587  (xdc_Char)0x65, /* [5135] */
12588  (xdc_Char)0x72, /* [5136] */
12589  (xdc_Char)0x3a, /* [5137] */
12590  (xdc_Char)0x20, /* [5138] */
12591  (xdc_Char)0x49, /* [5139] */
12592  (xdc_Char)0x6e, /* [5140] */
12593  (xdc_Char)0x76, /* [5141] */
12594  (xdc_Char)0x61, /* [5142] */
12595  (xdc_Char)0x6c, /* [5143] */
12596  (xdc_Char)0x69, /* [5144] */
12597  (xdc_Char)0x64, /* [5145] */
12598  (xdc_Char)0x20, /* [5146] */
12599  (xdc_Char)0x54, /* [5147] */
12600  (xdc_Char)0x69, /* [5148] */
12601  (xdc_Char)0x6d, /* [5149] */
12602  (xdc_Char)0x65, /* [5150] */
12603  (xdc_Char)0x72, /* [5151] */
12604  (xdc_Char)0x20, /* [5152] */
12605  (xdc_Char)0x49, /* [5153] */
12606  (xdc_Char)0x64, /* [5154] */
12607  (xdc_Char)0x20, /* [5155] */
12608  (xdc_Char)0x25, /* [5156] */
12609  (xdc_Char)0x64, /* [5157] */
12610  (xdc_Char)0x0, /* [5158] */
12611  (xdc_Char)0x45, /* [5159] */
12612  (xdc_Char)0x5f, /* [5160] */
12613  (xdc_Char)0x6e, /* [5161] */
12614  (xdc_Char)0x6f, /* [5162] */
12615  (xdc_Char)0x74, /* [5163] */
12616  (xdc_Char)0x41, /* [5164] */
12617  (xdc_Char)0x76, /* [5165] */
12618  (xdc_Char)0x61, /* [5166] */
12619  (xdc_Char)0x69, /* [5167] */
12620  (xdc_Char)0x6c, /* [5168] */
12621  (xdc_Char)0x61, /* [5169] */
12622  (xdc_Char)0x62, /* [5170] */
12623  (xdc_Char)0x6c, /* [5171] */
12624  (xdc_Char)0x65, /* [5172] */
12625  (xdc_Char)0x3a, /* [5173] */
12626  (xdc_Char)0x20, /* [5174] */
12627  (xdc_Char)0x54, /* [5175] */
12628  (xdc_Char)0x69, /* [5176] */
12629  (xdc_Char)0x6d, /* [5177] */
12630  (xdc_Char)0x65, /* [5178] */
12631  (xdc_Char)0x72, /* [5179] */
12632  (xdc_Char)0x20, /* [5180] */
12633  (xdc_Char)0x6e, /* [5181] */
12634  (xdc_Char)0x6f, /* [5182] */
12635  (xdc_Char)0x74, /* [5183] */
12636  (xdc_Char)0x20, /* [5184] */
12637  (xdc_Char)0x61, /* [5185] */
12638  (xdc_Char)0x76, /* [5186] */
12639  (xdc_Char)0x61, /* [5187] */
12640  (xdc_Char)0x69, /* [5188] */
12641  (xdc_Char)0x6c, /* [5189] */
12642  (xdc_Char)0x61, /* [5190] */
12643  (xdc_Char)0x62, /* [5191] */
12644  (xdc_Char)0x6c, /* [5192] */
12645  (xdc_Char)0x65, /* [5193] */
12646  (xdc_Char)0x20, /* [5194] */
12647  (xdc_Char)0x25, /* [5195] */
12648  (xdc_Char)0x64, /* [5196] */
12649  (xdc_Char)0x0, /* [5197] */
12650  (xdc_Char)0x45, /* [5198] */
12651  (xdc_Char)0x5f, /* [5199] */
12652  (xdc_Char)0x49, /* [5200] */
12653  (xdc_Char)0x6e, /* [5201] */
12654  (xdc_Char)0x76, /* [5202] */
12655  (xdc_Char)0x61, /* [5203] */
12656  (xdc_Char)0x6c, /* [5204] */
12657  (xdc_Char)0x69, /* [5205] */
12658  (xdc_Char)0x64, /* [5206] */
12659  (xdc_Char)0x4d, /* [5207] */
12660  (xdc_Char)0x61, /* [5208] */
12661  (xdc_Char)0x73, /* [5209] */
12662  (xdc_Char)0x6b, /* [5210] */
12663  (xdc_Char)0x3a, /* [5211] */
12664  (xdc_Char)0x20, /* [5212] */
12665  (xdc_Char)0x4d, /* [5213] */
12666  (xdc_Char)0x61, /* [5214] */
12667  (xdc_Char)0x73, /* [5215] */
12668  (xdc_Char)0x6b, /* [5216] */
12669  (xdc_Char)0x20, /* [5217] */
12670  (xdc_Char)0x69, /* [5218] */
12671  (xdc_Char)0x6e, /* [5219] */
12672  (xdc_Char)0x20, /* [5220] */
12673  (xdc_Char)0x68, /* [5221] */
12674  (xdc_Char)0x77, /* [5222] */
12675  (xdc_Char)0x69, /* [5223] */
12676  (xdc_Char)0x50, /* [5224] */
12677  (xdc_Char)0x61, /* [5225] */
12678  (xdc_Char)0x72, /* [5226] */
12679  (xdc_Char)0x61, /* [5227] */
12680  (xdc_Char)0x6d, /* [5228] */
12681  (xdc_Char)0x73, /* [5229] */
12682  (xdc_Char)0x20, /* [5230] */
12683  (xdc_Char)0x63, /* [5231] */
12684  (xdc_Char)0x61, /* [5232] */
12685  (xdc_Char)0x6e, /* [5233] */
12686  (xdc_Char)0x6e, /* [5234] */
12687  (xdc_Char)0x6f, /* [5235] */
12688  (xdc_Char)0x74, /* [5236] */
12689  (xdc_Char)0x20, /* [5237] */
12690  (xdc_Char)0x65, /* [5238] */
12691  (xdc_Char)0x6e, /* [5239] */
12692  (xdc_Char)0x61, /* [5240] */
12693  (xdc_Char)0x62, /* [5241] */
12694  (xdc_Char)0x6c, /* [5242] */
12695  (xdc_Char)0x65, /* [5243] */
12696  (xdc_Char)0x20, /* [5244] */
12697  (xdc_Char)0x73, /* [5245] */
12698  (xdc_Char)0x65, /* [5246] */
12699  (xdc_Char)0x6c, /* [5247] */
12700  (xdc_Char)0x66, /* [5248] */
12701  (xdc_Char)0x0, /* [5249] */
12702  (xdc_Char)0x45, /* [5250] */
12703  (xdc_Char)0x5f, /* [5251] */
12704  (xdc_Char)0x63, /* [5252] */
12705  (xdc_Char)0x61, /* [5253] */
12706  (xdc_Char)0x6e, /* [5254] */
12707  (xdc_Char)0x6e, /* [5255] */
12708  (xdc_Char)0x6f, /* [5256] */
12709  (xdc_Char)0x74, /* [5257] */
12710  (xdc_Char)0x53, /* [5258] */
12711  (xdc_Char)0x75, /* [5259] */
12712  (xdc_Char)0x70, /* [5260] */
12713  (xdc_Char)0x70, /* [5261] */
12714  (xdc_Char)0x6f, /* [5262] */
12715  (xdc_Char)0x72, /* [5263] */
12716  (xdc_Char)0x74, /* [5264] */
12717  (xdc_Char)0x3a, /* [5265] */
12718  (xdc_Char)0x20, /* [5266] */
12719  (xdc_Char)0x54, /* [5267] */
12720  (xdc_Char)0x69, /* [5268] */
12721  (xdc_Char)0x6d, /* [5269] */
12722  (xdc_Char)0x65, /* [5270] */
12723  (xdc_Char)0x72, /* [5271] */
12724  (xdc_Char)0x20, /* [5272] */
12725  (xdc_Char)0x63, /* [5273] */
12726  (xdc_Char)0x61, /* [5274] */
12727  (xdc_Char)0x6e, /* [5275] */
12728  (xdc_Char)0x6e, /* [5276] */
12729  (xdc_Char)0x6f, /* [5277] */
12730  (xdc_Char)0x74, /* [5278] */
12731  (xdc_Char)0x20, /* [5279] */
12732  (xdc_Char)0x73, /* [5280] */
12733  (xdc_Char)0x75, /* [5281] */
12734  (xdc_Char)0x70, /* [5282] */
12735  (xdc_Char)0x70, /* [5283] */
12736  (xdc_Char)0x6f, /* [5284] */
12737  (xdc_Char)0x72, /* [5285] */
12738  (xdc_Char)0x74, /* [5286] */
12739  (xdc_Char)0x20, /* [5287] */
12740  (xdc_Char)0x72, /* [5288] */
12741  (xdc_Char)0x65, /* [5289] */
12742  (xdc_Char)0x71, /* [5290] */
12743  (xdc_Char)0x75, /* [5291] */
12744  (xdc_Char)0x65, /* [5292] */
12745  (xdc_Char)0x73, /* [5293] */
12746  (xdc_Char)0x74, /* [5294] */
12747  (xdc_Char)0x65, /* [5295] */
12748  (xdc_Char)0x64, /* [5296] */
12749  (xdc_Char)0x20, /* [5297] */
12750  (xdc_Char)0x70, /* [5298] */
12751  (xdc_Char)0x65, /* [5299] */
12752  (xdc_Char)0x72, /* [5300] */
12753  (xdc_Char)0x69, /* [5301] */
12754  (xdc_Char)0x6f, /* [5302] */
12755  (xdc_Char)0x64, /* [5303] */
12756  (xdc_Char)0x20, /* [5304] */
12757  (xdc_Char)0x25, /* [5305] */
12758  (xdc_Char)0x64, /* [5306] */
12759  (xdc_Char)0x0, /* [5307] */
12760  (xdc_Char)0x3c, /* [5308] */
12761  (xdc_Char)0x2d, /* [5309] */
12762  (xdc_Char)0x2d, /* [5310] */
12763  (xdc_Char)0x20, /* [5311] */
12764  (xdc_Char)0x63, /* [5312] */
12765  (xdc_Char)0x6f, /* [5313] */
12766  (xdc_Char)0x6e, /* [5314] */
12767  (xdc_Char)0x73, /* [5315] */
12768  (xdc_Char)0x74, /* [5316] */
12769  (xdc_Char)0x72, /* [5317] */
12770  (xdc_Char)0x75, /* [5318] */
12771  (xdc_Char)0x63, /* [5319] */
12772  (xdc_Char)0x74, /* [5320] */
12773  (xdc_Char)0x3a, /* [5321] */
12774  (xdc_Char)0x20, /* [5322] */
12775  (xdc_Char)0x25, /* [5323] */
12776  (xdc_Char)0x70, /* [5324] */
12777  (xdc_Char)0x28, /* [5325] */
12778  (xdc_Char)0x27, /* [5326] */
12779  (xdc_Char)0x25, /* [5327] */
12780  (xdc_Char)0x73, /* [5328] */
12781  (xdc_Char)0x27, /* [5329] */
12782  (xdc_Char)0x29, /* [5330] */
12783  (xdc_Char)0x0, /* [5331] */
12784  (xdc_Char)0x3c, /* [5332] */
12785  (xdc_Char)0x2d, /* [5333] */
12786  (xdc_Char)0x2d, /* [5334] */
12787  (xdc_Char)0x20, /* [5335] */
12788  (xdc_Char)0x63, /* [5336] */
12789  (xdc_Char)0x72, /* [5337] */
12790  (xdc_Char)0x65, /* [5338] */
12791  (xdc_Char)0x61, /* [5339] */
12792  (xdc_Char)0x74, /* [5340] */
12793  (xdc_Char)0x65, /* [5341] */
12794  (xdc_Char)0x3a, /* [5342] */
12795  (xdc_Char)0x20, /* [5343] */
12796  (xdc_Char)0x25, /* [5344] */
12797  (xdc_Char)0x70, /* [5345] */
12798  (xdc_Char)0x28, /* [5346] */
12799  (xdc_Char)0x27, /* [5347] */
12800  (xdc_Char)0x25, /* [5348] */
12801  (xdc_Char)0x73, /* [5349] */
12802  (xdc_Char)0x27, /* [5350] */
12803  (xdc_Char)0x29, /* [5351] */
12804  (xdc_Char)0x0, /* [5352] */
12805  (xdc_Char)0x2d, /* [5353] */
12806  (xdc_Char)0x2d, /* [5354] */
12807  (xdc_Char)0x3e, /* [5355] */
12808  (xdc_Char)0x20, /* [5356] */
12809  (xdc_Char)0x64, /* [5357] */
12810  (xdc_Char)0x65, /* [5358] */
12811  (xdc_Char)0x73, /* [5359] */
12812  (xdc_Char)0x74, /* [5360] */
12813  (xdc_Char)0x72, /* [5361] */
12814  (xdc_Char)0x75, /* [5362] */
12815  (xdc_Char)0x63, /* [5363] */
12816  (xdc_Char)0x74, /* [5364] */
12817  (xdc_Char)0x3a, /* [5365] */
12818  (xdc_Char)0x20, /* [5366] */
12819  (xdc_Char)0x28, /* [5367] */
12820  (xdc_Char)0x25, /* [5368] */
12821  (xdc_Char)0x70, /* [5369] */
12822  (xdc_Char)0x29, /* [5370] */
12823  (xdc_Char)0x0, /* [5371] */
12824  (xdc_Char)0x2d, /* [5372] */
12825  (xdc_Char)0x2d, /* [5373] */
12826  (xdc_Char)0x3e, /* [5374] */
12827  (xdc_Char)0x20, /* [5375] */
12828  (xdc_Char)0x64, /* [5376] */
12829  (xdc_Char)0x65, /* [5377] */
12830  (xdc_Char)0x6c, /* [5378] */
12831  (xdc_Char)0x65, /* [5379] */
12832  (xdc_Char)0x74, /* [5380] */
12833  (xdc_Char)0x65, /* [5381] */
12834  (xdc_Char)0x3a, /* [5382] */
12835  (xdc_Char)0x20, /* [5383] */
12836  (xdc_Char)0x28, /* [5384] */
12837  (xdc_Char)0x25, /* [5385] */
12838  (xdc_Char)0x70, /* [5386] */
12839  (xdc_Char)0x29, /* [5387] */
12840  (xdc_Char)0x0, /* [5388] */
12841  (xdc_Char)0x45, /* [5389] */
12842  (xdc_Char)0x52, /* [5390] */
12843  (xdc_Char)0x52, /* [5391] */
12844  (xdc_Char)0x4f, /* [5392] */
12845  (xdc_Char)0x52, /* [5393] */
12846  (xdc_Char)0x3a, /* [5394] */
12847  (xdc_Char)0x20, /* [5395] */
12848  (xdc_Char)0x25, /* [5396] */
12849  (xdc_Char)0x24, /* [5397] */
12850  (xdc_Char)0x46, /* [5398] */
12851  (xdc_Char)0x25, /* [5399] */
12852  (xdc_Char)0x24, /* [5400] */
12853  (xdc_Char)0x53, /* [5401] */
12854  (xdc_Char)0x0, /* [5402] */
12855  (xdc_Char)0x57, /* [5403] */
12856  (xdc_Char)0x41, /* [5404] */
12857  (xdc_Char)0x52, /* [5405] */
12858  (xdc_Char)0x4e, /* [5406] */
12859  (xdc_Char)0x49, /* [5407] */
12860  (xdc_Char)0x4e, /* [5408] */
12861  (xdc_Char)0x47, /* [5409] */
12862  (xdc_Char)0x3a, /* [5410] */
12863  (xdc_Char)0x20, /* [5411] */
12864  (xdc_Char)0x25, /* [5412] */
12865  (xdc_Char)0x24, /* [5413] */
12866  (xdc_Char)0x46, /* [5414] */
12867  (xdc_Char)0x25, /* [5415] */
12868  (xdc_Char)0x24, /* [5416] */
12869  (xdc_Char)0x53, /* [5417] */
12870  (xdc_Char)0x0, /* [5418] */
12871  (xdc_Char)0x25, /* [5419] */
12872  (xdc_Char)0x24, /* [5420] */
12873  (xdc_Char)0x46, /* [5421] */
12874  (xdc_Char)0x25, /* [5422] */
12875  (xdc_Char)0x24, /* [5423] */
12876  (xdc_Char)0x53, /* [5424] */
12877  (xdc_Char)0x0, /* [5425] */
12878  (xdc_Char)0x53, /* [5426] */
12879  (xdc_Char)0x74, /* [5427] */
12880  (xdc_Char)0x61, /* [5428] */
12881  (xdc_Char)0x72, /* [5429] */
12882  (xdc_Char)0x74, /* [5430] */
12883  (xdc_Char)0x3a, /* [5431] */
12884  (xdc_Char)0x20, /* [5432] */
12885  (xdc_Char)0x25, /* [5433] */
12886  (xdc_Char)0x24, /* [5434] */
12887  (xdc_Char)0x53, /* [5435] */
12888  (xdc_Char)0x0, /* [5436] */
12889  (xdc_Char)0x53, /* [5437] */
12890  (xdc_Char)0x74, /* [5438] */
12891  (xdc_Char)0x6f, /* [5439] */
12892  (xdc_Char)0x70, /* [5440] */
12893  (xdc_Char)0x3a, /* [5441] */
12894  (xdc_Char)0x20, /* [5442] */
12895  (xdc_Char)0x25, /* [5443] */
12896  (xdc_Char)0x24, /* [5444] */
12897  (xdc_Char)0x53, /* [5445] */
12898  (xdc_Char)0x0, /* [5446] */
12899  (xdc_Char)0x53, /* [5447] */
12900  (xdc_Char)0x74, /* [5448] */
12901  (xdc_Char)0x61, /* [5449] */
12902  (xdc_Char)0x72, /* [5450] */
12903  (xdc_Char)0x74, /* [5451] */
12904  (xdc_Char)0x49, /* [5452] */
12905  (xdc_Char)0x6e, /* [5453] */
12906  (xdc_Char)0x73, /* [5454] */
12907  (xdc_Char)0x74, /* [5455] */
12908  (xdc_Char)0x61, /* [5456] */
12909  (xdc_Char)0x6e, /* [5457] */
12910  (xdc_Char)0x63, /* [5458] */
12911  (xdc_Char)0x65, /* [5459] */
12912  (xdc_Char)0x3a, /* [5460] */
12913  (xdc_Char)0x20, /* [5461] */
12914  (xdc_Char)0x25, /* [5462] */
12915  (xdc_Char)0x24, /* [5463] */
12916  (xdc_Char)0x53, /* [5464] */
12917  (xdc_Char)0x0, /* [5465] */
12918  (xdc_Char)0x53, /* [5466] */
12919  (xdc_Char)0x74, /* [5467] */
12920  (xdc_Char)0x6f, /* [5468] */
12921  (xdc_Char)0x70, /* [5469] */
12922  (xdc_Char)0x49, /* [5470] */
12923  (xdc_Char)0x6e, /* [5471] */
12924  (xdc_Char)0x73, /* [5472] */
12925  (xdc_Char)0x74, /* [5473] */
12926  (xdc_Char)0x61, /* [5474] */
12927  (xdc_Char)0x6e, /* [5475] */
12928  (xdc_Char)0x63, /* [5476] */
12929  (xdc_Char)0x65, /* [5477] */
12930  (xdc_Char)0x3a, /* [5478] */
12931  (xdc_Char)0x20, /* [5479] */
12932  (xdc_Char)0x25, /* [5480] */
12933  (xdc_Char)0x24, /* [5481] */
12934  (xdc_Char)0x53, /* [5482] */
12935  (xdc_Char)0x0, /* [5483] */
12936  (xdc_Char)0x4c, /* [5484] */
12937  (xdc_Char)0x57, /* [5485] */
12938  (xdc_Char)0x5f, /* [5486] */
12939  (xdc_Char)0x64, /* [5487] */
12940  (xdc_Char)0x65, /* [5488] */
12941  (xdc_Char)0x6c, /* [5489] */
12942  (xdc_Char)0x61, /* [5490] */
12943  (xdc_Char)0x79, /* [5491] */
12944  (xdc_Char)0x65, /* [5492] */
12945  (xdc_Char)0x64, /* [5493] */
12946  (xdc_Char)0x3a, /* [5494] */
12947  (xdc_Char)0x20, /* [5495] */
12948  (xdc_Char)0x64, /* [5496] */
12949  (xdc_Char)0x65, /* [5497] */
12950  (xdc_Char)0x6c, /* [5498] */
12951  (xdc_Char)0x61, /* [5499] */
12952  (xdc_Char)0x79, /* [5500] */
12953  (xdc_Char)0x3a, /* [5501] */
12954  (xdc_Char)0x20, /* [5502] */
12955  (xdc_Char)0x25, /* [5503] */
12956  (xdc_Char)0x64, /* [5504] */
12957  (xdc_Char)0x0, /* [5505] */
12958  (xdc_Char)0x4c, /* [5506] */
12959  (xdc_Char)0x4d, /* [5507] */
12960  (xdc_Char)0x5f, /* [5508] */
12961  (xdc_Char)0x74, /* [5509] */
12962  (xdc_Char)0x69, /* [5510] */
12963  (xdc_Char)0x63, /* [5511] */
12964  (xdc_Char)0x6b, /* [5512] */
12965  (xdc_Char)0x3a, /* [5513] */
12966  (xdc_Char)0x20, /* [5514] */
12967  (xdc_Char)0x74, /* [5515] */
12968  (xdc_Char)0x69, /* [5516] */
12969  (xdc_Char)0x63, /* [5517] */
12970  (xdc_Char)0x6b, /* [5518] */
12971  (xdc_Char)0x3a, /* [5519] */
12972  (xdc_Char)0x20, /* [5520] */
12973  (xdc_Char)0x25, /* [5521] */
12974  (xdc_Char)0x64, /* [5522] */
12975  (xdc_Char)0x0, /* [5523] */
12976  (xdc_Char)0x4c, /* [5524] */
12977  (xdc_Char)0x4d, /* [5525] */
12978  (xdc_Char)0x5f, /* [5526] */
12979  (xdc_Char)0x62, /* [5527] */
12980  (xdc_Char)0x65, /* [5528] */
12981  (xdc_Char)0x67, /* [5529] */
12982  (xdc_Char)0x69, /* [5530] */
12983  (xdc_Char)0x6e, /* [5531] */
12984  (xdc_Char)0x3a, /* [5532] */
12985  (xdc_Char)0x20, /* [5533] */
12986  (xdc_Char)0x63, /* [5534] */
12987  (xdc_Char)0x6c, /* [5535] */
12988  (xdc_Char)0x6b, /* [5536] */
12989  (xdc_Char)0x3a, /* [5537] */
12990  (xdc_Char)0x20, /* [5538] */
12991  (xdc_Char)0x30, /* [5539] */
12992  (xdc_Char)0x78, /* [5540] */
12993  (xdc_Char)0x25, /* [5541] */
12994  (xdc_Char)0x78, /* [5542] */
12995  (xdc_Char)0x2c, /* [5543] */
12996  (xdc_Char)0x20, /* [5544] */
12997  (xdc_Char)0x66, /* [5545] */
12998  (xdc_Char)0x75, /* [5546] */
12999  (xdc_Char)0x6e, /* [5547] */
13000  (xdc_Char)0x63, /* [5548] */
13001  (xdc_Char)0x3a, /* [5549] */
13002  (xdc_Char)0x20, /* [5550] */
13003  (xdc_Char)0x30, /* [5551] */
13004  (xdc_Char)0x78, /* [5552] */
13005  (xdc_Char)0x25, /* [5553] */
13006  (xdc_Char)0x78, /* [5554] */
13007  (xdc_Char)0x0, /* [5555] */
13008  (xdc_Char)0x4c, /* [5556] */
13009  (xdc_Char)0x4d, /* [5557] */
13010  (xdc_Char)0x5f, /* [5558] */
13011  (xdc_Char)0x70, /* [5559] */
13012  (xdc_Char)0x6f, /* [5560] */
13013  (xdc_Char)0x73, /* [5561] */
13014  (xdc_Char)0x74, /* [5562] */
13015  (xdc_Char)0x3a, /* [5563] */
13016  (xdc_Char)0x20, /* [5564] */
13017  (xdc_Char)0x65, /* [5565] */
13018  (xdc_Char)0x76, /* [5566] */
13019  (xdc_Char)0x65, /* [5567] */
13020  (xdc_Char)0x6e, /* [5568] */
13021  (xdc_Char)0x74, /* [5569] */
13022  (xdc_Char)0x3a, /* [5570] */
13023  (xdc_Char)0x20, /* [5571] */
13024  (xdc_Char)0x30, /* [5572] */
13025  (xdc_Char)0x78, /* [5573] */
13026  (xdc_Char)0x25, /* [5574] */
13027  (xdc_Char)0x78, /* [5575] */
13028  (xdc_Char)0x2c, /* [5576] */
13029  (xdc_Char)0x20, /* [5577] */
13030  (xdc_Char)0x63, /* [5578] */
13031  (xdc_Char)0x75, /* [5579] */
13032  (xdc_Char)0x72, /* [5580] */
13033  (xdc_Char)0x72, /* [5581] */
13034  (xdc_Char)0x45, /* [5582] */
13035  (xdc_Char)0x76, /* [5583] */
13036  (xdc_Char)0x65, /* [5584] */
13037  (xdc_Char)0x6e, /* [5585] */
13038  (xdc_Char)0x74, /* [5586] */
13039  (xdc_Char)0x73, /* [5587] */
13040  (xdc_Char)0x3a, /* [5588] */
13041  (xdc_Char)0x20, /* [5589] */
13042  (xdc_Char)0x30, /* [5590] */
13043  (xdc_Char)0x78, /* [5591] */
13044  (xdc_Char)0x25, /* [5592] */
13045  (xdc_Char)0x78, /* [5593] */
13046  (xdc_Char)0x2c, /* [5594] */
13047  (xdc_Char)0x20, /* [5595] */
13048  (xdc_Char)0x65, /* [5596] */
13049  (xdc_Char)0x76, /* [5597] */
13050  (xdc_Char)0x65, /* [5598] */
13051  (xdc_Char)0x6e, /* [5599] */
13052  (xdc_Char)0x74, /* [5600] */
13053  (xdc_Char)0x49, /* [5601] */
13054  (xdc_Char)0x64, /* [5602] */
13055  (xdc_Char)0x3a, /* [5603] */
13056  (xdc_Char)0x20, /* [5604] */
13057  (xdc_Char)0x30, /* [5605] */
13058  (xdc_Char)0x78, /* [5606] */
13059  (xdc_Char)0x25, /* [5607] */
13060  (xdc_Char)0x78, /* [5608] */
13061  (xdc_Char)0x0, /* [5609] */
13062  (xdc_Char)0x4c, /* [5610] */
13063  (xdc_Char)0x4d, /* [5611] */
13064  (xdc_Char)0x5f, /* [5612] */
13065  (xdc_Char)0x70, /* [5613] */
13066  (xdc_Char)0x65, /* [5614] */
13067  (xdc_Char)0x6e, /* [5615] */
13068  (xdc_Char)0x64, /* [5616] */
13069  (xdc_Char)0x3a, /* [5617] */
13070  (xdc_Char)0x20, /* [5618] */
13071  (xdc_Char)0x65, /* [5619] */
13072  (xdc_Char)0x76, /* [5620] */
13073  (xdc_Char)0x65, /* [5621] */
13074  (xdc_Char)0x6e, /* [5622] */
13075  (xdc_Char)0x74, /* [5623] */
13076  (xdc_Char)0x3a, /* [5624] */
13077  (xdc_Char)0x20, /* [5625] */
13078  (xdc_Char)0x30, /* [5626] */
13079  (xdc_Char)0x78, /* [5627] */
13080  (xdc_Char)0x25, /* [5628] */
13081  (xdc_Char)0x78, /* [5629] */
13082  (xdc_Char)0x2c, /* [5630] */
13083  (xdc_Char)0x20, /* [5631] */
13084  (xdc_Char)0x63, /* [5632] */
13085  (xdc_Char)0x75, /* [5633] */
13086  (xdc_Char)0x72, /* [5634] */
13087  (xdc_Char)0x72, /* [5635] */
13088  (xdc_Char)0x45, /* [5636] */
13089  (xdc_Char)0x76, /* [5637] */
13090  (xdc_Char)0x65, /* [5638] */
13091  (xdc_Char)0x6e, /* [5639] */
13092  (xdc_Char)0x74, /* [5640] */
13093  (xdc_Char)0x73, /* [5641] */
13094  (xdc_Char)0x3a, /* [5642] */
13095  (xdc_Char)0x20, /* [5643] */
13096  (xdc_Char)0x30, /* [5644] */
13097  (xdc_Char)0x78, /* [5645] */
13098  (xdc_Char)0x25, /* [5646] */
13099  (xdc_Char)0x78, /* [5647] */
13100  (xdc_Char)0x2c, /* [5648] */
13101  (xdc_Char)0x20, /* [5649] */
13102  (xdc_Char)0x61, /* [5650] */
13103  (xdc_Char)0x6e, /* [5651] */
13104  (xdc_Char)0x64, /* [5652] */
13105  (xdc_Char)0x4d, /* [5653] */
13106  (xdc_Char)0x61, /* [5654] */
13107  (xdc_Char)0x73, /* [5655] */
13108  (xdc_Char)0x6b, /* [5656] */
13109  (xdc_Char)0x3a, /* [5657] */
13110  (xdc_Char)0x20, /* [5658] */
13111  (xdc_Char)0x30, /* [5659] */
13112  (xdc_Char)0x78, /* [5660] */
13113  (xdc_Char)0x25, /* [5661] */
13114  (xdc_Char)0x78, /* [5662] */
13115  (xdc_Char)0x2c, /* [5663] */
13116  (xdc_Char)0x20, /* [5664] */
13117  (xdc_Char)0x6f, /* [5665] */
13118  (xdc_Char)0x72, /* [5666] */
13119  (xdc_Char)0x4d, /* [5667] */
13120  (xdc_Char)0x61, /* [5668] */
13121  (xdc_Char)0x73, /* [5669] */
13122  (xdc_Char)0x6b, /* [5670] */
13123  (xdc_Char)0x3a, /* [5671] */
13124  (xdc_Char)0x20, /* [5672] */
13125  (xdc_Char)0x30, /* [5673] */
13126  (xdc_Char)0x78, /* [5674] */
13127  (xdc_Char)0x25, /* [5675] */
13128  (xdc_Char)0x78, /* [5676] */
13129  (xdc_Char)0x2c, /* [5677] */
13130  (xdc_Char)0x20, /* [5678] */
13131  (xdc_Char)0x74, /* [5679] */
13132  (xdc_Char)0x69, /* [5680] */
13133  (xdc_Char)0x6d, /* [5681] */
13134  (xdc_Char)0x65, /* [5682] */
13135  (xdc_Char)0x6f, /* [5683] */
13136  (xdc_Char)0x75, /* [5684] */
13137  (xdc_Char)0x74, /* [5685] */
13138  (xdc_Char)0x3a, /* [5686] */
13139  (xdc_Char)0x20, /* [5687] */
13140  (xdc_Char)0x25, /* [5688] */
13141  (xdc_Char)0x64, /* [5689] */
13142  (xdc_Char)0x0, /* [5690] */
13143  (xdc_Char)0x4c, /* [5691] */
13144  (xdc_Char)0x4d, /* [5692] */
13145  (xdc_Char)0x5f, /* [5693] */
13146  (xdc_Char)0x70, /* [5694] */
13147  (xdc_Char)0x6f, /* [5695] */
13148  (xdc_Char)0x73, /* [5696] */
13149  (xdc_Char)0x74, /* [5697] */
13150  (xdc_Char)0x3a, /* [5698] */
13151  (xdc_Char)0x20, /* [5699] */
13152  (xdc_Char)0x73, /* [5700] */
13153  (xdc_Char)0x65, /* [5701] */
13154  (xdc_Char)0x6d, /* [5702] */
13155  (xdc_Char)0x3a, /* [5703] */
13156  (xdc_Char)0x20, /* [5704] */
13157  (xdc_Char)0x30, /* [5705] */
13158  (xdc_Char)0x78, /* [5706] */
13159  (xdc_Char)0x25, /* [5707] */
13160  (xdc_Char)0x78, /* [5708] */
13161  (xdc_Char)0x2c, /* [5709] */
13162  (xdc_Char)0x20, /* [5710] */
13163  (xdc_Char)0x63, /* [5711] */
13164  (xdc_Char)0x6f, /* [5712] */
13165  (xdc_Char)0x75, /* [5713] */
13166  (xdc_Char)0x6e, /* [5714] */
13167  (xdc_Char)0x74, /* [5715] */
13168  (xdc_Char)0x3a, /* [5716] */
13169  (xdc_Char)0x20, /* [5717] */
13170  (xdc_Char)0x25, /* [5718] */
13171  (xdc_Char)0x64, /* [5719] */
13172  (xdc_Char)0x0, /* [5720] */
13173  (xdc_Char)0x4c, /* [5721] */
13174  (xdc_Char)0x4d, /* [5722] */
13175  (xdc_Char)0x5f, /* [5723] */
13176  (xdc_Char)0x70, /* [5724] */
13177  (xdc_Char)0x65, /* [5725] */
13178  (xdc_Char)0x6e, /* [5726] */
13179  (xdc_Char)0x64, /* [5727] */
13180  (xdc_Char)0x3a, /* [5728] */
13181  (xdc_Char)0x20, /* [5729] */
13182  (xdc_Char)0x73, /* [5730] */
13183  (xdc_Char)0x65, /* [5731] */
13184  (xdc_Char)0x6d, /* [5732] */
13185  (xdc_Char)0x3a, /* [5733] */
13186  (xdc_Char)0x20, /* [5734] */
13187  (xdc_Char)0x30, /* [5735] */
13188  (xdc_Char)0x78, /* [5736] */
13189  (xdc_Char)0x25, /* [5737] */
13190  (xdc_Char)0x78, /* [5738] */
13191  (xdc_Char)0x2c, /* [5739] */
13192  (xdc_Char)0x20, /* [5740] */
13193  (xdc_Char)0x63, /* [5741] */
13194  (xdc_Char)0x6f, /* [5742] */
13195  (xdc_Char)0x75, /* [5743] */
13196  (xdc_Char)0x6e, /* [5744] */
13197  (xdc_Char)0x74, /* [5745] */
13198  (xdc_Char)0x3a, /* [5746] */
13199  (xdc_Char)0x20, /* [5747] */
13200  (xdc_Char)0x25, /* [5748] */
13201  (xdc_Char)0x64, /* [5749] */
13202  (xdc_Char)0x2c, /* [5750] */
13203  (xdc_Char)0x20, /* [5751] */
13204  (xdc_Char)0x74, /* [5752] */
13205  (xdc_Char)0x69, /* [5753] */
13206  (xdc_Char)0x6d, /* [5754] */
13207  (xdc_Char)0x65, /* [5755] */
13208  (xdc_Char)0x6f, /* [5756] */
13209  (xdc_Char)0x75, /* [5757] */
13210  (xdc_Char)0x74, /* [5758] */
13211  (xdc_Char)0x3a, /* [5759] */
13212  (xdc_Char)0x20, /* [5760] */
13213  (xdc_Char)0x25, /* [5761] */
13214  (xdc_Char)0x64, /* [5762] */
13215  (xdc_Char)0x0, /* [5763] */
13216  (xdc_Char)0x4c, /* [5764] */
13217  (xdc_Char)0x4d, /* [5765] */
13218  (xdc_Char)0x5f, /* [5766] */
13219  (xdc_Char)0x62, /* [5767] */
13220  (xdc_Char)0x65, /* [5768] */
13221  (xdc_Char)0x67, /* [5769] */
13222  (xdc_Char)0x69, /* [5770] */
13223  (xdc_Char)0x6e, /* [5771] */
13224  (xdc_Char)0x3a, /* [5772] */
13225  (xdc_Char)0x20, /* [5773] */
13226  (xdc_Char)0x73, /* [5774] */
13227  (xdc_Char)0x77, /* [5775] */
13228  (xdc_Char)0x69, /* [5776] */
13229  (xdc_Char)0x3a, /* [5777] */
13230  (xdc_Char)0x20, /* [5778] */
13231  (xdc_Char)0x30, /* [5779] */
13232  (xdc_Char)0x78, /* [5780] */
13233  (xdc_Char)0x25, /* [5781] */
13234  (xdc_Char)0x78, /* [5782] */
13235  (xdc_Char)0x2c, /* [5783] */
13236  (xdc_Char)0x20, /* [5784] */
13237  (xdc_Char)0x66, /* [5785] */
13238  (xdc_Char)0x75, /* [5786] */
13239  (xdc_Char)0x6e, /* [5787] */
13240  (xdc_Char)0x63, /* [5788] */
13241  (xdc_Char)0x3a, /* [5789] */
13242  (xdc_Char)0x20, /* [5790] */
13243  (xdc_Char)0x30, /* [5791] */
13244  (xdc_Char)0x78, /* [5792] */
13245  (xdc_Char)0x25, /* [5793] */
13246  (xdc_Char)0x78, /* [5794] */
13247  (xdc_Char)0x2c, /* [5795] */
13248  (xdc_Char)0x20, /* [5796] */
13249  (xdc_Char)0x70, /* [5797] */
13250  (xdc_Char)0x72, /* [5798] */
13251  (xdc_Char)0x65, /* [5799] */
13252  (xdc_Char)0x54, /* [5800] */
13253  (xdc_Char)0x68, /* [5801] */
13254  (xdc_Char)0x72, /* [5802] */
13255  (xdc_Char)0x65, /* [5803] */
13256  (xdc_Char)0x61, /* [5804] */
13257  (xdc_Char)0x64, /* [5805] */
13258  (xdc_Char)0x3a, /* [5806] */
13259  (xdc_Char)0x20, /* [5807] */
13260  (xdc_Char)0x25, /* [5808] */
13261  (xdc_Char)0x64, /* [5809] */
13262  (xdc_Char)0x0, /* [5810] */
13263  (xdc_Char)0x4c, /* [5811] */
13264  (xdc_Char)0x44, /* [5812] */
13265  (xdc_Char)0x5f, /* [5813] */
13266  (xdc_Char)0x65, /* [5814] */
13267  (xdc_Char)0x6e, /* [5815] */
13268  (xdc_Char)0x64, /* [5816] */
13269  (xdc_Char)0x3a, /* [5817] */
13270  (xdc_Char)0x20, /* [5818] */
13271  (xdc_Char)0x73, /* [5819] */
13272  (xdc_Char)0x77, /* [5820] */
13273  (xdc_Char)0x69, /* [5821] */
13274  (xdc_Char)0x3a, /* [5822] */
13275  (xdc_Char)0x20, /* [5823] */
13276  (xdc_Char)0x30, /* [5824] */
13277  (xdc_Char)0x78, /* [5825] */
13278  (xdc_Char)0x25, /* [5826] */
13279  (xdc_Char)0x78, /* [5827] */
13280  (xdc_Char)0x0, /* [5828] */
13281  (xdc_Char)0x4c, /* [5829] */
13282  (xdc_Char)0x4d, /* [5830] */
13283  (xdc_Char)0x5f, /* [5831] */
13284  (xdc_Char)0x70, /* [5832] */
13285  (xdc_Char)0x6f, /* [5833] */
13286  (xdc_Char)0x73, /* [5834] */
13287  (xdc_Char)0x74, /* [5835] */
13288  (xdc_Char)0x3a, /* [5836] */
13289  (xdc_Char)0x20, /* [5837] */
13290  (xdc_Char)0x73, /* [5838] */
13291  (xdc_Char)0x77, /* [5839] */
13292  (xdc_Char)0x69, /* [5840] */
13293  (xdc_Char)0x3a, /* [5841] */
13294  (xdc_Char)0x20, /* [5842] */
13295  (xdc_Char)0x30, /* [5843] */
13296  (xdc_Char)0x78, /* [5844] */
13297  (xdc_Char)0x25, /* [5845] */
13298  (xdc_Char)0x78, /* [5846] */
13299  (xdc_Char)0x2c, /* [5847] */
13300  (xdc_Char)0x20, /* [5848] */
13301  (xdc_Char)0x66, /* [5849] */
13302  (xdc_Char)0x75, /* [5850] */
13303  (xdc_Char)0x6e, /* [5851] */
13304  (xdc_Char)0x63, /* [5852] */
13305  (xdc_Char)0x3a, /* [5853] */
13306  (xdc_Char)0x20, /* [5854] */
13307  (xdc_Char)0x30, /* [5855] */
13308  (xdc_Char)0x78, /* [5856] */
13309  (xdc_Char)0x25, /* [5857] */
13310  (xdc_Char)0x78, /* [5858] */
13311  (xdc_Char)0x2c, /* [5859] */
13312  (xdc_Char)0x20, /* [5860] */
13313  (xdc_Char)0x70, /* [5861] */
13314  (xdc_Char)0x72, /* [5862] */
13315  (xdc_Char)0x69, /* [5863] */
13316  (xdc_Char)0x3a, /* [5864] */
13317  (xdc_Char)0x20, /* [5865] */
13318  (xdc_Char)0x25, /* [5866] */
13319  (xdc_Char)0x64, /* [5867] */
13320  (xdc_Char)0x0, /* [5868] */
13321  (xdc_Char)0x4c, /* [5869] */
13322  (xdc_Char)0x4d, /* [5870] */
13323  (xdc_Char)0x5f, /* [5871] */
13324  (xdc_Char)0x73, /* [5872] */
13325  (xdc_Char)0x77, /* [5873] */
13326  (xdc_Char)0x69, /* [5874] */
13327  (xdc_Char)0x74, /* [5875] */
13328  (xdc_Char)0x63, /* [5876] */
13329  (xdc_Char)0x68, /* [5877] */
13330  (xdc_Char)0x3a, /* [5878] */
13331  (xdc_Char)0x20, /* [5879] */
13332  (xdc_Char)0x6f, /* [5880] */
13333  (xdc_Char)0x6c, /* [5881] */
13334  (xdc_Char)0x64, /* [5882] */
13335  (xdc_Char)0x74, /* [5883] */
13336  (xdc_Char)0x73, /* [5884] */
13337  (xdc_Char)0x6b, /* [5885] */
13338  (xdc_Char)0x3a, /* [5886] */
13339  (xdc_Char)0x20, /* [5887] */
13340  (xdc_Char)0x30, /* [5888] */
13341  (xdc_Char)0x78, /* [5889] */
13342  (xdc_Char)0x25, /* [5890] */
13343  (xdc_Char)0x78, /* [5891] */
13344  (xdc_Char)0x2c, /* [5892] */
13345  (xdc_Char)0x20, /* [5893] */
13346  (xdc_Char)0x6f, /* [5894] */
13347  (xdc_Char)0x6c, /* [5895] */
13348  (xdc_Char)0x64, /* [5896] */
13349  (xdc_Char)0x66, /* [5897] */
13350  (xdc_Char)0x75, /* [5898] */
13351  (xdc_Char)0x6e, /* [5899] */
13352  (xdc_Char)0x63, /* [5900] */
13353  (xdc_Char)0x3a, /* [5901] */
13354  (xdc_Char)0x20, /* [5902] */
13355  (xdc_Char)0x30, /* [5903] */
13356  (xdc_Char)0x78, /* [5904] */
13357  (xdc_Char)0x25, /* [5905] */
13358  (xdc_Char)0x78, /* [5906] */
13359  (xdc_Char)0x2c, /* [5907] */
13360  (xdc_Char)0x20, /* [5908] */
13361  (xdc_Char)0x6e, /* [5909] */
13362  (xdc_Char)0x65, /* [5910] */
13363  (xdc_Char)0x77, /* [5911] */
13364  (xdc_Char)0x74, /* [5912] */
13365  (xdc_Char)0x73, /* [5913] */
13366  (xdc_Char)0x6b, /* [5914] */
13367  (xdc_Char)0x3a, /* [5915] */
13368  (xdc_Char)0x20, /* [5916] */
13369  (xdc_Char)0x30, /* [5917] */
13370  (xdc_Char)0x78, /* [5918] */
13371  (xdc_Char)0x25, /* [5919] */
13372  (xdc_Char)0x78, /* [5920] */
13373  (xdc_Char)0x2c, /* [5921] */
13374  (xdc_Char)0x20, /* [5922] */
13375  (xdc_Char)0x6e, /* [5923] */
13376  (xdc_Char)0x65, /* [5924] */
13377  (xdc_Char)0x77, /* [5925] */
13378  (xdc_Char)0x66, /* [5926] */
13379  (xdc_Char)0x75, /* [5927] */
13380  (xdc_Char)0x6e, /* [5928] */
13381  (xdc_Char)0x63, /* [5929] */
13382  (xdc_Char)0x3a, /* [5930] */
13383  (xdc_Char)0x20, /* [5931] */
13384  (xdc_Char)0x30, /* [5932] */
13385  (xdc_Char)0x78, /* [5933] */
13386  (xdc_Char)0x25, /* [5934] */
13387  (xdc_Char)0x78, /* [5935] */
13388  (xdc_Char)0x0, /* [5936] */
13389  (xdc_Char)0x4c, /* [5937] */
13390  (xdc_Char)0x4d, /* [5938] */
13391  (xdc_Char)0x5f, /* [5939] */
13392  (xdc_Char)0x73, /* [5940] */
13393  (xdc_Char)0x6c, /* [5941] */
13394  (xdc_Char)0x65, /* [5942] */
13395  (xdc_Char)0x65, /* [5943] */
13396  (xdc_Char)0x70, /* [5944] */
13397  (xdc_Char)0x3a, /* [5945] */
13398  (xdc_Char)0x20, /* [5946] */
13399  (xdc_Char)0x74, /* [5947] */
13400  (xdc_Char)0x73, /* [5948] */
13401  (xdc_Char)0x6b, /* [5949] */
13402  (xdc_Char)0x3a, /* [5950] */
13403  (xdc_Char)0x20, /* [5951] */
13404  (xdc_Char)0x30, /* [5952] */
13405  (xdc_Char)0x78, /* [5953] */
13406  (xdc_Char)0x25, /* [5954] */
13407  (xdc_Char)0x78, /* [5955] */
13408  (xdc_Char)0x2c, /* [5956] */
13409  (xdc_Char)0x20, /* [5957] */
13410  (xdc_Char)0x66, /* [5958] */
13411  (xdc_Char)0x75, /* [5959] */
13412  (xdc_Char)0x6e, /* [5960] */
13413  (xdc_Char)0x63, /* [5961] */
13414  (xdc_Char)0x3a, /* [5962] */
13415  (xdc_Char)0x20, /* [5963] */
13416  (xdc_Char)0x30, /* [5964] */
13417  (xdc_Char)0x78, /* [5965] */
13418  (xdc_Char)0x25, /* [5966] */
13419  (xdc_Char)0x78, /* [5967] */
13420  (xdc_Char)0x2c, /* [5968] */
13421  (xdc_Char)0x20, /* [5969] */
13422  (xdc_Char)0x74, /* [5970] */
13423  (xdc_Char)0x69, /* [5971] */
13424  (xdc_Char)0x6d, /* [5972] */
13425  (xdc_Char)0x65, /* [5973] */
13426  (xdc_Char)0x6f, /* [5974] */
13427  (xdc_Char)0x75, /* [5975] */
13428  (xdc_Char)0x74, /* [5976] */
13429  (xdc_Char)0x3a, /* [5977] */
13430  (xdc_Char)0x20, /* [5978] */
13431  (xdc_Char)0x25, /* [5979] */
13432  (xdc_Char)0x64, /* [5980] */
13433  (xdc_Char)0x0, /* [5981] */
13434  (xdc_Char)0x4c, /* [5982] */
13435  (xdc_Char)0x44, /* [5983] */
13436  (xdc_Char)0x5f, /* [5984] */
13437  (xdc_Char)0x72, /* [5985] */
13438  (xdc_Char)0x65, /* [5986] */
13439  (xdc_Char)0x61, /* [5987] */
13440  (xdc_Char)0x64, /* [5988] */
13441  (xdc_Char)0x79, /* [5989] */
13442  (xdc_Char)0x3a, /* [5990] */
13443  (xdc_Char)0x20, /* [5991] */
13444  (xdc_Char)0x74, /* [5992] */
13445  (xdc_Char)0x73, /* [5993] */
13446  (xdc_Char)0x6b, /* [5994] */
13447  (xdc_Char)0x3a, /* [5995] */
13448  (xdc_Char)0x20, /* [5996] */
13449  (xdc_Char)0x30, /* [5997] */
13450  (xdc_Char)0x78, /* [5998] */
13451  (xdc_Char)0x25, /* [5999] */
13452  (xdc_Char)0x78, /* [6000] */
13453  (xdc_Char)0x2c, /* [6001] */
13454  (xdc_Char)0x20, /* [6002] */
13455  (xdc_Char)0x66, /* [6003] */
13456  (xdc_Char)0x75, /* [6004] */
13457  (xdc_Char)0x6e, /* [6005] */
13458  (xdc_Char)0x63, /* [6006] */
13459  (xdc_Char)0x3a, /* [6007] */
13460  (xdc_Char)0x20, /* [6008] */
13461  (xdc_Char)0x30, /* [6009] */
13462  (xdc_Char)0x78, /* [6010] */
13463  (xdc_Char)0x25, /* [6011] */
13464  (xdc_Char)0x78, /* [6012] */
13465  (xdc_Char)0x2c, /* [6013] */
13466  (xdc_Char)0x20, /* [6014] */
13467  (xdc_Char)0x70, /* [6015] */
13468  (xdc_Char)0x72, /* [6016] */
13469  (xdc_Char)0x69, /* [6017] */
13470  (xdc_Char)0x3a, /* [6018] */
13471  (xdc_Char)0x20, /* [6019] */
13472  (xdc_Char)0x25, /* [6020] */
13473  (xdc_Char)0x64, /* [6021] */
13474  (xdc_Char)0x0, /* [6022] */
13475  (xdc_Char)0x4c, /* [6023] */
13476  (xdc_Char)0x44, /* [6024] */
13477  (xdc_Char)0x5f, /* [6025] */
13478  (xdc_Char)0x62, /* [6026] */
13479  (xdc_Char)0x6c, /* [6027] */
13480  (xdc_Char)0x6f, /* [6028] */
13481  (xdc_Char)0x63, /* [6029] */
13482  (xdc_Char)0x6b, /* [6030] */
13483  (xdc_Char)0x3a, /* [6031] */
13484  (xdc_Char)0x20, /* [6032] */
13485  (xdc_Char)0x74, /* [6033] */
13486  (xdc_Char)0x73, /* [6034] */
13487  (xdc_Char)0x6b, /* [6035] */
13488  (xdc_Char)0x3a, /* [6036] */
13489  (xdc_Char)0x20, /* [6037] */
13490  (xdc_Char)0x30, /* [6038] */
13491  (xdc_Char)0x78, /* [6039] */
13492  (xdc_Char)0x25, /* [6040] */
13493  (xdc_Char)0x78, /* [6041] */
13494  (xdc_Char)0x2c, /* [6042] */
13495  (xdc_Char)0x20, /* [6043] */
13496  (xdc_Char)0x66, /* [6044] */
13497  (xdc_Char)0x75, /* [6045] */
13498  (xdc_Char)0x6e, /* [6046] */
13499  (xdc_Char)0x63, /* [6047] */
13500  (xdc_Char)0x3a, /* [6048] */
13501  (xdc_Char)0x20, /* [6049] */
13502  (xdc_Char)0x30, /* [6050] */
13503  (xdc_Char)0x78, /* [6051] */
13504  (xdc_Char)0x25, /* [6052] */
13505  (xdc_Char)0x78, /* [6053] */
13506  (xdc_Char)0x0, /* [6054] */
13507  (xdc_Char)0x4c, /* [6055] */
13508  (xdc_Char)0x4d, /* [6056] */
13509  (xdc_Char)0x5f, /* [6057] */
13510  (xdc_Char)0x79, /* [6058] */
13511  (xdc_Char)0x69, /* [6059] */
13512  (xdc_Char)0x65, /* [6060] */
13513  (xdc_Char)0x6c, /* [6061] */
13514  (xdc_Char)0x64, /* [6062] */
13515  (xdc_Char)0x3a, /* [6063] */
13516  (xdc_Char)0x20, /* [6064] */
13517  (xdc_Char)0x74, /* [6065] */
13518  (xdc_Char)0x73, /* [6066] */
13519  (xdc_Char)0x6b, /* [6067] */
13520  (xdc_Char)0x3a, /* [6068] */
13521  (xdc_Char)0x20, /* [6069] */
13522  (xdc_Char)0x30, /* [6070] */
13523  (xdc_Char)0x78, /* [6071] */
13524  (xdc_Char)0x25, /* [6072] */
13525  (xdc_Char)0x78, /* [6073] */
13526  (xdc_Char)0x2c, /* [6074] */
13527  (xdc_Char)0x20, /* [6075] */
13528  (xdc_Char)0x66, /* [6076] */
13529  (xdc_Char)0x75, /* [6077] */
13530  (xdc_Char)0x6e, /* [6078] */
13531  (xdc_Char)0x63, /* [6079] */
13532  (xdc_Char)0x3a, /* [6080] */
13533  (xdc_Char)0x20, /* [6081] */
13534  (xdc_Char)0x30, /* [6082] */
13535  (xdc_Char)0x78, /* [6083] */
13536  (xdc_Char)0x25, /* [6084] */
13537  (xdc_Char)0x78, /* [6085] */
13538  (xdc_Char)0x2c, /* [6086] */
13539  (xdc_Char)0x20, /* [6087] */
13540  (xdc_Char)0x63, /* [6088] */
13541  (xdc_Char)0x75, /* [6089] */
13542  (xdc_Char)0x72, /* [6090] */
13543  (xdc_Char)0x72, /* [6091] */
13544  (xdc_Char)0x54, /* [6092] */
13545  (xdc_Char)0x68, /* [6093] */
13546  (xdc_Char)0x72, /* [6094] */
13547  (xdc_Char)0x65, /* [6095] */
13548  (xdc_Char)0x61, /* [6096] */
13549  (xdc_Char)0x64, /* [6097] */
13550  (xdc_Char)0x3a, /* [6098] */
13551  (xdc_Char)0x20, /* [6099] */
13552  (xdc_Char)0x25, /* [6100] */
13553  (xdc_Char)0x64, /* [6101] */
13554  (xdc_Char)0x0, /* [6102] */
13555  (xdc_Char)0x4c, /* [6103] */
13556  (xdc_Char)0x4d, /* [6104] */
13557  (xdc_Char)0x5f, /* [6105] */
13558  (xdc_Char)0x73, /* [6106] */
13559  (xdc_Char)0x65, /* [6107] */
13560  (xdc_Char)0x74, /* [6108] */
13561  (xdc_Char)0x50, /* [6109] */
13562  (xdc_Char)0x72, /* [6110] */
13563  (xdc_Char)0x69, /* [6111] */
13564  (xdc_Char)0x3a, /* [6112] */
13565  (xdc_Char)0x20, /* [6113] */
13566  (xdc_Char)0x74, /* [6114] */
13567  (xdc_Char)0x73, /* [6115] */
13568  (xdc_Char)0x6b, /* [6116] */
13569  (xdc_Char)0x3a, /* [6117] */
13570  (xdc_Char)0x20, /* [6118] */
13571  (xdc_Char)0x30, /* [6119] */
13572  (xdc_Char)0x78, /* [6120] */
13573  (xdc_Char)0x25, /* [6121] */
13574  (xdc_Char)0x78, /* [6122] */
13575  (xdc_Char)0x2c, /* [6123] */
13576  (xdc_Char)0x20, /* [6124] */
13577  (xdc_Char)0x66, /* [6125] */
13578  (xdc_Char)0x75, /* [6126] */
13579  (xdc_Char)0x6e, /* [6127] */
13580  (xdc_Char)0x63, /* [6128] */
13581  (xdc_Char)0x3a, /* [6129] */
13582  (xdc_Char)0x20, /* [6130] */
13583  (xdc_Char)0x30, /* [6131] */
13584  (xdc_Char)0x78, /* [6132] */
13585  (xdc_Char)0x25, /* [6133] */
13586  (xdc_Char)0x78, /* [6134] */
13587  (xdc_Char)0x2c, /* [6135] */
13588  (xdc_Char)0x20, /* [6136] */
13589  (xdc_Char)0x6f, /* [6137] */
13590  (xdc_Char)0x6c, /* [6138] */
13591  (xdc_Char)0x64, /* [6139] */
13592  (xdc_Char)0x50, /* [6140] */
13593  (xdc_Char)0x72, /* [6141] */
13594  (xdc_Char)0x69, /* [6142] */
13595  (xdc_Char)0x3a, /* [6143] */
13596  (xdc_Char)0x20, /* [6144] */
13597  (xdc_Char)0x25, /* [6145] */
13598  (xdc_Char)0x64, /* [6146] */
13599  (xdc_Char)0x2c, /* [6147] */
13600  (xdc_Char)0x20, /* [6148] */
13601  (xdc_Char)0x6e, /* [6149] */
13602  (xdc_Char)0x65, /* [6150] */
13603  (xdc_Char)0x77, /* [6151] */
13604  (xdc_Char)0x50, /* [6152] */
13605  (xdc_Char)0x72, /* [6153] */
13606  (xdc_Char)0x69, /* [6154] */
13607  (xdc_Char)0x20, /* [6155] */
13608  (xdc_Char)0x25, /* [6156] */
13609  (xdc_Char)0x64, /* [6157] */
13610  (xdc_Char)0x0, /* [6158] */
13611  (xdc_Char)0x4c, /* [6159] */
13612  (xdc_Char)0x44, /* [6160] */
13613  (xdc_Char)0x5f, /* [6161] */
13614  (xdc_Char)0x65, /* [6162] */
13615  (xdc_Char)0x78, /* [6163] */
13616  (xdc_Char)0x69, /* [6164] */
13617  (xdc_Char)0x74, /* [6165] */
13618  (xdc_Char)0x3a, /* [6166] */
13619  (xdc_Char)0x20, /* [6167] */
13620  (xdc_Char)0x74, /* [6168] */
13621  (xdc_Char)0x73, /* [6169] */
13622  (xdc_Char)0x6b, /* [6170] */
13623  (xdc_Char)0x3a, /* [6171] */
13624  (xdc_Char)0x20, /* [6172] */
13625  (xdc_Char)0x30, /* [6173] */
13626  (xdc_Char)0x78, /* [6174] */
13627  (xdc_Char)0x25, /* [6175] */
13628  (xdc_Char)0x78, /* [6176] */
13629  (xdc_Char)0x2c, /* [6177] */
13630  (xdc_Char)0x20, /* [6178] */
13631  (xdc_Char)0x66, /* [6179] */
13632  (xdc_Char)0x75, /* [6180] */
13633  (xdc_Char)0x6e, /* [6181] */
13634  (xdc_Char)0x63, /* [6182] */
13635  (xdc_Char)0x3a, /* [6183] */
13636  (xdc_Char)0x20, /* [6184] */
13637  (xdc_Char)0x30, /* [6185] */
13638  (xdc_Char)0x78, /* [6186] */
13639  (xdc_Char)0x25, /* [6187] */
13640  (xdc_Char)0x78, /* [6188] */
13641  (xdc_Char)0x0, /* [6189] */
13642  (xdc_Char)0x4c, /* [6190] */
13643  (xdc_Char)0x4d, /* [6191] */
13644  (xdc_Char)0x5f, /* [6192] */
13645  (xdc_Char)0x73, /* [6193] */
13646  (xdc_Char)0x65, /* [6194] */
13647  (xdc_Char)0x74, /* [6195] */
13648  (xdc_Char)0x41, /* [6196] */
13649  (xdc_Char)0x66, /* [6197] */
13650  (xdc_Char)0x66, /* [6198] */
13651  (xdc_Char)0x69, /* [6199] */
13652  (xdc_Char)0x6e, /* [6200] */
13653  (xdc_Char)0x69, /* [6201] */
13654  (xdc_Char)0x74, /* [6202] */
13655  (xdc_Char)0x79, /* [6203] */
13656  (xdc_Char)0x3a, /* [6204] */
13657  (xdc_Char)0x20, /* [6205] */
13658  (xdc_Char)0x74, /* [6206] */
13659  (xdc_Char)0x73, /* [6207] */
13660  (xdc_Char)0x6b, /* [6208] */
13661  (xdc_Char)0x3a, /* [6209] */
13662  (xdc_Char)0x20, /* [6210] */
13663  (xdc_Char)0x30, /* [6211] */
13664  (xdc_Char)0x78, /* [6212] */
13665  (xdc_Char)0x25, /* [6213] */
13666  (xdc_Char)0x78, /* [6214] */
13667  (xdc_Char)0x2c, /* [6215] */
13668  (xdc_Char)0x20, /* [6216] */
13669  (xdc_Char)0x66, /* [6217] */
13670  (xdc_Char)0x75, /* [6218] */
13671  (xdc_Char)0x6e, /* [6219] */
13672  (xdc_Char)0x63, /* [6220] */
13673  (xdc_Char)0x3a, /* [6221] */
13674  (xdc_Char)0x20, /* [6222] */
13675  (xdc_Char)0x30, /* [6223] */
13676  (xdc_Char)0x78, /* [6224] */
13677  (xdc_Char)0x25, /* [6225] */
13678  (xdc_Char)0x78, /* [6226] */
13679  (xdc_Char)0x2c, /* [6227] */
13680  (xdc_Char)0x20, /* [6228] */
13681  (xdc_Char)0x6f, /* [6229] */
13682  (xdc_Char)0x6c, /* [6230] */
13683  (xdc_Char)0x64, /* [6231] */
13684  (xdc_Char)0x43, /* [6232] */
13685  (xdc_Char)0x6f, /* [6233] */
13686  (xdc_Char)0x72, /* [6234] */
13687  (xdc_Char)0x65, /* [6235] */
13688  (xdc_Char)0x3a, /* [6236] */
13689  (xdc_Char)0x20, /* [6237] */
13690  (xdc_Char)0x25, /* [6238] */
13691  (xdc_Char)0x64, /* [6239] */
13692  (xdc_Char)0x2c, /* [6240] */
13693  (xdc_Char)0x20, /* [6241] */
13694  (xdc_Char)0x6f, /* [6242] */
13695  (xdc_Char)0x6c, /* [6243] */
13696  (xdc_Char)0x64, /* [6244] */
13697  (xdc_Char)0x41, /* [6245] */
13698  (xdc_Char)0x66, /* [6246] */
13699  (xdc_Char)0x66, /* [6247] */
13700  (xdc_Char)0x69, /* [6248] */
13701  (xdc_Char)0x6e, /* [6249] */
13702  (xdc_Char)0x69, /* [6250] */
13703  (xdc_Char)0x74, /* [6251] */
13704  (xdc_Char)0x79, /* [6252] */
13705  (xdc_Char)0x20, /* [6253] */
13706  (xdc_Char)0x25, /* [6254] */
13707  (xdc_Char)0x64, /* [6255] */
13708  (xdc_Char)0x2c, /* [6256] */
13709  (xdc_Char)0x20, /* [6257] */
13710  (xdc_Char)0x6e, /* [6258] */
13711  (xdc_Char)0x65, /* [6259] */
13712  (xdc_Char)0x77, /* [6260] */
13713  (xdc_Char)0x41, /* [6261] */
13714  (xdc_Char)0x66, /* [6262] */
13715  (xdc_Char)0x66, /* [6263] */
13716  (xdc_Char)0x69, /* [6264] */
13717  (xdc_Char)0x6e, /* [6265] */
13718  (xdc_Char)0x69, /* [6266] */
13719  (xdc_Char)0x74, /* [6267] */
13720  (xdc_Char)0x79, /* [6268] */
13721  (xdc_Char)0x20, /* [6269] */
13722  (xdc_Char)0x25, /* [6270] */
13723  (xdc_Char)0x64, /* [6271] */
13724  (xdc_Char)0x0, /* [6272] */
13725  (xdc_Char)0x4c, /* [6273] */
13726  (xdc_Char)0x44, /* [6274] */
13727  (xdc_Char)0x5f, /* [6275] */
13728  (xdc_Char)0x73, /* [6276] */
13729  (xdc_Char)0x63, /* [6277] */
13730  (xdc_Char)0x68, /* [6278] */
13731  (xdc_Char)0x65, /* [6279] */
13732  (xdc_Char)0x64, /* [6280] */
13733  (xdc_Char)0x75, /* [6281] */
13734  (xdc_Char)0x6c, /* [6282] */
13735  (xdc_Char)0x65, /* [6283] */
13736  (xdc_Char)0x3a, /* [6284] */
13737  (xdc_Char)0x20, /* [6285] */
13738  (xdc_Char)0x63, /* [6286] */
13739  (xdc_Char)0x6f, /* [6287] */
13740  (xdc_Char)0x72, /* [6288] */
13741  (xdc_Char)0x65, /* [6289] */
13742  (xdc_Char)0x49, /* [6290] */
13743  (xdc_Char)0x64, /* [6291] */
13744  (xdc_Char)0x3a, /* [6292] */
13745  (xdc_Char)0x20, /* [6293] */
13746  (xdc_Char)0x25, /* [6294] */
13747  (xdc_Char)0x64, /* [6295] */
13748  (xdc_Char)0x2c, /* [6296] */
13749  (xdc_Char)0x20, /* [6297] */
13750  (xdc_Char)0x77, /* [6298] */
13751  (xdc_Char)0x6f, /* [6299] */
13752  (xdc_Char)0x72, /* [6300] */
13753  (xdc_Char)0x6b, /* [6301] */
13754  (xdc_Char)0x46, /* [6302] */
13755  (xdc_Char)0x6c, /* [6303] */
13756  (xdc_Char)0x61, /* [6304] */
13757  (xdc_Char)0x67, /* [6305] */
13758  (xdc_Char)0x3a, /* [6306] */
13759  (xdc_Char)0x20, /* [6307] */
13760  (xdc_Char)0x25, /* [6308] */
13761  (xdc_Char)0x64, /* [6309] */
13762  (xdc_Char)0x2c, /* [6310] */
13763  (xdc_Char)0x20, /* [6311] */
13764  (xdc_Char)0x63, /* [6312] */
13765  (xdc_Char)0x75, /* [6313] */
13766  (xdc_Char)0x72, /* [6314] */
13767  (xdc_Char)0x53, /* [6315] */
13768  (xdc_Char)0x65, /* [6316] */
13769  (xdc_Char)0x74, /* [6317] */
13770  (xdc_Char)0x4c, /* [6318] */
13771  (xdc_Char)0x6f, /* [6319] */
13772  (xdc_Char)0x63, /* [6320] */
13773  (xdc_Char)0x61, /* [6321] */
13774  (xdc_Char)0x6c, /* [6322] */
13775  (xdc_Char)0x3a, /* [6323] */
13776  (xdc_Char)0x20, /* [6324] */
13777  (xdc_Char)0x25, /* [6325] */
13778  (xdc_Char)0x64, /* [6326] */
13779  (xdc_Char)0x2c, /* [6327] */
13780  (xdc_Char)0x20, /* [6328] */
13781  (xdc_Char)0x63, /* [6329] */
13782  (xdc_Char)0x75, /* [6330] */
13783  (xdc_Char)0x72, /* [6331] */
13784  (xdc_Char)0x53, /* [6332] */
13785  (xdc_Char)0x65, /* [6333] */
13786  (xdc_Char)0x74, /* [6334] */
13787  (xdc_Char)0x58, /* [6335] */
13788  (xdc_Char)0x3a, /* [6336] */
13789  (xdc_Char)0x20, /* [6337] */
13790  (xdc_Char)0x25, /* [6338] */
13791  (xdc_Char)0x64, /* [6339] */
13792  (xdc_Char)0x2c, /* [6340] */
13793  (xdc_Char)0x20, /* [6341] */
13794  (xdc_Char)0x63, /* [6342] */
13795  (xdc_Char)0x75, /* [6343] */
13796  (xdc_Char)0x72, /* [6344] */
13797  (xdc_Char)0x4d, /* [6345] */
13798  (xdc_Char)0x61, /* [6346] */
13799  (xdc_Char)0x73, /* [6347] */
13800  (xdc_Char)0x6b, /* [6348] */
13801  (xdc_Char)0x4c, /* [6349] */
13802  (xdc_Char)0x6f, /* [6350] */
13803  (xdc_Char)0x63, /* [6351] */
13804  (xdc_Char)0x61, /* [6352] */
13805  (xdc_Char)0x6c, /* [6353] */
13806  (xdc_Char)0x3a, /* [6354] */
13807  (xdc_Char)0x20, /* [6355] */
13808  (xdc_Char)0x25, /* [6356] */
13809  (xdc_Char)0x64, /* [6357] */
13810  (xdc_Char)0x0, /* [6358] */
13811  (xdc_Char)0x4c, /* [6359] */
13812  (xdc_Char)0x44, /* [6360] */
13813  (xdc_Char)0x5f, /* [6361] */
13814  (xdc_Char)0x6e, /* [6362] */
13815  (xdc_Char)0x6f, /* [6363] */
13816  (xdc_Char)0x57, /* [6364] */
13817  (xdc_Char)0x6f, /* [6365] */
13818  (xdc_Char)0x72, /* [6366] */
13819  (xdc_Char)0x6b, /* [6367] */
13820  (xdc_Char)0x3a, /* [6368] */
13821  (xdc_Char)0x20, /* [6369] */
13822  (xdc_Char)0x63, /* [6370] */
13823  (xdc_Char)0x6f, /* [6371] */
13824  (xdc_Char)0x72, /* [6372] */
13825  (xdc_Char)0x65, /* [6373] */
13826  (xdc_Char)0x49, /* [6374] */
13827  (xdc_Char)0x64, /* [6375] */
13828  (xdc_Char)0x3a, /* [6376] */
13829  (xdc_Char)0x20, /* [6377] */
13830  (xdc_Char)0x25, /* [6378] */
13831  (xdc_Char)0x64, /* [6379] */
13832  (xdc_Char)0x2c, /* [6380] */
13833  (xdc_Char)0x20, /* [6381] */
13834  (xdc_Char)0x63, /* [6382] */
13835  (xdc_Char)0x75, /* [6383] */
13836  (xdc_Char)0x72, /* [6384] */
13837  (xdc_Char)0x53, /* [6385] */
13838  (xdc_Char)0x65, /* [6386] */
13839  (xdc_Char)0x74, /* [6387] */
13840  (xdc_Char)0x4c, /* [6388] */
13841  (xdc_Char)0x6f, /* [6389] */
13842  (xdc_Char)0x63, /* [6390] */
13843  (xdc_Char)0x61, /* [6391] */
13844  (xdc_Char)0x6c, /* [6392] */
13845  (xdc_Char)0x3a, /* [6393] */
13846  (xdc_Char)0x20, /* [6394] */
13847  (xdc_Char)0x25, /* [6395] */
13848  (xdc_Char)0x64, /* [6396] */
13849  (xdc_Char)0x2c, /* [6397] */
13850  (xdc_Char)0x20, /* [6398] */
13851  (xdc_Char)0x63, /* [6399] */
13852  (xdc_Char)0x75, /* [6400] */
13853  (xdc_Char)0x72, /* [6401] */
13854  (xdc_Char)0x53, /* [6402] */
13855  (xdc_Char)0x65, /* [6403] */
13856  (xdc_Char)0x74, /* [6404] */
13857  (xdc_Char)0x58, /* [6405] */
13858  (xdc_Char)0x3a, /* [6406] */
13859  (xdc_Char)0x20, /* [6407] */
13860  (xdc_Char)0x25, /* [6408] */
13861  (xdc_Char)0x64, /* [6409] */
13862  (xdc_Char)0x2c, /* [6410] */
13863  (xdc_Char)0x20, /* [6411] */
13864  (xdc_Char)0x63, /* [6412] */
13865  (xdc_Char)0x75, /* [6413] */
13866  (xdc_Char)0x72, /* [6414] */
13867  (xdc_Char)0x4d, /* [6415] */
13868  (xdc_Char)0x61, /* [6416] */
13869  (xdc_Char)0x73, /* [6417] */
13870  (xdc_Char)0x6b, /* [6418] */
13871  (xdc_Char)0x4c, /* [6419] */
13872  (xdc_Char)0x6f, /* [6420] */
13873  (xdc_Char)0x63, /* [6421] */
13874  (xdc_Char)0x61, /* [6422] */
13875  (xdc_Char)0x6c, /* [6423] */
13876  (xdc_Char)0x3a, /* [6424] */
13877  (xdc_Char)0x20, /* [6425] */
13878  (xdc_Char)0x25, /* [6426] */
13879  (xdc_Char)0x64, /* [6427] */
13880  (xdc_Char)0x0, /* [6428] */
13881  (xdc_Char)0x4c, /* [6429] */
13882  (xdc_Char)0x4d, /* [6430] */
13883  (xdc_Char)0x5f, /* [6431] */
13884  (xdc_Char)0x62, /* [6432] */
13885  (xdc_Char)0x65, /* [6433] */
13886  (xdc_Char)0x67, /* [6434] */
13887  (xdc_Char)0x69, /* [6435] */
13888  (xdc_Char)0x6e, /* [6436] */
13889  (xdc_Char)0x3a, /* [6437] */
13890  (xdc_Char)0x20, /* [6438] */
13891  (xdc_Char)0x68, /* [6439] */
13892  (xdc_Char)0x77, /* [6440] */
13893  (xdc_Char)0x69, /* [6441] */
13894  (xdc_Char)0x3a, /* [6442] */
13895  (xdc_Char)0x20, /* [6443] */
13896  (xdc_Char)0x30, /* [6444] */
13897  (xdc_Char)0x78, /* [6445] */
13898  (xdc_Char)0x25, /* [6446] */
13899  (xdc_Char)0x78, /* [6447] */
13900  (xdc_Char)0x2c, /* [6448] */
13901  (xdc_Char)0x20, /* [6449] */
13902  (xdc_Char)0x66, /* [6450] */
13903  (xdc_Char)0x75, /* [6451] */
13904  (xdc_Char)0x6e, /* [6452] */
13905  (xdc_Char)0x63, /* [6453] */
13906  (xdc_Char)0x3a, /* [6454] */
13907  (xdc_Char)0x20, /* [6455] */
13908  (xdc_Char)0x30, /* [6456] */
13909  (xdc_Char)0x78, /* [6457] */
13910  (xdc_Char)0x25, /* [6458] */
13911  (xdc_Char)0x78, /* [6459] */
13912  (xdc_Char)0x2c, /* [6460] */
13913  (xdc_Char)0x20, /* [6461] */
13914  (xdc_Char)0x70, /* [6462] */
13915  (xdc_Char)0x72, /* [6463] */
13916  (xdc_Char)0x65, /* [6464] */
13917  (xdc_Char)0x54, /* [6465] */
13918  (xdc_Char)0x68, /* [6466] */
13919  (xdc_Char)0x72, /* [6467] */
13920  (xdc_Char)0x65, /* [6468] */
13921  (xdc_Char)0x61, /* [6469] */
13922  (xdc_Char)0x64, /* [6470] */
13923  (xdc_Char)0x3a, /* [6471] */
13924  (xdc_Char)0x20, /* [6472] */
13925  (xdc_Char)0x25, /* [6473] */
13926  (xdc_Char)0x64, /* [6474] */
13927  (xdc_Char)0x2c, /* [6475] */
13928  (xdc_Char)0x20, /* [6476] */
13929  (xdc_Char)0x69, /* [6477] */
13930  (xdc_Char)0x6e, /* [6478] */
13931  (xdc_Char)0x74, /* [6479] */
13932  (xdc_Char)0x4e, /* [6480] */
13933  (xdc_Char)0x75, /* [6481] */
13934  (xdc_Char)0x6d, /* [6482] */
13935  (xdc_Char)0x3a, /* [6483] */
13936  (xdc_Char)0x20, /* [6484] */
13937  (xdc_Char)0x25, /* [6485] */
13938  (xdc_Char)0x64, /* [6486] */
13939  (xdc_Char)0x2c, /* [6487] */
13940  (xdc_Char)0x20, /* [6488] */
13941  (xdc_Char)0x69, /* [6489] */
13942  (xdc_Char)0x72, /* [6490] */
13943  (xdc_Char)0x70, /* [6491] */
13944  (xdc_Char)0x3a, /* [6492] */
13945  (xdc_Char)0x20, /* [6493] */
13946  (xdc_Char)0x30, /* [6494] */
13947  (xdc_Char)0x78, /* [6495] */
13948  (xdc_Char)0x25, /* [6496] */
13949  (xdc_Char)0x78, /* [6497] */
13950  (xdc_Char)0x0, /* [6498] */
13951  (xdc_Char)0x4c, /* [6499] */
13952  (xdc_Char)0x44, /* [6500] */
13953  (xdc_Char)0x5f, /* [6501] */
13954  (xdc_Char)0x65, /* [6502] */
13955  (xdc_Char)0x6e, /* [6503] */
13956  (xdc_Char)0x64, /* [6504] */
13957  (xdc_Char)0x3a, /* [6505] */
13958  (xdc_Char)0x20, /* [6506] */
13959  (xdc_Char)0x68, /* [6507] */
13960  (xdc_Char)0x77, /* [6508] */
13961  (xdc_Char)0x69, /* [6509] */
13962  (xdc_Char)0x3a, /* [6510] */
13963  (xdc_Char)0x20, /* [6511] */
13964  (xdc_Char)0x30, /* [6512] */
13965  (xdc_Char)0x78, /* [6513] */
13966  (xdc_Char)0x25, /* [6514] */
13967  (xdc_Char)0x78, /* [6515] */
13968  (xdc_Char)0x0, /* [6516] */
13969  (xdc_Char)0x78, /* [6517] */
13970  (xdc_Char)0x64, /* [6518] */
13971  (xdc_Char)0x63, /* [6519] */
13972  (xdc_Char)0x2e, /* [6520] */
13973  (xdc_Char)0x0, /* [6521] */
13974  (xdc_Char)0x72, /* [6522] */
13975  (xdc_Char)0x75, /* [6523] */
13976  (xdc_Char)0x6e, /* [6524] */
13977  (xdc_Char)0x74, /* [6525] */
13978  (xdc_Char)0x69, /* [6526] */
13979  (xdc_Char)0x6d, /* [6527] */
13980  (xdc_Char)0x65, /* [6528] */
13981  (xdc_Char)0x2e, /* [6529] */
13982  (xdc_Char)0x0, /* [6530] */
13983  (xdc_Char)0x41, /* [6531] */
13984  (xdc_Char)0x73, /* [6532] */
13985  (xdc_Char)0x73, /* [6533] */
13986  (xdc_Char)0x65, /* [6534] */
13987  (xdc_Char)0x72, /* [6535] */
13988  (xdc_Char)0x74, /* [6536] */
13989  (xdc_Char)0x0, /* [6537] */
13990  (xdc_Char)0x43, /* [6538] */
13991  (xdc_Char)0x6f, /* [6539] */
13992  (xdc_Char)0x72, /* [6540] */
13993  (xdc_Char)0x65, /* [6541] */
13994  (xdc_Char)0x0, /* [6542] */
13995  (xdc_Char)0x44, /* [6543] */
13996  (xdc_Char)0x65, /* [6544] */
13997  (xdc_Char)0x66, /* [6545] */
13998  (xdc_Char)0x61, /* [6546] */
13999  (xdc_Char)0x75, /* [6547] */
14000  (xdc_Char)0x6c, /* [6548] */
14001  (xdc_Char)0x74, /* [6549] */
14002  (xdc_Char)0x73, /* [6550] */
14003  (xdc_Char)0x0, /* [6551] */
14004  (xdc_Char)0x44, /* [6552] */
14005  (xdc_Char)0x69, /* [6553] */
14006  (xdc_Char)0x61, /* [6554] */
14007  (xdc_Char)0x67, /* [6555] */
14008  (xdc_Char)0x73, /* [6556] */
14009  (xdc_Char)0x0, /* [6557] */
14010  (xdc_Char)0x45, /* [6558] */
14011  (xdc_Char)0x72, /* [6559] */
14012  (xdc_Char)0x72, /* [6560] */
14013  (xdc_Char)0x6f, /* [6561] */
14014  (xdc_Char)0x72, /* [6562] */
14015  (xdc_Char)0x0, /* [6563] */
14016  (xdc_Char)0x47, /* [6564] */
14017  (xdc_Char)0x61, /* [6565] */
14018  (xdc_Char)0x74, /* [6566] */
14019  (xdc_Char)0x65, /* [6567] */
14020  (xdc_Char)0x0, /* [6568] */
14021  (xdc_Char)0x4c, /* [6569] */
14022  (xdc_Char)0x6f, /* [6570] */
14023  (xdc_Char)0x67, /* [6571] */
14024  (xdc_Char)0x0, /* [6572] */
14025  (xdc_Char)0x4d, /* [6573] */
14026  (xdc_Char)0x61, /* [6574] */
14027  (xdc_Char)0x69, /* [6575] */
14028  (xdc_Char)0x6e, /* [6576] */
14029  (xdc_Char)0x0, /* [6577] */
14030  (xdc_Char)0x4d, /* [6578] */
14031  (xdc_Char)0x65, /* [6579] */
14032  (xdc_Char)0x6d, /* [6580] */
14033  (xdc_Char)0x6f, /* [6581] */
14034  (xdc_Char)0x72, /* [6582] */
14035  (xdc_Char)0x79, /* [6583] */
14036  (xdc_Char)0x0, /* [6584] */
14037  (xdc_Char)0x52, /* [6585] */
14038  (xdc_Char)0x65, /* [6586] */
14039  (xdc_Char)0x67, /* [6587] */
14040  (xdc_Char)0x69, /* [6588] */
14041  (xdc_Char)0x73, /* [6589] */
14042  (xdc_Char)0x74, /* [6590] */
14043  (xdc_Char)0x72, /* [6591] */
14044  (xdc_Char)0x79, /* [6592] */
14045  (xdc_Char)0x0, /* [6593] */
14046  (xdc_Char)0x53, /* [6594] */
14047  (xdc_Char)0x74, /* [6595] */
14048  (xdc_Char)0x61, /* [6596] */
14049  (xdc_Char)0x72, /* [6597] */
14050  (xdc_Char)0x74, /* [6598] */
14051  (xdc_Char)0x75, /* [6599] */
14052  (xdc_Char)0x70, /* [6600] */
14053  (xdc_Char)0x0, /* [6601] */
14054  (xdc_Char)0x53, /* [6602] */
14055  (xdc_Char)0x79, /* [6603] */
14056  (xdc_Char)0x73, /* [6604] */
14057  (xdc_Char)0x74, /* [6605] */
14058  (xdc_Char)0x65, /* [6606] */
14059  (xdc_Char)0x6d, /* [6607] */
14060  (xdc_Char)0x0, /* [6608] */
14061  (xdc_Char)0x53, /* [6609] */
14062  (xdc_Char)0x79, /* [6610] */
14063  (xdc_Char)0x73, /* [6611] */
14064  (xdc_Char)0x53, /* [6612] */
14065  (xdc_Char)0x74, /* [6613] */
14066  (xdc_Char)0x64, /* [6614] */
14067  (xdc_Char)0x0, /* [6615] */
14068  (xdc_Char)0x54, /* [6616] */
14069  (xdc_Char)0x65, /* [6617] */
14070  (xdc_Char)0x78, /* [6618] */
14071  (xdc_Char)0x74, /* [6619] */
14072  (xdc_Char)0x0, /* [6620] */
14073  (xdc_Char)0x74, /* [6621] */
14074  (xdc_Char)0x69, /* [6622] */
14075  (xdc_Char)0x2e, /* [6623] */
14076  (xdc_Char)0x0, /* [6624] */
14077  (xdc_Char)0x73, /* [6625] */
14078  (xdc_Char)0x79, /* [6626] */
14079  (xdc_Char)0x73, /* [6627] */
14080  (xdc_Char)0x62, /* [6628] */
14081  (xdc_Char)0x69, /* [6629] */
14082  (xdc_Char)0x6f, /* [6630] */
14083  (xdc_Char)0x73, /* [6631] */
14084  (xdc_Char)0x2e, /* [6632] */
14085  (xdc_Char)0x0, /* [6633] */
14086  (xdc_Char)0x66, /* [6634] */
14087  (xdc_Char)0x61, /* [6635] */
14088  (xdc_Char)0x6d, /* [6636] */
14089  (xdc_Char)0x69, /* [6637] */
14090  (xdc_Char)0x6c, /* [6638] */
14091  (xdc_Char)0x79, /* [6639] */
14092  (xdc_Char)0x2e, /* [6640] */
14093  (xdc_Char)0x0, /* [6641] */
14094  (xdc_Char)0x61, /* [6642] */
14095  (xdc_Char)0x72, /* [6643] */
14096  (xdc_Char)0x6d, /* [6644] */
14097  (xdc_Char)0x2e, /* [6645] */
14098  (xdc_Char)0x0, /* [6646] */
14099  (xdc_Char)0x49, /* [6647] */
14100  (xdc_Char)0x6e, /* [6648] */
14101  (xdc_Char)0x74, /* [6649] */
14102  (xdc_Char)0x72, /* [6650] */
14103  (xdc_Char)0x69, /* [6651] */
14104  (xdc_Char)0x6e, /* [6652] */
14105  (xdc_Char)0x73, /* [6653] */
14106  (xdc_Char)0x69, /* [6654] */
14107  (xdc_Char)0x63, /* [6655] */
14108  (xdc_Char)0x73, /* [6656] */
14109  (xdc_Char)0x53, /* [6657] */
14110  (xdc_Char)0x75, /* [6658] */
14111  (xdc_Char)0x70, /* [6659] */
14112  (xdc_Char)0x70, /* [6660] */
14113  (xdc_Char)0x6f, /* [6661] */
14114  (xdc_Char)0x72, /* [6662] */
14115  (xdc_Char)0x74, /* [6663] */
14116  (xdc_Char)0x0, /* [6664] */
14117  (xdc_Char)0x54, /* [6665] */
14118  (xdc_Char)0x61, /* [6666] */
14119  (xdc_Char)0x73, /* [6667] */
14120  (xdc_Char)0x6b, /* [6668] */
14121  (xdc_Char)0x53, /* [6669] */
14122  (xdc_Char)0x75, /* [6670] */
14123  (xdc_Char)0x70, /* [6671] */
14124  (xdc_Char)0x70, /* [6672] */
14125  (xdc_Char)0x6f, /* [6673] */
14126  (xdc_Char)0x72, /* [6674] */
14127  (xdc_Char)0x74, /* [6675] */
14128  (xdc_Char)0x0, /* [6676] */
14129  (xdc_Char)0x42, /* [6677] */
14130  (xdc_Char)0x49, /* [6678] */
14131  (xdc_Char)0x4f, /* [6679] */
14132  (xdc_Char)0x53, /* [6680] */
14133  (xdc_Char)0x0, /* [6681] */
14134  (xdc_Char)0x6b, /* [6682] */
14135  (xdc_Char)0x6e, /* [6683] */
14136  (xdc_Char)0x6c, /* [6684] */
14137  (xdc_Char)0x2e, /* [6685] */
14138  (xdc_Char)0x0, /* [6686] */
14139  (xdc_Char)0x43, /* [6687] */
14140  (xdc_Char)0x6c, /* [6688] */
14141  (xdc_Char)0x6f, /* [6689] */
14142  (xdc_Char)0x63, /* [6690] */
14143  (xdc_Char)0x6b, /* [6691] */
14144  (xdc_Char)0x0, /* [6692] */
14145  (xdc_Char)0x49, /* [6693] */
14146  (xdc_Char)0x64, /* [6694] */
14147  (xdc_Char)0x6c, /* [6695] */
14148  (xdc_Char)0x65, /* [6696] */
14149  (xdc_Char)0x0, /* [6697] */
14150  (xdc_Char)0x49, /* [6698] */
14151  (xdc_Char)0x6e, /* [6699] */
14152  (xdc_Char)0x74, /* [6700] */
14153  (xdc_Char)0x72, /* [6701] */
14154  (xdc_Char)0x69, /* [6702] */
14155  (xdc_Char)0x6e, /* [6703] */
14156  (xdc_Char)0x73, /* [6704] */
14157  (xdc_Char)0x69, /* [6705] */
14158  (xdc_Char)0x63, /* [6706] */
14159  (xdc_Char)0x73, /* [6707] */
14160  (xdc_Char)0x0, /* [6708] */
14161  (xdc_Char)0x45, /* [6709] */
14162  (xdc_Char)0x76, /* [6710] */
14163  (xdc_Char)0x65, /* [6711] */
14164  (xdc_Char)0x6e, /* [6712] */
14165  (xdc_Char)0x74, /* [6713] */
14166  (xdc_Char)0x0, /* [6714] */
14167  (xdc_Char)0x51, /* [6715] */
14168  (xdc_Char)0x75, /* [6716] */
14169  (xdc_Char)0x65, /* [6717] */
14170  (xdc_Char)0x75, /* [6718] */
14171  (xdc_Char)0x65, /* [6719] */
14172  (xdc_Char)0x0, /* [6720] */
14173  (xdc_Char)0x53, /* [6721] */
14174  (xdc_Char)0x65, /* [6722] */
14175  (xdc_Char)0x6d, /* [6723] */
14176  (xdc_Char)0x61, /* [6724] */
14177  (xdc_Char)0x70, /* [6725] */
14178  (xdc_Char)0x68, /* [6726] */
14179  (xdc_Char)0x6f, /* [6727] */
14180  (xdc_Char)0x72, /* [6728] */
14181  (xdc_Char)0x65, /* [6729] */
14182  (xdc_Char)0x0, /* [6730] */
14183  (xdc_Char)0x53, /* [6731] */
14184  (xdc_Char)0x77, /* [6732] */
14185  (xdc_Char)0x69, /* [6733] */
14186  (xdc_Char)0x0, /* [6734] */
14187  (xdc_Char)0x54, /* [6735] */
14188  (xdc_Char)0x61, /* [6736] */
14189  (xdc_Char)0x73, /* [6737] */
14190  (xdc_Char)0x6b, /* [6738] */
14191  (xdc_Char)0x0, /* [6739] */
14192  (xdc_Char)0x68, /* [6740] */
14193  (xdc_Char)0x65, /* [6741] */
14194  (xdc_Char)0x61, /* [6742] */
14195  (xdc_Char)0x70, /* [6743] */
14196  (xdc_Char)0x73, /* [6744] */
14197  (xdc_Char)0x2e, /* [6745] */
14198  (xdc_Char)0x0, /* [6746] */
14199  (xdc_Char)0x48, /* [6747] */
14200  (xdc_Char)0x65, /* [6748] */
14201  (xdc_Char)0x61, /* [6749] */
14202  (xdc_Char)0x70, /* [6750] */
14203  (xdc_Char)0x42, /* [6751] */
14204  (xdc_Char)0x75, /* [6752] */
14205  (xdc_Char)0x66, /* [6753] */
14206  (xdc_Char)0x0, /* [6754] */
14207  (xdc_Char)0x48, /* [6755] */
14208  (xdc_Char)0x65, /* [6756] */
14209  (xdc_Char)0x61, /* [6757] */
14210  (xdc_Char)0x70, /* [6758] */
14211  (xdc_Char)0x4d, /* [6759] */
14212  (xdc_Char)0x65, /* [6760] */
14213  (xdc_Char)0x6d, /* [6761] */
14214  (xdc_Char)0x0, /* [6762] */
14215  (xdc_Char)0x76, /* [6763] */
14216  (xdc_Char)0x37, /* [6764] */
14217  (xdc_Char)0x72, /* [6765] */
14218  (xdc_Char)0x2e, /* [6766] */
14219  (xdc_Char)0x0, /* [6767] */
14220  (xdc_Char)0x76, /* [6768] */
14221  (xdc_Char)0x69, /* [6769] */
14222  (xdc_Char)0x6d, /* [6770] */
14223  (xdc_Char)0x2e, /* [6771] */
14224  (xdc_Char)0x0, /* [6772] */
14225  (xdc_Char)0x48, /* [6773] */
14226  (xdc_Char)0x77, /* [6774] */
14227  (xdc_Char)0x69, /* [6775] */
14228  (xdc_Char)0x0, /* [6776] */
14229  (xdc_Char)0x65, /* [6777] */
14230  (xdc_Char)0x78, /* [6778] */
14231  (xdc_Char)0x63, /* [6779] */
14232  (xdc_Char)0x2e, /* [6780] */
14233  (xdc_Char)0x0, /* [6781] */
14234  (xdc_Char)0x45, /* [6782] */
14235  (xdc_Char)0x78, /* [6783] */
14236  (xdc_Char)0x63, /* [6784] */
14237  (xdc_Char)0x65, /* [6785] */
14238  (xdc_Char)0x70, /* [6786] */
14239  (xdc_Char)0x74, /* [6787] */
14240  (xdc_Char)0x69, /* [6788] */
14241  (xdc_Char)0x6f, /* [6789] */
14242  (xdc_Char)0x6e, /* [6790] */
14243  (xdc_Char)0x0, /* [6791] */
14244  (xdc_Char)0x67, /* [6792] */
14245  (xdc_Char)0x61, /* [6793] */
14246  (xdc_Char)0x74, /* [6794] */
14247  (xdc_Char)0x65, /* [6795] */
14248  (xdc_Char)0x73, /* [6796] */
14249  (xdc_Char)0x2e, /* [6797] */
14250  (xdc_Char)0x0, /* [6798] */
14251  (xdc_Char)0x47, /* [6799] */
14252  (xdc_Char)0x61, /* [6800] */
14253  (xdc_Char)0x74, /* [6801] */
14254  (xdc_Char)0x65, /* [6802] */
14255  (xdc_Char)0x48, /* [6803] */
14256  (xdc_Char)0x77, /* [6804] */
14257  (xdc_Char)0x69, /* [6805] */
14258  (xdc_Char)0x0, /* [6806] */
14259  (xdc_Char)0x47, /* [6807] */
14260  (xdc_Char)0x61, /* [6808] */
14261  (xdc_Char)0x74, /* [6809] */
14262  (xdc_Char)0x65, /* [6810] */
14263  (xdc_Char)0x4d, /* [6811] */
14264  (xdc_Char)0x75, /* [6812] */
14265  (xdc_Char)0x74, /* [6813] */
14266  (xdc_Char)0x65, /* [6814] */
14267  (xdc_Char)0x78, /* [6815] */
14268  (xdc_Char)0x0, /* [6816] */
14269  (xdc_Char)0x68, /* [6817] */
14270  (xdc_Char)0x61, /* [6818] */
14271  (xdc_Char)0x6c, /* [6819] */
14272  (xdc_Char)0x2e, /* [6820] */
14273  (xdc_Char)0x0, /* [6821] */
14274  (xdc_Char)0x43, /* [6822] */
14275  (xdc_Char)0x61, /* [6823] */
14276  (xdc_Char)0x63, /* [6824] */
14277  (xdc_Char)0x68, /* [6825] */
14278  (xdc_Char)0x65, /* [6826] */
14279  (xdc_Char)0x0, /* [6827] */
14280  (xdc_Char)0x43, /* [6828] */
14281  (xdc_Char)0x61, /* [6829] */
14282  (xdc_Char)0x63, /* [6830] */
14283  (xdc_Char)0x68, /* [6831] */
14284  (xdc_Char)0x65, /* [6832] */
14285  (xdc_Char)0x4e, /* [6833] */
14286  (xdc_Char)0x75, /* [6834] */
14287  (xdc_Char)0x6c, /* [6835] */
14288  (xdc_Char)0x6c, /* [6836] */
14289  (xdc_Char)0x0, /* [6837] */
14290  (xdc_Char)0x74, /* [6838] */
14291  (xdc_Char)0x6d, /* [6839] */
14292  (xdc_Char)0x73, /* [6840] */
14293  (xdc_Char)0x35, /* [6841] */
14294  (xdc_Char)0x37, /* [6842] */
14295  (xdc_Char)0x30, /* [6843] */
14296  (xdc_Char)0x2e, /* [6844] */
14297  (xdc_Char)0x0, /* [6845] */
14298  (xdc_Char)0x74, /* [6846] */
14299  (xdc_Char)0x69, /* [6847] */
14300  (xdc_Char)0x6d, /* [6848] */
14301  (xdc_Char)0x65, /* [6849] */
14302  (xdc_Char)0x72, /* [6850] */
14303  (xdc_Char)0x73, /* [6851] */
14304  (xdc_Char)0x2e, /* [6852] */
14305  (xdc_Char)0x0, /* [6853] */
14306  (xdc_Char)0x72, /* [6854] */
14307  (xdc_Char)0x74, /* [6855] */
14308  (xdc_Char)0x69, /* [6856] */
14309  (xdc_Char)0x2e, /* [6857] */
14310  (xdc_Char)0x0, /* [6858] */
14311  (xdc_Char)0x54, /* [6859] */
14312  (xdc_Char)0x69, /* [6860] */
14313  (xdc_Char)0x6d, /* [6861] */
14314  (xdc_Char)0x65, /* [6862] */
14315  (xdc_Char)0x72, /* [6863] */
14316  (xdc_Char)0x0, /* [6864] */
14317  (xdc_Char)0x74, /* [6865] */
14318  (xdc_Char)0x69, /* [6866] */
14319  (xdc_Char)0x2e, /* [6867] */
14320  (xdc_Char)0x73, /* [6868] */
14321  (xdc_Char)0x79, /* [6869] */
14322  (xdc_Char)0x73, /* [6870] */
14323  (xdc_Char)0x62, /* [6871] */
14324  (xdc_Char)0x69, /* [6872] */
14325  (xdc_Char)0x6f, /* [6873] */
14326  (xdc_Char)0x73, /* [6874] */
14327  (xdc_Char)0x2e, /* [6875] */
14328  (xdc_Char)0x6b, /* [6876] */
14329  (xdc_Char)0x6e, /* [6877] */
14330  (xdc_Char)0x6c, /* [6878] */
14331  (xdc_Char)0x2e, /* [6879] */
14332  (xdc_Char)0x54, /* [6880] */
14333  (xdc_Char)0x61, /* [6881] */
14334  (xdc_Char)0x73, /* [6882] */
14335  (xdc_Char)0x6b, /* [6883] */
14336  (xdc_Char)0x2e, /* [6884] */
14337  (xdc_Char)0x49, /* [6885] */
14338  (xdc_Char)0x64, /* [6886] */
14339  (xdc_Char)0x6c, /* [6887] */
14340  (xdc_Char)0x65, /* [6888] */
14341  (xdc_Char)0x54, /* [6889] */
14342  (xdc_Char)0x61, /* [6890] */
14343  (xdc_Char)0x73, /* [6891] */
14344  (xdc_Char)0x6b, /* [6892] */
14345  (xdc_Char)0x0, /* [6893] */
14346 };
14347 
14348 /* --> xdc_runtime_Text_nodeTab__A */
14349 #pragma DATA_SECTION(xdc_runtime_Text_nodeTab__A, ".const:xdc_runtime_Text_nodeTab__A");
14350 const __T1_xdc_runtime_Text_nodeTab xdc_runtime_Text_nodeTab__A[52] = {
14351  {
14352  (xdc_Bits16)0x0, /* left */
14353  (xdc_Bits16)0x0, /* right */
14354  }, /* [0] */
14355  {
14356  (xdc_Bits16)0x1975, /* left */
14357  (xdc_Bits16)0x197a, /* right */
14358  }, /* [1] */
14359  {
14360  (xdc_Bits16)0x8001, /* left */
14361  (xdc_Bits16)0x1983, /* right */
14362  }, /* [2] */
14363  {
14364  (xdc_Bits16)0x8001, /* left */
14365  (xdc_Bits16)0x198a, /* right */
14366  }, /* [3] */
14367  {
14368  (xdc_Bits16)0x8001, /* left */
14369  (xdc_Bits16)0x198f, /* right */
14370  }, /* [4] */
14371  {
14372  (xdc_Bits16)0x8001, /* left */
14373  (xdc_Bits16)0x1998, /* right */
14374  }, /* [5] */
14375  {
14376  (xdc_Bits16)0x8001, /* left */
14377  (xdc_Bits16)0x199e, /* right */
14378  }, /* [6] */
14379  {
14380  (xdc_Bits16)0x8001, /* left */
14381  (xdc_Bits16)0x19a4, /* right */
14382  }, /* [7] */
14383  {
14384  (xdc_Bits16)0x8001, /* left */
14385  (xdc_Bits16)0x19a9, /* right */
14386  }, /* [8] */
14387  {
14388  (xdc_Bits16)0x8001, /* left */
14389  (xdc_Bits16)0x19ad, /* right */
14390  }, /* [9] */
14391  {
14392  (xdc_Bits16)0x8001, /* left */
14393  (xdc_Bits16)0x19b2, /* right */
14394  }, /* [10] */
14395  {
14396  (xdc_Bits16)0x8001, /* left */
14397  (xdc_Bits16)0x19b9, /* right */
14398  }, /* [11] */
14399  {
14400  (xdc_Bits16)0x8001, /* left */
14401  (xdc_Bits16)0x19c2, /* right */
14402  }, /* [12] */
14403  {
14404  (xdc_Bits16)0x8001, /* left */
14405  (xdc_Bits16)0x19ca, /* right */
14406  }, /* [13] */
14407  {
14408  (xdc_Bits16)0x8001, /* left */
14409  (xdc_Bits16)0x19d1, /* right */
14410  }, /* [14] */
14411  {
14412  (xdc_Bits16)0x8001, /* left */
14413  (xdc_Bits16)0x19d8, /* right */
14414  }, /* [15] */
14415  {
14416  (xdc_Bits16)0x19dd, /* left */
14417  (xdc_Bits16)0x19e1, /* right */
14418  }, /* [16] */
14419  {
14420  (xdc_Bits16)0x8010, /* left */
14421  (xdc_Bits16)0x19ea, /* right */
14422  }, /* [17] */
14423  {
14424  (xdc_Bits16)0x8011, /* left */
14425  (xdc_Bits16)0x19f2, /* right */
14426  }, /* [18] */
14427  {
14428  (xdc_Bits16)0x8012, /* left */
14429  (xdc_Bits16)0x19f7, /* right */
14430  }, /* [19] */
14431  {
14432  (xdc_Bits16)0x8012, /* left */
14433  (xdc_Bits16)0x1a09, /* right */
14434  }, /* [20] */
14435  {
14436  (xdc_Bits16)0x8010, /* left */
14437  (xdc_Bits16)0x1a15, /* right */
14438  }, /* [21] */
14439  {
14440  (xdc_Bits16)0x8010, /* left */
14441  (xdc_Bits16)0x1a1a, /* right */
14442  }, /* [22] */
14443  {
14444  (xdc_Bits16)0x8016, /* left */
14445  (xdc_Bits16)0x1a1f, /* right */
14446  }, /* [23] */
14447  {
14448  (xdc_Bits16)0x8016, /* left */
14449  (xdc_Bits16)0x1a25, /* right */
14450  }, /* [24] */
14451  {
14452  (xdc_Bits16)0x8016, /* left */
14453  (xdc_Bits16)0x1a2a, /* right */
14454  }, /* [25] */
14455  {
14456  (xdc_Bits16)0x8016, /* left */
14457  (xdc_Bits16)0x1a35, /* right */
14458  }, /* [26] */
14459  {
14460  (xdc_Bits16)0x8016, /* left */
14461  (xdc_Bits16)0x1a3b, /* right */
14462  }, /* [27] */
14463  {
14464  (xdc_Bits16)0x8016, /* left */
14465  (xdc_Bits16)0x1a41, /* right */
14466  }, /* [28] */
14467  {
14468  (xdc_Bits16)0x8016, /* left */
14469  (xdc_Bits16)0x1a4b, /* right */
14470  }, /* [29] */
14471  {
14472  (xdc_Bits16)0x8016, /* left */
14473  (xdc_Bits16)0x1a4f, /* right */
14474  }, /* [30] */
14475  {
14476  (xdc_Bits16)0x8010, /* left */
14477  (xdc_Bits16)0x1a54, /* right */
14478  }, /* [31] */
14479  {
14480  (xdc_Bits16)0x801f, /* left */
14481  (xdc_Bits16)0x1a5b, /* right */
14482  }, /* [32] */
14483  {
14484  (xdc_Bits16)0x801f, /* left */
14485  (xdc_Bits16)0x1a63, /* right */
14486  }, /* [33] */
14487  {
14488  (xdc_Bits16)0x8012, /* left */
14489  (xdc_Bits16)0x1a6b, /* right */
14490  }, /* [34] */
14491  {
14492  (xdc_Bits16)0x8022, /* left */
14493  (xdc_Bits16)0x1a70, /* right */
14494  }, /* [35] */
14495  {
14496  (xdc_Bits16)0x8023, /* left */
14497  (xdc_Bits16)0x1a75, /* right */
14498  }, /* [36] */
14499  {
14500  (xdc_Bits16)0x8012, /* left */
14501  (xdc_Bits16)0x1a79, /* right */
14502  }, /* [37] */
14503  {
14504  (xdc_Bits16)0x8025, /* left */
14505  (xdc_Bits16)0x1a7e, /* right */
14506  }, /* [38] */
14507  {
14508  (xdc_Bits16)0x8010, /* left */
14509  (xdc_Bits16)0x1a88, /* right */
14510  }, /* [39] */
14511  {
14512  (xdc_Bits16)0x8027, /* left */
14513  (xdc_Bits16)0x1a8f, /* right */
14514  }, /* [40] */
14515  {
14516  (xdc_Bits16)0x8027, /* left */
14517  (xdc_Bits16)0x1a97, /* right */
14518  }, /* [41] */
14519  {
14520  (xdc_Bits16)0x8010, /* left */
14521  (xdc_Bits16)0x1aa1, /* right */
14522  }, /* [42] */
14523  {
14524  (xdc_Bits16)0x802a, /* left */
14525  (xdc_Bits16)0x1aa6, /* right */
14526  }, /* [43] */
14527  {
14528  (xdc_Bits16)0x802a, /* left */
14529  (xdc_Bits16)0x1aac, /* right */
14530  }, /* [44] */
14531  {
14532  (xdc_Bits16)0x802a, /* left */
14533  (xdc_Bits16)0x198a, /* right */
14534  }, /* [45] */
14535  {
14536  (xdc_Bits16)0x802a, /* left */
14537  (xdc_Bits16)0x1a75, /* right */
14538  }, /* [46] */
14539  {
14540  (xdc_Bits16)0x8022, /* left */
14541  (xdc_Bits16)0x1ab6, /* right */
14542  }, /* [47] */
14543  {
14544  (xdc_Bits16)0x802f, /* left */
14545  (xdc_Bits16)0x198a, /* right */
14546  }, /* [48] */
14547  {
14548  (xdc_Bits16)0x8010, /* left */
14549  (xdc_Bits16)0x1abe, /* right */
14550  }, /* [49] */
14551  {
14552  (xdc_Bits16)0x8031, /* left */
14553  (xdc_Bits16)0x1ac6, /* right */
14554  }, /* [50] */
14555  {
14556  (xdc_Bits16)0x8032, /* left */
14557  (xdc_Bits16)0x1acb, /* right */
14558  }, /* [51] */
14559 };
14560 
14561 /* Module__diagsEnabled__C */
14562 #pragma DATA_SECTION(xdc_runtime_Text_Module__diagsEnabled__C, ".const:xdc_runtime_Text_Module__diagsEnabled__C");
14563 __FAR__ const CT__xdc_runtime_Text_Module__diagsEnabled xdc_runtime_Text_Module__diagsEnabled__C = (xdc_Bits32)0x10;
14564 
14565 /* Module__diagsIncluded__C */
14566 #pragma DATA_SECTION(xdc_runtime_Text_Module__diagsIncluded__C, ".const:xdc_runtime_Text_Module__diagsIncluded__C");
14567 __FAR__ const CT__xdc_runtime_Text_Module__diagsIncluded xdc_runtime_Text_Module__diagsIncluded__C = (xdc_Bits32)0x10;
14568 
14569 /* Module__diagsMask__C */
14570 #pragma DATA_SECTION(xdc_runtime_Text_Module__diagsMask__C, ".const:xdc_runtime_Text_Module__diagsMask__C");
14571 __FAR__ const CT__xdc_runtime_Text_Module__diagsMask xdc_runtime_Text_Module__diagsMask__C = ((CT__xdc_runtime_Text_Module__diagsMask)0);
14572 
14573 /* Module__gateObj__C */
14574 #pragma DATA_SECTION(xdc_runtime_Text_Module__gateObj__C, ".const:xdc_runtime_Text_Module__gateObj__C");
14575 __FAR__ const CT__xdc_runtime_Text_Module__gateObj xdc_runtime_Text_Module__gateObj__C = ((CT__xdc_runtime_Text_Module__gateObj)0);
14576 
14577 /* Module__gatePrms__C */
14578 #pragma DATA_SECTION(xdc_runtime_Text_Module__gatePrms__C, ".const:xdc_runtime_Text_Module__gatePrms__C");
14579 __FAR__ const CT__xdc_runtime_Text_Module__gatePrms xdc_runtime_Text_Module__gatePrms__C = ((CT__xdc_runtime_Text_Module__gatePrms)0);
14580 
14581 /* Module__id__C */
14582 #pragma DATA_SECTION(xdc_runtime_Text_Module__id__C, ".const:xdc_runtime_Text_Module__id__C");
14583 __FAR__ const CT__xdc_runtime_Text_Module__id xdc_runtime_Text_Module__id__C = (xdc_Bits16)0x800f;
14584 
14585 /* Module__loggerDefined__C */
14586 #pragma DATA_SECTION(xdc_runtime_Text_Module__loggerDefined__C, ".const:xdc_runtime_Text_Module__loggerDefined__C");
14587 __FAR__ const CT__xdc_runtime_Text_Module__loggerDefined xdc_runtime_Text_Module__loggerDefined__C = 0;
14588 
14589 /* Module__loggerObj__C */
14590 #pragma DATA_SECTION(xdc_runtime_Text_Module__loggerObj__C, ".const:xdc_runtime_Text_Module__loggerObj__C");
14591 __FAR__ const CT__xdc_runtime_Text_Module__loggerObj xdc_runtime_Text_Module__loggerObj__C = ((CT__xdc_runtime_Text_Module__loggerObj)0);
14592 
14593 /* Module__loggerFxn0__C */
14594 #pragma DATA_SECTION(xdc_runtime_Text_Module__loggerFxn0__C, ".const:xdc_runtime_Text_Module__loggerFxn0__C");
14595 __FAR__ const CT__xdc_runtime_Text_Module__loggerFxn0 xdc_runtime_Text_Module__loggerFxn0__C = ((CT__xdc_runtime_Text_Module__loggerFxn0)0);
14596 
14597 /* Module__loggerFxn1__C */
14598 #pragma DATA_SECTION(xdc_runtime_Text_Module__loggerFxn1__C, ".const:xdc_runtime_Text_Module__loggerFxn1__C");
14599 __FAR__ const CT__xdc_runtime_Text_Module__loggerFxn1 xdc_runtime_Text_Module__loggerFxn1__C = ((CT__xdc_runtime_Text_Module__loggerFxn1)0);
14600 
14601 /* Module__loggerFxn2__C */
14602 #pragma DATA_SECTION(xdc_runtime_Text_Module__loggerFxn2__C, ".const:xdc_runtime_Text_Module__loggerFxn2__C");
14603 __FAR__ const CT__xdc_runtime_Text_Module__loggerFxn2 xdc_runtime_Text_Module__loggerFxn2__C = ((CT__xdc_runtime_Text_Module__loggerFxn2)0);
14604 
14605 /* Module__loggerFxn4__C */
14606 #pragma DATA_SECTION(xdc_runtime_Text_Module__loggerFxn4__C, ".const:xdc_runtime_Text_Module__loggerFxn4__C");
14607 __FAR__ const CT__xdc_runtime_Text_Module__loggerFxn4 xdc_runtime_Text_Module__loggerFxn4__C = ((CT__xdc_runtime_Text_Module__loggerFxn4)0);
14608 
14609 /* Module__loggerFxn8__C */
14610 #pragma DATA_SECTION(xdc_runtime_Text_Module__loggerFxn8__C, ".const:xdc_runtime_Text_Module__loggerFxn8__C");
14611 __FAR__ const CT__xdc_runtime_Text_Module__loggerFxn8 xdc_runtime_Text_Module__loggerFxn8__C = ((CT__xdc_runtime_Text_Module__loggerFxn8)0);
14612 
14613 /* Object__count__C */
14614 #pragma DATA_SECTION(xdc_runtime_Text_Object__count__C, ".const:xdc_runtime_Text_Object__count__C");
14615 __FAR__ const CT__xdc_runtime_Text_Object__count xdc_runtime_Text_Object__count__C = 0;
14616 
14617 /* Object__heap__C */
14618 #pragma DATA_SECTION(xdc_runtime_Text_Object__heap__C, ".const:xdc_runtime_Text_Object__heap__C");
14619 __FAR__ const CT__xdc_runtime_Text_Object__heap xdc_runtime_Text_Object__heap__C = 0;
14620 
14621 /* Object__sizeof__C */
14622 #pragma DATA_SECTION(xdc_runtime_Text_Object__sizeof__C, ".const:xdc_runtime_Text_Object__sizeof__C");
14623 __FAR__ const CT__xdc_runtime_Text_Object__sizeof xdc_runtime_Text_Object__sizeof__C = 0;
14624 
14625 /* Object__table__C */
14626 #pragma DATA_SECTION(xdc_runtime_Text_Object__table__C, ".const:xdc_runtime_Text_Object__table__C");
14627 __FAR__ const CT__xdc_runtime_Text_Object__table xdc_runtime_Text_Object__table__C = 0;
14628 
14629 /* nameUnknown__C */
14630 #pragma DATA_SECTION(xdc_runtime_Text_nameUnknown__C, ".const:xdc_runtime_Text_nameUnknown__C");
14631 __FAR__ const CT__xdc_runtime_Text_nameUnknown xdc_runtime_Text_nameUnknown__C = "{unknown-instance-name}";
14632 
14633 /* nameEmpty__C */
14634 #pragma DATA_SECTION(xdc_runtime_Text_nameEmpty__C, ".const:xdc_runtime_Text_nameEmpty__C");
14635 __FAR__ const CT__xdc_runtime_Text_nameEmpty xdc_runtime_Text_nameEmpty__C = "{empty-instance-name}";
14636 
14637 /* nameStatic__C */
14638 #pragma DATA_SECTION(xdc_runtime_Text_nameStatic__C, ".const:xdc_runtime_Text_nameStatic__C");
14639 __FAR__ const CT__xdc_runtime_Text_nameStatic xdc_runtime_Text_nameStatic__C = "{static-instance-name}";
14640 
14641 /* isLoaded__C */
14642 #pragma DATA_SECTION(xdc_runtime_Text_isLoaded__C, ".const:xdc_runtime_Text_isLoaded__C");
14643 __FAR__ const CT__xdc_runtime_Text_isLoaded xdc_runtime_Text_isLoaded__C = 1;
14644 
14645 /* charTab__C */
14646 #pragma DATA_SECTION(xdc_runtime_Text_charTab__C, ".const:xdc_runtime_Text_charTab__C");
14647 __FAR__ const CT__xdc_runtime_Text_charTab xdc_runtime_Text_charTab__C = ((CT__xdc_runtime_Text_charTab)xdc_runtime_Text_charTab__A);
14648 
14649 /* nodeTab__C */
14650 #pragma DATA_SECTION(xdc_runtime_Text_nodeTab__C, ".const:xdc_runtime_Text_nodeTab__C");
14651 __FAR__ const CT__xdc_runtime_Text_nodeTab xdc_runtime_Text_nodeTab__C = ((CT__xdc_runtime_Text_nodeTab)xdc_runtime_Text_nodeTab__A);
14652 
14653 /* charCnt__C */
14654 #pragma DATA_SECTION(xdc_runtime_Text_charCnt__C, ".const:xdc_runtime_Text_charCnt__C");
14655 __FAR__ const CT__xdc_runtime_Text_charCnt xdc_runtime_Text_charCnt__C = (xdc_Int16)0x1aee;
14656 
14657 /* nodeCnt__C */
14658 #pragma DATA_SECTION(xdc_runtime_Text_nodeCnt__C, ".const:xdc_runtime_Text_nodeCnt__C");
14659 __FAR__ const CT__xdc_runtime_Text_nodeCnt xdc_runtime_Text_nodeCnt__C = (xdc_Int16)0x34;
14660 
14661 /* unnamedModsLastId__C */
14662 #pragma DATA_SECTION(xdc_runtime_Text_unnamedModsLastId__C, ".const:xdc_runtime_Text_unnamedModsLastId__C");
14663 __FAR__ const CT__xdc_runtime_Text_unnamedModsLastId xdc_runtime_Text_unnamedModsLastId__C = (xdc_UInt16)0x4000;
14664 
14665 /* registryModsLastId__C */
14666 #pragma DATA_SECTION(xdc_runtime_Text_registryModsLastId__C, ".const:xdc_runtime_Text_registryModsLastId__C");
14667 __FAR__ const CT__xdc_runtime_Text_registryModsLastId xdc_runtime_Text_registryModsLastId__C = (xdc_UInt16)0x7fff;
14668 
14669 /* visitRopeFxn__C */
14670 #pragma DATA_SECTION(xdc_runtime_Text_visitRopeFxn__C, ".const:xdc_runtime_Text_visitRopeFxn__C");
14671 __FAR__ const CT__xdc_runtime_Text_visitRopeFxn xdc_runtime_Text_visitRopeFxn__C = ((CT__xdc_runtime_Text_visitRopeFxn)((xdc_Fxn)xdc_runtime_Text_visitRope__I));
14672 
14673 /* visitRopeFxn2__C */
14674 #pragma DATA_SECTION(xdc_runtime_Text_visitRopeFxn2__C, ".const:xdc_runtime_Text_visitRopeFxn2__C");
14675 __FAR__ const CT__xdc_runtime_Text_visitRopeFxn2 xdc_runtime_Text_visitRopeFxn2__C = ((CT__xdc_runtime_Text_visitRopeFxn2)((xdc_Fxn)xdc_runtime_Text_visitRope2__I));
14676 
14677 
14678 /*
14679  * ======== xdc.runtime.System FUNCTION STUBS ========
14680  */
14681 
14682 /* printf_va__E */
14683 xdc_Int xdc_runtime_System_printf_va__E( xdc_CString fmt, va_list __va )
14684 {
14685  return xdc_runtime_System_printf_va__F(fmt, __va);
14686 }
14687 
14688 /* printf__E */
14689 xdc_Int xdc_runtime_System_printf__E( xdc_CString fmt, ... )
14690 {
14691  xdc_Int __ret;
14692 
14693  va_list __va; va_start(__va, fmt);
14694  __ret = xdc_runtime_System_printf_va__F(fmt, __va);
14695 
14696  va_end(__va);
14697  return __ret;
14698 }
14699 
14700 /* aprintf_va__E */
14701 xdc_Int xdc_runtime_System_aprintf_va__E( xdc_CString fmt, va_list __va )
14702 {
14703  return xdc_runtime_System_aprintf_va__F(fmt, __va);
14704 }
14705 
14706 /* aprintf__E */
14707 xdc_Int xdc_runtime_System_aprintf__E( xdc_CString fmt, ... )
14708 {
14709  xdc_Int __ret;
14710 
14711  va_list __va; va_start(__va, fmt);
14712  __ret = xdc_runtime_System_aprintf_va__F(fmt, __va);
14713 
14714  va_end(__va);
14715  return __ret;
14716 }
14717 
14718 /* sprintf_va__E */
14719 xdc_Int xdc_runtime_System_sprintf_va__E( xdc_Char buf[], xdc_CString fmt, va_list __va )
14720 {
14721  return xdc_runtime_System_sprintf_va__F(buf, fmt, __va);
14722 }
14723 
14724 /* sprintf__E */
14725 xdc_Int xdc_runtime_System_sprintf__E( xdc_Char buf[], xdc_CString fmt, ... )
14726 {
14727  xdc_Int __ret;
14728 
14729  va_list __va; va_start(__va, fmt);
14730  __ret = xdc_runtime_System_sprintf_va__F(buf, fmt, __va);
14731 
14732  va_end(__va);
14733  return __ret;
14734 }
14735 
14736 /* asprintf_va__E */
14737 xdc_Int xdc_runtime_System_asprintf_va__E( xdc_Char buf[], xdc_CString fmt, va_list __va )
14738 {
14739  return xdc_runtime_System_asprintf_va__F(buf, fmt, __va);
14740 }
14741 
14742 /* asprintf__E */
14743 xdc_Int xdc_runtime_System_asprintf__E( xdc_Char buf[], xdc_CString fmt, ... )
14744 {
14745  xdc_Int __ret;
14746 
14747  va_list __va; va_start(__va, fmt);
14748  __ret = xdc_runtime_System_asprintf_va__F(buf, fmt, __va);
14749 
14750  va_end(__va);
14751  return __ret;
14752 }
14753 
14754 /* snprintf_va__E */
14755 xdc_Int xdc_runtime_System_snprintf_va__E( xdc_Char buf[], xdc_SizeT n, xdc_CString fmt, va_list __va )
14756 {
14757  return xdc_runtime_System_snprintf_va__F(buf, n, fmt, __va);
14758 }
14759 
14760 /* snprintf__E */
14761 xdc_Int xdc_runtime_System_snprintf__E( xdc_Char buf[], xdc_SizeT n, xdc_CString fmt, ... )
14762 {
14763  xdc_Int __ret;
14764 
14765  va_list __va; va_start(__va, fmt);
14766  __ret = xdc_runtime_System_snprintf_va__F(buf, n, fmt, __va);
14767 
14768  va_end(__va);
14769  return __ret;
14770 }
14771 
14772 
14773 /*
14774  * ======== ti.sysbios.BIOS_RtsGateProxy PROXY BODY ========
14775  */
14776 
14777 /* DELEGATES TO ti.sysbios.gates.GateMutex */
14778 
14779 /* Module__startupDone__S */
14781 {
14783 }
14784 
14785 /* create */
14786 ti_sysbios_BIOS_RtsGateProxy_Handle ti_sysbios_BIOS_RtsGateProxy_create( const ti_sysbios_BIOS_RtsGateProxy_Params *prms, xdc_runtime_Error_Block *eb )
14787 {
14788  return (ti_sysbios_BIOS_RtsGateProxy_Handle)ti_sysbios_gates_GateMutex_create((const ti_sysbios_gates_GateMutex_Params *)prms, eb);
14789 }
14790 
14791 /* delete */
14792 void ti_sysbios_BIOS_RtsGateProxy_delete(ti_sysbios_BIOS_RtsGateProxy_Handle *instp)
14793 {
14795 }
14796 
14797 /* Params__init__S */
14798 void ti_sysbios_BIOS_RtsGateProxy_Params__init__S( xdc_Ptr dst, const void *src, xdc_SizeT psz, xdc_SizeT isz )
14799 {
14800  ti_sysbios_gates_GateMutex_Params__init__S(dst, src, psz, isz);
14801 }
14802 
14803 /* Handle__label__S */
14804 xdc_runtime_Types_Label *ti_sysbios_BIOS_RtsGateProxy_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
14805 {
14807 }
14808 
14809 /* query__E */
14811 {
14812  return ti_sysbios_gates_GateMutex_query(qual);
14813 }
14814 
14815 /* enter__E */
14816 xdc_IArg ti_sysbios_BIOS_RtsGateProxy_enter__E( ti_sysbios_BIOS_RtsGateProxy_Handle __inst )
14817 {
14818  return ti_sysbios_gates_GateMutex_enter((ti_sysbios_gates_GateMutex_Handle)__inst);
14819 }
14820 
14821 /* leave__E */
14822 xdc_Void ti_sysbios_BIOS_RtsGateProxy_leave__E( ti_sysbios_BIOS_RtsGateProxy_Handle __inst, xdc_IArg key )
14823 {
14824  ti_sysbios_gates_GateMutex_leave((ti_sysbios_gates_GateMutex_Handle)__inst, key);
14825 }
14826 
14827 
14828 /*
14829  * ======== ti.sysbios.hal.Cache_CacheProxy PROXY BODY ========
14830  */
14831 
14832 /* DELEGATES TO ti.sysbios.hal.CacheNull */
14833 
14834 /* Module__startupDone__S */
14836 {
14838 }
14839 
14840 /* enable__E */
14842 {
14843  ti_sysbios_hal_CacheNull_enable(type);
14844 }
14845 
14846 /* disable__E */
14848 {
14849  ti_sysbios_hal_CacheNull_disable(type);
14850 }
14851 
14852 /* inv__E */
14853 xdc_Void ti_sysbios_hal_Cache_CacheProxy_inv__E( xdc_Ptr blockPtr, xdc_SizeT byteCnt, xdc_Bits16 type, xdc_Bool wait )
14854 {
14855  ti_sysbios_hal_CacheNull_inv(blockPtr, byteCnt, type, wait);
14856 }
14857 
14858 /* wb__E */
14859 xdc_Void ti_sysbios_hal_Cache_CacheProxy_wb__E( xdc_Ptr blockPtr, xdc_SizeT byteCnt, xdc_Bits16 type, xdc_Bool wait )
14860 {
14861  ti_sysbios_hal_CacheNull_wb(blockPtr, byteCnt, type, wait);
14862 }
14863 
14864 /* wbInv__E */
14865 xdc_Void ti_sysbios_hal_Cache_CacheProxy_wbInv__E( xdc_Ptr blockPtr, xdc_SizeT byteCnt, xdc_Bits16 type, xdc_Bool wait )
14866 {
14867  ti_sysbios_hal_CacheNull_wbInv(blockPtr, byteCnt, type, wait);
14868 }
14869 
14870 /* wbAll__E */
14872 {
14873  ti_sysbios_hal_CacheNull_wbAll();
14874 }
14875 
14876 /* wbInvAll__E */
14878 {
14879  ti_sysbios_hal_CacheNull_wbInvAll();
14880 }
14881 
14882 /* wait__E */
14884 {
14885  ti_sysbios_hal_CacheNull_wait();
14886 }
14887 
14888 
14889 /*
14890  * ======== ti.sysbios.hal.Core_CoreProxy PROXY BODY ========
14891  */
14892 
14893 /* DELEGATES TO ti.sysbios.family.arm.v7r.tms570.Core */
14894 
14895 /* Module__startupDone__S */
14897 {
14899 }
14900 
14901 /* getId__E */
14903 {
14904  return ti_sysbios_family_arm_v7r_tms570_Core_getId();
14905 }
14906 
14907 /* interruptCore__E */
14909 {
14910  ti_sysbios_family_arm_v7r_tms570_Core_interruptCore(coreId);
14911 }
14912 
14913 /* lock__E */
14915 {
14916  return ti_sysbios_family_arm_v7r_tms570_Core_lock();
14917 }
14918 
14919 /* unlock__E */
14921 {
14922  ti_sysbios_family_arm_v7r_tms570_Core_unlock();
14923 }
14924 
14925 /* hwiDisable__E */
14927 {
14928  return ti_sysbios_family_arm_v7r_tms570_Core_hwiDisable();
14929 }
14930 
14931 /* hwiEnable__E */
14933 {
14934  return ti_sysbios_family_arm_v7r_tms570_Core_hwiEnable();
14935 }
14936 
14937 /* hwiRestore__E */
14939 {
14940  ti_sysbios_family_arm_v7r_tms570_Core_hwiRestore(key);
14941 }
14942 
14943 
14944 /*
14945  * ======== ti.sysbios.hal.Hwi_HwiProxy PROXY BODY ========
14946  */
14947 
14948 /* DELEGATES TO ti.sysbios.family.arm.v7r.vim.Hwi */
14949 
14950 /* Module__startupDone__S */
14952 {
14954 }
14955 
14956 /* create */
14957 ti_sysbios_hal_Hwi_HwiProxy_Handle ti_sysbios_hal_Hwi_HwiProxy_create( xdc_Int intNum, ti_sysbios_interfaces_IHwi_FuncPtr hwiFxn, const ti_sysbios_hal_Hwi_HwiProxy_Params *prms, xdc_runtime_Error_Block *eb )
14958 {
14959  return (ti_sysbios_hal_Hwi_HwiProxy_Handle)ti_sysbios_family_arm_v7r_vim_Hwi_create(intNum, hwiFxn, (const ti_sysbios_family_arm_v7r_vim_Hwi_Params *)prms, eb);
14960 }
14961 
14962 /* delete */
14963 void ti_sysbios_hal_Hwi_HwiProxy_delete(ti_sysbios_hal_Hwi_HwiProxy_Handle *instp)
14964 {
14966 }
14967 
14968 /* Params__init__S */
14969 void ti_sysbios_hal_Hwi_HwiProxy_Params__init__S( xdc_Ptr dst, const void *src, xdc_SizeT psz, xdc_SizeT isz )
14970 {
14972 }
14973 
14974 /* Handle__label__S */
14975 xdc_runtime_Types_Label *ti_sysbios_hal_Hwi_HwiProxy_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
14976 {
14978 }
14979 
14980 /* getStackInfo__E */
14981 xdc_Bool ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E( ti_sysbios_interfaces_IHwi_StackInfo *stkInfo, xdc_Bool computeStackDepth )
14982 {
14983  return ti_sysbios_family_arm_v7r_vim_Hwi_getStackInfo(stkInfo, computeStackDepth);
14984 }
14985 
14986 /* getCoreStackInfo__E */
14987 xdc_Bool ti_sysbios_hal_Hwi_HwiProxy_getCoreStackInfo__E( ti_sysbios_interfaces_IHwi_StackInfo *stkInfo, xdc_Bool computeStackDepth, xdc_UInt coreId )
14988 {
14989  return ti_sysbios_family_arm_v7r_vim_Hwi_getCoreStackInfo(stkInfo, computeStackDepth, coreId);
14990 }
14991 
14992 /* startup__E */
14994 {
14995  ti_sysbios_family_arm_v7r_vim_Hwi_startup();
14996 }
14997 
14998 /* disable__E */
15000 {
15001  return ti_sysbios_family_arm_v7r_vim_Hwi_disable();
15002 }
15003 
15004 /* enable__E */
15006 {
15007  return ti_sysbios_family_arm_v7r_vim_Hwi_enable();
15008 }
15009 
15010 /* restore__E */
15012 {
15013  ti_sysbios_family_arm_v7r_vim_Hwi_restore(key);
15014 }
15015 
15016 /* switchFromBootStack__E */
15018 {
15019  ti_sysbios_family_arm_v7r_vim_Hwi_switchFromBootStack();
15020 }
15021 
15022 /* post__E */
15023 xdc_Void ti_sysbios_hal_Hwi_HwiProxy_post__E( xdc_UInt intNum )
15024 {
15025  ti_sysbios_family_arm_v7r_vim_Hwi_post(intNum);
15026 }
15027 
15028 /* getTaskSP__E */
15030 {
15031  return ti_sysbios_family_arm_v7r_vim_Hwi_getTaskSP();
15032 }
15033 
15034 /* disableInterrupt__E */
15036 {
15037  return ti_sysbios_family_arm_v7r_vim_Hwi_disableInterrupt(intNum);
15038 }
15039 
15040 /* enableInterrupt__E */
15042 {
15043  return ti_sysbios_family_arm_v7r_vim_Hwi_enableInterrupt(intNum);
15044 }
15045 
15046 /* restoreInterrupt__E */
15047 xdc_Void ti_sysbios_hal_Hwi_HwiProxy_restoreInterrupt__E( xdc_UInt intNum, xdc_UInt key )
15048 {
15049  ti_sysbios_family_arm_v7r_vim_Hwi_restoreInterrupt(intNum, key);
15050 }
15051 
15052 /* clearInterrupt__E */
15054 {
15055  ti_sysbios_family_arm_v7r_vim_Hwi_clearInterrupt(intNum);
15056 }
15057 
15058 /* getFunc__E */
15059 ti_sysbios_interfaces_IHwi_FuncPtr ti_sysbios_hal_Hwi_HwiProxy_getFunc__E( ti_sysbios_hal_Hwi_HwiProxy_Handle __inst, xdc_UArg *arg )
15060 {
15061  return ti_sysbios_family_arm_v7r_vim_Hwi_getFunc((ti_sysbios_family_arm_v7r_vim_Hwi_Handle)__inst, arg);
15062 }
15063 
15064 /* setFunc__E */
15065 xdc_Void ti_sysbios_hal_Hwi_HwiProxy_setFunc__E( ti_sysbios_hal_Hwi_HwiProxy_Handle __inst, ti_sysbios_interfaces_IHwi_FuncPtr fxn, xdc_UArg arg )
15066 {
15067  ti_sysbios_family_arm_v7r_vim_Hwi_setFunc((ti_sysbios_family_arm_v7r_vim_Hwi_Handle)__inst, fxn, arg);
15068 }
15069 
15070 /* getHookContext__E */
15071 xdc_Ptr ti_sysbios_hal_Hwi_HwiProxy_getHookContext__E( ti_sysbios_hal_Hwi_HwiProxy_Handle __inst, xdc_Int id )
15072 {
15073  return ti_sysbios_family_arm_v7r_vim_Hwi_getHookContext((ti_sysbios_family_arm_v7r_vim_Hwi_Handle)__inst, id);
15074 }
15075 
15076 /* setHookContext__E */
15077 xdc_Void ti_sysbios_hal_Hwi_HwiProxy_setHookContext__E( ti_sysbios_hal_Hwi_HwiProxy_Handle __inst, xdc_Int id, xdc_Ptr hookContext )
15078 {
15079  ti_sysbios_family_arm_v7r_vim_Hwi_setHookContext((ti_sysbios_family_arm_v7r_vim_Hwi_Handle)__inst, id, hookContext);
15080 }
15081 
15082 /* getIrp__E */
15083 ti_sysbios_interfaces_IHwi_Irp ti_sysbios_hal_Hwi_HwiProxy_getIrp__E( ti_sysbios_hal_Hwi_HwiProxy_Handle __inst )
15084 {
15085  return ti_sysbios_family_arm_v7r_vim_Hwi_getIrp((ti_sysbios_family_arm_v7r_vim_Hwi_Handle)__inst);
15086 }
15087 
15088 
15089 /*
15090  * ======== ti.sysbios.heaps.HeapMem_Module_GateProxy PROXY BODY ========
15091  */
15092 
15093 /* DELEGATES TO ti.sysbios.gates.GateMutex */
15094 
15095 /* Module__startupDone__S */
15097 {
15099 }
15100 
15101 /* create */
15102 ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle ti_sysbios_heaps_HeapMem_Module_GateProxy_create( const ti_sysbios_heaps_HeapMem_Module_GateProxy_Params *prms, xdc_runtime_Error_Block *eb )
15103 {
15104  return (ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle)ti_sysbios_gates_GateMutex_create((const ti_sysbios_gates_GateMutex_Params *)prms, eb);
15105 }
15106 
15107 /* delete */
15108 void ti_sysbios_heaps_HeapMem_Module_GateProxy_delete(ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle *instp)
15109 {
15111 }
15112 
15113 /* Params__init__S */
15114 void ti_sysbios_heaps_HeapMem_Module_GateProxy_Params__init__S( xdc_Ptr dst, const void *src, xdc_SizeT psz, xdc_SizeT isz )
15115 {
15116  ti_sysbios_gates_GateMutex_Params__init__S(dst, src, psz, isz);
15117 }
15118 
15119 /* Handle__label__S */
15120 xdc_runtime_Types_Label *ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
15121 {
15123 }
15124 
15125 /* query__E */
15127 {
15128  return ti_sysbios_gates_GateMutex_query(qual);
15129 }
15130 
15131 /* enter__E */
15132 xdc_IArg ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E( ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle __inst )
15133 {
15134  return ti_sysbios_gates_GateMutex_enter((ti_sysbios_gates_GateMutex_Handle)__inst);
15135 }
15136 
15137 /* leave__E */
15138 xdc_Void ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E( ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle __inst, xdc_IArg key )
15139 {
15140  ti_sysbios_gates_GateMutex_leave((ti_sysbios_gates_GateMutex_Handle)__inst, key);
15141 }
15142 
15143 
15144 /*
15145  * ======== ti.sysbios.knl.Clock_TimerProxy PROXY BODY ========
15146  */
15147 
15148 /* DELEGATES TO ti.sysbios.timers.rti.Timer */
15149 
15150 /* Module__startupDone__S */
15152 {
15154 }
15155 
15156 /* create */
15157 ti_sysbios_knl_Clock_TimerProxy_Handle ti_sysbios_knl_Clock_TimerProxy_create( xdc_Int id, ti_sysbios_interfaces_ITimer_FuncPtr tickFxn, const ti_sysbios_knl_Clock_TimerProxy_Params *prms, xdc_runtime_Error_Block *eb )
15158 {
15159  return (ti_sysbios_knl_Clock_TimerProxy_Handle)ti_sysbios_timers_rti_Timer_create(id, tickFxn, (const ti_sysbios_timers_rti_Timer_Params *)prms, eb);
15160 }
15161 
15162 /* delete */
15163 void ti_sysbios_knl_Clock_TimerProxy_delete(ti_sysbios_knl_Clock_TimerProxy_Handle *instp)
15164 {
15166 }
15167 
15168 /* Params__init__S */
15169 void ti_sysbios_knl_Clock_TimerProxy_Params__init__S( xdc_Ptr dst, const void *src, xdc_SizeT psz, xdc_SizeT isz )
15170 {
15171  ti_sysbios_timers_rti_Timer_Params__init__S(dst, src, psz, isz);
15172 }
15173 
15174 /* Handle__label__S */
15175 xdc_runtime_Types_Label *ti_sysbios_knl_Clock_TimerProxy_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
15176 {
15178 }
15179 
15180 /* getNumTimers__E */
15182 {
15183  return ti_sysbios_timers_rti_Timer_getNumTimers();
15184 }
15185 
15186 /* getStatus__E */
15187 ti_sysbios_interfaces_ITimer_Status ti_sysbios_knl_Clock_TimerProxy_getStatus__E( xdc_UInt id )
15188 {
15189  return ti_sysbios_timers_rti_Timer_getStatus(id);
15190 }
15191 
15192 /* startup__E */
15194 {
15195  ti_sysbios_timers_rti_Timer_startup();
15196 }
15197 
15198 /* getMaxTicks__E */
15199 xdc_UInt32 ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E( ti_sysbios_knl_Clock_TimerProxy_Handle __inst )
15200 {
15201  return ti_sysbios_timers_rti_Timer_getMaxTicks((ti_sysbios_timers_rti_Timer_Handle)__inst);
15202 }
15203 
15204 /* setNextTick__E */
15205 xdc_Void ti_sysbios_knl_Clock_TimerProxy_setNextTick__E( ti_sysbios_knl_Clock_TimerProxy_Handle __inst, xdc_UInt32 ticks )
15206 {
15207  ti_sysbios_timers_rti_Timer_setNextTick((ti_sysbios_timers_rti_Timer_Handle)__inst, ticks);
15208 }
15209 
15210 /* start__E */
15211 xdc_Void ti_sysbios_knl_Clock_TimerProxy_start__E( ti_sysbios_knl_Clock_TimerProxy_Handle __inst )
15212 {
15213  ti_sysbios_timers_rti_Timer_start((ti_sysbios_timers_rti_Timer_Handle)__inst);
15214 }
15215 
15216 /* stop__E */
15217 xdc_Void ti_sysbios_knl_Clock_TimerProxy_stop__E( ti_sysbios_knl_Clock_TimerProxy_Handle __inst )
15218 {
15219  ti_sysbios_timers_rti_Timer_stop((ti_sysbios_timers_rti_Timer_Handle)__inst);
15220 }
15221 
15222 /* setPeriod__E */
15223 xdc_Void ti_sysbios_knl_Clock_TimerProxy_setPeriod__E( ti_sysbios_knl_Clock_TimerProxy_Handle __inst, xdc_UInt32 period )
15224 {
15225  ti_sysbios_timers_rti_Timer_setPeriod((ti_sysbios_timers_rti_Timer_Handle)__inst, period);
15226 }
15227 
15228 /* setPeriodMicroSecs__E */
15229 xdc_Bool ti_sysbios_knl_Clock_TimerProxy_setPeriodMicroSecs__E( ti_sysbios_knl_Clock_TimerProxy_Handle __inst, xdc_UInt32 microsecs )
15230 {
15231  return ti_sysbios_timers_rti_Timer_setPeriodMicroSecs((ti_sysbios_timers_rti_Timer_Handle)__inst, microsecs);
15232 }
15233 
15234 /* getPeriod__E */
15235 xdc_UInt32 ti_sysbios_knl_Clock_TimerProxy_getPeriod__E( ti_sysbios_knl_Clock_TimerProxy_Handle __inst )
15236 {
15237  return ti_sysbios_timers_rti_Timer_getPeriod((ti_sysbios_timers_rti_Timer_Handle)__inst);
15238 }
15239 
15240 /* getCount__E */
15241 xdc_UInt32 ti_sysbios_knl_Clock_TimerProxy_getCount__E( ti_sysbios_knl_Clock_TimerProxy_Handle __inst )
15242 {
15243  return ti_sysbios_timers_rti_Timer_getCount((ti_sysbios_timers_rti_Timer_Handle)__inst);
15244 }
15245 
15246 /* getFreq__E */
15247 xdc_Void ti_sysbios_knl_Clock_TimerProxy_getFreq__E( ti_sysbios_knl_Clock_TimerProxy_Handle __inst, xdc_runtime_Types_FreqHz *freq )
15248 {
15249  ti_sysbios_timers_rti_Timer_getFreq((ti_sysbios_timers_rti_Timer_Handle)__inst, freq);
15250 }
15251 
15252 /* getFunc__E */
15253 ti_sysbios_interfaces_ITimer_FuncPtr ti_sysbios_knl_Clock_TimerProxy_getFunc__E( ti_sysbios_knl_Clock_TimerProxy_Handle __inst, xdc_UArg *arg )
15254 {
15255  return ti_sysbios_timers_rti_Timer_getFunc((ti_sysbios_timers_rti_Timer_Handle)__inst, arg);
15256 }
15257 
15258 /* setFunc__E */
15259 xdc_Void ti_sysbios_knl_Clock_TimerProxy_setFunc__E( ti_sysbios_knl_Clock_TimerProxy_Handle __inst, ti_sysbios_interfaces_ITimer_FuncPtr fxn, xdc_UArg arg )
15260 {
15261  ti_sysbios_timers_rti_Timer_setFunc((ti_sysbios_timers_rti_Timer_Handle)__inst, fxn, arg);
15262 }
15263 
15264 /* trigger__E */
15265 xdc_Void ti_sysbios_knl_Clock_TimerProxy_trigger__E( ti_sysbios_knl_Clock_TimerProxy_Handle __inst, xdc_UInt32 cycles )
15266 {
15267  ti_sysbios_timers_rti_Timer_trigger((ti_sysbios_timers_rti_Timer_Handle)__inst, cycles);
15268 }
15269 
15270 /* getExpiredCounts__E */
15271 xdc_UInt32 ti_sysbios_knl_Clock_TimerProxy_getExpiredCounts__E( ti_sysbios_knl_Clock_TimerProxy_Handle __inst )
15272 {
15273  return ti_sysbios_timers_rti_Timer_getExpiredCounts((ti_sysbios_timers_rti_Timer_Handle)__inst);
15274 }
15275 
15276 /* getExpiredTicks__E */
15277 xdc_UInt32 ti_sysbios_knl_Clock_TimerProxy_getExpiredTicks__E( ti_sysbios_knl_Clock_TimerProxy_Handle __inst, xdc_UInt32 tickPeriod )
15278 {
15279  return ti_sysbios_timers_rti_Timer_getExpiredTicks((ti_sysbios_timers_rti_Timer_Handle)__inst, tickPeriod);
15280 }
15281 
15282 /* getCurrentTick__E */
15283 xdc_UInt32 ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E( ti_sysbios_knl_Clock_TimerProxy_Handle __inst, xdc_Bool save )
15284 {
15285  return ti_sysbios_timers_rti_Timer_getCurrentTick((ti_sysbios_timers_rti_Timer_Handle)__inst, save);
15286 }
15287 
15288 
15289 /*
15290  * ======== ti.sysbios.knl.Intrinsics_SupportProxy PROXY BODY ========
15291  */
15292 
15293 /* DELEGATES TO ti.sysbios.family.arm.IntrinsicsSupport */
15294 
15295 /* Module__startupDone__S */
15297 {
15299 }
15300 
15301 /* maxbit__E */
15303 {
15304  return ti_sysbios_family_arm_IntrinsicsSupport_maxbit(bits);
15305 }
15306 
15307 
15308 /*
15309  * ======== ti.sysbios.knl.Task_SupportProxy PROXY BODY ========
15310  */
15311 
15312 /* DELEGATES TO ti.sysbios.family.arm.TaskSupport */
15313 
15314 /* Module__startupDone__S */
15316 {
15318 }
15319 
15320 /* start__E */
15321 xdc_Ptr ti_sysbios_knl_Task_SupportProxy_start__E( xdc_Ptr curTask, ti_sysbios_interfaces_ITaskSupport_FuncPtr enterFxn, ti_sysbios_interfaces_ITaskSupport_FuncPtr exitFxn, xdc_runtime_Error_Block *eb )
15322 {
15323  return ti_sysbios_family_arm_TaskSupport_start(curTask, enterFxn, exitFxn, eb);
15324 }
15325 
15326 /* swap__E */
15327 xdc_Void ti_sysbios_knl_Task_SupportProxy_swap__E( xdc_Ptr *oldtskContext, xdc_Ptr *newtskContext )
15328 {
15329  ti_sysbios_family_arm_TaskSupport_swap(oldtskContext, newtskContext);
15330 }
15331 
15332 /* checkStack__E */
15333 xdc_Bool ti_sysbios_knl_Task_SupportProxy_checkStack__E( xdc_Char *stack, xdc_SizeT size )
15334 {
15335  return ti_sysbios_family_arm_TaskSupport_checkStack(stack, size);
15336 }
15337 
15338 /* stackUsed__E */
15339 xdc_SizeT ti_sysbios_knl_Task_SupportProxy_stackUsed__E( xdc_Char *stack, xdc_SizeT size )
15340 {
15341  return ti_sysbios_family_arm_TaskSupport_stackUsed(stack, size);
15342 }
15343 
15344 /* getStackAlignment__E */
15346 {
15347  return ti_sysbios_family_arm_TaskSupport_getStackAlignment();
15348 }
15349 
15350 /* getDefaultStackSize__E */
15352 {
15353  return ti_sysbios_family_arm_TaskSupport_getDefaultStackSize();
15354 }
15355 
15356 
15357 /*
15358  * ======== xdc.runtime.Main_Module_GateProxy PROXY BODY ========
15359  */
15360 
15361 /* DELEGATES TO ti.sysbios.gates.GateHwi */
15362 
15363 /* Module__startupDone__S */
15365 {
15367 }
15368 
15369 /* create */
15370 xdc_runtime_Main_Module_GateProxy_Handle xdc_runtime_Main_Module_GateProxy_create( const xdc_runtime_Main_Module_GateProxy_Params *prms, xdc_runtime_Error_Block *eb )
15371 {
15372  return (xdc_runtime_Main_Module_GateProxy_Handle)ti_sysbios_gates_GateHwi_create((const ti_sysbios_gates_GateHwi_Params *)prms, eb);
15373 }
15374 
15375 /* delete */
15376 void xdc_runtime_Main_Module_GateProxy_delete(xdc_runtime_Main_Module_GateProxy_Handle *instp)
15377 {
15379 }
15380 
15381 /* Params__init__S */
15382 void xdc_runtime_Main_Module_GateProxy_Params__init__S( xdc_Ptr dst, const void *src, xdc_SizeT psz, xdc_SizeT isz )
15383 {
15384  ti_sysbios_gates_GateHwi_Params__init__S(dst, src, psz, isz);
15385 }
15386 
15387 /* Handle__label__S */
15388 xdc_runtime_Types_Label *xdc_runtime_Main_Module_GateProxy_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
15389 {
15391 }
15392 
15393 /* query__E */
15395 {
15396  return ti_sysbios_gates_GateHwi_query(qual);
15397 }
15398 
15399 /* enter__E */
15400 xdc_IArg xdc_runtime_Main_Module_GateProxy_enter__E( xdc_runtime_Main_Module_GateProxy_Handle __inst )
15401 {
15402  return ti_sysbios_gates_GateHwi_enter((ti_sysbios_gates_GateHwi_Handle)__inst);
15403 }
15404 
15405 /* leave__E */
15406 xdc_Void xdc_runtime_Main_Module_GateProxy_leave__E( xdc_runtime_Main_Module_GateProxy_Handle __inst, xdc_IArg key )
15407 {
15408  ti_sysbios_gates_GateHwi_leave((ti_sysbios_gates_GateHwi_Handle)__inst, key);
15409 }
15410 
15411 
15412 /*
15413  * ======== xdc.runtime.Memory_HeapProxy PROXY BODY ========
15414  */
15415 
15416 /* DELEGATES TO ti.sysbios.heaps.HeapMem */
15417 
15418 /* Module__startupDone__S */
15420 {
15422 }
15423 
15424 /* create */
15425 xdc_runtime_Memory_HeapProxy_Handle xdc_runtime_Memory_HeapProxy_create( const xdc_runtime_Memory_HeapProxy_Params *prms, xdc_runtime_Error_Block *eb )
15426 {
15427  return (xdc_runtime_Memory_HeapProxy_Handle)ti_sysbios_heaps_HeapMem_create((const ti_sysbios_heaps_HeapMem_Params *)prms, eb);
15428 }
15429 
15430 /* delete */
15431 void xdc_runtime_Memory_HeapProxy_delete(xdc_runtime_Memory_HeapProxy_Handle *instp)
15432 {
15434 }
15435 
15436 /* Params__init__S */
15437 void xdc_runtime_Memory_HeapProxy_Params__init__S( xdc_Ptr dst, const void *src, xdc_SizeT psz, xdc_SizeT isz )
15438 {
15439  ti_sysbios_heaps_HeapMem_Params__init__S(dst, src, psz, isz);
15440 }
15441 
15442 /* Handle__label__S */
15443 xdc_runtime_Types_Label *xdc_runtime_Memory_HeapProxy_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
15444 {
15446 }
15447 
15448 /* alloc__E */
15449 xdc_Ptr xdc_runtime_Memory_HeapProxy_alloc__E( xdc_runtime_Memory_HeapProxy_Handle __inst, xdc_SizeT size, xdc_SizeT align, xdc_runtime_Error_Block *eb )
15450 {
15451  return xdc_runtime_IHeap_alloc((xdc_runtime_IHeap_Handle)__inst, size, align, eb);
15452 }
15453 
15454 /* free__E */
15455 xdc_Void xdc_runtime_Memory_HeapProxy_free__E( xdc_runtime_Memory_HeapProxy_Handle __inst, xdc_Ptr block, xdc_SizeT size )
15456 {
15457  xdc_runtime_IHeap_free((xdc_runtime_IHeap_Handle)__inst, block, size);
15458 }
15459 
15460 /* isBlocking__E */
15461 xdc_Bool xdc_runtime_Memory_HeapProxy_isBlocking__E( xdc_runtime_Memory_HeapProxy_Handle __inst )
15462 {
15463  return xdc_runtime_IHeap_isBlocking((xdc_runtime_IHeap_Handle)__inst);
15464 }
15465 
15466 /* getStats__E */
15467 xdc_Void xdc_runtime_Memory_HeapProxy_getStats__E( xdc_runtime_Memory_HeapProxy_Handle __inst, xdc_runtime_Memory_Stats *stats )
15468 {
15469  xdc_runtime_IHeap_getStats((xdc_runtime_IHeap_Handle)__inst, stats);
15470 }
15471 
15472 
15473 /*
15474  * ======== xdc.runtime.System_Module_GateProxy PROXY BODY ========
15475  */
15476 
15477 /* DELEGATES TO ti.sysbios.gates.GateHwi */
15478 
15479 /* Module__startupDone__S */
15481 {
15483 }
15484 
15485 /* create */
15486 xdc_runtime_System_Module_GateProxy_Handle xdc_runtime_System_Module_GateProxy_create( const xdc_runtime_System_Module_GateProxy_Params *prms, xdc_runtime_Error_Block *eb )
15487 {
15488  return (xdc_runtime_System_Module_GateProxy_Handle)ti_sysbios_gates_GateHwi_create((const ti_sysbios_gates_GateHwi_Params *)prms, eb);
15489 }
15490 
15491 /* delete */
15492 void xdc_runtime_System_Module_GateProxy_delete(xdc_runtime_System_Module_GateProxy_Handle *instp)
15493 {
15495 }
15496 
15497 /* Params__init__S */
15498 void xdc_runtime_System_Module_GateProxy_Params__init__S( xdc_Ptr dst, const void *src, xdc_SizeT psz, xdc_SizeT isz )
15499 {
15500  ti_sysbios_gates_GateHwi_Params__init__S(dst, src, psz, isz);
15501 }
15502 
15503 /* Handle__label__S */
15504 xdc_runtime_Types_Label *xdc_runtime_System_Module_GateProxy_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
15505 {
15507 }
15508 
15509 /* query__E */
15511 {
15512  return ti_sysbios_gates_GateHwi_query(qual);
15513 }
15514 
15515 /* enter__E */
15516 xdc_IArg xdc_runtime_System_Module_GateProxy_enter__E( xdc_runtime_System_Module_GateProxy_Handle __inst )
15517 {
15518  return ti_sysbios_gates_GateHwi_enter((ti_sysbios_gates_GateHwi_Handle)__inst);
15519 }
15520 
15521 /* leave__E */
15522 xdc_Void xdc_runtime_System_Module_GateProxy_leave__E( xdc_runtime_System_Module_GateProxy_Handle __inst, xdc_IArg key )
15523 {
15524  ti_sysbios_gates_GateHwi_leave((ti_sysbios_gates_GateHwi_Handle)__inst, key);
15525 }
15526 
15527 
15528 /*
15529  * ======== xdc.runtime.System_SupportProxy PROXY BODY ========
15530  */
15531 
15532 /* DELEGATES TO xdc.runtime.SysStd */
15533 
15534 /* Module__startupDone__S */
15536 {
15538 }
15539 
15540 /* abort__E */
15541 xdc_Void xdc_runtime_System_SupportProxy_abort__E( xdc_CString str )
15542 {
15543  xdc_runtime_SysStd_abort(str);
15544 }
15545 
15546 /* exit__E */
15548 {
15549  xdc_runtime_SysStd_exit(stat);
15550 }
15551 
15552 /* flush__E */
15554 {
15555  xdc_runtime_SysStd_flush();
15556 }
15557 
15558 /* putch__E */
15560 {
15561  xdc_runtime_SysStd_putch(ch);
15562 }
15563 
15564 /* ready__E */
15566 {
15567  return xdc_runtime_SysStd_ready();
15568 }
15569 
15570 
15571 /*
15572  * ======== ti.sysbios.family.arm.v7r.vim.Hwi OBJECT DESCRIPTOR ========
15573  */
15574 
15575 /* Object__DESC__C */
15577 #pragma DATA_SECTION(ti_sysbios_family_arm_v7r_vim_Hwi_Object__DESC__C, ".const:ti_sysbios_family_arm_v7r_vim_Hwi_Object__DESC__C");
15578 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_family_arm_v7r_vim_Hwi_Object__DESC__C = {
15579  (xdc_CPtr)0, /* fxnTab */
15582  0, /* objHeap */
15583  0, /* objName */
15584  sizeof(ti_sysbios_family_arm_v7r_vim_Hwi_Object2__), /* objSize */
15585  (xdc_CPtr)&ti_sysbios_family_arm_v7r_vim_Hwi_Object__PARAMS__C, /* prmsInit */
15586  sizeof(ti_sysbios_family_arm_v7r_vim_Hwi_Params), /* prmsSize */
15587 };
15588 
15589 
15590 /*
15591  * ======== ti.sysbios.gates.GateHwi OBJECT DESCRIPTOR ========
15592  */
15593 
15594 /* Object__DESC__C */
15596 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Object__DESC__C, ".const:ti_sysbios_gates_GateHwi_Object__DESC__C");
15597 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_gates_GateHwi_Object__DESC__C = {
15598  (xdc_CPtr)&ti_sysbios_gates_GateHwi_Module__FXNS__C, /* fxnTab */
15600  sizeof(ti_sysbios_gates_GateHwi___S1) - sizeof(ti_sysbios_gates_GateHwi_Object2__), /* objAlign */
15601  0, /* objHeap */
15602  0, /* objName */
15603  sizeof(ti_sysbios_gates_GateHwi_Object2__), /* objSize */
15604  (xdc_CPtr)&ti_sysbios_gates_GateHwi_Object__PARAMS__C, /* prmsInit */
15605  sizeof(ti_sysbios_gates_GateHwi_Params), /* prmsSize */
15606 };
15607 
15608 
15609 /*
15610  * ======== ti.sysbios.gates.GateMutex OBJECT DESCRIPTOR ========
15611  */
15612 
15613 /* Object__DESC__C */
15615 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Object__DESC__C, ".const:ti_sysbios_gates_GateMutex_Object__DESC__C");
15616 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_gates_GateMutex_Object__DESC__C = {
15617  (xdc_CPtr)&ti_sysbios_gates_GateMutex_Module__FXNS__C, /* fxnTab */
15620  0, /* objHeap */
15621  0, /* objName */
15622  sizeof(ti_sysbios_gates_GateMutex_Object2__), /* objSize */
15623  (xdc_CPtr)&ti_sysbios_gates_GateMutex_Object__PARAMS__C, /* prmsInit */
15624  sizeof(ti_sysbios_gates_GateMutex_Params), /* prmsSize */
15625 };
15626 
15627 
15628 /*
15629  * ======== ti.sysbios.hal.Hwi OBJECT DESCRIPTOR ========
15630  */
15631 
15632 /* Object__DESC__C */
15634 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Object__DESC__C, ".const:ti_sysbios_hal_Hwi_Object__DESC__C");
15635 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_hal_Hwi_Object__DESC__C = {
15636  (xdc_CPtr)0, /* fxnTab */
15638  sizeof(ti_sysbios_hal_Hwi___S1) - sizeof(ti_sysbios_hal_Hwi_Object2__), /* objAlign */
15639  0, /* objHeap */
15640  0, /* objName */
15641  sizeof(ti_sysbios_hal_Hwi_Object2__), /* objSize */
15642  (xdc_CPtr)&ti_sysbios_hal_Hwi_Object__PARAMS__C, /* prmsInit */
15643  sizeof(ti_sysbios_hal_Hwi_Params), /* prmsSize */
15644 };
15645 
15646 
15647 /*
15648  * ======== ti.sysbios.heaps.HeapBuf OBJECT DESCRIPTOR ========
15649  */
15650 
15651 /* Object__DESC__C */
15653 #pragma DATA_SECTION(ti_sysbios_heaps_HeapBuf_Object__DESC__C, ".const:ti_sysbios_heaps_HeapBuf_Object__DESC__C");
15654 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_heaps_HeapBuf_Object__DESC__C = {
15655  (xdc_CPtr)&ti_sysbios_heaps_HeapBuf_Module__FXNS__C, /* fxnTab */
15657  sizeof(ti_sysbios_heaps_HeapBuf___S1) - sizeof(ti_sysbios_heaps_HeapBuf_Object2__), /* objAlign */
15658  0, /* objHeap */
15659  0, /* objName */
15660  sizeof(ti_sysbios_heaps_HeapBuf_Object2__), /* objSize */
15661  (xdc_CPtr)&ti_sysbios_heaps_HeapBuf_Object__PARAMS__C, /* prmsInit */
15662  sizeof(ti_sysbios_heaps_HeapBuf_Params), /* prmsSize */
15663 };
15664 
15665 
15666 /*
15667  * ======== ti.sysbios.heaps.HeapMem OBJECT DESCRIPTOR ========
15668  */
15669 
15670 /* Object__DESC__C */
15672 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Object__DESC__C, ".const:ti_sysbios_heaps_HeapMem_Object__DESC__C");
15673 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_heaps_HeapMem_Object__DESC__C = {
15674  (xdc_CPtr)&ti_sysbios_heaps_HeapMem_Module__FXNS__C, /* fxnTab */
15676  sizeof(ti_sysbios_heaps_HeapMem___S1) - sizeof(ti_sysbios_heaps_HeapMem_Object2__), /* objAlign */
15677  0, /* objHeap */
15678  0, /* objName */
15679  sizeof(ti_sysbios_heaps_HeapMem_Object2__), /* objSize */
15680  (xdc_CPtr)&ti_sysbios_heaps_HeapMem_Object__PARAMS__C, /* prmsInit */
15681  sizeof(ti_sysbios_heaps_HeapMem_Params), /* prmsSize */
15682 };
15683 
15684 
15685 /*
15686  * ======== ti.sysbios.knl.Clock OBJECT DESCRIPTOR ========
15687  */
15688 
15689 /* Object__DESC__C */
15691 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Object__DESC__C, ".const:ti_sysbios_knl_Clock_Object__DESC__C");
15692 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_knl_Clock_Object__DESC__C = {
15693  (xdc_CPtr)-1, /* fxnTab */
15695  sizeof(ti_sysbios_knl_Clock___S1) - sizeof(ti_sysbios_knl_Clock_Object2__), /* objAlign */
15696  0, /* objHeap */
15697  0, /* objName */
15698  sizeof(ti_sysbios_knl_Clock_Object2__), /* objSize */
15699  (xdc_CPtr)&ti_sysbios_knl_Clock_Object__PARAMS__C, /* prmsInit */
15700  sizeof(ti_sysbios_knl_Clock_Params), /* prmsSize */
15701 };
15702 
15703 
15704 /*
15705  * ======== ti.sysbios.knl.Event OBJECT DESCRIPTOR ========
15706  */
15707 
15708 /* Object__DESC__C */
15710 #pragma DATA_SECTION(ti_sysbios_knl_Event_Object__DESC__C, ".const:ti_sysbios_knl_Event_Object__DESC__C");
15711 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_knl_Event_Object__DESC__C = {
15712  (xdc_CPtr)-1, /* fxnTab */
15714  sizeof(ti_sysbios_knl_Event___S1) - sizeof(ti_sysbios_knl_Event_Object2__), /* objAlign */
15715  0, /* objHeap */
15716  0, /* objName */
15717  sizeof(ti_sysbios_knl_Event_Object2__), /* objSize */
15718  (xdc_CPtr)&ti_sysbios_knl_Event_Object__PARAMS__C, /* prmsInit */
15719  sizeof(ti_sysbios_knl_Event_Params), /* prmsSize */
15720 };
15721 
15722 
15723 /*
15724  * ======== ti.sysbios.knl.Queue OBJECT DESCRIPTOR ========
15725  */
15726 
15727 /* Object__DESC__C */
15729 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Object__DESC__C, ".const:ti_sysbios_knl_Queue_Object__DESC__C");
15730 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_knl_Queue_Object__DESC__C = {
15731  (xdc_CPtr)-1, /* fxnTab */
15733  sizeof(ti_sysbios_knl_Queue___S1) - sizeof(ti_sysbios_knl_Queue_Object2__), /* objAlign */
15734  0, /* objHeap */
15735  0, /* objName */
15736  sizeof(ti_sysbios_knl_Queue_Object2__), /* objSize */
15737  (xdc_CPtr)&ti_sysbios_knl_Queue_Object__PARAMS__C, /* prmsInit */
15738  sizeof(ti_sysbios_knl_Queue_Params), /* prmsSize */
15739 };
15740 
15741 
15742 /*
15743  * ======== ti.sysbios.knl.Semaphore OBJECT DESCRIPTOR ========
15744  */
15745 
15746 /* Object__DESC__C */
15748 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Object__DESC__C, ".const:ti_sysbios_knl_Semaphore_Object__DESC__C");
15749 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_knl_Semaphore_Object__DESC__C = {
15750  (xdc_CPtr)-1, /* fxnTab */
15752  sizeof(ti_sysbios_knl_Semaphore___S1) - sizeof(ti_sysbios_knl_Semaphore_Object2__), /* objAlign */
15753  0, /* objHeap */
15754  0, /* objName */
15755  sizeof(ti_sysbios_knl_Semaphore_Object2__), /* objSize */
15756  (xdc_CPtr)&ti_sysbios_knl_Semaphore_Object__PARAMS__C, /* prmsInit */
15757  sizeof(ti_sysbios_knl_Semaphore_Params), /* prmsSize */
15758 };
15759 
15760 
15761 /*
15762  * ======== ti.sysbios.knl.Swi OBJECT DESCRIPTOR ========
15763  */
15764 
15765 /* Object__DESC__C */
15767 #pragma DATA_SECTION(ti_sysbios_knl_Swi_Object__DESC__C, ".const:ti_sysbios_knl_Swi_Object__DESC__C");
15768 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_knl_Swi_Object__DESC__C = {
15769  (xdc_CPtr)-1, /* fxnTab */
15771  sizeof(ti_sysbios_knl_Swi___S1) - sizeof(ti_sysbios_knl_Swi_Object2__), /* objAlign */
15772  0, /* objHeap */
15773  0, /* objName */
15774  sizeof(ti_sysbios_knl_Swi_Object2__), /* objSize */
15775  (xdc_CPtr)&ti_sysbios_knl_Swi_Object__PARAMS__C, /* prmsInit */
15776  sizeof(ti_sysbios_knl_Swi_Params), /* prmsSize */
15777 };
15778 
15779 
15780 /*
15781  * ======== ti.sysbios.knl.Task OBJECT DESCRIPTOR ========
15782  */
15783 
15784 /* Object__DESC__C */
15786 #pragma DATA_SECTION(ti_sysbios_knl_Task_Object__DESC__C, ".const:ti_sysbios_knl_Task_Object__DESC__C");
15787 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_knl_Task_Object__DESC__C = {
15788  (xdc_CPtr)-1, /* fxnTab */
15790  sizeof(ti_sysbios_knl_Task___S1) - sizeof(ti_sysbios_knl_Task_Object2__), /* objAlign */
15791  0, /* objHeap */
15792  0, /* objName */
15793  sizeof(ti_sysbios_knl_Task_Object2__), /* objSize */
15794  (xdc_CPtr)&ti_sysbios_knl_Task_Object__PARAMS__C, /* prmsInit */
15795  sizeof(ti_sysbios_knl_Task_Params), /* prmsSize */
15796 };
15797 
15798 
15799 /*
15800  * ======== ti.sysbios.timers.rti.Timer OBJECT DESCRIPTOR ========
15801  */
15802 
15803 /* Object__DESC__C */
15805 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Object__DESC__C, ".const:ti_sysbios_timers_rti_Timer_Object__DESC__C");
15806 __FAR__ const xdc_runtime_Core_ObjDesc ti_sysbios_timers_rti_Timer_Object__DESC__C = {
15807  (xdc_CPtr)0, /* fxnTab */
15810  0, /* objHeap */
15811  0, /* objName */
15812  sizeof(ti_sysbios_timers_rti_Timer_Object2__), /* objSize */
15813  (xdc_CPtr)&ti_sysbios_timers_rti_Timer_Object__PARAMS__C, /* prmsInit */
15814  sizeof(ti_sysbios_timers_rti_Timer_Params), /* prmsSize */
15815 };
15816 
15817 
15818 /*
15819  * ======== xdc.runtime.IHeap VIRTUAL FUNCTIONS ========
15820  */
15821 
15822 /* create */
15823 xdc_runtime_IHeap_Handle xdc_runtime_IHeap_create( xdc_runtime_IHeap_Module mod, const xdc_runtime_IHeap_Params *prms, xdc_runtime_Error_Block *eb )
15824 {
15825  return (xdc_runtime_IHeap_Handle) mod->__sysp->__create(0, (const xdc_UChar*)prms, sizeof (xdc_runtime_IHeap_Params), eb);
15826 }
15827 
15828 /* delete */
15829 void xdc_runtime_IHeap_delete( xdc_runtime_IHeap_Handle *instp )
15830 {
15831  (*instp)->__fxns->__sysp->__delete(instp);
15832 }
15833 
15834 
15835 /*
15836  * ======== xdc.runtime.IGateProvider VIRTUAL FUNCTIONS ========
15837  */
15838 
15839 /* create */
15840 xdc_runtime_IGateProvider_Handle xdc_runtime_IGateProvider_create( xdc_runtime_IGateProvider_Module mod, const xdc_runtime_IGateProvider_Params *prms, xdc_runtime_Error_Block *eb )
15841 {
15842  return (xdc_runtime_IGateProvider_Handle) mod->__sysp->__create(0, (const xdc_UChar*)prms, sizeof (xdc_runtime_IGateProvider_Params), eb);
15843 }
15844 
15845 /* delete */
15846 void xdc_runtime_IGateProvider_delete( xdc_runtime_IGateProvider_Handle *instp )
15847 {
15848  (*instp)->__fxns->__sysp->__delete(instp);
15849 }
15850 
15851 
15852 /*
15853  * ======== ti.sysbios.BIOS SYSTEM FUNCTIONS ========
15854  */
15855 
15856 /* Module__startupDone__S */
15858 {
15859  return 1;
15860 }
15861 
15862 
15863 
15864 /*
15865  * ======== ti.sysbios.BIOS_RtsGateProxy SYSTEM FUNCTIONS ========
15866  */
15867 
15868 /* per-module runtime symbols */
15869 #undef Module__MID
15870 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__id__CR
15871 #define Module__MID (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__id *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__id__C_offset)))
15872 #else
15873 #define Module__MID ti_sysbios_BIOS_RtsGateProxy_Module__id__C
15874 #endif
15875 
15876 #undef Module__DGSINCL
15877 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__diagsIncluded__CR
15878 #define Module__DGSINCL (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__diagsIncluded__C_offset)))
15879 #else
15880 #define Module__DGSINCL ti_sysbios_BIOS_RtsGateProxy_Module__diagsIncluded__C
15881 #endif
15882 
15883 #undef Module__DGSENAB
15884 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__diagsEnabled__CR
15885 #define Module__DGSENAB (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__diagsEnabled__C_offset)))
15886 #else
15887 #define Module__DGSENAB ti_sysbios_BIOS_RtsGateProxy_Module__diagsEnabled__C
15888 #endif
15889 
15890 #undef Module__DGSMASK
15891 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__diagsMask__CR
15892 #define Module__DGSMASK (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__diagsMask__C_offset)))
15893 #else
15894 #define Module__DGSMASK ti_sysbios_BIOS_RtsGateProxy_Module__diagsMask__C
15895 #endif
15896 
15897 #undef Module__LOGDEF
15898 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__loggerDefined__CR
15899 #define Module__LOGDEF (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__loggerDefined__C_offset)))
15900 #else
15901 #define Module__LOGDEF ti_sysbios_BIOS_RtsGateProxy_Module__loggerDefined__C
15902 #endif
15903 
15904 #undef Module__LOGOBJ
15905 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__loggerObj__CR
15906 #define Module__LOGOBJ ti_sysbios_BIOS_RtsGateProxy_Module__loggerObj__R
15907 #define Module__LOGOBJ (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__loggerObj__C_offset)))
15908 #else
15909 #define Module__LOGOBJ ti_sysbios_BIOS_RtsGateProxy_Module__loggerObj__C
15910 #endif
15911 
15912 #undef Module__LOGFXN0
15913 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn0__CR
15914 #define Module__LOGFXN0 (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn0__C_offset)))
15915 #else
15916 #define Module__LOGFXN0 ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn0__C
15917 #endif
15918 
15919 #undef Module__LOGFXN1
15920 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn1__CR
15921 #define Module__LOGFXN1 (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn1__C_offset)))
15922 #else
15923 #define Module__LOGFXN1 ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn1__C
15924 #endif
15925 
15926 #undef Module__LOGFXN2
15927 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn2__CR
15928 #define Module__LOGFXN2 (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn2__C_offset)))
15929 #else
15930 #define Module__LOGFXN2 ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn2__C
15931 #endif
15932 
15933 #undef Module__LOGFXN4
15934 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn4__CR
15935 #define Module__LOGFXN4 (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn4__C_offset)))
15936 #else
15937 #define Module__LOGFXN4 ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn4__C
15938 #endif
15939 
15940 #undef Module__LOGFXN8
15941 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn8__CR
15942 #define Module__LOGFXN8 (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn8__C_offset)))
15943 #else
15944 #define Module__LOGFXN8 ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn8__C
15945 #endif
15946 
15947 #undef Module__G_OBJ
15948 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__gateObj__CR
15949 #define Module__G_OBJ (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__gateObj__C_offset)))
15950 #else
15951 #define Module__G_OBJ ti_sysbios_BIOS_RtsGateProxy_Module__gateObj__C
15952 #endif
15953 
15954 #undef Module__G_PRMS
15955 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__gatePrms__CR
15956 #define Module__G_PRMS (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__gatePrms__C_offset)))
15957 #else
15958 #define Module__G_PRMS ti_sysbios_BIOS_RtsGateProxy_Module__gatePrms__C
15959 #endif
15960 
15961 #undef Module__GP_create
15962 #define Module__GP_create ti_sysbios_BIOS_RtsGateProxy_Module_GateProxy_create
15963 #undef Module__GP_delete
15964 #define Module__GP_delete ti_sysbios_BIOS_RtsGateProxy_Module_GateProxy_delete
15965 #undef Module__GP_enter
15966 #define Module__GP_enter ti_sysbios_BIOS_RtsGateProxy_Module_GateProxy_enter
15967 #undef Module__GP_leave
15968 #define Module__GP_leave ti_sysbios_BIOS_RtsGateProxy_Module_GateProxy_leave
15969 #undef Module__GP_query
15970 #define Module__GP_query ti_sysbios_BIOS_RtsGateProxy_Module_GateProxy_query
15971 
15973 {
15974  return 0;
15975 }
15977 {
15978  return (const void *)&ti_sysbios_gates_GateMutex_Module__FXNS__C;
15979 }
15980 
15981 
15982 
15983 /*
15984  * ======== ti.sysbios.family.arm.IntrinsicsSupport SYSTEM FUNCTIONS ========
15985  */
15986 
15987 /* Module__startupDone__S */
15989 {
15990  return 1;
15991 }
15992 
15993 
15994 
15995 /*
15996  * ======== ti.sysbios.family.arm.TaskSupport SYSTEM FUNCTIONS ========
15997  */
15998 
15999 /* Module__startupDone__S */
16001 {
16002  return 1;
16003 }
16004 
16005 
16006 
16007 /*
16008  * ======== ti.sysbios.family.arm.exc.Exception SYSTEM FUNCTIONS ========
16009  */
16010 
16011 /* Module__startupDone__S */
16013 {
16015 }
16016 
16017 
16018 
16019 /*
16020  * ======== ti.sysbios.family.arm.v7r.tms570.Core SYSTEM FUNCTIONS ========
16021  */
16022 
16023 /* Module__startupDone__S */
16025 {
16027 }
16028 
16029 
16030 
16031 /*
16032  * ======== ti.sysbios.family.arm.v7r.vim.Hwi SYSTEM FUNCTIONS ========
16033  */
16034 
16035 /* per-module runtime symbols */
16036 #undef Module__MID
16037 #ifdef ti_sysbios_family_arm_v7r_vim_Hwi_Module__id__CR
16038 #define Module__MID (*((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__id *)(xdcRomConstPtr + ti_sysbios_family_arm_v7r_vim_Hwi_Module__id__C_offset)))
16039 #else
16040 #define Module__MID ti_sysbios_family_arm_v7r_vim_Hwi_Module__id__C
16041 #endif
16042 
16043 #undef Module__DGSINCL
16044 #ifdef ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsIncluded__CR
16045 #define Module__DGSINCL (*((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsIncluded__C_offset)))
16046 #else
16047 #define Module__DGSINCL ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsIncluded__C
16048 #endif
16049 
16050 #undef Module__DGSENAB
16051 #ifdef ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsEnabled__CR
16052 #define Module__DGSENAB (*((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsEnabled__C_offset)))
16053 #else
16054 #define Module__DGSENAB ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsEnabled__C
16055 #endif
16056 
16057 #undef Module__DGSMASK
16058 #ifdef ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsMask__CR
16059 #define Module__DGSMASK (*((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsMask__C_offset)))
16060 #else
16061 #define Module__DGSMASK ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsMask__C
16062 #endif
16063 
16064 #undef Module__LOGDEF
16065 #ifdef ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerDefined__CR
16066 #define Module__LOGDEF (*((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerDefined__C_offset)))
16067 #else
16068 #define Module__LOGDEF ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerDefined__C
16069 #endif
16070 
16071 #undef Module__LOGOBJ
16072 #ifdef ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerObj__CR
16073 #define Module__LOGOBJ ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerObj__R
16074 #define Module__LOGOBJ (*((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerObj__C_offset)))
16075 #else
16076 #define Module__LOGOBJ ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerObj__C
16077 #endif
16078 
16079 #undef Module__LOGFXN0
16080 #ifdef ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn0__CR
16081 #define Module__LOGFXN0 (*((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn0__C_offset)))
16082 #else
16083 #define Module__LOGFXN0 ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn0__C
16084 #endif
16085 
16086 #undef Module__LOGFXN1
16087 #ifdef ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn1__CR
16088 #define Module__LOGFXN1 (*((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn1__C_offset)))
16089 #else
16090 #define Module__LOGFXN1 ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn1__C
16091 #endif
16092 
16093 #undef Module__LOGFXN2
16094 #ifdef ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn2__CR
16095 #define Module__LOGFXN2 (*((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn2__C_offset)))
16096 #else
16097 #define Module__LOGFXN2 ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn2__C
16098 #endif
16099 
16100 #undef Module__LOGFXN4
16101 #ifdef ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn4__CR
16102 #define Module__LOGFXN4 (*((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn4__C_offset)))
16103 #else
16104 #define Module__LOGFXN4 ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn4__C
16105 #endif
16106 
16107 #undef Module__LOGFXN8
16108 #ifdef ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn8__CR
16109 #define Module__LOGFXN8 (*((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn8__C_offset)))
16110 #else
16111 #define Module__LOGFXN8 ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn8__C
16112 #endif
16113 
16114 #undef Module__G_OBJ
16115 #ifdef ti_sysbios_family_arm_v7r_vim_Hwi_Module__gateObj__CR
16116 #define Module__G_OBJ (*((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_family_arm_v7r_vim_Hwi_Module__gateObj__C_offset)))
16117 #else
16118 #define Module__G_OBJ ti_sysbios_family_arm_v7r_vim_Hwi_Module__gateObj__C
16119 #endif
16120 
16121 #undef Module__G_PRMS
16122 #ifdef ti_sysbios_family_arm_v7r_vim_Hwi_Module__gatePrms__CR
16123 #define Module__G_PRMS (*((CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_family_arm_v7r_vim_Hwi_Module__gatePrms__C_offset)))
16124 #else
16125 #define Module__G_PRMS ti_sysbios_family_arm_v7r_vim_Hwi_Module__gatePrms__C
16126 #endif
16127 
16128 #undef Module__GP_create
16129 #define Module__GP_create ti_sysbios_family_arm_v7r_vim_Hwi_Module_GateProxy_create
16130 #undef Module__GP_delete
16131 #define Module__GP_delete ti_sysbios_family_arm_v7r_vim_Hwi_Module_GateProxy_delete
16132 #undef Module__GP_enter
16133 #define Module__GP_enter ti_sysbios_family_arm_v7r_vim_Hwi_Module_GateProxy_enter
16134 #undef Module__GP_leave
16135 #define Module__GP_leave ti_sysbios_family_arm_v7r_vim_Hwi_Module_GateProxy_leave
16136 #undef Module__GP_query
16137 #define Module__GP_query ti_sysbios_family_arm_v7r_vim_Hwi_Module_GateProxy_query
16138 
16139 /* Module__startupDone__S */
16141 {
16143 }
16144 
16145 /* Handle__label__S */
16146 xdc_runtime_Types_Label *ti_sysbios_family_arm_v7r_vim_Hwi_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
16147 {
16148  lab->handle = obj;
16149  lab->modId = 32804;
16150  xdc_runtime_Core_assignLabel(lab, 0, 0);
16151 
16152  return lab;
16153 }
16154 
16155 /* Params__init__S */
16156 xdc_Void ti_sysbios_family_arm_v7r_vim_Hwi_Params__init__S( xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz )
16157 {
16158  xdc_runtime_Core_assignParams__I(prms, (xdc_CPtr)(src ? src : &ti_sysbios_family_arm_v7r_vim_Hwi_Object__PARAMS__C), psz, isz);
16159 }
16160 
16161 /* Object__get__S */
16163 {
16164  if (oa) {
16165  return ((ti_sysbios_family_arm_v7r_vim_Hwi_Object__ *)oa) + i;
16166  }
16167 
16168  /* the bogus 'const' in the cast suppresses Klocwork MISRA complaints */
16170 }
16171 
16172 /* Object__first__S */
16174 {
16175  xdc_runtime_Types_InstHdr *iHdr = (xdc_runtime_Types_InstHdr *)ti_sysbios_family_arm_v7r_vim_Hwi_Module__root__V.link.next;
16176 
16177  if (iHdr != (xdc_runtime_Types_InstHdr *)&ti_sysbios_family_arm_v7r_vim_Hwi_Module__root__V.link) {
16178  return iHdr + 1;
16179  }
16180  else {
16181  return NULL;
16182  }
16183 }
16184 
16185 /* Object__next__S */
16187 {
16188  xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
16189 
16190  if (iHdr->link.next != (xdc_runtime_Types_Link *)&ti_sysbios_family_arm_v7r_vim_Hwi_Module__root__V.link) {
16191  return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
16192  }
16193  else {
16194  return NULL;
16195  }
16196 }
16197 
16198 /* Object__create__S */
16200  xdc_CPtr __aa,
16201  const xdc_UChar *__paramsPtr,
16202  xdc_SizeT __psz,
16203  xdc_runtime_Error_Block *eb)
16204 {
16205  const ti_sysbios_family_arm_v7r_vim_Hwi_Args__create *__args = __aa;
16206  ti_sysbios_family_arm_v7r_vim_Hwi_Params __prms;
16207  ti_sysbios_family_arm_v7r_vim_Hwi_Object *__obj;
16208  int iStat;
16209 
16210  /* common instance initialization */
16211  __obj = xdc_runtime_Core_createObject__I(&ti_sysbios_family_arm_v7r_vim_Hwi_Object__DESC__C, NULL, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
16212  if (__obj == NULL) {
16213  return NULL;
16214  }
16215 
16216 
16217  /* module-specific initialization */
16218  iStat = ti_sysbios_family_arm_v7r_vim_Hwi_Instance_init__E(__obj, __args->intNum, __args->hwiFxn, &__prms, eb);
16219  if (iStat) {
16220  xdc_runtime_Core_deleteObject__I(&ti_sysbios_family_arm_v7r_vim_Hwi_Object__DESC__C, __obj, (xdc_Fxn)ti_sysbios_family_arm_v7r_vim_Hwi_Instance_finalize__E, iStat, 0);
16221  return NULL;
16222  }
16223 
16224  return __obj;
16225 }
16226 
16227 /* create */
16228 ti_sysbios_family_arm_v7r_vim_Hwi_Handle ti_sysbios_family_arm_v7r_vim_Hwi_create( xdc_Int intNum, ti_sysbios_interfaces_IHwi_FuncPtr hwiFxn, const ti_sysbios_family_arm_v7r_vim_Hwi_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
16229 {
16230  ti_sysbios_family_arm_v7r_vim_Hwi_Params prms;
16231  ti_sysbios_family_arm_v7r_vim_Hwi_Object *obj;
16232 
16233  int iStat;
16234 
16235  /* common instance initialization */
16236  obj = xdc_runtime_Core_createObject__I(&ti_sysbios_family_arm_v7r_vim_Hwi_Object__DESC__C, NULL, &prms, (xdc_CPtr)__paramsPtr, 0, eb);
16237  if (obj == NULL) {
16238  return NULL;
16239  }
16240 
16241  /* module-specific initialization */
16242  iStat = ti_sysbios_family_arm_v7r_vim_Hwi_Instance_init__E(obj, intNum, hwiFxn, &prms, eb);
16243  if (iStat) {
16244  xdc_runtime_Core_deleteObject__I(&ti_sysbios_family_arm_v7r_vim_Hwi_Object__DESC__C, obj, (xdc_Fxn)ti_sysbios_family_arm_v7r_vim_Hwi_Instance_finalize__E, iStat, 0);
16245  return NULL;
16246  }
16247 
16248  return obj;
16249 }
16250 
16251 /* construct */
16252 void ti_sysbios_family_arm_v7r_vim_Hwi_construct(ti_sysbios_family_arm_v7r_vim_Hwi_Struct *__obj, xdc_Int intNum, ti_sysbios_interfaces_IHwi_FuncPtr hwiFxn, const ti_sysbios_family_arm_v7r_vim_Hwi_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
16253 {
16254  ti_sysbios_family_arm_v7r_vim_Hwi_Params __prms;
16255  int iStat;
16256 
16257  /* common instance initialization */
16258  xdc_runtime_Core_constructObject__I(&ti_sysbios_family_arm_v7r_vim_Hwi_Object__DESC__C, __obj, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
16259 
16260  /* module-specific initialization */
16261  iStat = ti_sysbios_family_arm_v7r_vim_Hwi_Instance_init__E((xdc_Ptr)__obj, intNum, hwiFxn, &__prms, eb);
16262  if (iStat) {
16263  xdc_runtime_Core_deleteObject__I(&ti_sysbios_family_arm_v7r_vim_Hwi_Object__DESC__C, __obj, (xdc_Fxn)ti_sysbios_family_arm_v7r_vim_Hwi_Instance_finalize__E, iStat, 1);
16264  }
16265 
16266 }
16267 
16268 /* destruct */
16269 void ti_sysbios_family_arm_v7r_vim_Hwi_destruct(ti_sysbios_family_arm_v7r_vim_Hwi_Struct *obj)
16270 {
16271  xdc_runtime_Core_deleteObject__I(&ti_sysbios_family_arm_v7r_vim_Hwi_Object__DESC__C, obj, (xdc_Fxn)ti_sysbios_family_arm_v7r_vim_Hwi_Instance_finalize__E, 0, TRUE);
16272 }
16273 
16274 /* Object__delete__S */
16276 {
16277  xdc_runtime_Core_deleteObject__I(&ti_sysbios_family_arm_v7r_vim_Hwi_Object__DESC__C, *((ti_sysbios_family_arm_v7r_vim_Hwi_Object**)instp), (xdc_Fxn)ti_sysbios_family_arm_v7r_vim_Hwi_Instance_finalize__E, 0, FALSE);
16278  *((ti_sysbios_family_arm_v7r_vim_Hwi_Handle*)instp) = NULL;
16279 }
16280 
16281 /* delete */
16282 void ti_sysbios_family_arm_v7r_vim_Hwi_delete(ti_sysbios_family_arm_v7r_vim_Hwi_Handle *instp)
16283 {
16285 }
16286 
16287 
16288 /*
16289  * ======== ti.sysbios.gates.GateHwi SYSTEM FUNCTIONS ========
16290  */
16291 
16292 /* per-module runtime symbols */
16293 #undef Module__MID
16294 #ifdef ti_sysbios_gates_GateHwi_Module__id__CR
16295 #define Module__MID (*((CT__ti_sysbios_gates_GateHwi_Module__id *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__id__C_offset)))
16296 #else
16297 #define Module__MID ti_sysbios_gates_GateHwi_Module__id__C
16298 #endif
16299 
16300 #undef Module__DGSINCL
16301 #ifdef ti_sysbios_gates_GateHwi_Module__diagsIncluded__CR
16302 #define Module__DGSINCL (*((CT__ti_sysbios_gates_GateHwi_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__diagsIncluded__C_offset)))
16303 #else
16304 #define Module__DGSINCL ti_sysbios_gates_GateHwi_Module__diagsIncluded__C
16305 #endif
16306 
16307 #undef Module__DGSENAB
16308 #ifdef ti_sysbios_gates_GateHwi_Module__diagsEnabled__CR
16309 #define Module__DGSENAB (*((CT__ti_sysbios_gates_GateHwi_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__diagsEnabled__C_offset)))
16310 #else
16311 #define Module__DGSENAB ti_sysbios_gates_GateHwi_Module__diagsEnabled__C
16312 #endif
16313 
16314 #undef Module__DGSMASK
16315 #ifdef ti_sysbios_gates_GateHwi_Module__diagsMask__CR
16316 #define Module__DGSMASK (*((CT__ti_sysbios_gates_GateHwi_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__diagsMask__C_offset)))
16317 #else
16318 #define Module__DGSMASK ti_sysbios_gates_GateHwi_Module__diagsMask__C
16319 #endif
16320 
16321 #undef Module__LOGDEF
16322 #ifdef ti_sysbios_gates_GateHwi_Module__loggerDefined__CR
16323 #define Module__LOGDEF (*((CT__ti_sysbios_gates_GateHwi_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__loggerDefined__C_offset)))
16324 #else
16325 #define Module__LOGDEF ti_sysbios_gates_GateHwi_Module__loggerDefined__C
16326 #endif
16327 
16328 #undef Module__LOGOBJ
16329 #ifdef ti_sysbios_gates_GateHwi_Module__loggerObj__CR
16330 #define Module__LOGOBJ ti_sysbios_gates_GateHwi_Module__loggerObj__R
16331 #define Module__LOGOBJ (*((CT__ti_sysbios_gates_GateHwi_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__loggerObj__C_offset)))
16332 #else
16333 #define Module__LOGOBJ ti_sysbios_gates_GateHwi_Module__loggerObj__C
16334 #endif
16335 
16336 #undef Module__LOGFXN0
16337 #ifdef ti_sysbios_gates_GateHwi_Module__loggerFxn0__CR
16338 #define Module__LOGFXN0 (*((CT__ti_sysbios_gates_GateHwi_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__loggerFxn0__C_offset)))
16339 #else
16340 #define Module__LOGFXN0 ti_sysbios_gates_GateHwi_Module__loggerFxn0__C
16341 #endif
16342 
16343 #undef Module__LOGFXN1
16344 #ifdef ti_sysbios_gates_GateHwi_Module__loggerFxn1__CR
16345 #define Module__LOGFXN1 (*((CT__ti_sysbios_gates_GateHwi_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__loggerFxn1__C_offset)))
16346 #else
16347 #define Module__LOGFXN1 ti_sysbios_gates_GateHwi_Module__loggerFxn1__C
16348 #endif
16349 
16350 #undef Module__LOGFXN2
16351 #ifdef ti_sysbios_gates_GateHwi_Module__loggerFxn2__CR
16352 #define Module__LOGFXN2 (*((CT__ti_sysbios_gates_GateHwi_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__loggerFxn2__C_offset)))
16353 #else
16354 #define Module__LOGFXN2 ti_sysbios_gates_GateHwi_Module__loggerFxn2__C
16355 #endif
16356 
16357 #undef Module__LOGFXN4
16358 #ifdef ti_sysbios_gates_GateHwi_Module__loggerFxn4__CR
16359 #define Module__LOGFXN4 (*((CT__ti_sysbios_gates_GateHwi_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__loggerFxn4__C_offset)))
16360 #else
16361 #define Module__LOGFXN4 ti_sysbios_gates_GateHwi_Module__loggerFxn4__C
16362 #endif
16363 
16364 #undef Module__LOGFXN8
16365 #ifdef ti_sysbios_gates_GateHwi_Module__loggerFxn8__CR
16366 #define Module__LOGFXN8 (*((CT__ti_sysbios_gates_GateHwi_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__loggerFxn8__C_offset)))
16367 #else
16368 #define Module__LOGFXN8 ti_sysbios_gates_GateHwi_Module__loggerFxn8__C
16369 #endif
16370 
16371 #undef Module__G_OBJ
16372 #ifdef ti_sysbios_gates_GateHwi_Module__gateObj__CR
16373 #define Module__G_OBJ (*((CT__ti_sysbios_gates_GateHwi_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__gateObj__C_offset)))
16374 #else
16375 #define Module__G_OBJ ti_sysbios_gates_GateHwi_Module__gateObj__C
16376 #endif
16377 
16378 #undef Module__G_PRMS
16379 #ifdef ti_sysbios_gates_GateHwi_Module__gatePrms__CR
16380 #define Module__G_PRMS (*((CT__ti_sysbios_gates_GateHwi_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__gatePrms__C_offset)))
16381 #else
16382 #define Module__G_PRMS ti_sysbios_gates_GateHwi_Module__gatePrms__C
16383 #endif
16384 
16385 #undef Module__GP_create
16386 #define Module__GP_create ti_sysbios_gates_GateHwi_Module_GateProxy_create
16387 #undef Module__GP_delete
16388 #define Module__GP_delete ti_sysbios_gates_GateHwi_Module_GateProxy_delete
16389 #undef Module__GP_enter
16390 #define Module__GP_enter ti_sysbios_gates_GateHwi_Module_GateProxy_enter
16391 #undef Module__GP_leave
16392 #define Module__GP_leave ti_sysbios_gates_GateHwi_Module_GateProxy_leave
16393 #undef Module__GP_query
16394 #define Module__GP_query ti_sysbios_gates_GateHwi_Module_GateProxy_query
16395 
16396 /* Module__startupDone__S */
16398 {
16399  return 1;
16400 }
16401 
16402 /* Handle__label__S */
16403 xdc_runtime_Types_Label *ti_sysbios_gates_GateHwi_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
16404 {
16405  lab->handle = obj;
16406  lab->modId = 32808;
16407  xdc_runtime_Core_assignLabel(lab, 0, 0);
16408 
16409  return lab;
16410 }
16411 
16412 /* Params__init__S */
16413 xdc_Void ti_sysbios_gates_GateHwi_Params__init__S( xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz )
16414 {
16415  xdc_runtime_Core_assignParams__I(prms, (xdc_CPtr)(src ? src : &ti_sysbios_gates_GateHwi_Object__PARAMS__C), psz, isz);
16416 }
16417 
16418 /* Object__get__S */
16419 xdc_Ptr ti_sysbios_gates_GateHwi_Object__get__S(xdc_Ptr oa, xdc_Int i)
16420 {
16421  if (oa) {
16422  return ((ti_sysbios_gates_GateHwi_Object__ *)oa) + i;
16423  }
16424 
16425  /* the bogus 'const' in the cast suppresses Klocwork MISRA complaints */
16427 }
16428 
16429 /* Object__first__S */
16431 {
16432  xdc_runtime_Types_InstHdr *iHdr = (xdc_runtime_Types_InstHdr *)ti_sysbios_gates_GateHwi_Module__root__V.link.next;
16433 
16434  if (iHdr != (xdc_runtime_Types_InstHdr *)&ti_sysbios_gates_GateHwi_Module__root__V.link) {
16435  return iHdr + 1;
16436  }
16437  else {
16438  return NULL;
16439  }
16440 }
16441 
16442 /* Object__next__S */
16444 {
16445  xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
16446 
16447  if (iHdr->link.next != (xdc_runtime_Types_Link *)&ti_sysbios_gates_GateHwi_Module__root__V.link) {
16448  return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
16449  }
16450  else {
16451  return NULL;
16452  }
16453 }
16454 
16455 /* Object__create__S */
16457  xdc_CPtr __aa,
16458  const xdc_UChar *__paramsPtr,
16459  xdc_SizeT __psz,
16460  xdc_runtime_Error_Block *eb)
16461 {
16462  ti_sysbios_gates_GateHwi_Params __prms;
16463  ti_sysbios_gates_GateHwi_Object *__obj;
16464 
16465  /* common instance initialization */
16466  __obj = xdc_runtime_Core_createObject__I(&ti_sysbios_gates_GateHwi_Object__DESC__C, NULL, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
16467  if (__obj == NULL) {
16468  return NULL;
16469  }
16470 
16471 
16472  /* module-specific initialization */
16473  ti_sysbios_gates_GateHwi_Instance_init__E(__obj, &__prms);
16474  return __obj;
16475 }
16476 
16477 /* create */
16478 ti_sysbios_gates_GateHwi_Handle ti_sysbios_gates_GateHwi_create( const ti_sysbios_gates_GateHwi_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
16479 {
16480  ti_sysbios_gates_GateHwi_Params prms;
16481  ti_sysbios_gates_GateHwi_Object *obj;
16482 
16483 
16484  /* common instance initialization */
16485  obj = xdc_runtime_Core_createObject__I(&ti_sysbios_gates_GateHwi_Object__DESC__C, NULL, &prms, (xdc_CPtr)__paramsPtr, 0, eb);
16486  if (obj == NULL) {
16487  return NULL;
16488  }
16489 
16490  /* module-specific initialization */
16491  ti_sysbios_gates_GateHwi_Instance_init__E(obj, &prms);
16492  return obj;
16493 }
16494 
16495 /* construct */
16496 void ti_sysbios_gates_GateHwi_construct(ti_sysbios_gates_GateHwi_Struct *__obj, const ti_sysbios_gates_GateHwi_Params *__paramsPtr )
16497 {
16498  ti_sysbios_gates_GateHwi_Params __prms;
16499 
16500  /* common instance initialization */
16501  xdc_runtime_Core_constructObject__I(&ti_sysbios_gates_GateHwi_Object__DESC__C, __obj, &__prms, (xdc_CPtr)__paramsPtr, 0, NULL);
16502 
16503  /* module-specific initialization */
16504  ti_sysbios_gates_GateHwi_Instance_init__E((xdc_Ptr)__obj, &__prms);
16505 }
16506 
16507 /* destruct */
16508 void ti_sysbios_gates_GateHwi_destruct(ti_sysbios_gates_GateHwi_Struct *obj)
16509 {
16510  xdc_runtime_Core_deleteObject__I(&ti_sysbios_gates_GateHwi_Object__DESC__C, obj, NULL, -1, TRUE);
16511 }
16512 
16513 /* Object__delete__S */
16515 {
16516  xdc_runtime_Core_deleteObject__I(&ti_sysbios_gates_GateHwi_Object__DESC__C, *((ti_sysbios_gates_GateHwi_Object**)instp), NULL, -1, FALSE);
16517  *((ti_sysbios_gates_GateHwi_Handle*)instp) = NULL;
16518 }
16519 
16520 /* delete */
16521 void ti_sysbios_gates_GateHwi_delete(ti_sysbios_gates_GateHwi_Handle *instp)
16522 {
16524 }
16525 
16526 
16527 /*
16528  * ======== ti.sysbios.gates.GateMutex SYSTEM FUNCTIONS ========
16529  */
16530 
16531 /* per-module runtime symbols */
16532 #undef Module__MID
16533 #ifdef ti_sysbios_gates_GateMutex_Module__id__CR
16534 #define Module__MID (*((CT__ti_sysbios_gates_GateMutex_Module__id *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__id__C_offset)))
16535 #else
16536 #define Module__MID ti_sysbios_gates_GateMutex_Module__id__C
16537 #endif
16538 
16539 #undef Module__DGSINCL
16540 #ifdef ti_sysbios_gates_GateMutex_Module__diagsIncluded__CR
16541 #define Module__DGSINCL (*((CT__ti_sysbios_gates_GateMutex_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__diagsIncluded__C_offset)))
16542 #else
16543 #define Module__DGSINCL ti_sysbios_gates_GateMutex_Module__diagsIncluded__C
16544 #endif
16545 
16546 #undef Module__DGSENAB
16547 #ifdef ti_sysbios_gates_GateMutex_Module__diagsEnabled__CR
16548 #define Module__DGSENAB (*((CT__ti_sysbios_gates_GateMutex_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__diagsEnabled__C_offset)))
16549 #else
16550 #define Module__DGSENAB ti_sysbios_gates_GateMutex_Module__diagsEnabled__C
16551 #endif
16552 
16553 #undef Module__DGSMASK
16554 #ifdef ti_sysbios_gates_GateMutex_Module__diagsMask__CR
16555 #define Module__DGSMASK (*((CT__ti_sysbios_gates_GateMutex_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__diagsMask__C_offset)))
16556 #else
16557 #define Module__DGSMASK ti_sysbios_gates_GateMutex_Module__diagsMask__C
16558 #endif
16559 
16560 #undef Module__LOGDEF
16561 #ifdef ti_sysbios_gates_GateMutex_Module__loggerDefined__CR
16562 #define Module__LOGDEF (*((CT__ti_sysbios_gates_GateMutex_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__loggerDefined__C_offset)))
16563 #else
16564 #define Module__LOGDEF ti_sysbios_gates_GateMutex_Module__loggerDefined__C
16565 #endif
16566 
16567 #undef Module__LOGOBJ
16568 #ifdef ti_sysbios_gates_GateMutex_Module__loggerObj__CR
16569 #define Module__LOGOBJ ti_sysbios_gates_GateMutex_Module__loggerObj__R
16570 #define Module__LOGOBJ (*((CT__ti_sysbios_gates_GateMutex_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__loggerObj__C_offset)))
16571 #else
16572 #define Module__LOGOBJ ti_sysbios_gates_GateMutex_Module__loggerObj__C
16573 #endif
16574 
16575 #undef Module__LOGFXN0
16576 #ifdef ti_sysbios_gates_GateMutex_Module__loggerFxn0__CR
16577 #define Module__LOGFXN0 (*((CT__ti_sysbios_gates_GateMutex_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__loggerFxn0__C_offset)))
16578 #else
16579 #define Module__LOGFXN0 ti_sysbios_gates_GateMutex_Module__loggerFxn0__C
16580 #endif
16581 
16582 #undef Module__LOGFXN1
16583 #ifdef ti_sysbios_gates_GateMutex_Module__loggerFxn1__CR
16584 #define Module__LOGFXN1 (*((CT__ti_sysbios_gates_GateMutex_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__loggerFxn1__C_offset)))
16585 #else
16586 #define Module__LOGFXN1 ti_sysbios_gates_GateMutex_Module__loggerFxn1__C
16587 #endif
16588 
16589 #undef Module__LOGFXN2
16590 #ifdef ti_sysbios_gates_GateMutex_Module__loggerFxn2__CR
16591 #define Module__LOGFXN2 (*((CT__ti_sysbios_gates_GateMutex_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__loggerFxn2__C_offset)))
16592 #else
16593 #define Module__LOGFXN2 ti_sysbios_gates_GateMutex_Module__loggerFxn2__C
16594 #endif
16595 
16596 #undef Module__LOGFXN4
16597 #ifdef ti_sysbios_gates_GateMutex_Module__loggerFxn4__CR
16598 #define Module__LOGFXN4 (*((CT__ti_sysbios_gates_GateMutex_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__loggerFxn4__C_offset)))
16599 #else
16600 #define Module__LOGFXN4 ti_sysbios_gates_GateMutex_Module__loggerFxn4__C
16601 #endif
16602 
16603 #undef Module__LOGFXN8
16604 #ifdef ti_sysbios_gates_GateMutex_Module__loggerFxn8__CR
16605 #define Module__LOGFXN8 (*((CT__ti_sysbios_gates_GateMutex_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__loggerFxn8__C_offset)))
16606 #else
16607 #define Module__LOGFXN8 ti_sysbios_gates_GateMutex_Module__loggerFxn8__C
16608 #endif
16609 
16610 #undef Module__G_OBJ
16611 #ifdef ti_sysbios_gates_GateMutex_Module__gateObj__CR
16612 #define Module__G_OBJ (*((CT__ti_sysbios_gates_GateMutex_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__gateObj__C_offset)))
16613 #else
16614 #define Module__G_OBJ ti_sysbios_gates_GateMutex_Module__gateObj__C
16615 #endif
16616 
16617 #undef Module__G_PRMS
16618 #ifdef ti_sysbios_gates_GateMutex_Module__gatePrms__CR
16619 #define Module__G_PRMS (*((CT__ti_sysbios_gates_GateMutex_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__gatePrms__C_offset)))
16620 #else
16621 #define Module__G_PRMS ti_sysbios_gates_GateMutex_Module__gatePrms__C
16622 #endif
16623 
16624 #undef Module__GP_create
16625 #define Module__GP_create ti_sysbios_gates_GateMutex_Module_GateProxy_create
16626 #undef Module__GP_delete
16627 #define Module__GP_delete ti_sysbios_gates_GateMutex_Module_GateProxy_delete
16628 #undef Module__GP_enter
16629 #define Module__GP_enter ti_sysbios_gates_GateMutex_Module_GateProxy_enter
16630 #undef Module__GP_leave
16631 #define Module__GP_leave ti_sysbios_gates_GateMutex_Module_GateProxy_leave
16632 #undef Module__GP_query
16633 #define Module__GP_query ti_sysbios_gates_GateMutex_Module_GateProxy_query
16634 
16635 /* Module__startupDone__S */
16637 {
16638  return 1;
16639 }
16640 
16641 /* Handle__label__S */
16642 xdc_runtime_Types_Label *ti_sysbios_gates_GateMutex_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
16643 {
16644  lab->handle = obj;
16645  lab->modId = 32809;
16646  xdc_runtime_Core_assignLabel(lab, 0, 0);
16647 
16648  return lab;
16649 }
16650 
16651 /* Params__init__S */
16652 xdc_Void ti_sysbios_gates_GateMutex_Params__init__S( xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz )
16653 {
16654  xdc_runtime_Core_assignParams__I(prms, (xdc_CPtr)(src ? src : &ti_sysbios_gates_GateMutex_Object__PARAMS__C), psz, isz);
16655 }
16656 
16657 /* Object__get__S */
16658 xdc_Ptr ti_sysbios_gates_GateMutex_Object__get__S(xdc_Ptr oa, xdc_Int i)
16659 {
16660  if (oa) {
16661  return ((ti_sysbios_gates_GateMutex_Object__ *)oa) + i;
16662  }
16663 
16664  /* the bogus 'const' in the cast suppresses Klocwork MISRA complaints */
16666 }
16667 
16668 /* Object__first__S */
16670 {
16671  xdc_runtime_Types_InstHdr *iHdr = (xdc_runtime_Types_InstHdr *)ti_sysbios_gates_GateMutex_Module__root__V.link.next;
16672 
16673  if (iHdr != (xdc_runtime_Types_InstHdr *)&ti_sysbios_gates_GateMutex_Module__root__V.link) {
16674  return iHdr + 1;
16675  }
16676  else {
16677  return NULL;
16678  }
16679 }
16680 
16681 /* Object__next__S */
16683 {
16684  xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
16685 
16686  if (iHdr->link.next != (xdc_runtime_Types_Link *)&ti_sysbios_gates_GateMutex_Module__root__V.link) {
16687  return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
16688  }
16689  else {
16690  return NULL;
16691  }
16692 }
16693 
16694 /* Object__create__S */
16696  xdc_CPtr __aa,
16697  const xdc_UChar *__paramsPtr,
16698  xdc_SizeT __psz,
16699  xdc_runtime_Error_Block *eb)
16700 {
16701  ti_sysbios_gates_GateMutex_Params __prms;
16702  ti_sysbios_gates_GateMutex_Object *__obj;
16703 
16704  /* common instance initialization */
16705  __obj = xdc_runtime_Core_createObject__I(&ti_sysbios_gates_GateMutex_Object__DESC__C, NULL, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
16706  if (__obj == NULL) {
16707  return NULL;
16708  }
16709 
16710 
16711  /* module-specific initialization */
16712  ti_sysbios_gates_GateMutex_Instance_init__E(__obj, &__prms);
16713  return __obj;
16714 }
16715 
16716 /* create */
16717 ti_sysbios_gates_GateMutex_Handle ti_sysbios_gates_GateMutex_create( const ti_sysbios_gates_GateMutex_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
16718 {
16719  ti_sysbios_gates_GateMutex_Params prms;
16720  ti_sysbios_gates_GateMutex_Object *obj;
16721 
16722 
16723  /* common instance initialization */
16724  obj = xdc_runtime_Core_createObject__I(&ti_sysbios_gates_GateMutex_Object__DESC__C, NULL, &prms, (xdc_CPtr)__paramsPtr, 0, eb);
16725  if (obj == NULL) {
16726  return NULL;
16727  }
16728 
16729  /* module-specific initialization */
16730  ti_sysbios_gates_GateMutex_Instance_init__E(obj, &prms);
16731  return obj;
16732 }
16733 
16734 /* construct */
16735 void ti_sysbios_gates_GateMutex_construct(ti_sysbios_gates_GateMutex_Struct *__obj, const ti_sysbios_gates_GateMutex_Params *__paramsPtr )
16736 {
16737  ti_sysbios_gates_GateMutex_Params __prms;
16738 
16739  /* common instance initialization */
16740  xdc_runtime_Core_constructObject__I(&ti_sysbios_gates_GateMutex_Object__DESC__C, __obj, &__prms, (xdc_CPtr)__paramsPtr, 0, NULL);
16741 
16742  /* module-specific initialization */
16743  ti_sysbios_gates_GateMutex_Instance_init__E((xdc_Ptr)__obj, &__prms);
16744 }
16745 
16746 /* destruct */
16747 void ti_sysbios_gates_GateMutex_destruct(ti_sysbios_gates_GateMutex_Struct *obj)
16748 {
16749  xdc_runtime_Core_deleteObject__I(&ti_sysbios_gates_GateMutex_Object__DESC__C, obj, (xdc_Fxn)ti_sysbios_gates_GateMutex_Instance_finalize__E, -1, TRUE);
16750 }
16751 
16752 /* Object__delete__S */
16754 {
16755  xdc_runtime_Core_deleteObject__I(&ti_sysbios_gates_GateMutex_Object__DESC__C, *((ti_sysbios_gates_GateMutex_Object**)instp), (xdc_Fxn)ti_sysbios_gates_GateMutex_Instance_finalize__E, -1, FALSE);
16756  *((ti_sysbios_gates_GateMutex_Handle*)instp) = NULL;
16757 }
16758 
16759 /* delete */
16760 void ti_sysbios_gates_GateMutex_delete(ti_sysbios_gates_GateMutex_Handle *instp)
16761 {
16763 }
16764 
16765 
16766 /*
16767  * ======== ti.sysbios.hal.Cache SYSTEM FUNCTIONS ========
16768  */
16769 
16770 /* Module__startupDone__S */
16772 {
16773  return 1;
16774 }
16775 
16776 
16777 
16778 /*
16779  * ======== ti.sysbios.hal.CacheNull SYSTEM FUNCTIONS ========
16780  */
16781 
16782 /* Module__startupDone__S */
16784 {
16785  return 1;
16786 }
16787 
16788 
16789 
16790 /*
16791  * ======== ti.sysbios.hal.Cache_CacheProxy SYSTEM FUNCTIONS ========
16792  */
16793 
16794 
16796 {
16797  return 0;
16798 }
16800 {
16801  return (const void *)&ti_sysbios_hal_CacheNull_Module__FXNS__C;
16802 }
16803 
16804 
16805 /*
16806  * ======== ti.sysbios.hal.Core SYSTEM FUNCTIONS ========
16807  */
16808 
16809 /* Module__startupDone__S */
16811 {
16812  return 1;
16813 }
16814 
16815 
16816 
16817 /*
16818  * ======== ti.sysbios.hal.Core_CoreProxy SYSTEM FUNCTIONS ========
16819  */
16820 
16821 
16823 {
16824  return 0;
16825 }
16827 {
16828  return 0;
16829 }
16830 
16831 
16832 /*
16833  * ======== ti.sysbios.hal.Hwi SYSTEM FUNCTIONS ========
16834  */
16835 
16836 /* per-module runtime symbols */
16837 #undef Module__MID
16838 #ifdef ti_sysbios_hal_Hwi_Module__id__CR
16839 #define Module__MID (*((CT__ti_sysbios_hal_Hwi_Module__id *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__id__C_offset)))
16840 #else
16841 #define Module__MID ti_sysbios_hal_Hwi_Module__id__C
16842 #endif
16843 
16844 #undef Module__DGSINCL
16845 #ifdef ti_sysbios_hal_Hwi_Module__diagsIncluded__CR
16846 #define Module__DGSINCL (*((CT__ti_sysbios_hal_Hwi_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__diagsIncluded__C_offset)))
16847 #else
16848 #define Module__DGSINCL ti_sysbios_hal_Hwi_Module__diagsIncluded__C
16849 #endif
16850 
16851 #undef Module__DGSENAB
16852 #ifdef ti_sysbios_hal_Hwi_Module__diagsEnabled__CR
16853 #define Module__DGSENAB (*((CT__ti_sysbios_hal_Hwi_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__diagsEnabled__C_offset)))
16854 #else
16855 #define Module__DGSENAB ti_sysbios_hal_Hwi_Module__diagsEnabled__C
16856 #endif
16857 
16858 #undef Module__DGSMASK
16859 #ifdef ti_sysbios_hal_Hwi_Module__diagsMask__CR
16860 #define Module__DGSMASK (*((CT__ti_sysbios_hal_Hwi_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__diagsMask__C_offset)))
16861 #else
16862 #define Module__DGSMASK ti_sysbios_hal_Hwi_Module__diagsMask__C
16863 #endif
16864 
16865 #undef Module__LOGDEF
16866 #ifdef ti_sysbios_hal_Hwi_Module__loggerDefined__CR
16867 #define Module__LOGDEF (*((CT__ti_sysbios_hal_Hwi_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__loggerDefined__C_offset)))
16868 #else
16869 #define Module__LOGDEF ti_sysbios_hal_Hwi_Module__loggerDefined__C
16870 #endif
16871 
16872 #undef Module__LOGOBJ
16873 #ifdef ti_sysbios_hal_Hwi_Module__loggerObj__CR
16874 #define Module__LOGOBJ ti_sysbios_hal_Hwi_Module__loggerObj__R
16875 #define Module__LOGOBJ (*((CT__ti_sysbios_hal_Hwi_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__loggerObj__C_offset)))
16876 #else
16877 #define Module__LOGOBJ ti_sysbios_hal_Hwi_Module__loggerObj__C
16878 #endif
16879 
16880 #undef Module__LOGFXN0
16881 #ifdef ti_sysbios_hal_Hwi_Module__loggerFxn0__CR
16882 #define Module__LOGFXN0 (*((CT__ti_sysbios_hal_Hwi_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__loggerFxn0__C_offset)))
16883 #else
16884 #define Module__LOGFXN0 ti_sysbios_hal_Hwi_Module__loggerFxn0__C
16885 #endif
16886 
16887 #undef Module__LOGFXN1
16888 #ifdef ti_sysbios_hal_Hwi_Module__loggerFxn1__CR
16889 #define Module__LOGFXN1 (*((CT__ti_sysbios_hal_Hwi_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__loggerFxn1__C_offset)))
16890 #else
16891 #define Module__LOGFXN1 ti_sysbios_hal_Hwi_Module__loggerFxn1__C
16892 #endif
16893 
16894 #undef Module__LOGFXN2
16895 #ifdef ti_sysbios_hal_Hwi_Module__loggerFxn2__CR
16896 #define Module__LOGFXN2 (*((CT__ti_sysbios_hal_Hwi_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__loggerFxn2__C_offset)))
16897 #else
16898 #define Module__LOGFXN2 ti_sysbios_hal_Hwi_Module__loggerFxn2__C
16899 #endif
16900 
16901 #undef Module__LOGFXN4
16902 #ifdef ti_sysbios_hal_Hwi_Module__loggerFxn4__CR
16903 #define Module__LOGFXN4 (*((CT__ti_sysbios_hal_Hwi_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__loggerFxn4__C_offset)))
16904 #else
16905 #define Module__LOGFXN4 ti_sysbios_hal_Hwi_Module__loggerFxn4__C
16906 #endif
16907 
16908 #undef Module__LOGFXN8
16909 #ifdef ti_sysbios_hal_Hwi_Module__loggerFxn8__CR
16910 #define Module__LOGFXN8 (*((CT__ti_sysbios_hal_Hwi_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__loggerFxn8__C_offset)))
16911 #else
16912 #define Module__LOGFXN8 ti_sysbios_hal_Hwi_Module__loggerFxn8__C
16913 #endif
16914 
16915 #undef Module__G_OBJ
16916 #ifdef ti_sysbios_hal_Hwi_Module__gateObj__CR
16917 #define Module__G_OBJ (*((CT__ti_sysbios_hal_Hwi_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__gateObj__C_offset)))
16918 #else
16919 #define Module__G_OBJ ti_sysbios_hal_Hwi_Module__gateObj__C
16920 #endif
16921 
16922 #undef Module__G_PRMS
16923 #ifdef ti_sysbios_hal_Hwi_Module__gatePrms__CR
16924 #define Module__G_PRMS (*((CT__ti_sysbios_hal_Hwi_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__gatePrms__C_offset)))
16925 #else
16926 #define Module__G_PRMS ti_sysbios_hal_Hwi_Module__gatePrms__C
16927 #endif
16928 
16929 #undef Module__GP_create
16930 #define Module__GP_create ti_sysbios_hal_Hwi_Module_GateProxy_create
16931 #undef Module__GP_delete
16932 #define Module__GP_delete ti_sysbios_hal_Hwi_Module_GateProxy_delete
16933 #undef Module__GP_enter
16934 #define Module__GP_enter ti_sysbios_hal_Hwi_Module_GateProxy_enter
16935 #undef Module__GP_leave
16936 #define Module__GP_leave ti_sysbios_hal_Hwi_Module_GateProxy_leave
16937 #undef Module__GP_query
16938 #define Module__GP_query ti_sysbios_hal_Hwi_Module_GateProxy_query
16939 
16940 /* Module__startupDone__S */
16942 {
16944 }
16945 
16946 /* Handle__label__S */
16947 xdc_runtime_Types_Label *ti_sysbios_hal_Hwi_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
16948 {
16949  lab->handle = obj;
16950  lab->modId = 32814;
16951  xdc_runtime_Core_assignLabel(lab, 0, 0);
16952 
16953  return lab;
16954 }
16955 
16956 /* Params__init__S */
16957 xdc_Void ti_sysbios_hal_Hwi_Params__init__S( xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz )
16958 {
16959  xdc_runtime_Core_assignParams__I(prms, (xdc_CPtr)(src ? src : &ti_sysbios_hal_Hwi_Object__PARAMS__C), psz, isz);
16960 }
16961 
16962 /* Object__get__S */
16963 xdc_Ptr ti_sysbios_hal_Hwi_Object__get__S(xdc_Ptr oa, xdc_Int i)
16964 {
16965  if (oa) {
16966  return ((ti_sysbios_hal_Hwi_Object__ *)oa) + i;
16967  }
16968 
16969  /* the bogus 'const' in the cast suppresses Klocwork MISRA complaints */
16971 }
16972 
16973 /* Object__first__S */
16975 {
16976  xdc_runtime_Types_InstHdr *iHdr = (xdc_runtime_Types_InstHdr *)ti_sysbios_hal_Hwi_Module__root__V.link.next;
16977 
16978  if (iHdr != (xdc_runtime_Types_InstHdr *)&ti_sysbios_hal_Hwi_Module__root__V.link) {
16979  return iHdr + 1;
16980  }
16981  else {
16982  return NULL;
16983  }
16984 }
16985 
16986 /* Object__next__S */
16988 {
16989  xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
16990 
16991  if (iHdr->link.next != (xdc_runtime_Types_Link *)&ti_sysbios_hal_Hwi_Module__root__V.link) {
16992  return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
16993  }
16994  else {
16995  return NULL;
16996  }
16997 }
16998 
16999 /* Object__create__S */
17001  xdc_CPtr __aa,
17002  const xdc_UChar *__paramsPtr,
17003  xdc_SizeT __psz,
17004  xdc_runtime_Error_Block *eb)
17005 {
17006  const ti_sysbios_hal_Hwi_Args__create *__args = __aa;
17007  ti_sysbios_hal_Hwi_Params __prms;
17008  ti_sysbios_hal_Hwi_Object *__obj;
17009  int iStat;
17010 
17011  /* common instance initialization */
17012  __obj = xdc_runtime_Core_createObject__I(&ti_sysbios_hal_Hwi_Object__DESC__C, NULL, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
17013  if (__obj == NULL) {
17014  return NULL;
17015  }
17016 
17017 
17018  /* module-specific initialization */
17019  iStat = ti_sysbios_hal_Hwi_Instance_init__E(__obj, __args->intNum, __args->hwiFxn, &__prms, eb);
17020  if (iStat) {
17021  xdc_runtime_Core_deleteObject__I(&ti_sysbios_hal_Hwi_Object__DESC__C, __obj, (xdc_Fxn)ti_sysbios_hal_Hwi_Instance_finalize__E, iStat, 0);
17022  return NULL;
17023  }
17024 
17025  return __obj;
17026 }
17027 
17028 /* create */
17029 ti_sysbios_hal_Hwi_Handle ti_sysbios_hal_Hwi_create( xdc_Int intNum, ti_sysbios_hal_Hwi_FuncPtr hwiFxn, const ti_sysbios_hal_Hwi_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
17030 {
17031  ti_sysbios_hal_Hwi_Params prms;
17032  ti_sysbios_hal_Hwi_Object *obj;
17033 
17034  int iStat;
17035 
17036  /* common instance initialization */
17037  obj = xdc_runtime_Core_createObject__I(&ti_sysbios_hal_Hwi_Object__DESC__C, NULL, &prms, (xdc_CPtr)__paramsPtr, 0, eb);
17038  if (obj == NULL) {
17039  return NULL;
17040  }
17041 
17042  /* module-specific initialization */
17043  iStat = ti_sysbios_hal_Hwi_Instance_init__E(obj, intNum, hwiFxn, &prms, eb);
17044  if (iStat) {
17045  xdc_runtime_Core_deleteObject__I(&ti_sysbios_hal_Hwi_Object__DESC__C, obj, (xdc_Fxn)ti_sysbios_hal_Hwi_Instance_finalize__E, iStat, 0);
17046  return NULL;
17047  }
17048 
17049  return obj;
17050 }
17051 
17052 /* construct */
17053 void ti_sysbios_hal_Hwi_construct(ti_sysbios_hal_Hwi_Struct *__obj, xdc_Int intNum, ti_sysbios_hal_Hwi_FuncPtr hwiFxn, const ti_sysbios_hal_Hwi_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
17054 {
17055  ti_sysbios_hal_Hwi_Params __prms;
17056  int iStat;
17057 
17058  /* common instance initialization */
17059  xdc_runtime_Core_constructObject__I(&ti_sysbios_hal_Hwi_Object__DESC__C, __obj, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
17060 
17061  /* module-specific initialization */
17062  iStat = ti_sysbios_hal_Hwi_Instance_init__E((xdc_Ptr)__obj, intNum, hwiFxn, &__prms, eb);
17063  if (iStat) {
17064  xdc_runtime_Core_deleteObject__I(&ti_sysbios_hal_Hwi_Object__DESC__C, __obj, (xdc_Fxn)ti_sysbios_hal_Hwi_Instance_finalize__E, iStat, 1);
17065  }
17066 
17067 }
17068 
17069 /* destruct */
17070 void ti_sysbios_hal_Hwi_destruct(ti_sysbios_hal_Hwi_Struct *obj)
17071 {
17072  xdc_runtime_Core_deleteObject__I(&ti_sysbios_hal_Hwi_Object__DESC__C, obj, (xdc_Fxn)ti_sysbios_hal_Hwi_Instance_finalize__E, 0, TRUE);
17073 }
17074 
17075 /* Object__delete__S */
17076 xdc_Void ti_sysbios_hal_Hwi_Object__delete__S( xdc_Ptr instp )
17077 {
17078  xdc_runtime_Core_deleteObject__I(&ti_sysbios_hal_Hwi_Object__DESC__C, *((ti_sysbios_hal_Hwi_Object**)instp), (xdc_Fxn)ti_sysbios_hal_Hwi_Instance_finalize__E, 0, FALSE);
17079  *((ti_sysbios_hal_Hwi_Handle*)instp) = NULL;
17080 }
17081 
17082 /* delete */
17083 void ti_sysbios_hal_Hwi_delete(ti_sysbios_hal_Hwi_Handle *instp)
17084 {
17086 }
17087 
17088 
17089 /*
17090  * ======== ti.sysbios.hal.Hwi_HwiProxy SYSTEM FUNCTIONS ========
17091  */
17092 
17093 /* per-module runtime symbols */
17094 #undef Module__MID
17095 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__id__CR
17096 #define Module__MID (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__id *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__id__C_offset)))
17097 #else
17098 #define Module__MID ti_sysbios_hal_Hwi_HwiProxy_Module__id__C
17099 #endif
17100 
17101 #undef Module__DGSINCL
17102 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__diagsIncluded__CR
17103 #define Module__DGSINCL (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__diagsIncluded__C_offset)))
17104 #else
17105 #define Module__DGSINCL ti_sysbios_hal_Hwi_HwiProxy_Module__diagsIncluded__C
17106 #endif
17107 
17108 #undef Module__DGSENAB
17109 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__diagsEnabled__CR
17110 #define Module__DGSENAB (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__diagsEnabled__C_offset)))
17111 #else
17112 #define Module__DGSENAB ti_sysbios_hal_Hwi_HwiProxy_Module__diagsEnabled__C
17113 #endif
17114 
17115 #undef Module__DGSMASK
17116 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__diagsMask__CR
17117 #define Module__DGSMASK (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__diagsMask__C_offset)))
17118 #else
17119 #define Module__DGSMASK ti_sysbios_hal_Hwi_HwiProxy_Module__diagsMask__C
17120 #endif
17121 
17122 #undef Module__LOGDEF
17123 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__loggerDefined__CR
17124 #define Module__LOGDEF (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__loggerDefined__C_offset)))
17125 #else
17126 #define Module__LOGDEF ti_sysbios_hal_Hwi_HwiProxy_Module__loggerDefined__C
17127 #endif
17128 
17129 #undef Module__LOGOBJ
17130 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__loggerObj__CR
17131 #define Module__LOGOBJ ti_sysbios_hal_Hwi_HwiProxy_Module__loggerObj__R
17132 #define Module__LOGOBJ (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__loggerObj__C_offset)))
17133 #else
17134 #define Module__LOGOBJ ti_sysbios_hal_Hwi_HwiProxy_Module__loggerObj__C
17135 #endif
17136 
17137 #undef Module__LOGFXN0
17138 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn0__CR
17139 #define Module__LOGFXN0 (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn0__C_offset)))
17140 #else
17141 #define Module__LOGFXN0 ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn0__C
17142 #endif
17143 
17144 #undef Module__LOGFXN1
17145 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn1__CR
17146 #define Module__LOGFXN1 (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn1__C_offset)))
17147 #else
17148 #define Module__LOGFXN1 ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn1__C
17149 #endif
17150 
17151 #undef Module__LOGFXN2
17152 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn2__CR
17153 #define Module__LOGFXN2 (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn2__C_offset)))
17154 #else
17155 #define Module__LOGFXN2 ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn2__C
17156 #endif
17157 
17158 #undef Module__LOGFXN4
17159 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn4__CR
17160 #define Module__LOGFXN4 (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn4__C_offset)))
17161 #else
17162 #define Module__LOGFXN4 ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn4__C
17163 #endif
17164 
17165 #undef Module__LOGFXN8
17166 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn8__CR
17167 #define Module__LOGFXN8 (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn8__C_offset)))
17168 #else
17169 #define Module__LOGFXN8 ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn8__C
17170 #endif
17171 
17172 #undef Module__G_OBJ
17173 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__gateObj__CR
17174 #define Module__G_OBJ (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__gateObj__C_offset)))
17175 #else
17176 #define Module__G_OBJ ti_sysbios_hal_Hwi_HwiProxy_Module__gateObj__C
17177 #endif
17178 
17179 #undef Module__G_PRMS
17180 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__gatePrms__CR
17181 #define Module__G_PRMS (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__gatePrms__C_offset)))
17182 #else
17183 #define Module__G_PRMS ti_sysbios_hal_Hwi_HwiProxy_Module__gatePrms__C
17184 #endif
17185 
17186 #undef Module__GP_create
17187 #define Module__GP_create ti_sysbios_hal_Hwi_HwiProxy_Module_GateProxy_create
17188 #undef Module__GP_delete
17189 #define Module__GP_delete ti_sysbios_hal_Hwi_HwiProxy_Module_GateProxy_delete
17190 #undef Module__GP_enter
17191 #define Module__GP_enter ti_sysbios_hal_Hwi_HwiProxy_Module_GateProxy_enter
17192 #undef Module__GP_leave
17193 #define Module__GP_leave ti_sysbios_hal_Hwi_HwiProxy_Module_GateProxy_leave
17194 #undef Module__GP_query
17195 #define Module__GP_query ti_sysbios_hal_Hwi_HwiProxy_Module_GateProxy_query
17196 
17198 {
17199  return 0;
17200 }
17202 {
17203  return 0;
17204 }
17205 
17206 
17207 
17208 /*
17209  * ======== ti.sysbios.heaps.HeapBuf SYSTEM FUNCTIONS ========
17210  */
17211 
17212 /* per-module runtime symbols */
17213 #undef Module__MID
17214 #ifdef ti_sysbios_heaps_HeapBuf_Module__id__CR
17215 #define Module__MID (*((CT__ti_sysbios_heaps_HeapBuf_Module__id *)(xdcRomConstPtr + ti_sysbios_heaps_HeapBuf_Module__id__C_offset)))
17216 #else
17217 #define Module__MID ti_sysbios_heaps_HeapBuf_Module__id__C
17218 #endif
17219 
17220 #undef Module__DGSINCL
17221 #ifdef ti_sysbios_heaps_HeapBuf_Module__diagsIncluded__CR
17222 #define Module__DGSINCL (*((CT__ti_sysbios_heaps_HeapBuf_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_heaps_HeapBuf_Module__diagsIncluded__C_offset)))
17223 #else
17224 #define Module__DGSINCL ti_sysbios_heaps_HeapBuf_Module__diagsIncluded__C
17225 #endif
17226 
17227 #undef Module__DGSENAB
17228 #ifdef ti_sysbios_heaps_HeapBuf_Module__diagsEnabled__CR
17229 #define Module__DGSENAB (*((CT__ti_sysbios_heaps_HeapBuf_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_heaps_HeapBuf_Module__diagsEnabled__C_offset)))
17230 #else
17231 #define Module__DGSENAB ti_sysbios_heaps_HeapBuf_Module__diagsEnabled__C
17232 #endif
17233 
17234 #undef Module__DGSMASK
17235 #ifdef ti_sysbios_heaps_HeapBuf_Module__diagsMask__CR
17236 #define Module__DGSMASK (*((CT__ti_sysbios_heaps_HeapBuf_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_heaps_HeapBuf_Module__diagsMask__C_offset)))
17237 #else
17238 #define Module__DGSMASK ti_sysbios_heaps_HeapBuf_Module__diagsMask__C
17239 #endif
17240 
17241 #undef Module__LOGDEF
17242 #ifdef ti_sysbios_heaps_HeapBuf_Module__loggerDefined__CR
17243 #define Module__LOGDEF (*((CT__ti_sysbios_heaps_HeapBuf_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_heaps_HeapBuf_Module__loggerDefined__C_offset)))
17244 #else
17245 #define Module__LOGDEF ti_sysbios_heaps_HeapBuf_Module__loggerDefined__C
17246 #endif
17247 
17248 #undef Module__LOGOBJ
17249 #ifdef ti_sysbios_heaps_HeapBuf_Module__loggerObj__CR
17250 #define Module__LOGOBJ ti_sysbios_heaps_HeapBuf_Module__loggerObj__R
17251 #define Module__LOGOBJ (*((CT__ti_sysbios_heaps_HeapBuf_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_heaps_HeapBuf_Module__loggerObj__C_offset)))
17252 #else
17253 #define Module__LOGOBJ ti_sysbios_heaps_HeapBuf_Module__loggerObj__C
17254 #endif
17255 
17256 #undef Module__LOGFXN0
17257 #ifdef ti_sysbios_heaps_HeapBuf_Module__loggerFxn0__CR
17258 #define Module__LOGFXN0 (*((CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapBuf_Module__loggerFxn0__C_offset)))
17259 #else
17260 #define Module__LOGFXN0 ti_sysbios_heaps_HeapBuf_Module__loggerFxn0__C
17261 #endif
17262 
17263 #undef Module__LOGFXN1
17264 #ifdef ti_sysbios_heaps_HeapBuf_Module__loggerFxn1__CR
17265 #define Module__LOGFXN1 (*((CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapBuf_Module__loggerFxn1__C_offset)))
17266 #else
17267 #define Module__LOGFXN1 ti_sysbios_heaps_HeapBuf_Module__loggerFxn1__C
17268 #endif
17269 
17270 #undef Module__LOGFXN2
17271 #ifdef ti_sysbios_heaps_HeapBuf_Module__loggerFxn2__CR
17272 #define Module__LOGFXN2 (*((CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapBuf_Module__loggerFxn2__C_offset)))
17273 #else
17274 #define Module__LOGFXN2 ti_sysbios_heaps_HeapBuf_Module__loggerFxn2__C
17275 #endif
17276 
17277 #undef Module__LOGFXN4
17278 #ifdef ti_sysbios_heaps_HeapBuf_Module__loggerFxn4__CR
17279 #define Module__LOGFXN4 (*((CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapBuf_Module__loggerFxn4__C_offset)))
17280 #else
17281 #define Module__LOGFXN4 ti_sysbios_heaps_HeapBuf_Module__loggerFxn4__C
17282 #endif
17283 
17284 #undef Module__LOGFXN8
17285 #ifdef ti_sysbios_heaps_HeapBuf_Module__loggerFxn8__CR
17286 #define Module__LOGFXN8 (*((CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapBuf_Module__loggerFxn8__C_offset)))
17287 #else
17288 #define Module__LOGFXN8 ti_sysbios_heaps_HeapBuf_Module__loggerFxn8__C
17289 #endif
17290 
17291 #undef Module__G_OBJ
17292 #ifdef ti_sysbios_heaps_HeapBuf_Module__gateObj__CR
17293 #define Module__G_OBJ (*((CT__ti_sysbios_heaps_HeapBuf_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_heaps_HeapBuf_Module__gateObj__C_offset)))
17294 #else
17295 #define Module__G_OBJ ti_sysbios_heaps_HeapBuf_Module__gateObj__C
17296 #endif
17297 
17298 #undef Module__G_PRMS
17299 #ifdef ti_sysbios_heaps_HeapBuf_Module__gatePrms__CR
17300 #define Module__G_PRMS (*((CT__ti_sysbios_heaps_HeapBuf_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_heaps_HeapBuf_Module__gatePrms__C_offset)))
17301 #else
17302 #define Module__G_PRMS ti_sysbios_heaps_HeapBuf_Module__gatePrms__C
17303 #endif
17304 
17305 #undef Module__GP_create
17306 #define Module__GP_create ti_sysbios_heaps_HeapBuf_Module_GateProxy_create
17307 #undef Module__GP_delete
17308 #define Module__GP_delete ti_sysbios_heaps_HeapBuf_Module_GateProxy_delete
17309 #undef Module__GP_enter
17310 #define Module__GP_enter ti_sysbios_heaps_HeapBuf_Module_GateProxy_enter
17311 #undef Module__GP_leave
17312 #define Module__GP_leave ti_sysbios_heaps_HeapBuf_Module_GateProxy_leave
17313 #undef Module__GP_query
17314 #define Module__GP_query ti_sysbios_heaps_HeapBuf_Module_GateProxy_query
17315 
17316 /* Module__startupDone__S */
17318 {
17320 }
17321 
17322 /* Handle__label__S */
17323 xdc_runtime_Types_Label *ti_sysbios_heaps_HeapBuf_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
17324 {
17325  lab->handle = obj;
17326  lab->modId = 32800;
17327  xdc_runtime_Core_assignLabel(lab, 0, 0);
17328 
17329  return lab;
17330 }
17331 
17332 /* Params__init__S */
17333 xdc_Void ti_sysbios_heaps_HeapBuf_Params__init__S( xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz )
17334 {
17335  xdc_runtime_Core_assignParams__I(prms, (xdc_CPtr)(src ? src : &ti_sysbios_heaps_HeapBuf_Object__PARAMS__C), psz, isz);
17336 }
17337 
17338 /* Object__get__S */
17339 xdc_Ptr ti_sysbios_heaps_HeapBuf_Object__get__S(xdc_Ptr oa, xdc_Int i)
17340 {
17341  if (oa) {
17342  return ((ti_sysbios_heaps_HeapBuf_Object__ *)oa) + i;
17343  }
17344 
17345  return NULL;
17346 }
17347 
17348 
17349 /* Object__first__S */
17351 {
17352  xdc_runtime_Types_InstHdr *iHdr = (xdc_runtime_Types_InstHdr *)ti_sysbios_heaps_HeapBuf_Module__root__V.link.next;
17353 
17354  if (iHdr != (xdc_runtime_Types_InstHdr *)&ti_sysbios_heaps_HeapBuf_Module__root__V.link) {
17355  return iHdr + 1;
17356  }
17357  else {
17358  return NULL;
17359  }
17360 }
17361 
17362 /* Object__next__S */
17364 {
17365  xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
17366 
17367  if (iHdr->link.next != (xdc_runtime_Types_Link *)&ti_sysbios_heaps_HeapBuf_Module__root__V.link) {
17368  return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
17369  }
17370  else {
17371  return NULL;
17372  }
17373 }
17374 
17375 /* Object__create__S */
17377  xdc_CPtr __aa,
17378  const xdc_UChar *__paramsPtr,
17379  xdc_SizeT __psz,
17380  xdc_runtime_Error_Block *eb)
17381 {
17382  ti_sysbios_heaps_HeapBuf_Params __prms;
17383  ti_sysbios_heaps_HeapBuf_Object *__obj;
17384  int iStat;
17385 
17386  /* common instance initialization */
17387  __obj = xdc_runtime_Core_createObject__I(&ti_sysbios_heaps_HeapBuf_Object__DESC__C, NULL, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
17388  if (__obj == NULL) {
17389  return NULL;
17390  }
17391 
17392 
17393  /* module-specific initialization */
17394  iStat = ti_sysbios_heaps_HeapBuf_Instance_init__E(__obj, &__prms, eb);
17395  if (iStat) {
17396  xdc_runtime_Core_deleteObject__I(&ti_sysbios_heaps_HeapBuf_Object__DESC__C, __obj, (xdc_Fxn)ti_sysbios_heaps_HeapBuf_Instance_finalize__E, iStat, 0);
17397  return NULL;
17398  }
17399 
17400  return __obj;
17401 }
17402 
17403 /* create */
17404 ti_sysbios_heaps_HeapBuf_Handle ti_sysbios_heaps_HeapBuf_create( const ti_sysbios_heaps_HeapBuf_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
17405 {
17406  ti_sysbios_heaps_HeapBuf_Params prms;
17407  ti_sysbios_heaps_HeapBuf_Object *obj;
17408 
17409  int iStat;
17410 
17411  /* common instance initialization */
17412  obj = xdc_runtime_Core_createObject__I(&ti_sysbios_heaps_HeapBuf_Object__DESC__C, NULL, &prms, (xdc_CPtr)__paramsPtr, 0, eb);
17413  if (obj == NULL) {
17414  return NULL;
17415  }
17416 
17417  /* module-specific initialization */
17418  iStat = ti_sysbios_heaps_HeapBuf_Instance_init__E(obj, &prms, eb);
17419  if (iStat) {
17420  xdc_runtime_Core_deleteObject__I(&ti_sysbios_heaps_HeapBuf_Object__DESC__C, obj, (xdc_Fxn)ti_sysbios_heaps_HeapBuf_Instance_finalize__E, iStat, 0);
17421  return NULL;
17422  }
17423 
17424  return obj;
17425 }
17426 
17427 /* construct */
17428 void ti_sysbios_heaps_HeapBuf_construct(ti_sysbios_heaps_HeapBuf_Struct *__obj, const ti_sysbios_heaps_HeapBuf_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
17429 {
17430  ti_sysbios_heaps_HeapBuf_Params __prms;
17431  int iStat;
17432 
17433  /* common instance initialization */
17434  xdc_runtime_Core_constructObject__I(&ti_sysbios_heaps_HeapBuf_Object__DESC__C, __obj, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
17435 
17436  /* module-specific initialization */
17437  iStat = ti_sysbios_heaps_HeapBuf_Instance_init__E((xdc_Ptr)__obj, &__prms, eb);
17438  if (iStat) {
17439  xdc_runtime_Core_deleteObject__I(&ti_sysbios_heaps_HeapBuf_Object__DESC__C, __obj, (xdc_Fxn)ti_sysbios_heaps_HeapBuf_Instance_finalize__E, iStat, 1);
17440  }
17441 
17442 }
17443 
17444 /* destruct */
17445 void ti_sysbios_heaps_HeapBuf_destruct(ti_sysbios_heaps_HeapBuf_Struct *obj)
17446 {
17447  xdc_runtime_Core_deleteObject__I(&ti_sysbios_heaps_HeapBuf_Object__DESC__C, obj, (xdc_Fxn)ti_sysbios_heaps_HeapBuf_Instance_finalize__E, 0, TRUE);
17448 }
17449 
17450 /* Object__delete__S */
17452 {
17453  xdc_runtime_Core_deleteObject__I(&ti_sysbios_heaps_HeapBuf_Object__DESC__C, *((ti_sysbios_heaps_HeapBuf_Object**)instp), (xdc_Fxn)ti_sysbios_heaps_HeapBuf_Instance_finalize__E, 0, FALSE);
17454  *((ti_sysbios_heaps_HeapBuf_Handle*)instp) = NULL;
17455 }
17456 
17457 /* delete */
17458 void ti_sysbios_heaps_HeapBuf_delete(ti_sysbios_heaps_HeapBuf_Handle *instp)
17459 {
17461 }
17462 
17463 
17464 /*
17465  * ======== ti.sysbios.heaps.HeapMem SYSTEM FUNCTIONS ========
17466  */
17467 
17468 /* per-module runtime symbols */
17469 #undef Module__MID
17470 #ifdef ti_sysbios_heaps_HeapMem_Module__id__CR
17471 #define Module__MID (*((CT__ti_sysbios_heaps_HeapMem_Module__id *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__id__C_offset)))
17472 #else
17473 #define Module__MID ti_sysbios_heaps_HeapMem_Module__id__C
17474 #endif
17475 
17476 #undef Module__DGSINCL
17477 #ifdef ti_sysbios_heaps_HeapMem_Module__diagsIncluded__CR
17478 #define Module__DGSINCL (*((CT__ti_sysbios_heaps_HeapMem_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__diagsIncluded__C_offset)))
17479 #else
17480 #define Module__DGSINCL ti_sysbios_heaps_HeapMem_Module__diagsIncluded__C
17481 #endif
17482 
17483 #undef Module__DGSENAB
17484 #ifdef ti_sysbios_heaps_HeapMem_Module__diagsEnabled__CR
17485 #define Module__DGSENAB (*((CT__ti_sysbios_heaps_HeapMem_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__diagsEnabled__C_offset)))
17486 #else
17487 #define Module__DGSENAB ti_sysbios_heaps_HeapMem_Module__diagsEnabled__C
17488 #endif
17489 
17490 #undef Module__DGSMASK
17491 #ifdef ti_sysbios_heaps_HeapMem_Module__diagsMask__CR
17492 #define Module__DGSMASK (*((CT__ti_sysbios_heaps_HeapMem_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__diagsMask__C_offset)))
17493 #else
17494 #define Module__DGSMASK ti_sysbios_heaps_HeapMem_Module__diagsMask__C
17495 #endif
17496 
17497 #undef Module__LOGDEF
17498 #ifdef ti_sysbios_heaps_HeapMem_Module__loggerDefined__CR
17499 #define Module__LOGDEF (*((CT__ti_sysbios_heaps_HeapMem_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__loggerDefined__C_offset)))
17500 #else
17501 #define Module__LOGDEF ti_sysbios_heaps_HeapMem_Module__loggerDefined__C
17502 #endif
17503 
17504 #undef Module__LOGOBJ
17505 #ifdef ti_sysbios_heaps_HeapMem_Module__loggerObj__CR
17506 #define Module__LOGOBJ ti_sysbios_heaps_HeapMem_Module__loggerObj__R
17507 #define Module__LOGOBJ (*((CT__ti_sysbios_heaps_HeapMem_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__loggerObj__C_offset)))
17508 #else
17509 #define Module__LOGOBJ ti_sysbios_heaps_HeapMem_Module__loggerObj__C
17510 #endif
17511 
17512 #undef Module__LOGFXN0
17513 #ifdef ti_sysbios_heaps_HeapMem_Module__loggerFxn0__CR
17514 #define Module__LOGFXN0 (*((CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__loggerFxn0__C_offset)))
17515 #else
17516 #define Module__LOGFXN0 ti_sysbios_heaps_HeapMem_Module__loggerFxn0__C
17517 #endif
17518 
17519 #undef Module__LOGFXN1
17520 #ifdef ti_sysbios_heaps_HeapMem_Module__loggerFxn1__CR
17521 #define Module__LOGFXN1 (*((CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__loggerFxn1__C_offset)))
17522 #else
17523 #define Module__LOGFXN1 ti_sysbios_heaps_HeapMem_Module__loggerFxn1__C
17524 #endif
17525 
17526 #undef Module__LOGFXN2
17527 #ifdef ti_sysbios_heaps_HeapMem_Module__loggerFxn2__CR
17528 #define Module__LOGFXN2 (*((CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__loggerFxn2__C_offset)))
17529 #else
17530 #define Module__LOGFXN2 ti_sysbios_heaps_HeapMem_Module__loggerFxn2__C
17531 #endif
17532 
17533 #undef Module__LOGFXN4
17534 #ifdef ti_sysbios_heaps_HeapMem_Module__loggerFxn4__CR
17535 #define Module__LOGFXN4 (*((CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__loggerFxn4__C_offset)))
17536 #else
17537 #define Module__LOGFXN4 ti_sysbios_heaps_HeapMem_Module__loggerFxn4__C
17538 #endif
17539 
17540 #undef Module__LOGFXN8
17541 #ifdef ti_sysbios_heaps_HeapMem_Module__loggerFxn8__CR
17542 #define Module__LOGFXN8 (*((CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__loggerFxn8__C_offset)))
17543 #else
17544 #define Module__LOGFXN8 ti_sysbios_heaps_HeapMem_Module__loggerFxn8__C
17545 #endif
17546 
17547 #undef Module__G_OBJ
17548 #ifdef ti_sysbios_heaps_HeapMem_Module__gateObj__CR
17549 #define Module__G_OBJ (*((CT__ti_sysbios_heaps_HeapMem_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__gateObj__C_offset)))
17550 #else
17551 #define Module__G_OBJ ti_sysbios_heaps_HeapMem_Module__gateObj__C
17552 #endif
17553 
17554 #undef Module__G_PRMS
17555 #ifdef ti_sysbios_heaps_HeapMem_Module__gatePrms__CR
17556 #define Module__G_PRMS (*((CT__ti_sysbios_heaps_HeapMem_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__gatePrms__C_offset)))
17557 #else
17558 #define Module__G_PRMS ti_sysbios_heaps_HeapMem_Module__gatePrms__C
17559 #endif
17560 
17561 #undef Module__GP_create
17562 #define Module__GP_create ti_sysbios_heaps_HeapMem_Module_GateProxy_create
17563 #undef Module__GP_delete
17564 #define Module__GP_delete ti_sysbios_heaps_HeapMem_Module_GateProxy_delete
17565 #undef Module__GP_enter
17566 #define Module__GP_enter ti_sysbios_heaps_HeapMem_Module_GateProxy_enter
17567 #undef Module__GP_leave
17568 #define Module__GP_leave ti_sysbios_heaps_HeapMem_Module_GateProxy_leave
17569 #undef Module__GP_query
17570 #define Module__GP_query ti_sysbios_heaps_HeapMem_Module_GateProxy_query
17571 
17572 /* Module__startupDone__S */
17574 {
17575  return 1;
17576 }
17577 
17578 /* Handle__label__S */
17579 xdc_runtime_Types_Label *ti_sysbios_heaps_HeapMem_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
17580 {
17581  lab->handle = obj;
17582  lab->modId = 32801;
17583  xdc_runtime_Core_assignLabel(lab, 0, 0);
17584 
17585  return lab;
17586 }
17587 
17588 /* Params__init__S */
17589 xdc_Void ti_sysbios_heaps_HeapMem_Params__init__S( xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz )
17590 {
17591  xdc_runtime_Core_assignParams__I(prms, (xdc_CPtr)(src ? src : &ti_sysbios_heaps_HeapMem_Object__PARAMS__C), psz, isz);
17592 }
17593 
17594 /* Object__get__S */
17595 xdc_Ptr ti_sysbios_heaps_HeapMem_Object__get__S(xdc_Ptr oa, xdc_Int i)
17596 {
17597  if (oa) {
17598  return ((ti_sysbios_heaps_HeapMem_Object__ *)oa) + i;
17599  }
17600 
17601  /* the bogus 'const' in the cast suppresses Klocwork MISRA complaints */
17603 }
17604 
17605 /* Object__first__S */
17607 {
17608  xdc_runtime_Types_InstHdr *iHdr = (xdc_runtime_Types_InstHdr *)ti_sysbios_heaps_HeapMem_Module__root__V.link.next;
17609 
17610  if (iHdr != (xdc_runtime_Types_InstHdr *)&ti_sysbios_heaps_HeapMem_Module__root__V.link) {
17611  return iHdr + 1;
17612  }
17613  else {
17614  return NULL;
17615  }
17616 }
17617 
17618 /* Object__next__S */
17620 {
17621  xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
17622 
17623  if (iHdr->link.next != (xdc_runtime_Types_Link *)&ti_sysbios_heaps_HeapMem_Module__root__V.link) {
17624  return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
17625  }
17626  else {
17627  return NULL;
17628  }
17629 }
17630 
17631 /* Object__create__S */
17633  xdc_CPtr __aa,
17634  const xdc_UChar *__paramsPtr,
17635  xdc_SizeT __psz,
17636  xdc_runtime_Error_Block *eb)
17637 {
17638  ti_sysbios_heaps_HeapMem_Params __prms;
17639  ti_sysbios_heaps_HeapMem_Object *__obj;
17640 
17641  /* common instance initialization */
17642  __obj = xdc_runtime_Core_createObject__I(&ti_sysbios_heaps_HeapMem_Object__DESC__C, NULL, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
17643  if (__obj == NULL) {
17644  return NULL;
17645  }
17646 
17647 
17648  /* module-specific initialization */
17649  ti_sysbios_heaps_HeapMem_Instance_init__E(__obj, &__prms);
17650  return __obj;
17651 }
17652 
17653 /* create */
17654 ti_sysbios_heaps_HeapMem_Handle ti_sysbios_heaps_HeapMem_create( const ti_sysbios_heaps_HeapMem_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
17655 {
17656  ti_sysbios_heaps_HeapMem_Params prms;
17657  ti_sysbios_heaps_HeapMem_Object *obj;
17658 
17659 
17660  /* common instance initialization */
17661  obj = xdc_runtime_Core_createObject__I(&ti_sysbios_heaps_HeapMem_Object__DESC__C, NULL, &prms, (xdc_CPtr)__paramsPtr, 0, eb);
17662  if (obj == NULL) {
17663  return NULL;
17664  }
17665 
17666  /* module-specific initialization */
17667  ti_sysbios_heaps_HeapMem_Instance_init__E(obj, &prms);
17668  return obj;
17669 }
17670 
17671 /* construct */
17672 void ti_sysbios_heaps_HeapMem_construct(ti_sysbios_heaps_HeapMem_Struct *__obj, const ti_sysbios_heaps_HeapMem_Params *__paramsPtr )
17673 {
17674  ti_sysbios_heaps_HeapMem_Params __prms;
17675 
17676  /* common instance initialization */
17677  xdc_runtime_Core_constructObject__I(&ti_sysbios_heaps_HeapMem_Object__DESC__C, __obj, &__prms, (xdc_CPtr)__paramsPtr, 0, NULL);
17678 
17679  /* module-specific initialization */
17680  ti_sysbios_heaps_HeapMem_Instance_init__E((xdc_Ptr)__obj, &__prms);
17681 }
17682 
17683 /* destruct */
17684 void ti_sysbios_heaps_HeapMem_destruct(ti_sysbios_heaps_HeapMem_Struct *obj)
17685 {
17686  xdc_runtime_Core_deleteObject__I(&ti_sysbios_heaps_HeapMem_Object__DESC__C, obj, NULL, -1, TRUE);
17687 }
17688 
17689 /* Object__delete__S */
17691 {
17692  xdc_runtime_Core_deleteObject__I(&ti_sysbios_heaps_HeapMem_Object__DESC__C, *((ti_sysbios_heaps_HeapMem_Object**)instp), NULL, -1, FALSE);
17693  *((ti_sysbios_heaps_HeapMem_Handle*)instp) = NULL;
17694 }
17695 
17696 /* delete */
17697 void ti_sysbios_heaps_HeapMem_delete(ti_sysbios_heaps_HeapMem_Handle *instp)
17698 {
17700 }
17701 
17702 
17703 /*
17704  * ======== ti.sysbios.heaps.HeapMem_Module_GateProxy SYSTEM FUNCTIONS ========
17705  */
17706 
17707 /* per-module runtime symbols */
17708 #undef Module__MID
17709 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__id__CR
17710 #define Module__MID (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__id *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__id__C_offset)))
17711 #else
17712 #define Module__MID ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__id__C
17713 #endif
17714 
17715 #undef Module__DGSINCL
17716 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsIncluded__CR
17717 #define Module__DGSINCL (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsIncluded__C_offset)))
17718 #else
17719 #define Module__DGSINCL ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsIncluded__C
17720 #endif
17721 
17722 #undef Module__DGSENAB
17723 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsEnabled__CR
17724 #define Module__DGSENAB (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsEnabled__C_offset)))
17725 #else
17726 #define Module__DGSENAB ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsEnabled__C
17727 #endif
17728 
17729 #undef Module__DGSMASK
17730 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsMask__CR
17731 #define Module__DGSMASK (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsMask__C_offset)))
17732 #else
17733 #define Module__DGSMASK ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsMask__C
17734 #endif
17735 
17736 #undef Module__LOGDEF
17737 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerDefined__CR
17738 #define Module__LOGDEF (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerDefined__C_offset)))
17739 #else
17740 #define Module__LOGDEF ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerDefined__C
17741 #endif
17742 
17743 #undef Module__LOGOBJ
17744 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerObj__CR
17745 #define Module__LOGOBJ ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerObj__R
17746 #define Module__LOGOBJ (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerObj__C_offset)))
17747 #else
17748 #define Module__LOGOBJ ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerObj__C
17749 #endif
17750 
17751 #undef Module__LOGFXN0
17752 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn0__CR
17753 #define Module__LOGFXN0 (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn0__C_offset)))
17754 #else
17755 #define Module__LOGFXN0 ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn0__C
17756 #endif
17757 
17758 #undef Module__LOGFXN1
17759 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn1__CR
17760 #define Module__LOGFXN1 (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn1__C_offset)))
17761 #else
17762 #define Module__LOGFXN1 ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn1__C
17763 #endif
17764 
17765 #undef Module__LOGFXN2
17766 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn2__CR
17767 #define Module__LOGFXN2 (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn2__C_offset)))
17768 #else
17769 #define Module__LOGFXN2 ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn2__C
17770 #endif
17771 
17772 #undef Module__LOGFXN4
17773 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn4__CR
17774 #define Module__LOGFXN4 (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn4__C_offset)))
17775 #else
17776 #define Module__LOGFXN4 ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn4__C
17777 #endif
17778 
17779 #undef Module__LOGFXN8
17780 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn8__CR
17781 #define Module__LOGFXN8 (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn8__C_offset)))
17782 #else
17783 #define Module__LOGFXN8 ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn8__C
17784 #endif
17785 
17786 #undef Module__G_OBJ
17787 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__gateObj__CR
17788 #define Module__G_OBJ (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__gateObj__C_offset)))
17789 #else
17790 #define Module__G_OBJ ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__gateObj__C
17791 #endif
17792 
17793 #undef Module__G_PRMS
17794 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__gatePrms__CR
17795 #define Module__G_PRMS (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__gatePrms__C_offset)))
17796 #else
17797 #define Module__G_PRMS ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__gatePrms__C
17798 #endif
17799 
17800 #undef Module__GP_create
17801 #define Module__GP_create ti_sysbios_heaps_HeapMem_Module_GateProxy_Module_GateProxy_create
17802 #undef Module__GP_delete
17803 #define Module__GP_delete ti_sysbios_heaps_HeapMem_Module_GateProxy_Module_GateProxy_delete
17804 #undef Module__GP_enter
17805 #define Module__GP_enter ti_sysbios_heaps_HeapMem_Module_GateProxy_Module_GateProxy_enter
17806 #undef Module__GP_leave
17807 #define Module__GP_leave ti_sysbios_heaps_HeapMem_Module_GateProxy_Module_GateProxy_leave
17808 #undef Module__GP_query
17809 #define Module__GP_query ti_sysbios_heaps_HeapMem_Module_GateProxy_Module_GateProxy_query
17810 
17812 {
17813  return 0;
17814 }
17816 {
17817  return (const void *)&ti_sysbios_gates_GateMutex_Module__FXNS__C;
17818 }
17819 
17820 
17821 
17822 /*
17823  * ======== ti.sysbios.knl.Clock SYSTEM FUNCTIONS ========
17824  */
17825 
17826 /* per-module runtime symbols */
17827 #undef Module__MID
17828 #ifdef ti_sysbios_knl_Clock_Module__id__CR
17829 #define Module__MID (*((CT__ti_sysbios_knl_Clock_Module__id *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__id__C_offset)))
17830 #else
17831 #define Module__MID ti_sysbios_knl_Clock_Module__id__C
17832 #endif
17833 
17834 #undef Module__DGSINCL
17835 #ifdef ti_sysbios_knl_Clock_Module__diagsIncluded__CR
17836 #define Module__DGSINCL (*((CT__ti_sysbios_knl_Clock_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__diagsIncluded__C_offset)))
17837 #else
17838 #define Module__DGSINCL ti_sysbios_knl_Clock_Module__diagsIncluded__C
17839 #endif
17840 
17841 #undef Module__DGSENAB
17842 #ifdef ti_sysbios_knl_Clock_Module__diagsEnabled__CR
17843 #define Module__DGSENAB (*((CT__ti_sysbios_knl_Clock_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__diagsEnabled__C_offset)))
17844 #else
17845 #define Module__DGSENAB ti_sysbios_knl_Clock_Module__diagsEnabled__C
17846 #endif
17847 
17848 #undef Module__DGSMASK
17849 #ifdef ti_sysbios_knl_Clock_Module__diagsMask__CR
17850 #define Module__DGSMASK (*((CT__ti_sysbios_knl_Clock_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__diagsMask__C_offset)))
17851 #else
17852 #define Module__DGSMASK ti_sysbios_knl_Clock_Module__diagsMask__C
17853 #endif
17854 
17855 #undef Module__LOGDEF
17856 #ifdef ti_sysbios_knl_Clock_Module__loggerDefined__CR
17857 #define Module__LOGDEF (*((CT__ti_sysbios_knl_Clock_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__loggerDefined__C_offset)))
17858 #else
17859 #define Module__LOGDEF ti_sysbios_knl_Clock_Module__loggerDefined__C
17860 #endif
17861 
17862 #undef Module__LOGOBJ
17863 #ifdef ti_sysbios_knl_Clock_Module__loggerObj__CR
17864 #define Module__LOGOBJ ti_sysbios_knl_Clock_Module__loggerObj__R
17865 #define Module__LOGOBJ (*((CT__ti_sysbios_knl_Clock_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__loggerObj__C_offset)))
17866 #else
17867 #define Module__LOGOBJ ti_sysbios_knl_Clock_Module__loggerObj__C
17868 #endif
17869 
17870 #undef Module__LOGFXN0
17871 #ifdef ti_sysbios_knl_Clock_Module__loggerFxn0__CR
17872 #define Module__LOGFXN0 (*((CT__ti_sysbios_knl_Clock_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__loggerFxn0__C_offset)))
17873 #else
17874 #define Module__LOGFXN0 ti_sysbios_knl_Clock_Module__loggerFxn0__C
17875 #endif
17876 
17877 #undef Module__LOGFXN1
17878 #ifdef ti_sysbios_knl_Clock_Module__loggerFxn1__CR
17879 #define Module__LOGFXN1 (*((CT__ti_sysbios_knl_Clock_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__loggerFxn1__C_offset)))
17880 #else
17881 #define Module__LOGFXN1 ti_sysbios_knl_Clock_Module__loggerFxn1__C
17882 #endif
17883 
17884 #undef Module__LOGFXN2
17885 #ifdef ti_sysbios_knl_Clock_Module__loggerFxn2__CR
17886 #define Module__LOGFXN2 (*((CT__ti_sysbios_knl_Clock_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__loggerFxn2__C_offset)))
17887 #else
17888 #define Module__LOGFXN2 ti_sysbios_knl_Clock_Module__loggerFxn2__C
17889 #endif
17890 
17891 #undef Module__LOGFXN4
17892 #ifdef ti_sysbios_knl_Clock_Module__loggerFxn4__CR
17893 #define Module__LOGFXN4 (*((CT__ti_sysbios_knl_Clock_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__loggerFxn4__C_offset)))
17894 #else
17895 #define Module__LOGFXN4 ti_sysbios_knl_Clock_Module__loggerFxn4__C
17896 #endif
17897 
17898 #undef Module__LOGFXN8
17899 #ifdef ti_sysbios_knl_Clock_Module__loggerFxn8__CR
17900 #define Module__LOGFXN8 (*((CT__ti_sysbios_knl_Clock_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__loggerFxn8__C_offset)))
17901 #else
17902 #define Module__LOGFXN8 ti_sysbios_knl_Clock_Module__loggerFxn8__C
17903 #endif
17904 
17905 #undef Module__G_OBJ
17906 #ifdef ti_sysbios_knl_Clock_Module__gateObj__CR
17907 #define Module__G_OBJ (*((CT__ti_sysbios_knl_Clock_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__gateObj__C_offset)))
17908 #else
17909 #define Module__G_OBJ ti_sysbios_knl_Clock_Module__gateObj__C
17910 #endif
17911 
17912 #undef Module__G_PRMS
17913 #ifdef ti_sysbios_knl_Clock_Module__gatePrms__CR
17914 #define Module__G_PRMS (*((CT__ti_sysbios_knl_Clock_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__gatePrms__C_offset)))
17915 #else
17916 #define Module__G_PRMS ti_sysbios_knl_Clock_Module__gatePrms__C
17917 #endif
17918 
17919 #undef Module__GP_create
17920 #define Module__GP_create ti_sysbios_knl_Clock_Module_GateProxy_create
17921 #undef Module__GP_delete
17922 #define Module__GP_delete ti_sysbios_knl_Clock_Module_GateProxy_delete
17923 #undef Module__GP_enter
17924 #define Module__GP_enter ti_sysbios_knl_Clock_Module_GateProxy_enter
17925 #undef Module__GP_leave
17926 #define Module__GP_leave ti_sysbios_knl_Clock_Module_GateProxy_leave
17927 #undef Module__GP_query
17928 #define Module__GP_query ti_sysbios_knl_Clock_Module_GateProxy_query
17929 
17930 /* Module__startupDone__S */
17932 {
17934 }
17935 
17936 /* Handle__label__S */
17937 xdc_runtime_Types_Label *ti_sysbios_knl_Clock_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
17938 {
17939  lab->handle = obj;
17940  lab->modId = 32791;
17941  xdc_runtime_Core_assignLabel(lab, 0, 0);
17942 
17943  return lab;
17944 }
17945 
17946 /* Params__init__S */
17947 xdc_Void ti_sysbios_knl_Clock_Params__init__S( xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz )
17948 {
17949  xdc_runtime_Core_assignParams__I(prms, (xdc_CPtr)(src ? src : &ti_sysbios_knl_Clock_Object__PARAMS__C), psz, isz);
17950 }
17951 
17952 /* Object__get__S */
17953 xdc_Ptr ti_sysbios_knl_Clock_Object__get__S(xdc_Ptr oa, xdc_Int i)
17954 {
17955  if (oa) {
17956  return ((ti_sysbios_knl_Clock_Object__ *)oa) + i;
17957  }
17958 
17959  return NULL;
17960 }
17961 
17962 
17963 /* Object__first__S */
17965 {
17966  xdc_runtime_Types_InstHdr *iHdr = (xdc_runtime_Types_InstHdr *)ti_sysbios_knl_Clock_Module__root__V.link.next;
17967 
17968  if (iHdr != (xdc_runtime_Types_InstHdr *)&ti_sysbios_knl_Clock_Module__root__V.link) {
17969  return iHdr + 1;
17970  }
17971  else {
17972  return NULL;
17973  }
17974 }
17975 
17976 /* Object__next__S */
17978 {
17979  xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
17980 
17981  if (iHdr->link.next != (xdc_runtime_Types_Link *)&ti_sysbios_knl_Clock_Module__root__V.link) {
17982  return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
17983  }
17984  else {
17985  return NULL;
17986  }
17987 }
17988 
17989 /* Object__create__S */
17991  xdc_CPtr __aa,
17992  const xdc_UChar *__paramsPtr,
17993  xdc_SizeT __psz,
17994  xdc_runtime_Error_Block *eb)
17995 {
17996  const ti_sysbios_knl_Clock_Args__create *__args = __aa;
17997  ti_sysbios_knl_Clock_Params __prms;
17998  ti_sysbios_knl_Clock_Object *__obj;
17999 
18000  /* common instance initialization */
18001  __obj = xdc_runtime_Core_createObject__I(&ti_sysbios_knl_Clock_Object__DESC__C, NULL, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
18002  if (__obj == NULL) {
18003  return NULL;
18004  }
18005 
18006 
18007  /* module-specific initialization */
18008  ti_sysbios_knl_Clock_Instance_init__E(__obj, __args->clockFxn, __args->timeout, &__prms);
18009  return __obj;
18010 }
18011 
18012 /* create */
18013 ti_sysbios_knl_Clock_Handle ti_sysbios_knl_Clock_create( ti_sysbios_knl_Clock_FuncPtr clockFxn, xdc_UInt timeout, const ti_sysbios_knl_Clock_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
18014 {
18015  ti_sysbios_knl_Clock_Params prms;
18016  ti_sysbios_knl_Clock_Object *obj;
18017 
18018 
18019  /* common instance initialization */
18020  obj = xdc_runtime_Core_createObject__I(&ti_sysbios_knl_Clock_Object__DESC__C, NULL, &prms, (xdc_CPtr)__paramsPtr, 0, eb);
18021  if (obj == NULL) {
18022  return NULL;
18023  }
18024 
18025  /* module-specific initialization */
18026  ti_sysbios_knl_Clock_Instance_init__E(obj, clockFxn, timeout, &prms);
18027  return obj;
18028 }
18029 
18030 /* construct */
18031 void ti_sysbios_knl_Clock_construct(ti_sysbios_knl_Clock_Struct *__obj, ti_sysbios_knl_Clock_FuncPtr clockFxn, xdc_UInt timeout, const ti_sysbios_knl_Clock_Params *__paramsPtr )
18032 {
18033  ti_sysbios_knl_Clock_Params __prms;
18034 
18035  /* common instance initialization */
18036  xdc_runtime_Core_constructObject__I(&ti_sysbios_knl_Clock_Object__DESC__C, __obj, &__prms, (xdc_CPtr)__paramsPtr, 0, NULL);
18037 
18038  /* module-specific initialization */
18039  ti_sysbios_knl_Clock_Instance_init__E((xdc_Ptr)__obj, clockFxn, timeout, &__prms);
18040 }
18041 
18042 /* destruct */
18043 void ti_sysbios_knl_Clock_destruct(ti_sysbios_knl_Clock_Struct *obj)
18044 {
18045  xdc_runtime_Core_deleteObject__I(&ti_sysbios_knl_Clock_Object__DESC__C, obj, (xdc_Fxn)ti_sysbios_knl_Clock_Instance_finalize__E, -1, TRUE);
18046 }
18047 
18048 /* Object__delete__S */
18049 xdc_Void ti_sysbios_knl_Clock_Object__delete__S( xdc_Ptr instp )
18050 {
18051  xdc_runtime_Core_deleteObject__I(&ti_sysbios_knl_Clock_Object__DESC__C, *((ti_sysbios_knl_Clock_Object**)instp), (xdc_Fxn)ti_sysbios_knl_Clock_Instance_finalize__E, -1, FALSE);
18052  *((ti_sysbios_knl_Clock_Handle*)instp) = NULL;
18053 }
18054 
18055 /* delete */
18056 void ti_sysbios_knl_Clock_delete(ti_sysbios_knl_Clock_Handle *instp)
18057 {
18059 }
18060 
18061 
18062 /*
18063  * ======== ti.sysbios.knl.Clock_TimerProxy SYSTEM FUNCTIONS ========
18064  */
18065 
18066 /* per-module runtime symbols */
18067 #undef Module__MID
18068 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__id__CR
18069 #define Module__MID (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__id *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__id__C_offset)))
18070 #else
18071 #define Module__MID ti_sysbios_knl_Clock_TimerProxy_Module__id__C
18072 #endif
18073 
18074 #undef Module__DGSINCL
18075 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__diagsIncluded__CR
18076 #define Module__DGSINCL (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__diagsIncluded__C_offset)))
18077 #else
18078 #define Module__DGSINCL ti_sysbios_knl_Clock_TimerProxy_Module__diagsIncluded__C
18079 #endif
18080 
18081 #undef Module__DGSENAB
18082 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__diagsEnabled__CR
18083 #define Module__DGSENAB (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__diagsEnabled__C_offset)))
18084 #else
18085 #define Module__DGSENAB ti_sysbios_knl_Clock_TimerProxy_Module__diagsEnabled__C
18086 #endif
18087 
18088 #undef Module__DGSMASK
18089 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__diagsMask__CR
18090 #define Module__DGSMASK (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__diagsMask__C_offset)))
18091 #else
18092 #define Module__DGSMASK ti_sysbios_knl_Clock_TimerProxy_Module__diagsMask__C
18093 #endif
18094 
18095 #undef Module__LOGDEF
18096 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__loggerDefined__CR
18097 #define Module__LOGDEF (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__loggerDefined__C_offset)))
18098 #else
18099 #define Module__LOGDEF ti_sysbios_knl_Clock_TimerProxy_Module__loggerDefined__C
18100 #endif
18101 
18102 #undef Module__LOGOBJ
18103 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__loggerObj__CR
18104 #define Module__LOGOBJ ti_sysbios_knl_Clock_TimerProxy_Module__loggerObj__R
18105 #define Module__LOGOBJ (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__loggerObj__C_offset)))
18106 #else
18107 #define Module__LOGOBJ ti_sysbios_knl_Clock_TimerProxy_Module__loggerObj__C
18108 #endif
18109 
18110 #undef Module__LOGFXN0
18111 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn0__CR
18112 #define Module__LOGFXN0 (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn0__C_offset)))
18113 #else
18114 #define Module__LOGFXN0 ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn0__C
18115 #endif
18116 
18117 #undef Module__LOGFXN1
18118 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn1__CR
18119 #define Module__LOGFXN1 (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn1__C_offset)))
18120 #else
18121 #define Module__LOGFXN1 ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn1__C
18122 #endif
18123 
18124 #undef Module__LOGFXN2
18125 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn2__CR
18126 #define Module__LOGFXN2 (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn2__C_offset)))
18127 #else
18128 #define Module__LOGFXN2 ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn2__C
18129 #endif
18130 
18131 #undef Module__LOGFXN4
18132 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn4__CR
18133 #define Module__LOGFXN4 (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn4__C_offset)))
18134 #else
18135 #define Module__LOGFXN4 ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn4__C
18136 #endif
18137 
18138 #undef Module__LOGFXN8
18139 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn8__CR
18140 #define Module__LOGFXN8 (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn8__C_offset)))
18141 #else
18142 #define Module__LOGFXN8 ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn8__C
18143 #endif
18144 
18145 #undef Module__G_OBJ
18146 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__gateObj__CR
18147 #define Module__G_OBJ (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__gateObj__C_offset)))
18148 #else
18149 #define Module__G_OBJ ti_sysbios_knl_Clock_TimerProxy_Module__gateObj__C
18150 #endif
18151 
18152 #undef Module__G_PRMS
18153 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__gatePrms__CR
18154 #define Module__G_PRMS (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__gatePrms__C_offset)))
18155 #else
18156 #define Module__G_PRMS ti_sysbios_knl_Clock_TimerProxy_Module__gatePrms__C
18157 #endif
18158 
18159 #undef Module__GP_create
18160 #define Module__GP_create ti_sysbios_knl_Clock_TimerProxy_Module_GateProxy_create
18161 #undef Module__GP_delete
18162 #define Module__GP_delete ti_sysbios_knl_Clock_TimerProxy_Module_GateProxy_delete
18163 #undef Module__GP_enter
18164 #define Module__GP_enter ti_sysbios_knl_Clock_TimerProxy_Module_GateProxy_enter
18165 #undef Module__GP_leave
18166 #define Module__GP_leave ti_sysbios_knl_Clock_TimerProxy_Module_GateProxy_leave
18167 #undef Module__GP_query
18168 #define Module__GP_query ti_sysbios_knl_Clock_TimerProxy_Module_GateProxy_query
18169 
18171 {
18172  return 0;
18173 }
18175 {
18176  return 0;
18177 }
18178 
18179 
18180 
18181 /*
18182  * ======== ti.sysbios.knl.Event SYSTEM FUNCTIONS ========
18183  */
18184 
18185 /* per-module runtime symbols */
18186 #undef Module__MID
18187 #ifdef ti_sysbios_knl_Event_Module__id__CR
18188 #define Module__MID (*((CT__ti_sysbios_knl_Event_Module__id *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__id__C_offset)))
18189 #else
18190 #define Module__MID ti_sysbios_knl_Event_Module__id__C
18191 #endif
18192 
18193 #undef Module__DGSINCL
18194 #ifdef ti_sysbios_knl_Event_Module__diagsIncluded__CR
18195 #define Module__DGSINCL (*((CT__ti_sysbios_knl_Event_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__diagsIncluded__C_offset)))
18196 #else
18197 #define Module__DGSINCL ti_sysbios_knl_Event_Module__diagsIncluded__C
18198 #endif
18199 
18200 #undef Module__DGSENAB
18201 #ifdef ti_sysbios_knl_Event_Module__diagsEnabled__CR
18202 #define Module__DGSENAB (*((CT__ti_sysbios_knl_Event_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__diagsEnabled__C_offset)))
18203 #else
18204 #define Module__DGSENAB ti_sysbios_knl_Event_Module__diagsEnabled__C
18205 #endif
18206 
18207 #undef Module__DGSMASK
18208 #ifdef ti_sysbios_knl_Event_Module__diagsMask__CR
18209 #define Module__DGSMASK (*((CT__ti_sysbios_knl_Event_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__diagsMask__C_offset)))
18210 #else
18211 #define Module__DGSMASK ti_sysbios_knl_Event_Module__diagsMask__C
18212 #endif
18213 
18214 #undef Module__LOGDEF
18215 #ifdef ti_sysbios_knl_Event_Module__loggerDefined__CR
18216 #define Module__LOGDEF (*((CT__ti_sysbios_knl_Event_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__loggerDefined__C_offset)))
18217 #else
18218 #define Module__LOGDEF ti_sysbios_knl_Event_Module__loggerDefined__C
18219 #endif
18220 
18221 #undef Module__LOGOBJ
18222 #ifdef ti_sysbios_knl_Event_Module__loggerObj__CR
18223 #define Module__LOGOBJ ti_sysbios_knl_Event_Module__loggerObj__R
18224 #define Module__LOGOBJ (*((CT__ti_sysbios_knl_Event_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__loggerObj__C_offset)))
18225 #else
18226 #define Module__LOGOBJ ti_sysbios_knl_Event_Module__loggerObj__C
18227 #endif
18228 
18229 #undef Module__LOGFXN0
18230 #ifdef ti_sysbios_knl_Event_Module__loggerFxn0__CR
18231 #define Module__LOGFXN0 (*((CT__ti_sysbios_knl_Event_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__loggerFxn0__C_offset)))
18232 #else
18233 #define Module__LOGFXN0 ti_sysbios_knl_Event_Module__loggerFxn0__C
18234 #endif
18235 
18236 #undef Module__LOGFXN1
18237 #ifdef ti_sysbios_knl_Event_Module__loggerFxn1__CR
18238 #define Module__LOGFXN1 (*((CT__ti_sysbios_knl_Event_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__loggerFxn1__C_offset)))
18239 #else
18240 #define Module__LOGFXN1 ti_sysbios_knl_Event_Module__loggerFxn1__C
18241 #endif
18242 
18243 #undef Module__LOGFXN2
18244 #ifdef ti_sysbios_knl_Event_Module__loggerFxn2__CR
18245 #define Module__LOGFXN2 (*((CT__ti_sysbios_knl_Event_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__loggerFxn2__C_offset)))
18246 #else
18247 #define Module__LOGFXN2 ti_sysbios_knl_Event_Module__loggerFxn2__C
18248 #endif
18249 
18250 #undef Module__LOGFXN4
18251 #ifdef ti_sysbios_knl_Event_Module__loggerFxn4__CR
18252 #define Module__LOGFXN4 (*((CT__ti_sysbios_knl_Event_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__loggerFxn4__C_offset)))
18253 #else
18254 #define Module__LOGFXN4 ti_sysbios_knl_Event_Module__loggerFxn4__C
18255 #endif
18256 
18257 #undef Module__LOGFXN8
18258 #ifdef ti_sysbios_knl_Event_Module__loggerFxn8__CR
18259 #define Module__LOGFXN8 (*((CT__ti_sysbios_knl_Event_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__loggerFxn8__C_offset)))
18260 #else
18261 #define Module__LOGFXN8 ti_sysbios_knl_Event_Module__loggerFxn8__C
18262 #endif
18263 
18264 #undef Module__G_OBJ
18265 #ifdef ti_sysbios_knl_Event_Module__gateObj__CR
18266 #define Module__G_OBJ (*((CT__ti_sysbios_knl_Event_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__gateObj__C_offset)))
18267 #else
18268 #define Module__G_OBJ ti_sysbios_knl_Event_Module__gateObj__C
18269 #endif
18270 
18271 #undef Module__G_PRMS
18272 #ifdef ti_sysbios_knl_Event_Module__gatePrms__CR
18273 #define Module__G_PRMS (*((CT__ti_sysbios_knl_Event_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__gatePrms__C_offset)))
18274 #else
18275 #define Module__G_PRMS ti_sysbios_knl_Event_Module__gatePrms__C
18276 #endif
18277 
18278 #undef Module__GP_create
18279 #define Module__GP_create ti_sysbios_knl_Event_Module_GateProxy_create
18280 #undef Module__GP_delete
18281 #define Module__GP_delete ti_sysbios_knl_Event_Module_GateProxy_delete
18282 #undef Module__GP_enter
18283 #define Module__GP_enter ti_sysbios_knl_Event_Module_GateProxy_enter
18284 #undef Module__GP_leave
18285 #define Module__GP_leave ti_sysbios_knl_Event_Module_GateProxy_leave
18286 #undef Module__GP_query
18287 #define Module__GP_query ti_sysbios_knl_Event_Module_GateProxy_query
18288 
18289 /* Module__startupDone__S */
18291 {
18292  return 1;
18293 }
18294 
18295 /* Handle__label__S */
18296 xdc_runtime_Types_Label *ti_sysbios_knl_Event_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
18297 {
18298  lab->handle = obj;
18299  lab->modId = 32794;
18300  xdc_runtime_Core_assignLabel(lab, 0, 0);
18301 
18302  return lab;
18303 }
18304 
18305 /* Params__init__S */
18306 xdc_Void ti_sysbios_knl_Event_Params__init__S( xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz )
18307 {
18308  xdc_runtime_Core_assignParams__I(prms, (xdc_CPtr)(src ? src : &ti_sysbios_knl_Event_Object__PARAMS__C), psz, isz);
18309 }
18310 
18311 /* Object__get__S */
18312 xdc_Ptr ti_sysbios_knl_Event_Object__get__S(xdc_Ptr oa, xdc_Int i)
18313 {
18314  if (oa) {
18315  return ((ti_sysbios_knl_Event_Object__ *)oa) + i;
18316  }
18317 
18318  return NULL;
18319 }
18320 
18321 
18322 /* Object__first__S */
18324 {
18325  xdc_runtime_Types_InstHdr *iHdr = (xdc_runtime_Types_InstHdr *)ti_sysbios_knl_Event_Module__root__V.link.next;
18326 
18327  if (iHdr != (xdc_runtime_Types_InstHdr *)&ti_sysbios_knl_Event_Module__root__V.link) {
18328  return iHdr + 1;
18329  }
18330  else {
18331  return NULL;
18332  }
18333 }
18334 
18335 /* Object__next__S */
18337 {
18338  xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
18339 
18340  if (iHdr->link.next != (xdc_runtime_Types_Link *)&ti_sysbios_knl_Event_Module__root__V.link) {
18341  return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
18342  }
18343  else {
18344  return NULL;
18345  }
18346 }
18347 
18348 /* Object__create__S */
18350  xdc_CPtr __aa,
18351  const xdc_UChar *__paramsPtr,
18352  xdc_SizeT __psz,
18353  xdc_runtime_Error_Block *eb)
18354 {
18355  ti_sysbios_knl_Event_Params __prms;
18356  ti_sysbios_knl_Event_Object *__obj;
18357 
18358  /* common instance initialization */
18359  __obj = xdc_runtime_Core_createObject__I(&ti_sysbios_knl_Event_Object__DESC__C, NULL, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
18360  if (__obj == NULL) {
18361  return NULL;
18362  }
18363 
18364 
18365  /* module-specific initialization */
18366  ti_sysbios_knl_Event_Instance_init__E(__obj, &__prms);
18367  return __obj;
18368 }
18369 
18370 /* create */
18371 ti_sysbios_knl_Event_Handle ti_sysbios_knl_Event_create( const ti_sysbios_knl_Event_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
18372 {
18373  ti_sysbios_knl_Event_Params prms;
18374  ti_sysbios_knl_Event_Object *obj;
18375 
18376 
18377  /* common instance initialization */
18378  obj = xdc_runtime_Core_createObject__I(&ti_sysbios_knl_Event_Object__DESC__C, NULL, &prms, (xdc_CPtr)__paramsPtr, 0, eb);
18379  if (obj == NULL) {
18380  return NULL;
18381  }
18382 
18383  /* module-specific initialization */
18384  ti_sysbios_knl_Event_Instance_init__E(obj, &prms);
18385  return obj;
18386 }
18387 
18388 /* construct */
18389 void ti_sysbios_knl_Event_construct(ti_sysbios_knl_Event_Struct *__obj, const ti_sysbios_knl_Event_Params *__paramsPtr )
18390 {
18391  ti_sysbios_knl_Event_Params __prms;
18392 
18393  /* common instance initialization */
18394  xdc_runtime_Core_constructObject__I(&ti_sysbios_knl_Event_Object__DESC__C, __obj, &__prms, (xdc_CPtr)__paramsPtr, 0, NULL);
18395 
18396  /* module-specific initialization */
18397  ti_sysbios_knl_Event_Instance_init__E((xdc_Ptr)__obj, &__prms);
18398 }
18399 
18400 /* destruct */
18401 void ti_sysbios_knl_Event_destruct(ti_sysbios_knl_Event_Struct *obj)
18402 {
18403  xdc_runtime_Core_deleteObject__I(&ti_sysbios_knl_Event_Object__DESC__C, obj, NULL, -1, TRUE);
18404 }
18405 
18406 /* Object__delete__S */
18407 xdc_Void ti_sysbios_knl_Event_Object__delete__S( xdc_Ptr instp )
18408 {
18409  xdc_runtime_Core_deleteObject__I(&ti_sysbios_knl_Event_Object__DESC__C, *((ti_sysbios_knl_Event_Object**)instp), NULL, -1, FALSE);
18410  *((ti_sysbios_knl_Event_Handle*)instp) = NULL;
18411 }
18412 
18413 /* delete */
18414 void ti_sysbios_knl_Event_delete(ti_sysbios_knl_Event_Handle *instp)
18415 {
18417 }
18418 
18419 
18420 /*
18421  * ======== ti.sysbios.knl.Idle SYSTEM FUNCTIONS ========
18422  */
18423 
18424 /* Module__startupDone__S */
18426 {
18427  return 1;
18428 }
18429 
18430 
18431 
18432 /*
18433  * ======== ti.sysbios.knl.Intrinsics SYSTEM FUNCTIONS ========
18434  */
18435 
18436 /* Module__startupDone__S */
18438 {
18439  return 1;
18440 }
18441 
18442 
18443 
18444 /*
18445  * ======== ti.sysbios.knl.Intrinsics_SupportProxy SYSTEM FUNCTIONS ========
18446  */
18447 
18448 
18450 {
18451  return 0;
18452 }
18454 {
18455  return 0;
18456 }
18457 
18458 
18459 /*
18460  * ======== ti.sysbios.knl.Queue SYSTEM FUNCTIONS ========
18461  */
18462 
18463 /* per-module runtime symbols */
18464 #undef Module__MID
18465 #ifdef ti_sysbios_knl_Queue_Module__id__CR
18466 #define Module__MID (*((CT__ti_sysbios_knl_Queue_Module__id *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__id__C_offset)))
18467 #else
18468 #define Module__MID ti_sysbios_knl_Queue_Module__id__C
18469 #endif
18470 
18471 #undef Module__DGSINCL
18472 #ifdef ti_sysbios_knl_Queue_Module__diagsIncluded__CR
18473 #define Module__DGSINCL (*((CT__ti_sysbios_knl_Queue_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__diagsIncluded__C_offset)))
18474 #else
18475 #define Module__DGSINCL ti_sysbios_knl_Queue_Module__diagsIncluded__C
18476 #endif
18477 
18478 #undef Module__DGSENAB
18479 #ifdef ti_sysbios_knl_Queue_Module__diagsEnabled__CR
18480 #define Module__DGSENAB (*((CT__ti_sysbios_knl_Queue_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__diagsEnabled__C_offset)))
18481 #else
18482 #define Module__DGSENAB ti_sysbios_knl_Queue_Module__diagsEnabled__C
18483 #endif
18484 
18485 #undef Module__DGSMASK
18486 #ifdef ti_sysbios_knl_Queue_Module__diagsMask__CR
18487 #define Module__DGSMASK (*((CT__ti_sysbios_knl_Queue_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__diagsMask__C_offset)))
18488 #else
18489 #define Module__DGSMASK ti_sysbios_knl_Queue_Module__diagsMask__C
18490 #endif
18491 
18492 #undef Module__LOGDEF
18493 #ifdef ti_sysbios_knl_Queue_Module__loggerDefined__CR
18494 #define Module__LOGDEF (*((CT__ti_sysbios_knl_Queue_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__loggerDefined__C_offset)))
18495 #else
18496 #define Module__LOGDEF ti_sysbios_knl_Queue_Module__loggerDefined__C
18497 #endif
18498 
18499 #undef Module__LOGOBJ
18500 #ifdef ti_sysbios_knl_Queue_Module__loggerObj__CR
18501 #define Module__LOGOBJ ti_sysbios_knl_Queue_Module__loggerObj__R
18502 #define Module__LOGOBJ (*((CT__ti_sysbios_knl_Queue_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__loggerObj__C_offset)))
18503 #else
18504 #define Module__LOGOBJ ti_sysbios_knl_Queue_Module__loggerObj__C
18505 #endif
18506 
18507 #undef Module__LOGFXN0
18508 #ifdef ti_sysbios_knl_Queue_Module__loggerFxn0__CR
18509 #define Module__LOGFXN0 (*((CT__ti_sysbios_knl_Queue_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__loggerFxn0__C_offset)))
18510 #else
18511 #define Module__LOGFXN0 ti_sysbios_knl_Queue_Module__loggerFxn0__C
18512 #endif
18513 
18514 #undef Module__LOGFXN1
18515 #ifdef ti_sysbios_knl_Queue_Module__loggerFxn1__CR
18516 #define Module__LOGFXN1 (*((CT__ti_sysbios_knl_Queue_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__loggerFxn1__C_offset)))
18517 #else
18518 #define Module__LOGFXN1 ti_sysbios_knl_Queue_Module__loggerFxn1__C
18519 #endif
18520 
18521 #undef Module__LOGFXN2
18522 #ifdef ti_sysbios_knl_Queue_Module__loggerFxn2__CR
18523 #define Module__LOGFXN2 (*((CT__ti_sysbios_knl_Queue_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__loggerFxn2__C_offset)))
18524 #else
18525 #define Module__LOGFXN2 ti_sysbios_knl_Queue_Module__loggerFxn2__C
18526 #endif
18527 
18528 #undef Module__LOGFXN4
18529 #ifdef ti_sysbios_knl_Queue_Module__loggerFxn4__CR
18530 #define Module__LOGFXN4 (*((CT__ti_sysbios_knl_Queue_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__loggerFxn4__C_offset)))
18531 #else
18532 #define Module__LOGFXN4 ti_sysbios_knl_Queue_Module__loggerFxn4__C
18533 #endif
18534 
18535 #undef Module__LOGFXN8
18536 #ifdef ti_sysbios_knl_Queue_Module__loggerFxn8__CR
18537 #define Module__LOGFXN8 (*((CT__ti_sysbios_knl_Queue_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__loggerFxn8__C_offset)))
18538 #else
18539 #define Module__LOGFXN8 ti_sysbios_knl_Queue_Module__loggerFxn8__C
18540 #endif
18541 
18542 #undef Module__G_OBJ
18543 #ifdef ti_sysbios_knl_Queue_Module__gateObj__CR
18544 #define Module__G_OBJ (*((CT__ti_sysbios_knl_Queue_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__gateObj__C_offset)))
18545 #else
18546 #define Module__G_OBJ ti_sysbios_knl_Queue_Module__gateObj__C
18547 #endif
18548 
18549 #undef Module__G_PRMS
18550 #ifdef ti_sysbios_knl_Queue_Module__gatePrms__CR
18551 #define Module__G_PRMS (*((CT__ti_sysbios_knl_Queue_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__gatePrms__C_offset)))
18552 #else
18553 #define Module__G_PRMS ti_sysbios_knl_Queue_Module__gatePrms__C
18554 #endif
18555 
18556 #undef Module__GP_create
18557 #define Module__GP_create ti_sysbios_knl_Queue_Module_GateProxy_create
18558 #undef Module__GP_delete
18559 #define Module__GP_delete ti_sysbios_knl_Queue_Module_GateProxy_delete
18560 #undef Module__GP_enter
18561 #define Module__GP_enter ti_sysbios_knl_Queue_Module_GateProxy_enter
18562 #undef Module__GP_leave
18563 #define Module__GP_leave ti_sysbios_knl_Queue_Module_GateProxy_leave
18564 #undef Module__GP_query
18565 #define Module__GP_query ti_sysbios_knl_Queue_Module_GateProxy_query
18566 
18567 /* Module__startupDone__S */
18569 {
18570  return 1;
18571 }
18572 
18573 /* Handle__label__S */
18574 xdc_runtime_Types_Label *ti_sysbios_knl_Queue_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
18575 {
18576  lab->handle = obj;
18577  lab->modId = 32795;
18578  xdc_runtime_Core_assignLabel(lab, 0, 0);
18579 
18580  return lab;
18581 }
18582 
18583 /* Params__init__S */
18584 xdc_Void ti_sysbios_knl_Queue_Params__init__S( xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz )
18585 {
18586  xdc_runtime_Core_assignParams__I(prms, (xdc_CPtr)(src ? src : &ti_sysbios_knl_Queue_Object__PARAMS__C), psz, isz);
18587 }
18588 
18589 /* Object__get__S */
18590 xdc_Ptr ti_sysbios_knl_Queue_Object__get__S(xdc_Ptr oa, xdc_Int i)
18591 {
18592  if (oa) {
18593  return ((ti_sysbios_knl_Queue_Object__ *)oa) + i;
18594  }
18595 
18596  return NULL;
18597 }
18598 
18599 
18600 /* Object__first__S */
18602 {
18603  xdc_runtime_Types_InstHdr *iHdr = (xdc_runtime_Types_InstHdr *)ti_sysbios_knl_Queue_Module__root__V.link.next;
18604 
18605  if (iHdr != (xdc_runtime_Types_InstHdr *)&ti_sysbios_knl_Queue_Module__root__V.link) {
18606  return iHdr + 1;
18607  }
18608  else {
18609  return NULL;
18610  }
18611 }
18612 
18613 /* Object__next__S */
18615 {
18616  xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
18617 
18618  if (iHdr->link.next != (xdc_runtime_Types_Link *)&ti_sysbios_knl_Queue_Module__root__V.link) {
18619  return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
18620  }
18621  else {
18622  return NULL;
18623  }
18624 }
18625 
18626 /* Object__create__S */
18628  xdc_CPtr __aa,
18629  const xdc_UChar *__paramsPtr,
18630  xdc_SizeT __psz,
18631  xdc_runtime_Error_Block *eb)
18632 {
18633  ti_sysbios_knl_Queue_Params __prms;
18634  ti_sysbios_knl_Queue_Object *__obj;
18635 
18636  /* common instance initialization */
18637  __obj = xdc_runtime_Core_createObject__I(&ti_sysbios_knl_Queue_Object__DESC__C, NULL, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
18638  if (__obj == NULL) {
18639  return NULL;
18640  }
18641 
18642 
18643  /* module-specific initialization */
18644  ti_sysbios_knl_Queue_Instance_init__E(__obj, &__prms);
18645  return __obj;
18646 }
18647 
18648 /* create */
18649 ti_sysbios_knl_Queue_Handle ti_sysbios_knl_Queue_create( const ti_sysbios_knl_Queue_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
18650 {
18651  ti_sysbios_knl_Queue_Params prms;
18652  ti_sysbios_knl_Queue_Object *obj;
18653 
18654 
18655  /* common instance initialization */
18656  obj = xdc_runtime_Core_createObject__I(&ti_sysbios_knl_Queue_Object__DESC__C, NULL, &prms, (xdc_CPtr)__paramsPtr, 0, eb);
18657  if (obj == NULL) {
18658  return NULL;
18659  }
18660 
18661  /* module-specific initialization */
18662  ti_sysbios_knl_Queue_Instance_init__E(obj, &prms);
18663  return obj;
18664 }
18665 
18666 /* construct */
18667 void ti_sysbios_knl_Queue_construct(ti_sysbios_knl_Queue_Struct *__obj, const ti_sysbios_knl_Queue_Params *__paramsPtr )
18668 {
18669  ti_sysbios_knl_Queue_Params __prms;
18670 
18671  /* common instance initialization */
18672  xdc_runtime_Core_constructObject__I(&ti_sysbios_knl_Queue_Object__DESC__C, __obj, &__prms, (xdc_CPtr)__paramsPtr, 0, NULL);
18673 
18674  /* module-specific initialization */
18675  ti_sysbios_knl_Queue_Instance_init__E((xdc_Ptr)__obj, &__prms);
18676 }
18677 
18678 /* destruct */
18679 void ti_sysbios_knl_Queue_destruct(ti_sysbios_knl_Queue_Struct *obj)
18680 {
18681  xdc_runtime_Core_deleteObject__I(&ti_sysbios_knl_Queue_Object__DESC__C, obj, NULL, -1, TRUE);
18682 }
18683 
18684 /* Object__delete__S */
18685 xdc_Void ti_sysbios_knl_Queue_Object__delete__S( xdc_Ptr instp )
18686 {
18687  xdc_runtime_Core_deleteObject__I(&ti_sysbios_knl_Queue_Object__DESC__C, *((ti_sysbios_knl_Queue_Object**)instp), NULL, -1, FALSE);
18688  *((ti_sysbios_knl_Queue_Handle*)instp) = NULL;
18689 }
18690 
18691 /* delete */
18692 void ti_sysbios_knl_Queue_delete(ti_sysbios_knl_Queue_Handle *instp)
18693 {
18695 }
18696 
18697 
18698 /*
18699  * ======== ti.sysbios.knl.Semaphore SYSTEM FUNCTIONS ========
18700  */
18701 
18702 /* per-module runtime symbols */
18703 #undef Module__MID
18704 #ifdef ti_sysbios_knl_Semaphore_Module__id__CR
18705 #define Module__MID (*((CT__ti_sysbios_knl_Semaphore_Module__id *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__id__C_offset)))
18706 #else
18707 #define Module__MID ti_sysbios_knl_Semaphore_Module__id__C
18708 #endif
18709 
18710 #undef Module__DGSINCL
18711 #ifdef ti_sysbios_knl_Semaphore_Module__diagsIncluded__CR
18712 #define Module__DGSINCL (*((CT__ti_sysbios_knl_Semaphore_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__diagsIncluded__C_offset)))
18713 #else
18714 #define Module__DGSINCL ti_sysbios_knl_Semaphore_Module__diagsIncluded__C
18715 #endif
18716 
18717 #undef Module__DGSENAB
18718 #ifdef ti_sysbios_knl_Semaphore_Module__diagsEnabled__CR
18719 #define Module__DGSENAB (*((CT__ti_sysbios_knl_Semaphore_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__diagsEnabled__C_offset)))
18720 #else
18721 #define Module__DGSENAB ti_sysbios_knl_Semaphore_Module__diagsEnabled__C
18722 #endif
18723 
18724 #undef Module__DGSMASK
18725 #ifdef ti_sysbios_knl_Semaphore_Module__diagsMask__CR
18726 #define Module__DGSMASK (*((CT__ti_sysbios_knl_Semaphore_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__diagsMask__C_offset)))
18727 #else
18728 #define Module__DGSMASK ti_sysbios_knl_Semaphore_Module__diagsMask__C
18729 #endif
18730 
18731 #undef Module__LOGDEF
18732 #ifdef ti_sysbios_knl_Semaphore_Module__loggerDefined__CR
18733 #define Module__LOGDEF (*((CT__ti_sysbios_knl_Semaphore_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__loggerDefined__C_offset)))
18734 #else
18735 #define Module__LOGDEF ti_sysbios_knl_Semaphore_Module__loggerDefined__C
18736 #endif
18737 
18738 #undef Module__LOGOBJ
18739 #ifdef ti_sysbios_knl_Semaphore_Module__loggerObj__CR
18740 #define Module__LOGOBJ ti_sysbios_knl_Semaphore_Module__loggerObj__R
18741 #define Module__LOGOBJ (*((CT__ti_sysbios_knl_Semaphore_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__loggerObj__C_offset)))
18742 #else
18743 #define Module__LOGOBJ ti_sysbios_knl_Semaphore_Module__loggerObj__C
18744 #endif
18745 
18746 #undef Module__LOGFXN0
18747 #ifdef ti_sysbios_knl_Semaphore_Module__loggerFxn0__CR
18748 #define Module__LOGFXN0 (*((CT__ti_sysbios_knl_Semaphore_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__loggerFxn0__C_offset)))
18749 #else
18750 #define Module__LOGFXN0 ti_sysbios_knl_Semaphore_Module__loggerFxn0__C
18751 #endif
18752 
18753 #undef Module__LOGFXN1
18754 #ifdef ti_sysbios_knl_Semaphore_Module__loggerFxn1__CR
18755 #define Module__LOGFXN1 (*((CT__ti_sysbios_knl_Semaphore_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__loggerFxn1__C_offset)))
18756 #else
18757 #define Module__LOGFXN1 ti_sysbios_knl_Semaphore_Module__loggerFxn1__C
18758 #endif
18759 
18760 #undef Module__LOGFXN2
18761 #ifdef ti_sysbios_knl_Semaphore_Module__loggerFxn2__CR
18762 #define Module__LOGFXN2 (*((CT__ti_sysbios_knl_Semaphore_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__loggerFxn2__C_offset)))
18763 #else
18764 #define Module__LOGFXN2 ti_sysbios_knl_Semaphore_Module__loggerFxn2__C
18765 #endif
18766 
18767 #undef Module__LOGFXN4
18768 #ifdef ti_sysbios_knl_Semaphore_Module__loggerFxn4__CR
18769 #define Module__LOGFXN4 (*((CT__ti_sysbios_knl_Semaphore_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__loggerFxn4__C_offset)))
18770 #else
18771 #define Module__LOGFXN4 ti_sysbios_knl_Semaphore_Module__loggerFxn4__C
18772 #endif
18773 
18774 #undef Module__LOGFXN8
18775 #ifdef ti_sysbios_knl_Semaphore_Module__loggerFxn8__CR
18776 #define Module__LOGFXN8 (*((CT__ti_sysbios_knl_Semaphore_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__loggerFxn8__C_offset)))
18777 #else
18778 #define Module__LOGFXN8 ti_sysbios_knl_Semaphore_Module__loggerFxn8__C
18779 #endif
18780 
18781 #undef Module__G_OBJ
18782 #ifdef ti_sysbios_knl_Semaphore_Module__gateObj__CR
18783 #define Module__G_OBJ (*((CT__ti_sysbios_knl_Semaphore_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__gateObj__C_offset)))
18784 #else
18785 #define Module__G_OBJ ti_sysbios_knl_Semaphore_Module__gateObj__C
18786 #endif
18787 
18788 #undef Module__G_PRMS
18789 #ifdef ti_sysbios_knl_Semaphore_Module__gatePrms__CR
18790 #define Module__G_PRMS (*((CT__ti_sysbios_knl_Semaphore_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__gatePrms__C_offset)))
18791 #else
18792 #define Module__G_PRMS ti_sysbios_knl_Semaphore_Module__gatePrms__C
18793 #endif
18794 
18795 #undef Module__GP_create
18796 #define Module__GP_create ti_sysbios_knl_Semaphore_Module_GateProxy_create
18797 #undef Module__GP_delete
18798 #define Module__GP_delete ti_sysbios_knl_Semaphore_Module_GateProxy_delete
18799 #undef Module__GP_enter
18800 #define Module__GP_enter ti_sysbios_knl_Semaphore_Module_GateProxy_enter
18801 #undef Module__GP_leave
18802 #define Module__GP_leave ti_sysbios_knl_Semaphore_Module_GateProxy_leave
18803 #undef Module__GP_query
18804 #define Module__GP_query ti_sysbios_knl_Semaphore_Module_GateProxy_query
18805 
18806 /* Module__startupDone__S */
18808 {
18809  return 1;
18810 }
18811 
18812 /* Handle__label__S */
18813 xdc_runtime_Types_Label *ti_sysbios_knl_Semaphore_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
18814 {
18815  lab->handle = obj;
18816  lab->modId = 32796;
18817  xdc_runtime_Core_assignLabel(lab, 0, 0);
18818 
18819  return lab;
18820 }
18821 
18822 /* Params__init__S */
18823 xdc_Void ti_sysbios_knl_Semaphore_Params__init__S( xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz )
18824 {
18825  xdc_runtime_Core_assignParams__I(prms, (xdc_CPtr)(src ? src : &ti_sysbios_knl_Semaphore_Object__PARAMS__C), psz, isz);
18826 }
18827 
18828 /* Object__get__S */
18829 xdc_Ptr ti_sysbios_knl_Semaphore_Object__get__S(xdc_Ptr oa, xdc_Int i)
18830 {
18831  if (oa) {
18832  return ((ti_sysbios_knl_Semaphore_Object__ *)oa) + i;
18833  }
18834 
18835  return NULL;
18836 }
18837 
18838 
18839 /* Object__first__S */
18841 {
18842  xdc_runtime_Types_InstHdr *iHdr = (xdc_runtime_Types_InstHdr *)ti_sysbios_knl_Semaphore_Module__root__V.link.next;
18843 
18844  if (iHdr != (xdc_runtime_Types_InstHdr *)&ti_sysbios_knl_Semaphore_Module__root__V.link) {
18845  return iHdr + 1;
18846  }
18847  else {
18848  return NULL;
18849  }
18850 }
18851 
18852 /* Object__next__S */
18854 {
18855  xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
18856 
18857  if (iHdr->link.next != (xdc_runtime_Types_Link *)&ti_sysbios_knl_Semaphore_Module__root__V.link) {
18858  return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
18859  }
18860  else {
18861  return NULL;
18862  }
18863 }
18864 
18865 /* Object__create__S */
18867  xdc_CPtr __aa,
18868  const xdc_UChar *__paramsPtr,
18869  xdc_SizeT __psz,
18870  xdc_runtime_Error_Block *eb)
18871 {
18872  const ti_sysbios_knl_Semaphore_Args__create *__args = __aa;
18873  ti_sysbios_knl_Semaphore_Params __prms;
18874  ti_sysbios_knl_Semaphore_Object *__obj;
18875 
18876  /* common instance initialization */
18877  __obj = xdc_runtime_Core_createObject__I(&ti_sysbios_knl_Semaphore_Object__DESC__C, NULL, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
18878  if (__obj == NULL) {
18879  return NULL;
18880  }
18881 
18882 
18883  /* module-specific initialization */
18884  ti_sysbios_knl_Semaphore_Instance_init__E(__obj, __args->count, &__prms);
18885  return __obj;
18886 }
18887 
18888 /* create */
18889 ti_sysbios_knl_Semaphore_Handle ti_sysbios_knl_Semaphore_create( xdc_Int count, const ti_sysbios_knl_Semaphore_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
18890 {
18891  ti_sysbios_knl_Semaphore_Params prms;
18892  ti_sysbios_knl_Semaphore_Object *obj;
18893 
18894 
18895  /* common instance initialization */
18896  obj = xdc_runtime_Core_createObject__I(&ti_sysbios_knl_Semaphore_Object__DESC__C, NULL, &prms, (xdc_CPtr)__paramsPtr, 0, eb);
18897  if (obj == NULL) {
18898  return NULL;
18899  }
18900 
18901  /* module-specific initialization */
18902  ti_sysbios_knl_Semaphore_Instance_init__E(obj, count, &prms);
18903  return obj;
18904 }
18905 
18906 /* construct */
18907 void ti_sysbios_knl_Semaphore_construct(ti_sysbios_knl_Semaphore_Struct *__obj, xdc_Int count, const ti_sysbios_knl_Semaphore_Params *__paramsPtr )
18908 {
18909  ti_sysbios_knl_Semaphore_Params __prms;
18910 
18911  /* common instance initialization */
18912  xdc_runtime_Core_constructObject__I(&ti_sysbios_knl_Semaphore_Object__DESC__C, __obj, &__prms, (xdc_CPtr)__paramsPtr, 0, NULL);
18913 
18914  /* module-specific initialization */
18915  ti_sysbios_knl_Semaphore_Instance_init__E((xdc_Ptr)__obj, count, &__prms);
18916 }
18917 
18918 /* destruct */
18919 void ti_sysbios_knl_Semaphore_destruct(ti_sysbios_knl_Semaphore_Struct *obj)
18920 {
18921  xdc_runtime_Core_deleteObject__I(&ti_sysbios_knl_Semaphore_Object__DESC__C, obj, (xdc_Fxn)ti_sysbios_knl_Semaphore_Instance_finalize__E, -1, TRUE);
18922 }
18923 
18924 /* Object__delete__S */
18926 {
18927  xdc_runtime_Core_deleteObject__I(&ti_sysbios_knl_Semaphore_Object__DESC__C, *((ti_sysbios_knl_Semaphore_Object**)instp), (xdc_Fxn)ti_sysbios_knl_Semaphore_Instance_finalize__E, -1, FALSE);
18928  *((ti_sysbios_knl_Semaphore_Handle*)instp) = NULL;
18929 }
18930 
18931 /* delete */
18932 void ti_sysbios_knl_Semaphore_delete(ti_sysbios_knl_Semaphore_Handle *instp)
18933 {
18935 }
18936 
18937 
18938 /*
18939  * ======== ti.sysbios.knl.Swi SYSTEM FUNCTIONS ========
18940  */
18941 
18942 /* per-module runtime symbols */
18943 #undef Module__MID
18944 #ifdef ti_sysbios_knl_Swi_Module__id__CR
18945 #define Module__MID (*((CT__ti_sysbios_knl_Swi_Module__id *)(xdcRomConstPtr + ti_sysbios_knl_Swi_Module__id__C_offset)))
18946 #else
18947 #define Module__MID ti_sysbios_knl_Swi_Module__id__C
18948 #endif
18949 
18950 #undef Module__DGSINCL
18951 #ifdef ti_sysbios_knl_Swi_Module__diagsIncluded__CR
18952 #define Module__DGSINCL (*((CT__ti_sysbios_knl_Swi_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_knl_Swi_Module__diagsIncluded__C_offset)))
18953 #else
18954 #define Module__DGSINCL ti_sysbios_knl_Swi_Module__diagsIncluded__C
18955 #endif
18956 
18957 #undef Module__DGSENAB
18958 #ifdef ti_sysbios_knl_Swi_Module__diagsEnabled__CR
18959 #define Module__DGSENAB (*((CT__ti_sysbios_knl_Swi_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_knl_Swi_Module__diagsEnabled__C_offset)))
18960 #else
18961 #define Module__DGSENAB ti_sysbios_knl_Swi_Module__diagsEnabled__C
18962 #endif
18963 
18964 #undef Module__DGSMASK
18965 #ifdef ti_sysbios_knl_Swi_Module__diagsMask__CR
18966 #define Module__DGSMASK (*((CT__ti_sysbios_knl_Swi_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_knl_Swi_Module__diagsMask__C_offset)))
18967 #else
18968 #define Module__DGSMASK ti_sysbios_knl_Swi_Module__diagsMask__C
18969 #endif
18970 
18971 #undef Module__LOGDEF
18972 #ifdef ti_sysbios_knl_Swi_Module__loggerDefined__CR
18973 #define Module__LOGDEF (*((CT__ti_sysbios_knl_Swi_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_knl_Swi_Module__loggerDefined__C_offset)))
18974 #else
18975 #define Module__LOGDEF ti_sysbios_knl_Swi_Module__loggerDefined__C
18976 #endif
18977 
18978 #undef Module__LOGOBJ
18979 #ifdef ti_sysbios_knl_Swi_Module__loggerObj__CR
18980 #define Module__LOGOBJ ti_sysbios_knl_Swi_Module__loggerObj__R
18981 #define Module__LOGOBJ (*((CT__ti_sysbios_knl_Swi_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_knl_Swi_Module__loggerObj__C_offset)))
18982 #else
18983 #define Module__LOGOBJ ti_sysbios_knl_Swi_Module__loggerObj__C
18984 #endif
18985 
18986 #undef Module__LOGFXN0
18987 #ifdef ti_sysbios_knl_Swi_Module__loggerFxn0__CR
18988 #define Module__LOGFXN0 (*((CT__ti_sysbios_knl_Swi_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_knl_Swi_Module__loggerFxn0__C_offset)))
18989 #else
18990 #define Module__LOGFXN0 ti_sysbios_knl_Swi_Module__loggerFxn0__C
18991 #endif
18992 
18993 #undef Module__LOGFXN1
18994 #ifdef ti_sysbios_knl_Swi_Module__loggerFxn1__CR
18995 #define Module__LOGFXN1 (*((CT__ti_sysbios_knl_Swi_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_knl_Swi_Module__loggerFxn1__C_offset)))
18996 #else
18997 #define Module__LOGFXN1 ti_sysbios_knl_Swi_Module__loggerFxn1__C
18998 #endif
18999 
19000 #undef Module__LOGFXN2
19001 #ifdef ti_sysbios_knl_Swi_Module__loggerFxn2__CR
19002 #define Module__LOGFXN2 (*((CT__ti_sysbios_knl_Swi_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_knl_Swi_Module__loggerFxn2__C_offset)))
19003 #else
19004 #define Module__LOGFXN2 ti_sysbios_knl_Swi_Module__loggerFxn2__C
19005 #endif
19006 
19007 #undef Module__LOGFXN4
19008 #ifdef ti_sysbios_knl_Swi_Module__loggerFxn4__CR
19009 #define Module__LOGFXN4 (*((CT__ti_sysbios_knl_Swi_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_knl_Swi_Module__loggerFxn4__C_offset)))
19010 #else
19011 #define Module__LOGFXN4 ti_sysbios_knl_Swi_Module__loggerFxn4__C
19012 #endif
19013 
19014 #undef Module__LOGFXN8
19015 #ifdef ti_sysbios_knl_Swi_Module__loggerFxn8__CR
19016 #define Module__LOGFXN8 (*((CT__ti_sysbios_knl_Swi_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_knl_Swi_Module__loggerFxn8__C_offset)))
19017 #else
19018 #define Module__LOGFXN8 ti_sysbios_knl_Swi_Module__loggerFxn8__C
19019 #endif
19020 
19021 #undef Module__G_OBJ
19022 #ifdef ti_sysbios_knl_Swi_Module__gateObj__CR
19023 #define Module__G_OBJ (*((CT__ti_sysbios_knl_Swi_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_knl_Swi_Module__gateObj__C_offset)))
19024 #else
19025 #define Module__G_OBJ ti_sysbios_knl_Swi_Module__gateObj__C
19026 #endif
19027 
19028 #undef Module__G_PRMS
19029 #ifdef ti_sysbios_knl_Swi_Module__gatePrms__CR
19030 #define Module__G_PRMS (*((CT__ti_sysbios_knl_Swi_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_knl_Swi_Module__gatePrms__C_offset)))
19031 #else
19032 #define Module__G_PRMS ti_sysbios_knl_Swi_Module__gatePrms__C
19033 #endif
19034 
19035 #undef Module__GP_create
19036 #define Module__GP_create ti_sysbios_knl_Swi_Module_GateProxy_create
19037 #undef Module__GP_delete
19038 #define Module__GP_delete ti_sysbios_knl_Swi_Module_GateProxy_delete
19039 #undef Module__GP_enter
19040 #define Module__GP_enter ti_sysbios_knl_Swi_Module_GateProxy_enter
19041 #undef Module__GP_leave
19042 #define Module__GP_leave ti_sysbios_knl_Swi_Module_GateProxy_leave
19043 #undef Module__GP_query
19044 #define Module__GP_query ti_sysbios_knl_Swi_Module_GateProxy_query
19045 
19046 /* Module__startupDone__S */
19048 {
19050 }
19051 
19052 /* Handle__label__S */
19053 xdc_runtime_Types_Label *ti_sysbios_knl_Swi_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
19054 {
19055  lab->handle = obj;
19056  lab->modId = 32797;
19057  xdc_runtime_Core_assignLabel(lab, 0, 0);
19058 
19059  return lab;
19060 }
19061 
19062 /* Params__init__S */
19063 xdc_Void ti_sysbios_knl_Swi_Params__init__S( xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz )
19064 {
19065  xdc_runtime_Core_assignParams__I(prms, (xdc_CPtr)(src ? src : &ti_sysbios_knl_Swi_Object__PARAMS__C), psz, isz);
19066 }
19067 
19068 /* Object__get__S */
19069 xdc_Ptr ti_sysbios_knl_Swi_Object__get__S(xdc_Ptr oa, xdc_Int i)
19070 {
19071  if (oa) {
19072  return ((ti_sysbios_knl_Swi_Object__ *)oa) + i;
19073  }
19074 
19075  /* the bogus 'const' in the cast suppresses Klocwork MISRA complaints */
19077 }
19078 
19079 /* Object__first__S */
19081 {
19082  xdc_runtime_Types_InstHdr *iHdr = (xdc_runtime_Types_InstHdr *)ti_sysbios_knl_Swi_Module__root__V.link.next;
19083 
19084  if (iHdr != (xdc_runtime_Types_InstHdr *)&ti_sysbios_knl_Swi_Module__root__V.link) {
19085  return iHdr + 1;
19086  }
19087  else {
19088  return NULL;
19089  }
19090 }
19091 
19092 /* Object__next__S */
19094 {
19095  xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
19096 
19097  if (iHdr->link.next != (xdc_runtime_Types_Link *)&ti_sysbios_knl_Swi_Module__root__V.link) {
19098  return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
19099  }
19100  else {
19101  return NULL;
19102  }
19103 }
19104 
19105 /* Object__create__S */
19107  xdc_CPtr __aa,
19108  const xdc_UChar *__paramsPtr,
19109  xdc_SizeT __psz,
19110  xdc_runtime_Error_Block *eb)
19111 {
19112  const ti_sysbios_knl_Swi_Args__create *__args = __aa;
19113  ti_sysbios_knl_Swi_Params __prms;
19114  ti_sysbios_knl_Swi_Object *__obj;
19115  int iStat;
19116 
19117  /* common instance initialization */
19118  __obj = xdc_runtime_Core_createObject__I(&ti_sysbios_knl_Swi_Object__DESC__C, NULL, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
19119  if (__obj == NULL) {
19120  return NULL;
19121  }
19122 
19123 
19124  /* module-specific initialization */
19125  iStat = ti_sysbios_knl_Swi_Instance_init__E(__obj, __args->swiFxn, &__prms, eb);
19126  if (iStat) {
19127  xdc_runtime_Core_deleteObject__I(&ti_sysbios_knl_Swi_Object__DESC__C, __obj, (xdc_Fxn)ti_sysbios_knl_Swi_Instance_finalize__E, iStat, 0);
19128  return NULL;
19129  }
19130 
19131  return __obj;
19132 }
19133 
19134 /* create */
19135 ti_sysbios_knl_Swi_Handle ti_sysbios_knl_Swi_create( ti_sysbios_knl_Swi_FuncPtr swiFxn, const ti_sysbios_knl_Swi_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
19136 {
19137  ti_sysbios_knl_Swi_Params prms;
19138  ti_sysbios_knl_Swi_Object *obj;
19139 
19140  int iStat;
19141 
19142  /* common instance initialization */
19143  obj = xdc_runtime_Core_createObject__I(&ti_sysbios_knl_Swi_Object__DESC__C, NULL, &prms, (xdc_CPtr)__paramsPtr, 0, eb);
19144  if (obj == NULL) {
19145  return NULL;
19146  }
19147 
19148  /* module-specific initialization */
19149  iStat = ti_sysbios_knl_Swi_Instance_init__E(obj, swiFxn, &prms, eb);
19150  if (iStat) {
19151  xdc_runtime_Core_deleteObject__I(&ti_sysbios_knl_Swi_Object__DESC__C, obj, (xdc_Fxn)ti_sysbios_knl_Swi_Instance_finalize__E, iStat, 0);
19152  return NULL;
19153  }
19154 
19155  return obj;
19156 }
19157 
19158 /* construct */
19159 void ti_sysbios_knl_Swi_construct(ti_sysbios_knl_Swi_Struct *__obj, ti_sysbios_knl_Swi_FuncPtr swiFxn, const ti_sysbios_knl_Swi_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
19160 {
19161  ti_sysbios_knl_Swi_Params __prms;
19162  int iStat;
19163 
19164  /* common instance initialization */
19165  xdc_runtime_Core_constructObject__I(&ti_sysbios_knl_Swi_Object__DESC__C, __obj, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
19166 
19167  /* module-specific initialization */
19168  iStat = ti_sysbios_knl_Swi_Instance_init__E((xdc_Ptr)__obj, swiFxn, &__prms, eb);
19169  if (iStat) {
19170  xdc_runtime_Core_deleteObject__I(&ti_sysbios_knl_Swi_Object__DESC__C, __obj, (xdc_Fxn)ti_sysbios_knl_Swi_Instance_finalize__E, iStat, 1);
19171  }
19172 
19173 }
19174 
19175 /* destruct */
19176 void ti_sysbios_knl_Swi_destruct(ti_sysbios_knl_Swi_Struct *obj)
19177 {
19178  xdc_runtime_Core_deleteObject__I(&ti_sysbios_knl_Swi_Object__DESC__C, obj, (xdc_Fxn)ti_sysbios_knl_Swi_Instance_finalize__E, 0, TRUE);
19179 }
19180 
19181 /* Object__delete__S */
19182 xdc_Void ti_sysbios_knl_Swi_Object__delete__S( xdc_Ptr instp )
19183 {
19184  xdc_runtime_Core_deleteObject__I(&ti_sysbios_knl_Swi_Object__DESC__C, *((ti_sysbios_knl_Swi_Object**)instp), (xdc_Fxn)ti_sysbios_knl_Swi_Instance_finalize__E, 0, FALSE);
19185  *((ti_sysbios_knl_Swi_Handle*)instp) = NULL;
19186 }
19187 
19188 /* delete */
19189 void ti_sysbios_knl_Swi_delete(ti_sysbios_knl_Swi_Handle *instp)
19190 {
19192 }
19193 
19194 
19195 /*
19196  * ======== ti.sysbios.knl.Task SYSTEM FUNCTIONS ========
19197  */
19198 
19199 /* per-module runtime symbols */
19200 #undef Module__MID
19201 #ifdef ti_sysbios_knl_Task_Module__id__CR
19202 #define Module__MID (*((CT__ti_sysbios_knl_Task_Module__id *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__id__C_offset)))
19203 #else
19204 #define Module__MID ti_sysbios_knl_Task_Module__id__C
19205 #endif
19206 
19207 #undef Module__DGSINCL
19208 #ifdef ti_sysbios_knl_Task_Module__diagsIncluded__CR
19209 #define Module__DGSINCL (*((CT__ti_sysbios_knl_Task_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__diagsIncluded__C_offset)))
19210 #else
19211 #define Module__DGSINCL ti_sysbios_knl_Task_Module__diagsIncluded__C
19212 #endif
19213 
19214 #undef Module__DGSENAB
19215 #ifdef ti_sysbios_knl_Task_Module__diagsEnabled__CR
19216 #define Module__DGSENAB (*((CT__ti_sysbios_knl_Task_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__diagsEnabled__C_offset)))
19217 #else
19218 #define Module__DGSENAB ti_sysbios_knl_Task_Module__diagsEnabled__C
19219 #endif
19220 
19221 #undef Module__DGSMASK
19222 #ifdef ti_sysbios_knl_Task_Module__diagsMask__CR
19223 #define Module__DGSMASK (*((CT__ti_sysbios_knl_Task_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__diagsMask__C_offset)))
19224 #else
19225 #define Module__DGSMASK ti_sysbios_knl_Task_Module__diagsMask__C
19226 #endif
19227 
19228 #undef Module__LOGDEF
19229 #ifdef ti_sysbios_knl_Task_Module__loggerDefined__CR
19230 #define Module__LOGDEF (*((CT__ti_sysbios_knl_Task_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__loggerDefined__C_offset)))
19231 #else
19232 #define Module__LOGDEF ti_sysbios_knl_Task_Module__loggerDefined__C
19233 #endif
19234 
19235 #undef Module__LOGOBJ
19236 #ifdef ti_sysbios_knl_Task_Module__loggerObj__CR
19237 #define Module__LOGOBJ ti_sysbios_knl_Task_Module__loggerObj__R
19238 #define Module__LOGOBJ (*((CT__ti_sysbios_knl_Task_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__loggerObj__C_offset)))
19239 #else
19240 #define Module__LOGOBJ ti_sysbios_knl_Task_Module__loggerObj__C
19241 #endif
19242 
19243 #undef Module__LOGFXN0
19244 #ifdef ti_sysbios_knl_Task_Module__loggerFxn0__CR
19245 #define Module__LOGFXN0 (*((CT__ti_sysbios_knl_Task_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__loggerFxn0__C_offset)))
19246 #else
19247 #define Module__LOGFXN0 ti_sysbios_knl_Task_Module__loggerFxn0__C
19248 #endif
19249 
19250 #undef Module__LOGFXN1
19251 #ifdef ti_sysbios_knl_Task_Module__loggerFxn1__CR
19252 #define Module__LOGFXN1 (*((CT__ti_sysbios_knl_Task_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__loggerFxn1__C_offset)))
19253 #else
19254 #define Module__LOGFXN1 ti_sysbios_knl_Task_Module__loggerFxn1__C
19255 #endif
19256 
19257 #undef Module__LOGFXN2
19258 #ifdef ti_sysbios_knl_Task_Module__loggerFxn2__CR
19259 #define Module__LOGFXN2 (*((CT__ti_sysbios_knl_Task_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__loggerFxn2__C_offset)))
19260 #else
19261 #define Module__LOGFXN2 ti_sysbios_knl_Task_Module__loggerFxn2__C
19262 #endif
19263 
19264 #undef Module__LOGFXN4
19265 #ifdef ti_sysbios_knl_Task_Module__loggerFxn4__CR
19266 #define Module__LOGFXN4 (*((CT__ti_sysbios_knl_Task_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__loggerFxn4__C_offset)))
19267 #else
19268 #define Module__LOGFXN4 ti_sysbios_knl_Task_Module__loggerFxn4__C
19269 #endif
19270 
19271 #undef Module__LOGFXN8
19272 #ifdef ti_sysbios_knl_Task_Module__loggerFxn8__CR
19273 #define Module__LOGFXN8 (*((CT__ti_sysbios_knl_Task_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__loggerFxn8__C_offset)))
19274 #else
19275 #define Module__LOGFXN8 ti_sysbios_knl_Task_Module__loggerFxn8__C
19276 #endif
19277 
19278 #undef Module__G_OBJ
19279 #ifdef ti_sysbios_knl_Task_Module__gateObj__CR
19280 #define Module__G_OBJ (*((CT__ti_sysbios_knl_Task_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__gateObj__C_offset)))
19281 #else
19282 #define Module__G_OBJ ti_sysbios_knl_Task_Module__gateObj__C
19283 #endif
19284 
19285 #undef Module__G_PRMS
19286 #ifdef ti_sysbios_knl_Task_Module__gatePrms__CR
19287 #define Module__G_PRMS (*((CT__ti_sysbios_knl_Task_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__gatePrms__C_offset)))
19288 #else
19289 #define Module__G_PRMS ti_sysbios_knl_Task_Module__gatePrms__C
19290 #endif
19291 
19292 #undef Module__GP_create
19293 #define Module__GP_create ti_sysbios_knl_Task_Module_GateProxy_create
19294 #undef Module__GP_delete
19295 #define Module__GP_delete ti_sysbios_knl_Task_Module_GateProxy_delete
19296 #undef Module__GP_enter
19297 #define Module__GP_enter ti_sysbios_knl_Task_Module_GateProxy_enter
19298 #undef Module__GP_leave
19299 #define Module__GP_leave ti_sysbios_knl_Task_Module_GateProxy_leave
19300 #undef Module__GP_query
19301 #define Module__GP_query ti_sysbios_knl_Task_Module_GateProxy_query
19302 
19303 /* Module__startupDone__S */
19305 {
19307 }
19308 
19309 /* Handle__label__S */
19310 xdc_runtime_Types_Label *ti_sysbios_knl_Task_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
19311 {
19312  lab->handle = obj;
19313  lab->modId = 32798;
19314  xdc_runtime_Core_assignLabel(lab, 0, 0);
19315 
19316  return lab;
19317 }
19318 
19319 /* Params__init__S */
19320 xdc_Void ti_sysbios_knl_Task_Params__init__S( xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz )
19321 {
19322  xdc_runtime_Core_assignParams__I(prms, (xdc_CPtr)(src ? src : &ti_sysbios_knl_Task_Object__PARAMS__C), psz, isz);
19323 }
19324 
19325 /* Object__get__S */
19326 xdc_Ptr ti_sysbios_knl_Task_Object__get__S(xdc_Ptr oa, xdc_Int i)
19327 {
19328  if (oa) {
19329  return ((ti_sysbios_knl_Task_Object__ *)oa) + i;
19330  }
19331 
19332  /* the bogus 'const' in the cast suppresses Klocwork MISRA complaints */
19334 }
19335 
19336 /* Object__first__S */
19338 {
19339  xdc_runtime_Types_InstHdr *iHdr = (xdc_runtime_Types_InstHdr *)ti_sysbios_knl_Task_Module__root__V.link.next;
19340 
19341  if (iHdr != (xdc_runtime_Types_InstHdr *)&ti_sysbios_knl_Task_Module__root__V.link) {
19342  return iHdr + 1;
19343  }
19344  else {
19345  return NULL;
19346  }
19347 }
19348 
19349 /* Object__next__S */
19351 {
19352  xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
19353 
19354  if (iHdr->link.next != (xdc_runtime_Types_Link *)&ti_sysbios_knl_Task_Module__root__V.link) {
19355  return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
19356  }
19357  else {
19358  return NULL;
19359  }
19360 }
19361 
19362 /* Object__create__S */
19364  xdc_CPtr __aa,
19365  const xdc_UChar *__paramsPtr,
19366  xdc_SizeT __psz,
19367  xdc_runtime_Error_Block *eb)
19368 {
19369  const ti_sysbios_knl_Task_Args__create *__args = __aa;
19370  ti_sysbios_knl_Task_Params __prms;
19371  ti_sysbios_knl_Task_Object *__obj;
19372  int iStat;
19373 
19374  /* common instance initialization */
19375  __obj = xdc_runtime_Core_createObject__I(&ti_sysbios_knl_Task_Object__DESC__C, NULL, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
19376  if (__obj == NULL) {
19377  return NULL;
19378  }
19379 
19380 
19381  /* module-specific initialization */
19382  iStat = ti_sysbios_knl_Task_Instance_init__E(__obj, __args->fxn, &__prms, eb);
19383  if (iStat) {
19384  xdc_runtime_Core_deleteObject__I(&ti_sysbios_knl_Task_Object__DESC__C, __obj, (xdc_Fxn)ti_sysbios_knl_Task_Instance_finalize__E, iStat, 0);
19385  return NULL;
19386  }
19387 
19388  return __obj;
19389 }
19390 
19391 /* create */
19392 ti_sysbios_knl_Task_Handle ti_sysbios_knl_Task_create( ti_sysbios_knl_Task_FuncPtr fxn, const ti_sysbios_knl_Task_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
19393 {
19394  ti_sysbios_knl_Task_Params prms;
19395  ti_sysbios_knl_Task_Object *obj;
19396 
19397  int iStat;
19398 
19399  /* common instance initialization */
19400  obj = xdc_runtime_Core_createObject__I(&ti_sysbios_knl_Task_Object__DESC__C, NULL, &prms, (xdc_CPtr)__paramsPtr, 0, eb);
19401  if (obj == NULL) {
19402  return NULL;
19403  }
19404 
19405  /* module-specific initialization */
19406  iStat = ti_sysbios_knl_Task_Instance_init__E(obj, fxn, &prms, eb);
19407  if (iStat) {
19408  xdc_runtime_Core_deleteObject__I(&ti_sysbios_knl_Task_Object__DESC__C, obj, (xdc_Fxn)ti_sysbios_knl_Task_Instance_finalize__E, iStat, 0);
19409  return NULL;
19410  }
19411 
19412  return obj;
19413 }
19414 
19415 /* construct */
19416 void ti_sysbios_knl_Task_construct(ti_sysbios_knl_Task_Struct *__obj, ti_sysbios_knl_Task_FuncPtr fxn, const ti_sysbios_knl_Task_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
19417 {
19418  ti_sysbios_knl_Task_Params __prms;
19419  int iStat;
19420 
19421  /* common instance initialization */
19422  xdc_runtime_Core_constructObject__I(&ti_sysbios_knl_Task_Object__DESC__C, __obj, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
19423 
19424  /* module-specific initialization */
19425  iStat = ti_sysbios_knl_Task_Instance_init__E((xdc_Ptr)__obj, fxn, &__prms, eb);
19426  if (iStat) {
19427  xdc_runtime_Core_deleteObject__I(&ti_sysbios_knl_Task_Object__DESC__C, __obj, (xdc_Fxn)ti_sysbios_knl_Task_Instance_finalize__E, iStat, 1);
19428  }
19429 
19430 }
19431 
19432 /* destruct */
19433 void ti_sysbios_knl_Task_destruct(ti_sysbios_knl_Task_Struct *obj)
19434 {
19435  xdc_runtime_Core_deleteObject__I(&ti_sysbios_knl_Task_Object__DESC__C, obj, (xdc_Fxn)ti_sysbios_knl_Task_Instance_finalize__E, 0, TRUE);
19436 }
19437 
19438 /* Object__delete__S */
19439 xdc_Void ti_sysbios_knl_Task_Object__delete__S( xdc_Ptr instp )
19440 {
19441  xdc_runtime_Core_deleteObject__I(&ti_sysbios_knl_Task_Object__DESC__C, *((ti_sysbios_knl_Task_Object**)instp), (xdc_Fxn)ti_sysbios_knl_Task_Instance_finalize__E, 0, FALSE);
19442  *((ti_sysbios_knl_Task_Handle*)instp) = NULL;
19443 }
19444 
19445 /* delete */
19446 void ti_sysbios_knl_Task_delete(ti_sysbios_knl_Task_Handle *instp)
19447 {
19449 }
19450 
19451 
19452 /*
19453  * ======== ti.sysbios.knl.Task_SupportProxy SYSTEM FUNCTIONS ========
19454  */
19455 
19456 
19458 {
19459  return 0;
19460 }
19462 {
19463  return 0;
19464 }
19465 
19466 
19467 /*
19468  * ======== ti.sysbios.timers.rti.Timer SYSTEM FUNCTIONS ========
19469  */
19470 
19471 /* per-module runtime symbols */
19472 #undef Module__MID
19473 #ifdef ti_sysbios_timers_rti_Timer_Module__id__CR
19474 #define Module__MID (*((CT__ti_sysbios_timers_rti_Timer_Module__id *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__id__C_offset)))
19475 #else
19476 #define Module__MID ti_sysbios_timers_rti_Timer_Module__id__C
19477 #endif
19478 
19479 #undef Module__DGSINCL
19480 #ifdef ti_sysbios_timers_rti_Timer_Module__diagsIncluded__CR
19481 #define Module__DGSINCL (*((CT__ti_sysbios_timers_rti_Timer_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__diagsIncluded__C_offset)))
19482 #else
19483 #define Module__DGSINCL ti_sysbios_timers_rti_Timer_Module__diagsIncluded__C
19484 #endif
19485 
19486 #undef Module__DGSENAB
19487 #ifdef ti_sysbios_timers_rti_Timer_Module__diagsEnabled__CR
19488 #define Module__DGSENAB (*((CT__ti_sysbios_timers_rti_Timer_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__diagsEnabled__C_offset)))
19489 #else
19490 #define Module__DGSENAB ti_sysbios_timers_rti_Timer_Module__diagsEnabled__C
19491 #endif
19492 
19493 #undef Module__DGSMASK
19494 #ifdef ti_sysbios_timers_rti_Timer_Module__diagsMask__CR
19495 #define Module__DGSMASK (*((CT__ti_sysbios_timers_rti_Timer_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__diagsMask__C_offset)))
19496 #else
19497 #define Module__DGSMASK ti_sysbios_timers_rti_Timer_Module__diagsMask__C
19498 #endif
19499 
19500 #undef Module__LOGDEF
19501 #ifdef ti_sysbios_timers_rti_Timer_Module__loggerDefined__CR
19502 #define Module__LOGDEF (*((CT__ti_sysbios_timers_rti_Timer_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__loggerDefined__C_offset)))
19503 #else
19504 #define Module__LOGDEF ti_sysbios_timers_rti_Timer_Module__loggerDefined__C
19505 #endif
19506 
19507 #undef Module__LOGOBJ
19508 #ifdef ti_sysbios_timers_rti_Timer_Module__loggerObj__CR
19509 #define Module__LOGOBJ ti_sysbios_timers_rti_Timer_Module__loggerObj__R
19510 #define Module__LOGOBJ (*((CT__ti_sysbios_timers_rti_Timer_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__loggerObj__C_offset)))
19511 #else
19512 #define Module__LOGOBJ ti_sysbios_timers_rti_Timer_Module__loggerObj__C
19513 #endif
19514 
19515 #undef Module__LOGFXN0
19516 #ifdef ti_sysbios_timers_rti_Timer_Module__loggerFxn0__CR
19517 #define Module__LOGFXN0 (*((CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__loggerFxn0__C_offset)))
19518 #else
19519 #define Module__LOGFXN0 ti_sysbios_timers_rti_Timer_Module__loggerFxn0__C
19520 #endif
19521 
19522 #undef Module__LOGFXN1
19523 #ifdef ti_sysbios_timers_rti_Timer_Module__loggerFxn1__CR
19524 #define Module__LOGFXN1 (*((CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__loggerFxn1__C_offset)))
19525 #else
19526 #define Module__LOGFXN1 ti_sysbios_timers_rti_Timer_Module__loggerFxn1__C
19527 #endif
19528 
19529 #undef Module__LOGFXN2
19530 #ifdef ti_sysbios_timers_rti_Timer_Module__loggerFxn2__CR
19531 #define Module__LOGFXN2 (*((CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__loggerFxn2__C_offset)))
19532 #else
19533 #define Module__LOGFXN2 ti_sysbios_timers_rti_Timer_Module__loggerFxn2__C
19534 #endif
19535 
19536 #undef Module__LOGFXN4
19537 #ifdef ti_sysbios_timers_rti_Timer_Module__loggerFxn4__CR
19538 #define Module__LOGFXN4 (*((CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__loggerFxn4__C_offset)))
19539 #else
19540 #define Module__LOGFXN4 ti_sysbios_timers_rti_Timer_Module__loggerFxn4__C
19541 #endif
19542 
19543 #undef Module__LOGFXN8
19544 #ifdef ti_sysbios_timers_rti_Timer_Module__loggerFxn8__CR
19545 #define Module__LOGFXN8 (*((CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__loggerFxn8__C_offset)))
19546 #else
19547 #define Module__LOGFXN8 ti_sysbios_timers_rti_Timer_Module__loggerFxn8__C
19548 #endif
19549 
19550 #undef Module__G_OBJ
19551 #ifdef ti_sysbios_timers_rti_Timer_Module__gateObj__CR
19552 #define Module__G_OBJ (*((CT__ti_sysbios_timers_rti_Timer_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__gateObj__C_offset)))
19553 #else
19554 #define Module__G_OBJ ti_sysbios_timers_rti_Timer_Module__gateObj__C
19555 #endif
19556 
19557 #undef Module__G_PRMS
19558 #ifdef ti_sysbios_timers_rti_Timer_Module__gatePrms__CR
19559 #define Module__G_PRMS (*((CT__ti_sysbios_timers_rti_Timer_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__gatePrms__C_offset)))
19560 #else
19561 #define Module__G_PRMS ti_sysbios_timers_rti_Timer_Module__gatePrms__C
19562 #endif
19563 
19564 #undef Module__GP_create
19565 #define Module__GP_create ti_sysbios_timers_rti_Timer_Module_GateProxy_create
19566 #undef Module__GP_delete
19567 #define Module__GP_delete ti_sysbios_timers_rti_Timer_Module_GateProxy_delete
19568 #undef Module__GP_enter
19569 #define Module__GP_enter ti_sysbios_timers_rti_Timer_Module_GateProxy_enter
19570 #undef Module__GP_leave
19571 #define Module__GP_leave ti_sysbios_timers_rti_Timer_Module_GateProxy_leave
19572 #undef Module__GP_query
19573 #define Module__GP_query ti_sysbios_timers_rti_Timer_Module_GateProxy_query
19574 
19575 /* Module__startupDone__S */
19577 {
19579 }
19580 
19581 /* Handle__label__S */
19582 xdc_runtime_Types_Label *ti_sysbios_timers_rti_Timer_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
19583 {
19584  lab->handle = obj;
19585  lab->modId = 32819;
19586  xdc_runtime_Core_assignLabel(lab, 0, 0);
19587 
19588  return lab;
19589 }
19590 
19591 /* Params__init__S */
19592 xdc_Void ti_sysbios_timers_rti_Timer_Params__init__S( xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz )
19593 {
19594  xdc_runtime_Core_assignParams__I(prms, (xdc_CPtr)(src ? src : &ti_sysbios_timers_rti_Timer_Object__PARAMS__C), psz, isz);
19595 }
19596 
19597 /* Object__get__S */
19598 xdc_Ptr ti_sysbios_timers_rti_Timer_Object__get__S(xdc_Ptr oa, xdc_Int i)
19599 {
19600  if (oa) {
19601  return ((ti_sysbios_timers_rti_Timer_Object__ *)oa) + i;
19602  }
19603 
19604  /* the bogus 'const' in the cast suppresses Klocwork MISRA complaints */
19606 }
19607 
19608 /* Object__first__S */
19610 {
19611  xdc_runtime_Types_InstHdr *iHdr = (xdc_runtime_Types_InstHdr *)ti_sysbios_timers_rti_Timer_Module__root__V.link.next;
19612 
19613  if (iHdr != (xdc_runtime_Types_InstHdr *)&ti_sysbios_timers_rti_Timer_Module__root__V.link) {
19614  return iHdr + 1;
19615  }
19616  else {
19617  return NULL;
19618  }
19619 }
19620 
19621 /* Object__next__S */
19623 {
19624  xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
19625 
19626  if (iHdr->link.next != (xdc_runtime_Types_Link *)&ti_sysbios_timers_rti_Timer_Module__root__V.link) {
19627  return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
19628  }
19629  else {
19630  return NULL;
19631  }
19632 }
19633 
19634 /* Object__create__S */
19636  xdc_CPtr __aa,
19637  const xdc_UChar *__paramsPtr,
19638  xdc_SizeT __psz,
19639  xdc_runtime_Error_Block *eb)
19640 {
19641  const ti_sysbios_timers_rti_Timer_Args__create *__args = __aa;
19642  ti_sysbios_timers_rti_Timer_Params __prms;
19643  ti_sysbios_timers_rti_Timer_Object *__obj;
19644  int iStat;
19645 
19646  /* common instance initialization */
19647  __obj = xdc_runtime_Core_createObject__I(&ti_sysbios_timers_rti_Timer_Object__DESC__C, NULL, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
19648  if (__obj == NULL) {
19649  return NULL;
19650  }
19651 
19652 
19653  /* module-specific initialization */
19654  iStat = ti_sysbios_timers_rti_Timer_Instance_init__E(__obj, __args->id, __args->tickFxn, &__prms, eb);
19655  if (iStat) {
19656  xdc_runtime_Core_deleteObject__I(&ti_sysbios_timers_rti_Timer_Object__DESC__C, __obj, (xdc_Fxn)ti_sysbios_timers_rti_Timer_Instance_finalize__E, iStat, 0);
19657  return NULL;
19658  }
19659 
19660  return __obj;
19661 }
19662 
19663 /* create */
19664 ti_sysbios_timers_rti_Timer_Handle ti_sysbios_timers_rti_Timer_create( xdc_Int id, ti_sysbios_interfaces_ITimer_FuncPtr tickFxn, const ti_sysbios_timers_rti_Timer_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
19665 {
19666  ti_sysbios_timers_rti_Timer_Params prms;
19667  ti_sysbios_timers_rti_Timer_Object *obj;
19668 
19669  int iStat;
19670 
19671  /* common instance initialization */
19672  obj = xdc_runtime_Core_createObject__I(&ti_sysbios_timers_rti_Timer_Object__DESC__C, NULL, &prms, (xdc_CPtr)__paramsPtr, 0, eb);
19673  if (obj == NULL) {
19674  return NULL;
19675  }
19676 
19677  /* module-specific initialization */
19678  iStat = ti_sysbios_timers_rti_Timer_Instance_init__E(obj, id, tickFxn, &prms, eb);
19679  if (iStat) {
19680  xdc_runtime_Core_deleteObject__I(&ti_sysbios_timers_rti_Timer_Object__DESC__C, obj, (xdc_Fxn)ti_sysbios_timers_rti_Timer_Instance_finalize__E, iStat, 0);
19681  return NULL;
19682  }
19683 
19684  return obj;
19685 }
19686 
19687 /* construct */
19688 void ti_sysbios_timers_rti_Timer_construct(ti_sysbios_timers_rti_Timer_Struct *__obj, xdc_Int id, ti_sysbios_interfaces_ITimer_FuncPtr tickFxn, const ti_sysbios_timers_rti_Timer_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
19689 {
19690  ti_sysbios_timers_rti_Timer_Params __prms;
19691  int iStat;
19692 
19693  /* common instance initialization */
19694  xdc_runtime_Core_constructObject__I(&ti_sysbios_timers_rti_Timer_Object__DESC__C, __obj, &__prms, (xdc_CPtr)__paramsPtr, 0, eb);
19695 
19696  /* module-specific initialization */
19697  iStat = ti_sysbios_timers_rti_Timer_Instance_init__E((xdc_Ptr)__obj, id, tickFxn, &__prms, eb);
19698  if (iStat) {
19699  xdc_runtime_Core_deleteObject__I(&ti_sysbios_timers_rti_Timer_Object__DESC__C, __obj, (xdc_Fxn)ti_sysbios_timers_rti_Timer_Instance_finalize__E, iStat, 1);
19700  }
19701 
19702 }
19703 
19704 /* destruct */
19705 void ti_sysbios_timers_rti_Timer_destruct(ti_sysbios_timers_rti_Timer_Struct *obj)
19706 {
19707  xdc_runtime_Core_deleteObject__I(&ti_sysbios_timers_rti_Timer_Object__DESC__C, obj, (xdc_Fxn)ti_sysbios_timers_rti_Timer_Instance_finalize__E, 0, TRUE);
19708 }
19709 
19710 /* Object__delete__S */
19712 {
19713  xdc_runtime_Core_deleteObject__I(&ti_sysbios_timers_rti_Timer_Object__DESC__C, *((ti_sysbios_timers_rti_Timer_Object**)instp), (xdc_Fxn)ti_sysbios_timers_rti_Timer_Instance_finalize__E, 0, FALSE);
19714  *((ti_sysbios_timers_rti_Timer_Handle*)instp) = NULL;
19715 }
19716 
19717 /* delete */
19718 void ti_sysbios_timers_rti_Timer_delete(ti_sysbios_timers_rti_Timer_Handle *instp)
19719 {
19721 }
19722 
19723 
19724 /*
19725  * ======== xdc.runtime.Assert SYSTEM FUNCTIONS ========
19726  */
19727 
19728 /* Module__startupDone__S */
19730 {
19731  return 1;
19732 }
19733 
19734 
19735 
19736 /*
19737  * ======== xdc.runtime.Core SYSTEM FUNCTIONS ========
19738  */
19739 
19740 /* Module__startupDone__S */
19742 {
19743  return 1;
19744 }
19745 
19746 
19747 
19748 /*
19749  * ======== xdc.runtime.Defaults SYSTEM FUNCTIONS ========
19750  */
19751 
19752 /* Module__startupDone__S */
19754 {
19755  return 1;
19756 }
19757 
19758 
19759 
19760 /*
19761  * ======== xdc.runtime.Diags SYSTEM FUNCTIONS ========
19762  */
19763 
19764 /* Module__startupDone__S */
19766 {
19767  return 1;
19768 }
19769 
19770 
19771 
19772 /*
19773  * ======== xdc.runtime.Error SYSTEM FUNCTIONS ========
19774  */
19775 
19776 /* Module__startupDone__S */
19778 {
19779  return 1;
19780 }
19781 
19782 
19783 
19784 /*
19785  * ======== xdc.runtime.Gate SYSTEM FUNCTIONS ========
19786  */
19787 
19788 /* Module__startupDone__S */
19790 {
19791  return 1;
19792 }
19793 
19794 
19795 
19796 /*
19797  * ======== xdc.runtime.Log SYSTEM FUNCTIONS ========
19798  */
19799 
19800 /* Module__startupDone__S */
19802 {
19803  return 1;
19804 }
19805 
19806 
19807 
19808 /*
19809  * ======== xdc.runtime.Main SYSTEM FUNCTIONS ========
19810  */
19811 
19812 /* Module__startupDone__S */
19814 {
19815  return 1;
19816 }
19817 
19818 
19819 
19820 /*
19821  * ======== xdc.runtime.Main_Module_GateProxy SYSTEM FUNCTIONS ========
19822  */
19823 
19824 /* per-module runtime symbols */
19825 #undef Module__MID
19826 #ifdef xdc_runtime_Main_Module_GateProxy_Module__id__CR
19827 #define Module__MID (*((CT__xdc_runtime_Main_Module_GateProxy_Module__id *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__id__C_offset)))
19828 #else
19829 #define Module__MID xdc_runtime_Main_Module_GateProxy_Module__id__C
19830 #endif
19831 
19832 #undef Module__DGSINCL
19833 #ifdef xdc_runtime_Main_Module_GateProxy_Module__diagsIncluded__CR
19834 #define Module__DGSINCL (*((CT__xdc_runtime_Main_Module_GateProxy_Module__diagsIncluded *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__diagsIncluded__C_offset)))
19835 #else
19836 #define Module__DGSINCL xdc_runtime_Main_Module_GateProxy_Module__diagsIncluded__C
19837 #endif
19838 
19839 #undef Module__DGSENAB
19840 #ifdef xdc_runtime_Main_Module_GateProxy_Module__diagsEnabled__CR
19841 #define Module__DGSENAB (*((CT__xdc_runtime_Main_Module_GateProxy_Module__diagsEnabled *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__diagsEnabled__C_offset)))
19842 #else
19843 #define Module__DGSENAB xdc_runtime_Main_Module_GateProxy_Module__diagsEnabled__C
19844 #endif
19845 
19846 #undef Module__DGSMASK
19847 #ifdef xdc_runtime_Main_Module_GateProxy_Module__diagsMask__CR
19848 #define Module__DGSMASK (*((CT__xdc_runtime_Main_Module_GateProxy_Module__diagsMask *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__diagsMask__C_offset)))
19849 #else
19850 #define Module__DGSMASK xdc_runtime_Main_Module_GateProxy_Module__diagsMask__C
19851 #endif
19852 
19853 #undef Module__LOGDEF
19854 #ifdef xdc_runtime_Main_Module_GateProxy_Module__loggerDefined__CR
19855 #define Module__LOGDEF (*((CT__xdc_runtime_Main_Module_GateProxy_Module__loggerDefined *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__loggerDefined__C_offset)))
19856 #else
19857 #define Module__LOGDEF xdc_runtime_Main_Module_GateProxy_Module__loggerDefined__C
19858 #endif
19859 
19860 #undef Module__LOGOBJ
19861 #ifdef xdc_runtime_Main_Module_GateProxy_Module__loggerObj__CR
19862 #define Module__LOGOBJ xdc_runtime_Main_Module_GateProxy_Module__loggerObj__R
19863 #define Module__LOGOBJ (*((CT__xdc_runtime_Main_Module_GateProxy_Module__loggerObj *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__loggerObj__C_offset)))
19864 #else
19865 #define Module__LOGOBJ xdc_runtime_Main_Module_GateProxy_Module__loggerObj__C
19866 #endif
19867 
19868 #undef Module__LOGFXN0
19869 #ifdef xdc_runtime_Main_Module_GateProxy_Module__loggerFxn0__CR
19870 #define Module__LOGFXN0 (*((CT__xdc_runtime_Main_Module_GateProxy_Module__loggerFxn0 *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__loggerFxn0__C_offset)))
19871 #else
19872 #define Module__LOGFXN0 xdc_runtime_Main_Module_GateProxy_Module__loggerFxn0__C
19873 #endif
19874 
19875 #undef Module__LOGFXN1
19876 #ifdef xdc_runtime_Main_Module_GateProxy_Module__loggerFxn1__CR
19877 #define Module__LOGFXN1 (*((CT__xdc_runtime_Main_Module_GateProxy_Module__loggerFxn1 *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__loggerFxn1__C_offset)))
19878 #else
19879 #define Module__LOGFXN1 xdc_runtime_Main_Module_GateProxy_Module__loggerFxn1__C
19880 #endif
19881 
19882 #undef Module__LOGFXN2
19883 #ifdef xdc_runtime_Main_Module_GateProxy_Module__loggerFxn2__CR
19884 #define Module__LOGFXN2 (*((CT__xdc_runtime_Main_Module_GateProxy_Module__loggerFxn2 *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__loggerFxn2__C_offset)))
19885 #else
19886 #define Module__LOGFXN2 xdc_runtime_Main_Module_GateProxy_Module__loggerFxn2__C
19887 #endif
19888 
19889 #undef Module__LOGFXN4
19890 #ifdef xdc_runtime_Main_Module_GateProxy_Module__loggerFxn4__CR
19891 #define Module__LOGFXN4 (*((CT__xdc_runtime_Main_Module_GateProxy_Module__loggerFxn4 *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__loggerFxn4__C_offset)))
19892 #else
19893 #define Module__LOGFXN4 xdc_runtime_Main_Module_GateProxy_Module__loggerFxn4__C
19894 #endif
19895 
19896 #undef Module__LOGFXN8
19897 #ifdef xdc_runtime_Main_Module_GateProxy_Module__loggerFxn8__CR
19898 #define Module__LOGFXN8 (*((CT__xdc_runtime_Main_Module_GateProxy_Module__loggerFxn8 *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__loggerFxn8__C_offset)))
19899 #else
19900 #define Module__LOGFXN8 xdc_runtime_Main_Module_GateProxy_Module__loggerFxn8__C
19901 #endif
19902 
19903 #undef Module__G_OBJ
19904 #ifdef xdc_runtime_Main_Module_GateProxy_Module__gateObj__CR
19905 #define Module__G_OBJ (*((CT__xdc_runtime_Main_Module_GateProxy_Module__gateObj *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__gateObj__C_offset)))
19906 #else
19907 #define Module__G_OBJ xdc_runtime_Main_Module_GateProxy_Module__gateObj__C
19908 #endif
19909 
19910 #undef Module__G_PRMS
19911 #ifdef xdc_runtime_Main_Module_GateProxy_Module__gatePrms__CR
19912 #define Module__G_PRMS (*((CT__xdc_runtime_Main_Module_GateProxy_Module__gatePrms *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__gatePrms__C_offset)))
19913 #else
19914 #define Module__G_PRMS xdc_runtime_Main_Module_GateProxy_Module__gatePrms__C
19915 #endif
19916 
19917 #undef Module__GP_create
19918 #define Module__GP_create xdc_runtime_Main_Module_GateProxy_Module_GateProxy_create
19919 #undef Module__GP_delete
19920 #define Module__GP_delete xdc_runtime_Main_Module_GateProxy_Module_GateProxy_delete
19921 #undef Module__GP_enter
19922 #define Module__GP_enter xdc_runtime_Main_Module_GateProxy_Module_GateProxy_enter
19923 #undef Module__GP_leave
19924 #define Module__GP_leave xdc_runtime_Main_Module_GateProxy_Module_GateProxy_leave
19925 #undef Module__GP_query
19926 #define Module__GP_query xdc_runtime_Main_Module_GateProxy_Module_GateProxy_query
19927 
19929 {
19930  return 0;
19931 }
19933 {
19934  return (const void *)&ti_sysbios_gates_GateHwi_Module__FXNS__C;
19935 }
19936 
19937 
19938 
19939 /*
19940  * ======== xdc.runtime.Memory SYSTEM FUNCTIONS ========
19941  */
19942 
19943 /* Module__startupDone__S */
19945 {
19946  return 1;
19947 }
19948 
19949 
19950 
19951 /*
19952  * ======== xdc.runtime.Memory_HeapProxy SYSTEM FUNCTIONS ========
19953  */
19954 
19955 /* per-module runtime symbols */
19956 #undef Module__MID
19957 #ifdef xdc_runtime_Memory_HeapProxy_Module__id__CR
19958 #define Module__MID (*((CT__xdc_runtime_Memory_HeapProxy_Module__id *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__id__C_offset)))
19959 #else
19960 #define Module__MID xdc_runtime_Memory_HeapProxy_Module__id__C
19961 #endif
19962 
19963 #undef Module__DGSINCL
19964 #ifdef xdc_runtime_Memory_HeapProxy_Module__diagsIncluded__CR
19965 #define Module__DGSINCL (*((CT__xdc_runtime_Memory_HeapProxy_Module__diagsIncluded *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__diagsIncluded__C_offset)))
19966 #else
19967 #define Module__DGSINCL xdc_runtime_Memory_HeapProxy_Module__diagsIncluded__C
19968 #endif
19969 
19970 #undef Module__DGSENAB
19971 #ifdef xdc_runtime_Memory_HeapProxy_Module__diagsEnabled__CR
19972 #define Module__DGSENAB (*((CT__xdc_runtime_Memory_HeapProxy_Module__diagsEnabled *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__diagsEnabled__C_offset)))
19973 #else
19974 #define Module__DGSENAB xdc_runtime_Memory_HeapProxy_Module__diagsEnabled__C
19975 #endif
19976 
19977 #undef Module__DGSMASK
19978 #ifdef xdc_runtime_Memory_HeapProxy_Module__diagsMask__CR
19979 #define Module__DGSMASK (*((CT__xdc_runtime_Memory_HeapProxy_Module__diagsMask *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__diagsMask__C_offset)))
19980 #else
19981 #define Module__DGSMASK xdc_runtime_Memory_HeapProxy_Module__diagsMask__C
19982 #endif
19983 
19984 #undef Module__LOGDEF
19985 #ifdef xdc_runtime_Memory_HeapProxy_Module__loggerDefined__CR
19986 #define Module__LOGDEF (*((CT__xdc_runtime_Memory_HeapProxy_Module__loggerDefined *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__loggerDefined__C_offset)))
19987 #else
19988 #define Module__LOGDEF xdc_runtime_Memory_HeapProxy_Module__loggerDefined__C
19989 #endif
19990 
19991 #undef Module__LOGOBJ
19992 #ifdef xdc_runtime_Memory_HeapProxy_Module__loggerObj__CR
19993 #define Module__LOGOBJ xdc_runtime_Memory_HeapProxy_Module__loggerObj__R
19994 #define Module__LOGOBJ (*((CT__xdc_runtime_Memory_HeapProxy_Module__loggerObj *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__loggerObj__C_offset)))
19995 #else
19996 #define Module__LOGOBJ xdc_runtime_Memory_HeapProxy_Module__loggerObj__C
19997 #endif
19998 
19999 #undef Module__LOGFXN0
20000 #ifdef xdc_runtime_Memory_HeapProxy_Module__loggerFxn0__CR
20001 #define Module__LOGFXN0 (*((CT__xdc_runtime_Memory_HeapProxy_Module__loggerFxn0 *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__loggerFxn0__C_offset)))
20002 #else
20003 #define Module__LOGFXN0 xdc_runtime_Memory_HeapProxy_Module__loggerFxn0__C
20004 #endif
20005 
20006 #undef Module__LOGFXN1
20007 #ifdef xdc_runtime_Memory_HeapProxy_Module__loggerFxn1__CR
20008 #define Module__LOGFXN1 (*((CT__xdc_runtime_Memory_HeapProxy_Module__loggerFxn1 *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__loggerFxn1__C_offset)))
20009 #else
20010 #define Module__LOGFXN1 xdc_runtime_Memory_HeapProxy_Module__loggerFxn1__C
20011 #endif
20012 
20013 #undef Module__LOGFXN2
20014 #ifdef xdc_runtime_Memory_HeapProxy_Module__loggerFxn2__CR
20015 #define Module__LOGFXN2 (*((CT__xdc_runtime_Memory_HeapProxy_Module__loggerFxn2 *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__loggerFxn2__C_offset)))
20016 #else
20017 #define Module__LOGFXN2 xdc_runtime_Memory_HeapProxy_Module__loggerFxn2__C
20018 #endif
20019 
20020 #undef Module__LOGFXN4
20021 #ifdef xdc_runtime_Memory_HeapProxy_Module__loggerFxn4__CR
20022 #define Module__LOGFXN4 (*((CT__xdc_runtime_Memory_HeapProxy_Module__loggerFxn4 *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__loggerFxn4__C_offset)))
20023 #else
20024 #define Module__LOGFXN4 xdc_runtime_Memory_HeapProxy_Module__loggerFxn4__C
20025 #endif
20026 
20027 #undef Module__LOGFXN8
20028 #ifdef xdc_runtime_Memory_HeapProxy_Module__loggerFxn8__CR
20029 #define Module__LOGFXN8 (*((CT__xdc_runtime_Memory_HeapProxy_Module__loggerFxn8 *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__loggerFxn8__C_offset)))
20030 #else
20031 #define Module__LOGFXN8 xdc_runtime_Memory_HeapProxy_Module__loggerFxn8__C
20032 #endif
20033 
20034 #undef Module__G_OBJ
20035 #ifdef xdc_runtime_Memory_HeapProxy_Module__gateObj__CR
20036 #define Module__G_OBJ (*((CT__xdc_runtime_Memory_HeapProxy_Module__gateObj *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__gateObj__C_offset)))
20037 #else
20038 #define Module__G_OBJ xdc_runtime_Memory_HeapProxy_Module__gateObj__C
20039 #endif
20040 
20041 #undef Module__G_PRMS
20042 #ifdef xdc_runtime_Memory_HeapProxy_Module__gatePrms__CR
20043 #define Module__G_PRMS (*((CT__xdc_runtime_Memory_HeapProxy_Module__gatePrms *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__gatePrms__C_offset)))
20044 #else
20045 #define Module__G_PRMS xdc_runtime_Memory_HeapProxy_Module__gatePrms__C
20046 #endif
20047 
20048 #undef Module__GP_create
20049 #define Module__GP_create xdc_runtime_Memory_HeapProxy_Module_GateProxy_create
20050 #undef Module__GP_delete
20051 #define Module__GP_delete xdc_runtime_Memory_HeapProxy_Module_GateProxy_delete
20052 #undef Module__GP_enter
20053 #define Module__GP_enter xdc_runtime_Memory_HeapProxy_Module_GateProxy_enter
20054 #undef Module__GP_leave
20055 #define Module__GP_leave xdc_runtime_Memory_HeapProxy_Module_GateProxy_leave
20056 #undef Module__GP_query
20057 #define Module__GP_query xdc_runtime_Memory_HeapProxy_Module_GateProxy_query
20058 
20060 {
20061  return 1;
20062 }
20064 {
20065  return (const void *)&ti_sysbios_heaps_HeapMem_Module__FXNS__C;
20066 }
20067 
20068 
20069 
20070 /*
20071  * ======== xdc.runtime.Registry SYSTEM FUNCTIONS ========
20072  */
20073 
20074 /* Module__startupDone__S */
20076 {
20077  return 1;
20078 }
20079 
20080 
20081 
20082 /*
20083  * ======== xdc.runtime.Startup SYSTEM FUNCTIONS ========
20084  */
20085 
20086 /* Module__startupDone__S */
20088 {
20089  return 1;
20090 }
20091 
20092 
20093 
20094 /*
20095  * ======== xdc.runtime.SysStd SYSTEM FUNCTIONS ========
20096  */
20097 
20098 /* Module__startupDone__S */
20100 {
20101  return 1;
20102 }
20103 
20104 
20105 
20106 /*
20107  * ======== xdc.runtime.System SYSTEM FUNCTIONS ========
20108  */
20109 
20110 /* Module__startupDone__S */
20112 {
20114 }
20115 
20116 
20117 
20118 /*
20119  * ======== xdc.runtime.System_Module_GateProxy SYSTEM FUNCTIONS ========
20120  */
20121 
20122 /* per-module runtime symbols */
20123 #undef Module__MID
20124 #ifdef xdc_runtime_System_Module_GateProxy_Module__id__CR
20125 #define Module__MID (*((CT__xdc_runtime_System_Module_GateProxy_Module__id *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__id__C_offset)))
20126 #else
20127 #define Module__MID xdc_runtime_System_Module_GateProxy_Module__id__C
20128 #endif
20129 
20130 #undef Module__DGSINCL
20131 #ifdef xdc_runtime_System_Module_GateProxy_Module__diagsIncluded__CR
20132 #define Module__DGSINCL (*((CT__xdc_runtime_System_Module_GateProxy_Module__diagsIncluded *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__diagsIncluded__C_offset)))
20133 #else
20134 #define Module__DGSINCL xdc_runtime_System_Module_GateProxy_Module__diagsIncluded__C
20135 #endif
20136 
20137 #undef Module__DGSENAB
20138 #ifdef xdc_runtime_System_Module_GateProxy_Module__diagsEnabled__CR
20139 #define Module__DGSENAB (*((CT__xdc_runtime_System_Module_GateProxy_Module__diagsEnabled *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__diagsEnabled__C_offset)))
20140 #else
20141 #define Module__DGSENAB xdc_runtime_System_Module_GateProxy_Module__diagsEnabled__C
20142 #endif
20143 
20144 #undef Module__DGSMASK
20145 #ifdef xdc_runtime_System_Module_GateProxy_Module__diagsMask__CR
20146 #define Module__DGSMASK (*((CT__xdc_runtime_System_Module_GateProxy_Module__diagsMask *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__diagsMask__C_offset)))
20147 #else
20148 #define Module__DGSMASK xdc_runtime_System_Module_GateProxy_Module__diagsMask__C
20149 #endif
20150 
20151 #undef Module__LOGDEF
20152 #ifdef xdc_runtime_System_Module_GateProxy_Module__loggerDefined__CR
20153 #define Module__LOGDEF (*((CT__xdc_runtime_System_Module_GateProxy_Module__loggerDefined *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__loggerDefined__C_offset)))
20154 #else
20155 #define Module__LOGDEF xdc_runtime_System_Module_GateProxy_Module__loggerDefined__C
20156 #endif
20157 
20158 #undef Module__LOGOBJ
20159 #ifdef xdc_runtime_System_Module_GateProxy_Module__loggerObj__CR
20160 #define Module__LOGOBJ xdc_runtime_System_Module_GateProxy_Module__loggerObj__R
20161 #define Module__LOGOBJ (*((CT__xdc_runtime_System_Module_GateProxy_Module__loggerObj *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__loggerObj__C_offset)))
20162 #else
20163 #define Module__LOGOBJ xdc_runtime_System_Module_GateProxy_Module__loggerObj__C
20164 #endif
20165 
20166 #undef Module__LOGFXN0
20167 #ifdef xdc_runtime_System_Module_GateProxy_Module__loggerFxn0__CR
20168 #define Module__LOGFXN0 (*((CT__xdc_runtime_System_Module_GateProxy_Module__loggerFxn0 *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__loggerFxn0__C_offset)))
20169 #else
20170 #define Module__LOGFXN0 xdc_runtime_System_Module_GateProxy_Module__loggerFxn0__C
20171 #endif
20172 
20173 #undef Module__LOGFXN1
20174 #ifdef xdc_runtime_System_Module_GateProxy_Module__loggerFxn1__CR
20175 #define Module__LOGFXN1 (*((CT__xdc_runtime_System_Module_GateProxy_Module__loggerFxn1 *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__loggerFxn1__C_offset)))
20176 #else
20177 #define Module__LOGFXN1 xdc_runtime_System_Module_GateProxy_Module__loggerFxn1__C
20178 #endif
20179 
20180 #undef Module__LOGFXN2
20181 #ifdef xdc_runtime_System_Module_GateProxy_Module__loggerFxn2__CR
20182 #define Module__LOGFXN2 (*((CT__xdc_runtime_System_Module_GateProxy_Module__loggerFxn2 *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__loggerFxn2__C_offset)))
20183 #else
20184 #define Module__LOGFXN2 xdc_runtime_System_Module_GateProxy_Module__loggerFxn2__C
20185 #endif
20186 
20187 #undef Module__LOGFXN4
20188 #ifdef xdc_runtime_System_Module_GateProxy_Module__loggerFxn4__CR
20189 #define Module__LOGFXN4 (*((CT__xdc_runtime_System_Module_GateProxy_Module__loggerFxn4 *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__loggerFxn4__C_offset)))
20190 #else
20191 #define Module__LOGFXN4 xdc_runtime_System_Module_GateProxy_Module__loggerFxn4__C
20192 #endif
20193 
20194 #undef Module__LOGFXN8
20195 #ifdef xdc_runtime_System_Module_GateProxy_Module__loggerFxn8__CR
20196 #define Module__LOGFXN8 (*((CT__xdc_runtime_System_Module_GateProxy_Module__loggerFxn8 *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__loggerFxn8__C_offset)))
20197 #else
20198 #define Module__LOGFXN8 xdc_runtime_System_Module_GateProxy_Module__loggerFxn8__C
20199 #endif
20200 
20201 #undef Module__G_OBJ
20202 #ifdef xdc_runtime_System_Module_GateProxy_Module__gateObj__CR
20203 #define Module__G_OBJ (*((CT__xdc_runtime_System_Module_GateProxy_Module__gateObj *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__gateObj__C_offset)))
20204 #else
20205 #define Module__G_OBJ xdc_runtime_System_Module_GateProxy_Module__gateObj__C
20206 #endif
20207 
20208 #undef Module__G_PRMS
20209 #ifdef xdc_runtime_System_Module_GateProxy_Module__gatePrms__CR
20210 #define Module__G_PRMS (*((CT__xdc_runtime_System_Module_GateProxy_Module__gatePrms *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__gatePrms__C_offset)))
20211 #else
20212 #define Module__G_PRMS xdc_runtime_System_Module_GateProxy_Module__gatePrms__C
20213 #endif
20214 
20215 #undef Module__GP_create
20216 #define Module__GP_create xdc_runtime_System_Module_GateProxy_Module_GateProxy_create
20217 #undef Module__GP_delete
20218 #define Module__GP_delete xdc_runtime_System_Module_GateProxy_Module_GateProxy_delete
20219 #undef Module__GP_enter
20220 #define Module__GP_enter xdc_runtime_System_Module_GateProxy_Module_GateProxy_enter
20221 #undef Module__GP_leave
20222 #define Module__GP_leave xdc_runtime_System_Module_GateProxy_Module_GateProxy_leave
20223 #undef Module__GP_query
20224 #define Module__GP_query xdc_runtime_System_Module_GateProxy_Module_GateProxy_query
20225 
20227 {
20228  return 0;
20229 }
20231 {
20232  return (const void *)&ti_sysbios_gates_GateHwi_Module__FXNS__C;
20233 }
20234 
20235 
20236 
20237 /*
20238  * ======== xdc.runtime.System_SupportProxy SYSTEM FUNCTIONS ========
20239  */
20240 
20241 
20243 {
20244  return 0;
20245 }
20247 {
20248  return (const void *)&xdc_runtime_SysStd_Module__FXNS__C;
20249 }
20250 
20251 
20252 /*
20253  * ======== xdc.runtime.Text SYSTEM FUNCTIONS ========
20254  */
20255 
20256 /* Module__startupDone__S */
20258 {
20259  return 1;
20260 }
20261 
20262 
20263 
20264 /*
20265  * ======== INITIALIZATION ENTRY POINT ========
20266  */
20267 
20268 extern int __xdc__init(void);
20269 #ifdef __GNUC__
20270 #if defined(__llvm__) && defined(__ti__)
20271  __attribute__ ((used))
20272 #else
20273 #ifndef __TI_COMPILER_VERSION__
20274  __attribute__ ((externally_visible))
20275 #endif
20276 #endif
20277 #endif
20278 __FAR__ int (* volatile __xdc__init__addr)(void) = &__xdc__init;
20279 
20280 
20281 /*
20282  * ======== PROGRAM GLOBALS ========
20283  */
20284 
20285 #ifdef __GNUC__
20286 #if defined(__llvm__) && defined(__ti__)
20287  __attribute__ ((used))
20288 #else
20289 #ifndef __TI_COMPILER_VERSION__
20290  __attribute__ ((externally_visible))
20291 #endif
20292 #endif
20293 #endif
20294 const ti_sysbios_heaps_HeapMem_Handle heap0 = (ti_sysbios_heaps_HeapMem_Handle)((ti_sysbios_heaps_HeapMem_Handle)&ti_sysbios_heaps_HeapMem_Object__table__V[0]);
20295 
ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn0 ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn0__C
Definition: mss_per4f.c:3014
ti_sysbios_heaps_HeapBuf_Object__count__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_Object__count ti_sysbios_heaps_HeapBuf_Object__count__C
Definition: mss_per4f.c:4307
ti_sysbios_family_arm_v7r_vim_Hwi_Module__startupDone__F
xdc_Bool ti_sysbios_family_arm_v7r_vim_Hwi_Module__startupDone__F(void)
Definition: mss_per4f.c:1765
ti_sysbios_knl_Semaphore_Object__::Object_field_pendQ
ti_sysbios_knl_Queue_Object__ Object_field_pendQ
Definition: mss_per4f.c:123
ti_sysbios_knl_Clock_Module_State__
struct ti_sysbios_knl_Clock_Module_State__ ti_sysbios_knl_Clock_Module_State__
ti_sysbios_hal_Core_numCores__C
const __FAR__ CT__ti_sysbios_hal_Core_numCores ti_sysbios_hal_Core_numCores__C
Definition: mss_per4f.c:4066
ti_sysbios_knl_Queue_Module__startupDone__S
xdc_Bool ti_sysbios_knl_Queue_Module__startupDone__S(void)
Definition: mss_per4f.c:18568
xdc_runtime_Registry_Module__loggerFxn2__C
const __FAR__ CT__xdc_runtime_Registry_Module__loggerFxn2 xdc_runtime_Registry_Module__loggerFxn2__C
Definition: mss_per4f.c:7043
ti_sysbios_knl_Clock_Module_State__::ticking
xdc_Bool ticking
Definition: mss_per4f.c:1244
ti_sysbios_knl_Queue_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_knl_Queue_Module__loggerObj ti_sysbios_knl_Queue_Module__loggerObj__C
Definition: mss_per4f.c:5057
ti_sysbios_knl_Intrinsics_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_knl_Intrinsics_Module__loggerDefined ti_sysbios_knl_Intrinsics_Module__loggerDefined__C
Definition: mss_per4f.c:4953
Header::size
SizeT size
Definition: mss_per4f.c:2299
ti_sysbios_family_arm_v7r_vim_Hwi___S1::s0
ti_sysbios_family_arm_v7r_vim_Hwi_Object2__ s0
Definition: mss_per4f.c:15576
xdc_runtime_Diags_Module__loggerFxn1__C
const __FAR__ CT__xdc_runtime_Diags_Module__loggerFxn1 xdc_runtime_Diags_Module__loggerFxn1__C
Definition: mss_per4f.c:6461
ti_sysbios_knl_Swi_LM_begin__C
const __FAR__ CT__ti_sysbios_knl_Swi_LM_begin ti_sysbios_knl_Swi_LM_begin__C
Definition: mss_per4f.c:5483
ti_sysbios_knl_Clock_TimerProxy_Handle__label__S
xdc_runtime_Types_Label * ti_sysbios_knl_Clock_TimerProxy_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:15175
xdc_runtime_Gate_Module__loggerFxn2__C
const __FAR__ CT__xdc_runtime_Gate_Module__loggerFxn2 xdc_runtime_Gate_Module__loggerFxn2__C
Definition: mss_per4f.c:6662
ti_sysbios_BIOS_heapTrackEnabled__C
const __FAR__ CT__ti_sysbios_BIOS_heapTrackEnabled ti_sysbios_BIOS_heapTrackEnabled__C
Definition: mss_per4f.c:2653
ti_sysbios_BIOS_smpEnabled__C
const __FAR__ CT__ti_sysbios_BIOS_smpEnabled ti_sysbios_BIOS_smpEnabled__C
Definition: mss_per4f.c:2602
ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__::vimRam
xdc_UInt * vimRam
Definition: mss_per4f.c:1065
ti_sysbios_timers_rti_Timer_Object__::hwi
ti_sysbios_hal_Hwi_Handle hwi
Definition: mss_per4f.c:463
ti_sysbios_knl_Swi_Object__::qElem
ti_sysbios_knl_Queue_Elem qElem
Definition: mss_per4f.c:569
xdc_runtime_Gate_Object__sizeof__C
const __FAR__ CT__xdc_runtime_Gate_Object__sizeof xdc_runtime_Gate_Object__sizeof__C
Definition: mss_per4f.c:6682
ti_sysbios_knl_Semaphore_construct
void ti_sysbios_knl_Semaphore_construct(ti_sysbios_knl_Semaphore_Struct *__obj, xdc_Int count, const ti_sysbios_knl_Semaphore_Params *__paramsPtr)
Definition: mss_per4f.c:18907
ti_sysbios_knl_Swi_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_knl_Swi_Module__gatePrms ti_sysbios_knl_Swi_Module__gatePrms__C
Definition: mss_per4f.c:5431
ti_sysbios_knl_Task_disable__E
xdc_UInt ti_sysbios_knl_Task_disable__E(xdc_Void)
xdc_runtime_Error_Object__heap__C
const __FAR__ CT__xdc_runtime_Error_Object__heap xdc_runtime_Error_Object__heap__C
Definition: mss_per4f.c:6577
ti_sysbios_hal_Hwi_HwiProxy_delete
void ti_sysbios_hal_Hwi_HwiProxy_delete(ti_sysbios_hal_Hwi_HwiProxy_Handle *instp)
Definition: mss_per4f.c:14963
xdc_runtime_Core_Module__gateObj__C
const __FAR__ CT__xdc_runtime_Core_Module__gateObj xdc_runtime_Core_Module__gateObj__C
Definition: mss_per4f.c:6287
ti_sysbios_knl_Swi_taskDisable__C
const __FAR__ CT__ti_sysbios_knl_Swi_taskDisable ti_sysbios_knl_Swi_taskDisable__C
Definition: mss_per4f.c:5511
ti_sysbios_BIOS_Module_State__::threadType
ti_sysbios_BIOS_ThreadType threadType
Definition: mss_per4f.c:968
ti_sysbios_family_arm_TaskSupport_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_Module__diagsEnabled ti_sysbios_family_arm_TaskSupport_Module__diagsEnabled__C
Definition: mss_per4f.c:2752
ti_sysbios_knl_Queue_Object__first__S
xdc_Ptr ti_sysbios_knl_Queue_Object__first__S(void)
Definition: mss_per4f.c:18601
xdc_runtime_System_Object__heap__C
const __FAR__ CT__xdc_runtime_System_Object__heap xdc_runtime_System_Object__heap__C
Definition: mss_per4f.c:7388
ti_sysbios_hal_Cache_Module__gateObj__C
const __FAR__ CT__ti_sysbios_hal_Cache_Module__gateObj ti_sysbios_hal_Cache_Module__gateObj__C
Definition: mss_per4f.c:3859
xdc_runtime_Main_Module__loggerFxn8__C
const __FAR__ CT__xdc_runtime_Main_Module__loggerFxn8 xdc_runtime_Main_Module__loggerFxn8__C
Definition: mss_per4f.c:6860
ti_sysbios_gates_GateMutex_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_gates_GateMutex_Module__loggerFxn1 ti_sysbios_gates_GateMutex_Module__loggerFxn1__C
Definition: mss_per4f.c:3806
xdc_runtime_Log_Module__diagsMask__C
const __FAR__ CT__xdc_runtime_Log_Module__diagsMask xdc_runtime_Log_Module__diagsMask__C
Definition: mss_per4f.c:6703
ti_sysbios_knl_Semaphore_Module__
Definition: mss_per4f.c:545
xdc_runtime_Error_maxDepth__C
const __FAR__ CT__xdc_runtime_Error_maxDepth xdc_runtime_Error_maxDepth__C
Definition: mss_per4f.c:6613
ti_sysbios_knl_Semaphore_Params__init__S
xdc_Void ti_sysbios_knl_Semaphore_Params__init__S(xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:18823
ti_sysbios_gates_GateHwi_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_gates_GateHwi_Module__loggerDefined ti_sysbios_gates_GateHwi_Module__loggerDefined__C
Definition: mss_per4f.c:3663
ti_sysbios_heaps_HeapBuf_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn8 ti_sysbios_heaps_HeapBuf_Module__loggerFxn8__C
Definition: mss_per4f.c:4303
ti_sysbios_knl_Intrinsics_Module__startupDone__S
xdc_Bool ti_sysbios_knl_Intrinsics_Module__startupDone__S(void)
Definition: mss_per4f.c:18437
ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsEnabled ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsEnabled__C
Definition: mss_per4f.c:2679
ti_sysbios_family_arm_v7r_tms570_Core_Object__table__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_Object__table ti_sysbios_family_arm_v7r_tms570_Core_Object__table__C
Definition: mss_per4f.c:3046
ti_sysbios_knl_Queue_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_knl_Queue_Module__diagsIncluded ti_sysbios_knl_Queue_Module__diagsIncluded__C
Definition: mss_per4f.c:5033
ti_sysbios_heaps_HeapMem_Object__::head
ti_sysbios_heaps_HeapMem_Header head
Definition: mss_per4f.c:370
ti_sysbios_family_arm_v7r_vim_Hwi_Module__root__V
ti_sysbios_family_arm_v7r_vim_Hwi_Module__ ti_sysbios_family_arm_v7r_vim_Hwi_Module__root__V
Definition: mss_per4f.c:3088
ti_sysbios_knl_Task_A_badTimeout__C
const __FAR__ CT__ti_sysbios_knl_Task_A_badTimeout ti_sysbios_knl_Task_A_badTimeout__C
Definition: mss_per4f.c:5892
ti_sysbios_knl_Intrinsics_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_knl_Intrinsics_Module__loggerFxn4 ti_sysbios_knl_Intrinsics_Module__loggerFxn4__C
Definition: mss_per4f.c:4973
ti_sysbios_family_arm_exc_Exception_Module_State__::excContext
__TA_ti_sysbios_family_arm_exc_Exception_Module_State__excContext excContext
Definition: mss_per4f.c:1006
ti_sysbios_knl_Semaphore_Module__startupDone__S
xdc_Bool ti_sysbios_knl_Semaphore_Module__startupDone__S(void)
Definition: mss_per4f.c:18807
ti_sysbios_family_arm_v7r_vim_Hwi_A_badChannelId__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_A_badChannelId ti_sysbios_family_arm_v7r_vim_Hwi_A_badChannelId__C
Definition: mss_per4f.c:3541
ti_sysbios_knl_Swi_Module__
struct ti_sysbios_knl_Swi_Module__ ti_sysbios_knl_Swi_Module__
ti_sysbios_heaps_HeapBuf_Object__::bufSize
xdc_runtime_Memory_Size bufSize
Definition: mss_per4f.c:339
ti_sysbios_knl_Task_Object__
struct ti_sysbios_knl_Task_Object__ ti_sysbios_knl_Task_Object__
ti_sysbios_hal_Hwi_Module__
Definition: mss_per4f.c:275
ti_sysbios_heaps_HeapMem_Object__first__S
xdc_Ptr ti_sysbios_heaps_HeapMem_Object__first__S(void)
Definition: mss_per4f.c:17606
ti_sysbios_knl_Swi_Module_State_0_readyQ__A
__T1_ti_sysbios_knl_Swi_Module_State__readyQ ti_sysbios_knl_Swi_Module_State_0_readyQ__A[16]
Definition: mss_per4f.c:1318
ti_sysbios_family_arm_exc_Exception_Module_State_0_excStack__A
__T2_ti_sysbios_family_arm_exc_Exception_Module_State__excStack ti_sysbios_family_arm_exc_Exception_Module_State_0_excStack__A[1]
Definition: mss_per4f.c:1036
ti_sysbios_knl_Semaphore_Object__::mode
ti_sysbios_knl_Semaphore_Mode mode
Definition: mss_per4f.c:121
ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn1 ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn1__C
Definition: mss_per4f.c:2715
ti_sysbios_hal_Core_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_hal_Core_Module__gatePrms ti_sysbios_hal_Core_Module__gatePrms__C
Definition: mss_per4f.c:4014
ti_sysbios_BIOS_RtsGateProxy_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:150
xdc_runtime_Log_L_startInstance__C
const __FAR__ CT__xdc_runtime_Log_L_startInstance xdc_runtime_Log_L_startInstance__C
Definition: mss_per4f.c:6799
ti_sysbios_BIOS_RtsGateProxy_Module__root__V
ti_sysbios_BIOS_RtsGateProxy_Module__ ti_sysbios_BIOS_RtsGateProxy_Module__root__V
ti_sysbios_knl_Clock_TimerProxy_setPeriodMicroSecs__E
xdc_Bool ti_sysbios_knl_Clock_TimerProxy_setPeriodMicroSecs__E(ti_sysbios_knl_Clock_TimerProxy_Handle __inst, xdc_UInt32 microsecs)
Definition: mss_per4f.c:15229
xdc__META
xdc__META(__ASM__, "@(#)__ASM__ = C:/Users/astro/workspace_v9_2/srr_18xx_mss/Debug/configPkg/package/cfg/mss_per4f")
ti_sysbios_heaps_HeapMem_Params__init__S
xdc_Void ti_sysbios_heaps_HeapMem_Params__init__S(xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:17589
ti_sysbios_knl_Task_LD_block__C
const __FAR__ CT__ti_sysbios_knl_Task_LD_block ti_sysbios_knl_Task_LD_block__C
Definition: mss_per4f.c:5820
ti_sysbios_hal_Cache_CacheProxy_disable__E
xdc_Void ti_sysbios_hal_Cache_CacheProxy_disable__E(xdc_Bits16 type)
Definition: mss_per4f.c:14847
ti_sysbios_timers_rti_Timer_Module__gateObj__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_Module__gateObj ti_sysbios_timers_rti_Timer_Module__gateObj__C
Definition: mss_per4f.c:6101
ti_sysbios_knl_Task_E_moduleStateCheckFailed__C
const __FAR__ CT__ti_sysbios_knl_Task_E_moduleStateCheckFailed ti_sysbios_knl_Task_E_moduleStateCheckFailed__C
Definition: mss_per4f.c:5860
ti_sysbios_timers_rti_Timer_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:647
ti_sysbios_heaps_HeapBuf_create
ti_sysbios_heaps_HeapBuf_Handle ti_sysbios_heaps_HeapBuf_create(const ti_sysbios_heaps_HeapBuf_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:17404
ti_sysbios_hal_Core_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_hal_Core_Module__loggerFxn8 ti_sysbios_hal_Core_Module__loggerFxn8__C
Definition: mss_per4f.c:4046
xdc_runtime_Memory_HeapProxy_getStats__E
xdc_Void xdc_runtime_Memory_HeapProxy_getStats__E(xdc_runtime_Memory_HeapProxy_Handle __inst, xdc_runtime_Memory_Stats *stats)
Definition: mss_per4f.c:15467
xdc_runtime_Text_Object__count__C
const __FAR__ CT__xdc_runtime_Text_Object__count xdc_runtime_Text_Object__count__C
Definition: mss_per4f.c:14615
ti_sysbios_knl_Queue_Object2__::obj
ti_sysbios_knl_Queue_Object__ obj
Definition: mss_per4f.c:114
ti_sysbios_knl_Event_A_eventInUse__C
const __FAR__ CT__ti_sysbios_knl_Event_A_eventInUse ti_sysbios_knl_Event_A_eventInUse__C
Definition: mss_per4f.c:4819
ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn8 ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn8__C
Definition: mss_per4f.c:3477
ti_sysbios_family_arm_TaskSupport_stackAlignment__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_stackAlignment ti_sysbios_family_arm_TaskSupport_stackAlignment__C
Definition: mss_per4f.c:2824
ti_sysbios_hal_Core_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_hal_Core_Module__loggerObj ti_sysbios_hal_Core_Module__loggerObj__C
Definition: mss_per4f.c:4026
xdc_runtime_Registry_Module__gateObj__C
const __FAR__ CT__xdc_runtime_Registry_Module__gateObj xdc_runtime_Registry_Module__gateObj__C
Definition: mss_per4f.c:7015
xdc_runtime_Startup_Module__startupDone__S
xdc_Bool xdc_runtime_Startup_Module__startupDone__S(void)
Definition: mss_per4f.c:20087
ti_sysbios_heaps_HeapBuf_Object__create__S
xdc_Ptr ti_sysbios_heaps_HeapBuf_Object__create__S(xdc_CPtr __aa, const xdc_UChar *__paramsPtr, xdc_SizeT __psz, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:17376
xdc_runtime_Registry_Object__table__C
const __FAR__ CT__xdc_runtime_Registry_Object__table xdc_runtime_Registry_Object__table__C
Definition: mss_per4f.c:7067
xdc_runtime_SysStd_Object__table__C
const __FAR__ CT__xdc_runtime_SysStd_Object__table xdc_runtime_SysStd_Object__table__C
Definition: mss_per4f.c:7295
ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerObj ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerObj__C
Definition: mss_per4f.c:3010
ti_sysbios_heaps_HeapBuf_trackMaxAllocs__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_trackMaxAllocs ti_sysbios_heaps_HeapBuf_trackMaxAllocs__C
Definition: mss_per4f.c:4367
xdc_runtime_Main_Object__heap__C
const __FAR__ CT__xdc_runtime_Main_Object__heap xdc_runtime_Main_Object__heap__C
Definition: mss_per4f.c:6868
ti_sysbios_knl_Task_SupportProxy_start__E
xdc_Ptr ti_sysbios_knl_Task_SupportProxy_start__E(xdc_Ptr curTask, ti_sysbios_interfaces_ITaskSupport_FuncPtr enterFxn, ti_sysbios_interfaces_ITaskSupport_FuncPtr exitFxn, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:15321
ti_sysbios_timers_rti_Timer_Object__next__S
xdc_Ptr ti_sysbios_timers_rti_Timer_Object__next__S(xdc_Ptr obj)
Definition: mss_per4f.c:19622
xdc_runtime_SysStd_Module__loggerFxn0__C
const __FAR__ CT__xdc_runtime_SysStd_Module__loggerFxn0 xdc_runtime_SysStd_Module__loggerFxn0__C
Definition: mss_per4f.c:7263
ti_sysbios_knl_Task_Object__::env
xdc_Ptr env
Definition: mss_per4f.c:617
xdc_runtime_Gate_Module__diagsEnabled__C
const __FAR__ CT__xdc_runtime_Gate_Module__diagsEnabled xdc_runtime_Gate_Module__diagsEnabled__C
Definition: mss_per4f.c:6622
ti_sysbios_heaps_HeapBuf_Module__root__V
ti_sysbios_heaps_HeapBuf_Module__ ti_sysbios_heaps_HeapBuf_Module__root__V
Definition: mss_per4f.c:4233
ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet__A
const __T1_ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet__A[4]
Definition: mss_per4f.c:1109
ti_sysbios_gates_GateMutex_Object__count__C
const __FAR__ CT__ti_sysbios_gates_GateMutex_Object__count ti_sysbios_gates_GateMutex_Object__count__C
Definition: mss_per4f.c:3822
ti_sysbios_heaps_HeapMem_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:376
ti_sysbios_gates_GateHwi___S1::s0
ti_sysbios_gates_GateHwi_Object2__ s0
Definition: mss_per4f.c:15595
ti_sysbios_knl_Clock_A_clockDisabled__C
const __FAR__ CT__ti_sysbios_knl_Clock_A_clockDisabled ti_sysbios_knl_Clock_A_clockDisabled__C
Definition: mss_per4f.c:4667
ti_sysbios_knl_Clock_TimerProxy_getNumTimers__E
xdc_UInt ti_sysbios_knl_Clock_TimerProxy_getNumTimers__E(void)
Definition: mss_per4f.c:15181
ti_sysbios_knl_Clock_TimerProxy_stop__E
xdc_Void ti_sysbios_knl_Clock_TimerProxy_stop__E(ti_sysbios_knl_Clock_TimerProxy_Handle __inst)
Definition: mss_per4f.c:15217
xdc_runtime_Defaults_Module__diagsIncluded__C
const __FAR__ CT__xdc_runtime_Defaults_Module__diagsIncluded xdc_runtime_Defaults_Module__diagsIncluded__C
Definition: mss_per4f.c:6356
ti_sysbios_gates_GateHwi___S1
Definition: mss_per4f.c:15595
ti_sysbios_gates_GateMutex_A_badContext__C
const __FAR__ CT__ti_sysbios_gates_GateMutex_A_badContext ti_sysbios_gates_GateMutex_A_badContext__C
Definition: mss_per4f.c:3838
xdc_runtime_ISystemSupport_Interface__BASE__C
const __FAR__ xdc_runtime_Types_Base xdc_runtime_ISystemSupport_Interface__BASE__C
Definition: mss_per4f.c:814
ti_sysbios_knl_Clock_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:432
ti_sysbios_heaps_HeapMem_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:359
xdc_runtime_Memory_Module_State__
struct xdc_runtime_Memory_Module_State__ xdc_runtime_Memory_Module_State__
ti_sysbios_hal_Core_CoreProxy_lock__E
xdc_IArg ti_sysbios_hal_Core_CoreProxy_lock__E(void)
Definition: mss_per4f.c:14914
xdc_runtime_Text_Module__loggerFxn4__C
const __FAR__ CT__xdc_runtime_Text_Module__loggerFxn4 xdc_runtime_Text_Module__loggerFxn4__C
Definition: mss_per4f.c:14607
ti_sysbios_knl_Clock_Module_State__::numTickSkip
volatile xdc_UInt numTickSkip
Definition: mss_per4f.c:1239
ti_sysbios_hal_CacheNull_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_hal_CacheNull_Module__loggerFxn2 ti_sysbios_hal_CacheNull_Module__loggerFxn2__C
Definition: mss_per4f.c:3960
ti_sysbios_gates_GateMutex_Object__
struct ti_sysbios_gates_GateMutex_Object__ ti_sysbios_gates_GateMutex_Object__
ti_sysbios_BIOS_Module_State__::exitFunc
volatile ti_sysbios_BIOS_ExitFuncPtr exitFunc
Definition: mss_per4f.c:971
ti_sysbios_timers_rti_Timer_Object__delete__S
xdc_Void ti_sysbios_timers_rti_Timer_Object__delete__S(xdc_Ptr instp)
Definition: mss_per4f.c:19711
ti_sysbios_family_arm_v7r_vim_Hwi_E_undefined__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_E_undefined ti_sysbios_family_arm_v7r_vim_Hwi_E_undefined__C
Definition: mss_per4f.c:3553
ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsMask ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsMask__C
Definition: mss_per4f.c:2687
xdc_runtime_Diags_Module__startupDone__S
xdc_Bool xdc_runtime_Diags_Module__startupDone__S(void)
Definition: mss_per4f.c:19765
ti_sysbios_heaps_HeapBuf_Object__next__S
xdc_Ptr ti_sysbios_heaps_HeapBuf_Object__next__S(xdc_Ptr obj)
Definition: mss_per4f.c:17363
ti_sysbios_knl_Clock_Object__get__S
xdc_Ptr ti_sysbios_knl_Clock_Object__get__S(xdc_Ptr oa, xdc_Int i)
Definition: mss_per4f.c:17953
ti_sysbios_knl_Swi_Module_State__
Definition: mss_per4f.c:1307
ti_sysbios_heaps_HeapMem_Module_GateProxy_Params__init__S
void ti_sysbios_heaps_HeapMem_Module_GateProxy_Params__init__S(xdc_Ptr dst, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:15114
xdc_runtime_Memory_Module__diagsMask__C
const __FAR__ CT__xdc_runtime_Memory_Module__diagsMask xdc_runtime_Memory_Module__diagsMask__C
Definition: mss_per4f.c:6913
xdc_runtime_Startup_Module__diagsMask__C
const __FAR__ CT__xdc_runtime_Startup_Module__diagsMask xdc_runtime_Startup_Module__diagsMask__C
Definition: mss_per4f.c:7138
ti_sysbios_knl_Event_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_knl_Event_Module__loggerFxn4 ti_sysbios_knl_Event_Module__loggerFxn4__C
Definition: mss_per4f.c:4779
ti_sysbios_knl_Task_LM_sleep__C
const __FAR__ CT__ti_sysbios_knl_Task_LM_sleep ti_sysbios_knl_Task_LM_sleep__C
Definition: mss_per4f.c:5812
ti_sysbios_timers_rti_Timer_Object__::staticInst
xdc_Bool staticInst
Definition: mss_per4f.c:452
ti_sysbios_knl_Queue_destruct
void ti_sysbios_knl_Queue_destruct(ti_sysbios_knl_Queue_Struct *obj)
Definition: mss_per4f.c:18679
ti_sysbios_knl_Clock_Module__id__C
const __FAR__ CT__ti_sysbios_knl_Clock_Module__id ti_sysbios_knl_Clock_Module__id__C
Definition: mss_per4f.c:4607
ti_sysbios_BIOS_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_BIOS_Module__loggerFxn4 ti_sysbios_BIOS_Module__loggerFxn4__C
Definition: mss_per4f.c:2578
ti_sysbios_knl_Clock_Handle__label__S
xdc_runtime_Types_Label * ti_sysbios_knl_Clock_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:17937
ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E
xdc_Void ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E(ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle __inst, xdc_IArg key)
Definition: mss_per4f.c:15138
ti_sysbios_heaps_HeapMem_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_Module__diagsMask ti_sysbios_heaps_HeapMem_Module__diagsMask__C
Definition: mss_per4f.c:4430
ti_sysbios_timers_rti_Timer_Module_State__
struct ti_sysbios_timers_rti_Timer_Module_State__ ti_sysbios_timers_rti_Timer_Module_State__
ti_sysbios_family_arm_v7r_vim_Hwi_Object__::arg
xdc_UArg arg
Definition: mss_per4f.c:191
ti_sysbios_knl_Swi_Object__
Definition: mss_per4f.c:568
xdc_runtime_Memory_Module__state__V
xdc_runtime_Memory_Module_State__ xdc_runtime_Memory_Module__state__V
Definition: mss_per4f.c:1485
ti_sysbios_knl_Task_Object__::fxn
ti_sysbios_knl_Task_FuncPtr fxn
Definition: mss_per4f.c:614
ti_sysbios_interfaces_ICache_Interface__BASE__C
const __FAR__ xdc_runtime_Types_Base ti_sysbios_interfaces_ICache_Interface__BASE__C
Definition: mss_per4f.c:811
ti_sysbios_knl_Clock_TimerProxy_Object2__
Definition: mss_per4f.c:477
ti_sysbios_timers_rti_Timer_Object__::createHwi
xdc_Bool createHwi
Definition: mss_per4f.c:464
ti_sysbios_knl_Semaphore_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_Module__diagsIncluded ti_sysbios_knl_Semaphore_Module__diagsIncluded__C
Definition: mss_per4f.c:5131
ti_sysbios_heaps_HeapBuf_Module__
Definition: mss_per4f.c:324
ti_sysbios_family_arm_TaskSupport_Module__gateObj__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_Module__gateObj ti_sysbios_family_arm_TaskSupport_Module__gateObj__C
Definition: mss_per4f.c:2764
ti_sysbios_hal_Cache_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_hal_Cache_Module__loggerFxn0 ti_sysbios_hal_Cache_Module__loggerFxn0__C
Definition: mss_per4f.c:3879
xdc_runtime_System_Module_GateProxy_enter__E
xdc_IArg xdc_runtime_System_Module_GateProxy_enter__E(xdc_runtime_System_Module_GateProxy_Handle __inst)
Definition: mss_per4f.c:15516
ti_sysbios_gates_GateHwi_Object__table__V
ti_sysbios_gates_GateHwi_Object__ ti_sysbios_gates_GateHwi_Object__table__V[1]
Definition: mss_per4f.c:1132
ti_sysbios_timers_rti_Timer_Object__heap__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_Object__heap ti_sysbios_timers_rti_Timer_Object__heap__C
Definition: mss_per4f.c:6145
ti_sysbios_knl_Semaphore_Object__DESC__C
const __FAR__ xdc_runtime_Core_ObjDesc ti_sysbios_knl_Semaphore_Object__DESC__C
Definition: mss_per4f.c:5101
ti_sysbios_knl_Semaphore_Object__
Definition: mss_per4f.c:118
ti_sysbios_knl_Semaphore_Handle__label__S
xdc_runtime_Types_Label * ti_sysbios_knl_Semaphore_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:18813
ti_sysbios_knl_Clock_TimerProxy_delete
void ti_sysbios_knl_Clock_TimerProxy_delete(ti_sysbios_knl_Clock_TimerProxy_Handle *instp)
Definition: mss_per4f.c:15163
ti_sysbios_knl_Task_Object__::mask
xdc_UInt mask
Definition: mss_per4f.c:607
ti_sysbios_knl_Task_E_deleteNotAllowed__C
const __FAR__ CT__ti_sysbios_knl_Task_E_deleteNotAllowed ti_sysbios_knl_Task_E_deleteNotAllowed__C
Definition: mss_per4f.c:5856
ti_sysbios_knl_Task_defaultStackSize__C
const __FAR__ CT__ti_sysbios_knl_Task_defaultStackSize ti_sysbios_knl_Task_defaultStackSize__C
Definition: mss_per4f.c:5912
xdc_runtime_Defaults_Module__loggerFxn8__C
const __FAR__ CT__xdc_runtime_Defaults_Module__loggerFxn8 xdc_runtime_Defaults_Module__loggerFxn8__C
Definition: mss_per4f.c:6400
ti_sysbios_family_arm_exc_Exception_E_dataAbort__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_E_dataAbort ti_sysbios_family_arm_exc_Exception_E_dataAbort__C
Definition: mss_per4f.c:2957
xdc_runtime_Log_L_stopInstance__C
const __FAR__ CT__xdc_runtime_Log_L_stopInstance xdc_runtime_Log_L_stopInstance__C
Definition: mss_per4f.c:6803
ti_sysbios_family_arm_v7r_vim_Hwi_E_badIntNum__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_E_badIntNum ti_sysbios_family_arm_v7r_vim_Hwi_E_badIntNum__C
Definition: mss_per4f.c:3549
xdc_runtime_Text_registryModsLastId__C
const __FAR__ CT__xdc_runtime_Text_registryModsLastId xdc_runtime_Text_registryModsLastId__C
Definition: mss_per4f.c:14667
ti_sysbios_family_arm_exc_Exception_Module__startupDone__F
xdc_Bool ti_sysbios_family_arm_exc_Exception_Module__startupDone__F(void)
Definition: mss_per4f.c:1769
ti_sysbios_knl_Clock_Object__
struct ti_sysbios_knl_Clock_Object__ ti_sysbios_knl_Clock_Object__
xdc_runtime_System_snprintf__E
xdc_Int xdc_runtime_System_snprintf__E(xdc_Char buf[], xdc_SizeT n, xdc_CString fmt,...)
Definition: mss_per4f.c:14761
ti_sysbios_timers_rti_Timer_Module__root__V
ti_sysbios_timers_rti_Timer_Module__ ti_sysbios_timers_rti_Timer_Module__root__V
Definition: mss_per4f.c:6009
ti_sysbios_heaps_HeapMem_A_invalidFree__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_A_invalidFree ti_sysbios_heaps_HeapMem_A_invalidFree__C
Definition: mss_per4f.c:4506
xdc_runtime_Text_Module_State__
struct xdc_runtime_Text_Module_State__ xdc_runtime_Text_Module_State__
ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__startupDone__S
xdc_Bool ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__startupDone__S(void)
Definition: mss_per4f.c:15096
xdc_runtime_Error_Module__loggerObj__C
const __FAR__ CT__xdc_runtime_Error_Module__loggerObj xdc_runtime_Error_Module__loggerObj__C
Definition: mss_per4f.c:6549
ti_sysbios_knl_Event_create
ti_sysbios_knl_Event_Handle ti_sysbios_knl_Event_create(const ti_sysbios_knl_Event_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:18371
ti_sysbios_heaps_HeapMem_delete
void ti_sysbios_heaps_HeapMem_delete(ti_sysbios_heaps_HeapMem_Handle *instp)
Definition: mss_per4f.c:17697
ti_sysbios_gates_GateHwi_Module__root__V
ti_sysbios_gates_GateHwi_Module__ ti_sysbios_gates_GateHwi_Module__root__V
Definition: mss_per4f.c:3625
ti_sysbios_heaps_HeapMem_Handle__label__S
xdc_runtime_Types_Label * ti_sysbios_heaps_HeapMem_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:17579
ti_sysbios_knl_Semaphore_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_Module__loggerDefined ti_sysbios_knl_Semaphore_Module__loggerDefined__C
Definition: mss_per4f.c:5151
xdc_runtime_Error_policy__C
const __FAR__ CT__xdc_runtime_Error_policy xdc_runtime_Error_policy__C
Definition: mss_per4f.c:6605
ti_sysbios_knl_Task_Module__state__V
ti_sysbios_knl_Task_Module_State__ ti_sysbios_knl_Task_Module__state__V
Definition: mss_per4f.c:1386
ti_sysbios_knl_Task_Module_State__::readyQ
__TA_ti_sysbios_knl_Task_Module_State__readyQ readyQ
Definition: mss_per4f.c:1367
xdc_runtime_Defaults_Module__loggerFxn1__C
const __FAR__ CT__xdc_runtime_Defaults_Module__loggerFxn1 xdc_runtime_Defaults_Module__loggerFxn1__C
Definition: mss_per4f.c:6388
ti_sysbios_knl_Clock_Module_State__
Definition: mss_per4f.c:1234
ti_sysbios_family_arm_v7r_vim_Hwi_destruct
void ti_sysbios_family_arm_v7r_vim_Hwi_destruct(ti_sysbios_family_arm_v7r_vim_Hwi_Struct *obj)
Definition: mss_per4f.c:16269
ti_sysbios_heaps_HeapBuf_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_Module__diagsEnabled ti_sysbios_heaps_HeapBuf_Module__diagsEnabled__C
Definition: mss_per4f.c:4255
ti_sysbios_BIOS_taskEnabled__C
const __FAR__ CT__ti_sysbios_BIOS_taskEnabled ti_sysbios_BIOS_taskEnabled__C
Definition: mss_per4f.c:2621
ti_sysbios_gates_GateMutex_Object__table__C
const __FAR__ CT__ti_sysbios_gates_GateMutex_Object__table ti_sysbios_gates_GateMutex_Object__table__C
Definition: mss_per4f.c:3834
xdc_runtime_Registry_Module__gatePrms__C
const __FAR__ CT__xdc_runtime_Registry_Module__gatePrms xdc_runtime_Registry_Module__gatePrms__C
Definition: mss_per4f.c:7019
ti_sysbios_family_arm_v7r_vim_Hwi___S1
Definition: mss_per4f.c:15576
ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn0 ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn0__C
Definition: mss_per4f.c:3461
ti_sysbios_timers_rti_Timer_A_invalidTimer__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_A_invalidTimer ti_sysbios_timers_rti_Timer_A_invalidTimer__C
Definition: mss_per4f.c:6157
ti_sysbios_knl_Queue_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_knl_Queue_Module__loggerFxn8 ti_sysbios_knl_Queue_Module__loggerFxn8__C
Definition: mss_per4f.c:5077
ti_sysbios_hal_Hwi_Params__init__S
xdc_Void ti_sysbios_hal_Hwi_Params__init__S(xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:16957
ti_sysbios_knl_Task_Module_State_inactiveQ__O
const __FAR__ xdc_SizeT ti_sysbios_knl_Task_Module_State_inactiveQ__O
Definition: mss_per4f.c:1664
ti_sysbios_hal_Hwi_HwiProxy_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:314
ti_sysbios_knl_Task_Object__
Definition: mss_per4f.c:604
ti_sysbios_hal_Cache_Object__count__C
const __FAR__ CT__ti_sysbios_hal_Cache_Object__count ti_sysbios_hal_Cache_Object__count__C
Definition: mss_per4f.c:3899
ti_sysbios_knl_Task_SupportProxy_stackUsed__E
xdc_SizeT ti_sysbios_knl_Task_SupportProxy_stackUsed__E(xdc_Char *stack, xdc_SizeT size)
Definition: mss_per4f.c:15339
ti_sysbios_BIOS_Module__gateObj__C
const __FAR__ CT__ti_sysbios_BIOS_Module__gateObj ti_sysbios_BIOS_Module__gateObj__C
Definition: mss_per4f.c:2546
ti_sysbios_hal_Core_CoreProxy_getId__E
xdc_UInt ti_sysbios_hal_Core_CoreProxy_getId__E(void)
Definition: mss_per4f.c:14902
ti_sysbios_hal_Hwi_HwiProxy_getIrp__E
ti_sysbios_interfaces_IHwi_Irp ti_sysbios_hal_Hwi_HwiProxy_getIrp__E(ti_sysbios_hal_Hwi_HwiProxy_Handle __inst)
Definition: mss_per4f.c:15083
xdc_runtime_Assert_Module__gateObj__C
const __FAR__ CT__xdc_runtime_Assert_Module__gateObj xdc_runtime_Assert_Module__gateObj__C
Definition: mss_per4f.c:6210
ti_sysbios_timers_rti_Timer_Module_State_0_handles__A
__T1_ti_sysbios_timers_rti_Timer_Module_State__handles ti_sysbios_timers_rti_Timer_Module_State_0_handles__A[2]
Definition: mss_per4f.c:1416
ti_sysbios_knl_Event_Object__count__C
const __FAR__ CT__ti_sysbios_knl_Event_Object__count ti_sysbios_knl_Event_Object__count__C
Definition: mss_per4f.c:4787
xdc_runtime_Main_Module__loggerFxn2__C
const __FAR__ CT__xdc_runtime_Main_Module__loggerFxn2 xdc_runtime_Main_Module__loggerFxn2__C
Definition: mss_per4f.c:6852
ti_sysbios_family_arm_v7r_vim_Hwi_Module_startup__E
xdc_Int ti_sysbios_family_arm_v7r_vim_Hwi_Module_startup__E(xdc_Int)
ti_sysbios_heaps_HeapMem_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_Module__diagsEnabled ti_sysbios_heaps_HeapMem_Module__diagsEnabled__C
Definition: mss_per4f.c:4422
xdc_runtime_System_Module__state__V
xdc_runtime_System_Module_State__ xdc_runtime_System_Module__state__V
Definition: mss_per4f.c:1583
ti_sysbios_family_arm_v7r_vim_Hwi_Object__next__S
xdc_Ptr ti_sysbios_family_arm_v7r_vim_Hwi_Object__next__S(xdc_Ptr obj)
Definition: mss_per4f.c:16186
ti_sysbios_heaps_HeapMem_Object__heap__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_Object__heap ti_sysbios_heaps_HeapMem_Object__heap__C
Definition: mss_per4f.c:4478
ti_sysbios_family_arm_v7r_vim_Hwi_vectors
const UInt32 ti_sysbios_family_arm_v7r_vim_Hwi_vectors[]
Definition: mss_per4f.c:2231
xdc_runtime_Memory_Module__loggerFxn2__C
const __FAR__ CT__xdc_runtime_Memory_Module__loggerFxn2 xdc_runtime_Memory_Module__loggerFxn2__C
Definition: mss_per4f.c:6945
ti_sysbios_knl_Clock_TimerProxy_Proxy__delegate__S
xdc_CPtr ti_sysbios_knl_Clock_TimerProxy_Proxy__delegate__S(void)
Definition: mss_per4f.c:18174
ti_sysbios_gates_GateMutex_Object__create__S
xdc_Ptr ti_sysbios_gates_GateMutex_Object__create__S(xdc_CPtr __aa, const xdc_UChar *__paramsPtr, xdc_SizeT __psz, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:16695
ti_sysbios_knl_Task_LM_schedule__C
const __FAR__ CT__ti_sysbios_knl_Task_LM_schedule ti_sysbios_knl_Task_LM_schedule__C
Definition: mss_per4f.c:5840
ti_sysbios_hal_Hwi_HwiProxy_setHookContext__E
xdc_Void ti_sysbios_hal_Hwi_HwiProxy_setHookContext__E(ti_sysbios_hal_Hwi_HwiProxy_Handle __inst, xdc_Int id, xdc_Ptr hookContext)
Definition: mss_per4f.c:15077
ti_sysbios_BIOS_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_BIOS_Module__diagsIncluded ti_sysbios_BIOS_Module__diagsIncluded__C
Definition: mss_per4f.c:2538
ti_sysbios_gates_GateHwi_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:212
ti_sysbios_knl_Task_E_stackOverflow__C
const __FAR__ CT__ti_sysbios_knl_Task_E_stackOverflow ti_sysbios_knl_Task_E_stackOverflow__C
Definition: mss_per4f.c:5848
ti_sysbios_timers_rti_Timer_Object__DESC__C
const __FAR__ xdc_runtime_Core_ObjDesc ti_sysbios_timers_rti_Timer_Object__DESC__C
Definition: mss_per4f.c:5981
ti_sysbios_knl_Clock_TimerProxy_Object__
ti_sysbios_timers_rti_Timer_Object__ ti_sysbios_knl_Clock_TimerProxy_Object__
Definition: mss_per4f.c:474
ti_sysbios_knl_Swi_LD_end__C
const __FAR__ CT__ti_sysbios_knl_Swi_LD_end ti_sysbios_knl_Swi_LD_end__C
Definition: mss_per4f.c:5487
ti_sysbios_hal_Core_CoreProxy_hwiRestore__E
xdc_Void ti_sysbios_hal_Core_CoreProxy_hwiRestore__E(xdc_UInt key)
Definition: mss_per4f.c:14938
ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerObj ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerObj__C
Definition: mss_per4f.c:2707
ti_sysbios_family_arm_TaskSupport_Object__count__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_Object__count ti_sysbios_family_arm_TaskSupport_Object__count__C
Definition: mss_per4f.c:2804
ti_sysbios_hal_Hwi_Module__startupDone__S
xdc_Bool ti_sysbios_hal_Hwi_Module__startupDone__S(void)
Definition: mss_per4f.c:16941
ti_sysbios_knl_Semaphore___S1
Definition: mss_per4f.c:15747
ti_sysbios_knl_Semaphore_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_Module__loggerFxn2 ti_sysbios_knl_Semaphore_Module__loggerFxn2__C
Definition: mss_per4f.c:5167
xdc_runtime_Defaults_Module__diagsMask__C
const __FAR__ CT__xdc_runtime_Defaults_Module__diagsMask xdc_runtime_Defaults_Module__diagsMask__C
Definition: mss_per4f.c:6360
ti_sysbios_heaps_HeapBuf_A_zeroBlocks__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_A_zeroBlocks ti_sysbios_heaps_HeapBuf_A_zeroBlocks__C
Definition: mss_per4f.c:4343
ti_sysbios_hal_Core_CoreProxy_Proxy__delegate__S
xdc_CPtr ti_sysbios_hal_Core_CoreProxy_Proxy__delegate__S(void)
Definition: mss_per4f.c:16826
ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E
xdc_Void ti_sysbios_hal_Hwi_HwiProxy_switchFromBootStack__E(void)
Definition: mss_per4f.c:15017
ti_sysbios_gates_GateMutex_Object__get__S
xdc_Ptr ti_sysbios_gates_GateMutex_Object__get__S(xdc_Ptr oa, xdc_Int i)
Definition: mss_per4f.c:16658
ti_sysbios_knl_Task_A_taskDisabled__C
const __FAR__ CT__ti_sysbios_knl_Task_A_taskDisabled ti_sysbios_knl_Task_A_taskDisabled__C
Definition: mss_per4f.c:5884
ti_sysbios_knl_Event_Object__delete__S
xdc_Void ti_sysbios_knl_Event_Object__delete__S(xdc_Ptr instp)
Definition: mss_per4f.c:18407
ti_sysbios_gates_GateHwi_create
ti_sysbios_gates_GateHwi_Handle ti_sysbios_gates_GateHwi_create(const ti_sysbios_gates_GateHwi_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:16478
xdc_runtime_Main_Module__gateObj__C
const __FAR__ CT__xdc_runtime_Main_Module__gateObj xdc_runtime_Main_Module__gateObj__C
Definition: mss_per4f.c:6824
ti_sysbios_knl_Idle_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_knl_Idle_Module__gatePrms ti_sysbios_knl_Idle_Module__gatePrms__C
Definition: mss_per4f.c:4864
ti_sysbios_knl_Swi_Object__heap__C
const __FAR__ CT__ti_sysbios_knl_Swi_Object__heap ti_sysbios_knl_Swi_Object__heap__C
Definition: mss_per4f.c:5471
ti_sysbios_family_arm_v7r_tms570_Core_Module__startupDone__F
xdc_Bool ti_sysbios_family_arm_v7r_tms570_Core_Module__startupDone__F(void)
Definition: mss_per4f.c:1777
ti_sysbios_knl_Event_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_knl_Event_Module__loggerFxn2 ti_sysbios_knl_Event_Module__loggerFxn2__C
Definition: mss_per4f.c:4775
ti_sysbios_family_arm_v7r_vim_Hwi_channelMap__A
const __T1_ti_sysbios_family_arm_v7r_vim_Hwi_channelMap ti_sysbios_family_arm_v7r_vim_Hwi_channelMap__A[128]
Definition: mss_per4f.c:1106
xdc_runtime_Memory_Object__count__C
const __FAR__ CT__xdc_runtime_Memory_Object__count xdc_runtime_Memory_Object__count__C
Definition: mss_per4f.c:6957
xdc_runtime_Assert_Module__diagsMask__C
const __FAR__ CT__xdc_runtime_Assert_Module__diagsMask xdc_runtime_Assert_Module__diagsMask__C
Definition: mss_per4f.c:6206
ti_sysbios_timers_rti_Timer_Module__
struct ti_sysbios_timers_rti_Timer_Module__ ti_sysbios_timers_rti_Timer_Module__
xdc_runtime_Main_Module_GateProxy_query__E
xdc_Bool xdc_runtime_Main_Module_GateProxy_query__E(xdc_Int qual)
Definition: mss_per4f.c:15394
xdc_runtime_Core_Module__diagsEnabled__C
const __FAR__ CT__xdc_runtime_Core_Module__diagsEnabled xdc_runtime_Core_Module__diagsEnabled__C
Definition: mss_per4f.c:6275
ti_sysbios_knl_Clock_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_knl_Clock_Module__loggerDefined ti_sysbios_knl_Clock_Module__loggerDefined__C
Definition: mss_per4f.c:4611
ti_sysbios_knl_Task_Handle__label__S
xdc_runtime_Types_Label * ti_sysbios_knl_Task_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:19310
ti_sysbios_gates_GateHwi_Object__sizeof__C
const __FAR__ CT__ti_sysbios_gates_GateHwi_Object__sizeof ti_sysbios_gates_GateHwi_Object__sizeof__C
Definition: mss_per4f.c:3699
ti_sysbios_knl_Task_numConstructedTasks__C
const __FAR__ CT__ti_sysbios_knl_Task_numConstructedTasks ti_sysbios_knl_Task_numConstructedTasks__C
Definition: mss_per4f.c:5964
ti_sysbios_hal_Core_Module__startupDone__S
xdc_Bool ti_sysbios_hal_Core_Module__startupDone__S(void)
Definition: mss_per4f.c:16810
ti_sysbios_knl_Clock_Module__
Definition: mss_per4f.c:410
ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsIncluded ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsIncluded__C
Definition: mss_per4f.c:3433
ti_sysbios_timers_rti_Timer_delete
void ti_sysbios_timers_rti_Timer_delete(ti_sysbios_timers_rti_Timer_Handle *instp)
Definition: mss_per4f.c:19718
ti_sysbios_gates_GateHwi_Object__
Definition: mss_per4f.c:219
xdc_runtime_Main_Object__count__C
const __FAR__ CT__xdc_runtime_Main_Object__count xdc_runtime_Main_Object__count__C
Definition: mss_per4f.c:6864
ti_sysbios_family_arm_IntrinsicsSupport_Module__id__C
const __FAR__ CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__id ti_sysbios_family_arm_IntrinsicsSupport_Module__id__C
Definition: mss_per4f.c:2699
ti_sysbios_knl_Task_Module__startupDone__S
xdc_Bool ti_sysbios_knl_Task_Module__startupDone__S(void)
Definition: mss_per4f.c:19304
ti_sysbios_gates_GateMutex_Module__gateObj__C
const __FAR__ CT__ti_sysbios_gates_GateMutex_Module__gateObj ti_sysbios_gates_GateMutex_Module__gateObj__C
Definition: mss_per4f.c:3782
ti_sysbios_BIOS_Module_State__::cpuFreq
xdc_runtime_Types_FreqHz cpuFreq
Definition: mss_per4f.c:964
ti_sysbios_heaps_HeapBuf_Object__sizeof__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_Object__sizeof ti_sysbios_heaps_HeapBuf_Object__sizeof__C
Definition: mss_per4f.c:4315
ti_sysbios_heaps_HeapMem_Module__id__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_Module__id ti_sysbios_heaps_HeapMem_Module__id__C
Definition: mss_per4f.c:4442
xdc_runtime_System_Object__table__C
const __FAR__ CT__xdc_runtime_System_Object__table xdc_runtime_System_Object__table__C
Definition: mss_per4f.c:7396
xdc_runtime_Diags_Module__loggerFxn4__C
const __FAR__ CT__xdc_runtime_Diags_Module__loggerFxn4 xdc_runtime_Diags_Module__loggerFxn4__C
Definition: mss_per4f.c:6469
xdc_runtime_System_SupportProxy_exit__E
xdc_Void xdc_runtime_System_SupportProxy_exit__E(xdc_Int stat)
Definition: mss_per4f.c:15547
ti_sysbios_knl_Intrinsics_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_knl_Intrinsics_Module__loggerFxn2 ti_sysbios_knl_Intrinsics_Module__loggerFxn2__C
Definition: mss_per4f.c:4969
ti_sysbios_gates_GateHwi_Module__
struct ti_sysbios_gates_GateHwi_Module__ ti_sysbios_gates_GateHwi_Module__
ti_sysbios_gates_GateHwi_Object__heap__C
const __FAR__ CT__ti_sysbios_gates_GateHwi_Object__heap ti_sysbios_gates_GateHwi_Object__heap__C
Definition: mss_per4f.c:3695
ti_sysbios_knl_Task_Object__::readyQ
ti_sysbios_knl_Queue_Handle readyQ
Definition: mss_per4f.c:620
ti_sysbios_BIOS_RtsGateProxy_Proxy__abstract__S
xdc_Bool ti_sysbios_BIOS_RtsGateProxy_Proxy__abstract__S(void)
Definition: mss_per4f.c:15972
ti_sysbios_timers_rti_Timer_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_Module__loggerObj ti_sysbios_timers_rti_Timer_Module__loggerObj__C
Definition: mss_per4f.c:6117
ti_sysbios_knl_Clock_TimerProxy_getExpiredCounts__E
xdc_UInt32 ti_sysbios_knl_Clock_TimerProxy_getExpiredCounts__E(ti_sysbios_knl_Clock_TimerProxy_Handle __inst)
Definition: mss_per4f.c:15271
ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle__label__S
xdc_runtime_Types_Label * ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:15120
ti_sysbios_family_arm_TaskSupport_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_Module__loggerObj ti_sysbios_family_arm_TaskSupport_Module__loggerObj__C
Definition: mss_per4f.c:2780
ti_sysbios_timers_rti_Timer_E_invalidTimer__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_E_invalidTimer ti_sysbios_timers_rti_Timer_E_invalidTimer__C
Definition: mss_per4f.c:6161
ti_sysbios_gates_GateMutex_Object2__
Definition: mss_per4f.c:140
xdc_runtime_Text_nodeTab__C
const __FAR__ CT__xdc_runtime_Text_nodeTab xdc_runtime_Text_nodeTab__C
Definition: mss_per4f.c:14651
ti_sysbios_timers_rti_Timer_Module_startup__E
xdc_Int ti_sysbios_timers_rti_Timer_Module_startup__E(xdc_Int)
ti_sysbios_knl_Idle_Object__heap__C
const __FAR__ CT__ti_sysbios_knl_Idle_Object__heap ti_sysbios_knl_Idle_Object__heap__C
Definition: mss_per4f.c:4904
xdc_runtime_Memory_HeapProxy_isBlocking__E
xdc_Bool xdc_runtime_Memory_HeapProxy_isBlocking__E(xdc_runtime_Memory_HeapProxy_Handle __inst)
Definition: mss_per4f.c:15461
ti_sysbios_heaps_HeapBuf_A_zeroBufSize__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_A_zeroBufSize ti_sysbios_heaps_HeapBuf_A_zeroBufSize__C
Definition: mss_per4f.c:4347
ti_sysbios_family_arm_exc_Exception_Object__heap__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_Object__heap ti_sysbios_family_arm_exc_Exception_Object__heap__C
Definition: mss_per4f.c:2937
ti_sysbios_knl_Event_Module__gateObj__C
const __FAR__ CT__ti_sysbios_knl_Event_Module__gateObj ti_sysbios_knl_Event_Module__gateObj__C
Definition: mss_per4f.c:4747
ti_sysbios_knl_Task_Object__::arg0
xdc_UArg arg0
Definition: mss_per4f.c:615
ti_sysbios_knl_Semaphore_Instance_State_pendQ__O
const __FAR__ xdc_SizeT ti_sysbios_knl_Semaphore_Instance_State_pendQ__O
Definition: mss_per4f.c:1656
xdc_runtime_Diags_Module__diagsIncluded__C
const __FAR__ CT__xdc_runtime_Diags_Module__diagsIncluded xdc_runtime_Diags_Module__diagsIncluded__C
Definition: mss_per4f.c:6429
ti_sysbios_family_arm_v7r_vim_Hwi_Module__id__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__id ti_sysbios_family_arm_v7r_vim_Hwi_Module__id__C
Definition: mss_per4f.c:3449
ti_sysbios_heaps_HeapMem_Object2__
Definition: mss_per4f.c:375
xdc_runtime_Startup_Module__gateObj__C
const __FAR__ CT__xdc_runtime_Startup_Module__gateObj xdc_runtime_Startup_Module__gateObj__C
Definition: mss_per4f.c:7142
ti_sysbios_knl_Event_Module__
Definition: mss_per4f.c:488
xdc_runtime_Text_Object__sizeof__C
const __FAR__ CT__xdc_runtime_Text_Object__sizeof xdc_runtime_Text_Object__sizeof__C
Definition: mss_per4f.c:14623
ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsEnabled ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsEnabled__C
Definition: mss_per4f.c:2982
ti_sysbios_hal_Core_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_hal_Core_Module__loggerFxn4 ti_sysbios_hal_Core_Module__loggerFxn4__C
Definition: mss_per4f.c:4042
ti_sysbios_gates_GateMutex_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_gates_GateMutex_Module__loggerObj ti_sysbios_gates_GateMutex_Module__loggerObj__C
Definition: mss_per4f.c:3798
ti_sysbios_hal_Core_CoreProxy_hwiDisable__E
xdc_UInt ti_sysbios_hal_Core_CoreProxy_hwiDisable__E(void)
Definition: mss_per4f.c:14926
ti_sysbios_knl_Task_A_badPriority__C
const __FAR__ CT__ti_sysbios_knl_Task_A_badPriority ti_sysbios_knl_Task_A_badPriority__C
Definition: mss_per4f.c:5888
ti_sysbios_family_arm_v7r_vim_Hwi_channelMap__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_channelMap ti_sysbios_family_arm_v7r_vim_Hwi_channelMap__C
Definition: mss_per4f.c:3573
xdc_runtime_Core_Module__loggerFxn0__C
const __FAR__ CT__xdc_runtime_Core_Module__loggerFxn0 xdc_runtime_Core_Module__loggerFxn0__C
Definition: mss_per4f.c:6307
ti_sysbios_hal_Hwi_HwiProxy_Module__
struct ti_sysbios_hal_Hwi_HwiProxy_Module__ ti_sysbios_hal_Hwi_HwiProxy_Module__
xdc_runtime_Main_Module__startupDone__S
xdc_Bool xdc_runtime_Main_Module__startupDone__S(void)
Definition: mss_per4f.c:19813
ti_sysbios_hal_Cache_CacheProxy_wbAll__E
xdc_Void ti_sysbios_hal_Cache_CacheProxy_wbAll__E(void)
Definition: mss_per4f.c:14871
ti_sysbios_knl_Task_Object__::mode
ti_sysbios_knl_Task_Mode mode
Definition: mss_per4f.c:609
ti_sysbios_knl_Clock_doTickFunc__C
const __FAR__ CT__ti_sysbios_knl_Clock_doTickFunc ti_sysbios_knl_Clock_doTickFunc__C
Definition: mss_per4f.c:4695
ti_sysbios_BIOS_installedErrorHook__C
const __FAR__ CT__ti_sysbios_BIOS_installedErrorHook ti_sysbios_BIOS_installedErrorHook__C
Definition: mss_per4f.c:2665
ti_sysbios_hal_Hwi_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:276
ti_sysbios_knl_Clock_TimerProxy_getCount__E
xdc_UInt32 ti_sysbios_knl_Clock_TimerProxy_getCount__E(ti_sysbios_knl_Clock_TimerProxy_Handle __inst)
Definition: mss_per4f.c:15241
ti_sysbios_gates_GateHwi_delete
void ti_sysbios_gates_GateHwi_delete(ti_sysbios_gates_GateHwi_Handle *instp)
Definition: mss_per4f.c:16521
xdc_runtime_Error_Module_State__
struct xdc_runtime_Error_Module_State__ xdc_runtime_Error_Module_State__
xdc_runtime_Log_Module__id__C
const __FAR__ CT__xdc_runtime_Log_Module__id xdc_runtime_Log_Module__id__C
Definition: mss_per4f.c:6715
ti_sysbios_heaps_HeapBuf_A_invalidRequestedAlign__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_A_invalidRequestedAlign ti_sysbios_heaps_HeapBuf_A_invalidRequestedAlign__C
Definition: mss_per4f.c:4335
ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerObj ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerObj__C
Definition: mss_per4f.c:3457
ti_sysbios_knl_Semaphore_eventPost__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_eventPost ti_sysbios_knl_Semaphore_eventPost__C
Definition: mss_per4f.c:5235
ti_sysbios_hal_Hwi_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_hal_Hwi_Module__diagsEnabled ti_sysbios_hal_Hwi_Module__diagsEnabled__C
Definition: mss_per4f.c:4115
xdc_runtime_Registry_Object__count__C
const __FAR__ CT__xdc_runtime_Registry_Object__count xdc_runtime_Registry_Object__count__C
Definition: mss_per4f.c:7055
ti_sysbios_hal_Hwi_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_hal_Hwi_Module__diagsMask ti_sysbios_hal_Hwi_Module__diagsMask__C
Definition: mss_per4f.c:4123
ti_sysbios_family_arm_TaskSupport_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_Module__loggerFxn8 ti_sysbios_family_arm_TaskSupport_Module__loggerFxn8__C
Definition: mss_per4f.c:2800
ti_sysbios_knl_Task_SupportProxy_Proxy__abstract__S
xdc_Bool ti_sysbios_knl_Task_SupportProxy_Proxy__abstract__S(void)
Definition: mss_per4f.c:19457
ti_sysbios_knl_Clock_Object2__
Definition: mss_per4f.c:431
ti_sysbios_knl_Task_Object__::hookEnv
__TA_ti_sysbios_knl_Task_Instance_State__hookEnv hookEnv
Definition: mss_per4f.c:618
ti_sysbios_family_arm_v7r_vim_Hwi_taskRestoreHwi__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_taskRestoreHwi ti_sysbios_family_arm_v7r_vim_Hwi_taskRestoreHwi__C
Definition: mss_per4f.c:3597
ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerDefined ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerDefined__C
Definition: mss_per4f.c:3453
ti_sysbios_knl_Queue___S1::s0
ti_sysbios_knl_Queue_Object2__ s0
Definition: mss_per4f.c:15728
xdc_runtime_Error_Module__state__V
xdc_runtime_Error_Module_State__ xdc_runtime_Error_Module__state__V
Definition: mss_per4f.c:1452
xdc_runtime_Diags_Module__id__C
const __FAR__ CT__xdc_runtime_Diags_Module__id xdc_runtime_Diags_Module__id__C
Definition: mss_per4f.c:6445
xdc_runtime_Core_Module__id__C
const __FAR__ CT__xdc_runtime_Core_Module__id xdc_runtime_Core_Module__id__C
Definition: mss_per4f.c:6295
xdc_runtime_Registry_Module__loggerDefined__C
const __FAR__ CT__xdc_runtime_Registry_Module__loggerDefined xdc_runtime_Registry_Module__loggerDefined__C
Definition: mss_per4f.c:7027
ti_sysbios_knl_Queue_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_knl_Queue_Module__loggerFxn2 ti_sysbios_knl_Queue_Module__loggerFxn2__C
Definition: mss_per4f.c:5069
ti_sysbios_BIOS_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_BIOS_Module__loggerFxn0 ti_sysbios_BIOS_Module__loggerFxn0__C
Definition: mss_per4f.c:2566
xdc_runtime_Defaults_Module__id__C
const __FAR__ CT__xdc_runtime_Defaults_Module__id xdc_runtime_Defaults_Module__id__C
Definition: mss_per4f.c:6372
ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__::taskSP
xdc_Char * taskSP
Definition: mss_per4f.c:1059
ti_sysbios_family_arm_exc_Exception_Module__state__V
ti_sysbios_family_arm_exc_Exception_Module_State__ ti_sysbios_family_arm_exc_Exception_Module__state__V
Definition: mss_per4f.c:1039
ti_sysbios_knl_Semaphore_E_objectNotInKernelSpace__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_E_objectNotInKernelSpace ti_sysbios_knl_Semaphore_E_objectNotInKernelSpace__C
Definition: mss_per4f.c:5223
xdc_runtime_System_Module_GateProxy_Object2__
Definition: mss_per4f.c:787
xdc_runtime_Main_Object__table__C
const __FAR__ CT__xdc_runtime_Main_Object__table xdc_runtime_Main_Object__table__C
Definition: mss_per4f.c:6876
ti_sysbios_knl_Event_delete
void ti_sysbios_knl_Event_delete(ti_sysbios_knl_Event_Handle *instp)
Definition: mss_per4f.c:18414
ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__::isrStack
xdc_Char * isrStack
Definition: mss_per4f.c:1060
ti_sysbios_knl_Clock_Object__first__S
xdc_Ptr ti_sysbios_knl_Clock_Object__first__S(void)
Definition: mss_per4f.c:17964
ti_sysbios_knl_Intrinsics_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_knl_Intrinsics_Module__loggerFxn8 ti_sysbios_knl_Intrinsics_Module__loggerFxn8__C
Definition: mss_per4f.c:4977
ti_sysbios_knl_Clock_A_badThreadType__C
const __FAR__ CT__ti_sysbios_knl_Clock_A_badThreadType ti_sysbios_knl_Clock_A_badThreadType__C
Definition: mss_per4f.c:4671
ti_sysbios_knl_Clock_Module_State__::timer
ti_sysbios_knl_Clock_TimerProxy_Handle timer
Definition: mss_per4f.c:1237
ti_sysbios_knl_Clock_Object__::period
xdc_UInt32 period
Definition: mss_per4f.c:424
ti_sysbios_knl_Event_Module__startupDone__S
xdc_Bool ti_sysbios_knl_Event_Module__startupDone__S(void)
Definition: mss_per4f.c:18290
ti_sysbios_family_arm_v7r_vim_Hwi_Module__
Definition: mss_per4f.c:180
ti_sysbios_heaps_HeapMem_Object__delete__S
xdc_Void ti_sysbios_heaps_HeapMem_Object__delete__S(xdc_Ptr instp)
Definition: mss_per4f.c:17690
xdc_runtime_System_aprintf_va__E
xdc_Int xdc_runtime_System_aprintf_va__E(xdc_CString fmt, va_list __va)
Definition: mss_per4f.c:14701
xdc_runtime_SysStd_Module__gateObj__C
const __FAR__ CT__xdc_runtime_SysStd_Module__gateObj xdc_runtime_SysStd_Module__gateObj__C
Definition: mss_per4f.c:7243
ti_sysbios_hal_Hwi_HwiProxy_Proxy__abstract__S
xdc_Bool ti_sysbios_hal_Hwi_HwiProxy_Proxy__abstract__S(void)
Definition: mss_per4f.c:17197
ti_sysbios_knl_Clock_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_knl_Clock_Module__diagsIncluded ti_sysbios_knl_Clock_Module__diagsIncluded__C
Definition: mss_per4f.c:4591
xdc_runtime_System_asprintf_va__E
xdc_Int xdc_runtime_System_asprintf_va__E(xdc_Char buf[], xdc_CString fmt, va_list __va)
Definition: mss_per4f.c:14737
xdc_runtime_Main_Module_GateProxy_Proxy__abstract__S
xdc_Bool xdc_runtime_Main_Module_GateProxy_Proxy__abstract__S(void)
Definition: mss_per4f.c:19928
ti_sysbios_knl_Event_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:505
ti_sysbios_gates_GateHwi_Module__startupDone__S
xdc_Bool ti_sysbios_gates_GateHwi_Module__startupDone__S(void)
Definition: mss_per4f.c:16397
ti_sysbios_gates_GateMutex_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:236
xdc_runtime_Memory_HeapProxy_Module__startupDone__S
xdc_Bool xdc_runtime_Memory_HeapProxy_Module__startupDone__S(void)
Definition: mss_per4f.c:15419
ti_sysbios_heaps_HeapMem_Module_GateProxy_Object__
ti_sysbios_gates_GateMutex_Object__ ti_sysbios_heaps_HeapMem_Module_GateProxy_Object__
Definition: mss_per4f.c:396
xdc_runtime_Assert_Module__diagsEnabled__C
const __FAR__ CT__xdc_runtime_Assert_Module__diagsEnabled xdc_runtime_Assert_Module__diagsEnabled__C
Definition: mss_per4f.c:6198
ti_sysbios_knl_Queue_Module__gateObj__C
const __FAR__ CT__ti_sysbios_knl_Queue_Module__gateObj ti_sysbios_knl_Queue_Module__gateObj__C
Definition: mss_per4f.c:5041
xdc_runtime_System_SupportProxy_flush__E
xdc_Void xdc_runtime_System_SupportProxy_flush__E(void)
Definition: mss_per4f.c:15553
ti_sysbios_knl_Semaphore_A_invTimeout__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_A_invTimeout ti_sysbios_knl_Semaphore_A_invTimeout__C
Definition: mss_per4f.c:5207
xdc_runtime_System_Module__loggerFxn0__C
const __FAR__ CT__xdc_runtime_System_Module__loggerFxn0 xdc_runtime_System_Module__loggerFxn0__C
Definition: mss_per4f.c:7364
xdc_runtime_Memory_Module__diagsIncluded__C
const __FAR__ CT__xdc_runtime_Memory_Module__diagsIncluded xdc_runtime_Memory_Module__diagsIncluded__C
Definition: mss_per4f.c:6909
xdc_runtime_IGateProvider_delete
void xdc_runtime_IGateProvider_delete(xdc_runtime_IGateProvider_Handle *instp)
Definition: mss_per4f.c:15846
ti_sysbios_BIOS_removeRTSLock
Void ti_sysbios_BIOS_removeRTSLock(Void)
Definition: mss_per4f.c:2141
xdc_runtime_Error_policyFxn__C
const __FAR__ CT__xdc_runtime_Error_policyFxn xdc_runtime_Error_policyFxn__C
Definition: mss_per4f.c:6589
ti_sysbios_knl_Event_Object__first__S
xdc_Ptr ti_sysbios_knl_Event_Object__first__S(void)
Definition: mss_per4f.c:18323
ti_sysbios_knl_Task_startupHookFunc__C
const __FAR__ CT__ti_sysbios_knl_Task_startupHookFunc ti_sysbios_knl_Task_startupHookFunc__C
Definition: mss_per4f.c:5968
ti_sysbios_gates_GateHwi_Object__DESC__C
const __FAR__ xdc_runtime_Core_ObjDesc ti_sysbios_gates_GateHwi_Object__DESC__C
Definition: mss_per4f.c:3609
ti_sysbios_knl_Task_Object__::arg1
xdc_UArg arg1
Definition: mss_per4f.c:616
ti_sysbios_family_arm_TaskSupport_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_Module__diagsMask ti_sysbios_family_arm_TaskSupport_Module__diagsMask__C
Definition: mss_per4f.c:2760
ti_sysbios_gates_GateHwi_Module__FXNS__C
const ti_sysbios_gates_GateHwi_Fxns__ ti_sysbios_gates_GateHwi_Module__FXNS__C
Definition: mss_per4f.c:829
ti_sysbios_knl_Task_construct
void ti_sysbios_knl_Task_construct(ti_sysbios_knl_Task_Struct *__obj, ti_sysbios_knl_Task_FuncPtr fxn, const ti_sysbios_knl_Task_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:19416
xdc_runtime_Startup_exec__I
xdc_Void xdc_runtime_Startup_exec__I(void)
Definition: mss_per4f.c:1810
ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerDefined ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerDefined__C
Definition: mss_per4f.c:2703
ti_sysbios_timers_rti_Timer_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_Module__diagsIncluded ti_sysbios_timers_rti_Timer_Module__diagsIncluded__C
Definition: mss_per4f.c:6093
xdc_runtime_Assert_Module__gatePrms__C
const __FAR__ CT__xdc_runtime_Assert_Module__gatePrms xdc_runtime_Assert_Module__gatePrms__C
Definition: mss_per4f.c:6214
ti_sysbios_heaps_HeapBuf_A_invalidBlockSize__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_A_invalidBlockSize ti_sysbios_heaps_HeapBuf_A_invalidBlockSize__C
Definition: mss_per4f.c:4339
ti_sysbios_hal_Cache_Object__sizeof__C
const __FAR__ CT__ti_sysbios_hal_Cache_Object__sizeof ti_sysbios_hal_Cache_Object__sizeof__C
Definition: mss_per4f.c:3907
ti_sysbios_BIOS_startFunc
xdc_Void ti_sysbios_BIOS_startFunc(xdc_Void)
ti_sysbios_heaps_HeapBuf_Object__
struct ti_sysbios_heaps_HeapBuf_Object__ ti_sysbios_heaps_HeapBuf_Object__
ti_sysbios_knl_Swi_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_knl_Swi_Module__loggerFxn0 ti_sysbios_knl_Swi_Module__loggerFxn0__C
Definition: mss_per4f.c:5447
xdc_runtime_Memory_Module_State__::maxDefaultTypeAlign
xdc_SizeT maxDefaultTypeAlign
Definition: mss_per4f.c:1481
xdc_runtime_Startup_maxPasses__C
const __FAR__ CT__xdc_runtime_Startup_maxPasses xdc_runtime_Startup_maxPasses__C
Definition: mss_per4f.c:7198
ti_sysbios_heaps_HeapBuf_A_invalidFree__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_A_invalidFree ti_sysbios_heaps_HeapBuf_A_invalidFree__C
Definition: mss_per4f.c:4359
xdc_runtime_Log_L_error__C
const __FAR__ CT__xdc_runtime_Log_L_error xdc_runtime_Log_L_error__C
Definition: mss_per4f.c:6779
ti_sysbios_family_arm_TaskSupport_Object__sizeof__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_Object__sizeof ti_sysbios_family_arm_TaskSupport_Object__sizeof__C
Definition: mss_per4f.c:2812
ti_sysbios_heaps_HeapBuf___S1::s0
ti_sysbios_heaps_HeapBuf_Object2__ s0
Definition: mss_per4f.c:15652
ti_sysbios_knl_Swi_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_knl_Swi_Module__diagsMask ti_sysbios_knl_Swi_Module__diagsMask__C
Definition: mss_per4f.c:5423
ti_sysbios_knl_Semaphore_eventSync__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_eventSync ti_sysbios_knl_Semaphore_eventSync__C
Definition: mss_per4f.c:5239
ti_sysbios_knl_Semaphore_Object__first__S
xdc_Ptr ti_sysbios_knl_Semaphore_Object__first__S(void)
Definition: mss_per4f.c:18840
ti_sysbios_knl_Swi_Object__sizeof__C
const __FAR__ CT__ti_sysbios_knl_Swi_Object__sizeof ti_sysbios_knl_Swi_Object__sizeof__C
Definition: mss_per4f.c:5475
ti_sysbios_knl_Swi_Params__init__S
xdc_Void ti_sysbios_knl_Swi_Params__init__S(xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:19063
ti_sysbios_heaps_HeapBuf_A_noBlocksToFree__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_A_noBlocksToFree ti_sysbios_heaps_HeapBuf_A_noBlocksToFree__C
Definition: mss_per4f.c:4355
xdc_runtime_Text_charTab__A
const __T1_xdc_runtime_Text_charTab xdc_runtime_Text_charTab__A[6894]
Definition: mss_per4f.c:1613
ti_sysbios_family_arm_v7r_vim_Hwi_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:201
ti_sysbios_family_arm_TaskSupport_defaultStackSize__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_defaultStackSize ti_sysbios_family_arm_TaskSupport_defaultStackSize__C
Definition: mss_per4f.c:2820
ti_sysbios_knl_Queue_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:113
ti_sysbios_hal_Hwi_HwiProxy_Object2__
Definition: mss_per4f.c:313
ti_sysbios_hal_Hwi_HwiProxy_Object2__::obj
ti_sysbios_hal_Hwi_HwiProxy_Object__ obj
Definition: mss_per4f.c:315
ti_sysbios_hal_Core_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_hal_Core_Module__diagsEnabled ti_sysbios_hal_Core_Module__diagsEnabled__C
Definition: mss_per4f.c:3998
ti_sysbios_hal_Cache_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_hal_Cache_Module__gatePrms ti_sysbios_hal_Cache_Module__gatePrms__C
Definition: mss_per4f.c:3863
ti_sysbios_knl_Swi_destruct
void ti_sysbios_knl_Swi_destruct(ti_sysbios_knl_Swi_Struct *obj)
Definition: mss_per4f.c:19176
ti_sysbios_hal_Core_CoreProxy_interruptCore__E
xdc_Void ti_sysbios_hal_Core_CoreProxy_interruptCore__E(xdc_UInt coreId)
Definition: mss_per4f.c:14908
ti_sysbios_knl_Semaphore_delete
void ti_sysbios_knl_Semaphore_delete(ti_sysbios_knl_Semaphore_Handle *instp)
Definition: mss_per4f.c:18932
ti_sysbios_heaps_HeapMem_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_Module__gatePrms ti_sysbios_heaps_HeapMem_Module__gatePrms__C
Definition: mss_per4f.c:4438
ti_sysbios_knl_Task_Module_State__::constructedTasks
__TA_ti_sysbios_knl_Task_Module_State__constructedTasks constructedTasks
Definition: mss_per4f.c:1373
ti_sysbios_knl_Event_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_knl_Event_Module__loggerFxn8 ti_sysbios_knl_Event_Module__loggerFxn8__C
Definition: mss_per4f.c:4783
ti_sysbios_knl_Task_E_objectCheckFailed__C
const __FAR__ CT__ti_sysbios_knl_Task_E_objectCheckFailed ti_sysbios_knl_Task_E_objectCheckFailed__C
Definition: mss_per4f.c:5864
ti_sysbios_BIOS_Object__count__C
const __FAR__ CT__ti_sysbios_BIOS_Object__count ti_sysbios_BIOS_Object__count__C
Definition: mss_per4f.c:2586
ti_sysbios_family_arm_v7r_vim_Hwi_resetVIM__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_resetVIM ti_sysbios_family_arm_v7r_vim_Hwi_resetVIM__C
Definition: mss_per4f.c:3537
xdc_runtime_Main_Module__diagsMask__C
const __FAR__ CT__xdc_runtime_Main_Module__diagsMask xdc_runtime_Main_Module__diagsMask__C
Definition: mss_per4f.c:6820
ti_sysbios_knl_Intrinsics_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_knl_Intrinsics_Module__loggerFxn1 ti_sysbios_knl_Intrinsics_Module__loggerFxn1__C
Definition: mss_per4f.c:4965
ti_sysbios_knl_Task_allBlockedFunc__C
const __FAR__ CT__ti_sysbios_knl_Task_allBlockedFunc ti_sysbios_knl_Task_allBlockedFunc__C
Definition: mss_per4f.c:5920
ti_sysbios_family_arm_v7r_vim_Hwi_Object__get__S
xdc_Ptr ti_sysbios_family_arm_v7r_vim_Hwi_Object__get__S(xdc_Ptr oa, xdc_Int i)
Definition: mss_per4f.c:16162
ti_sysbios_knl_Event_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_knl_Event_Module__loggerObj ti_sysbios_knl_Event_Module__loggerObj__C
Definition: mss_per4f.c:4763
xdc_runtime_Startup_sfxnRts__A
const __T1_xdc_runtime_Startup_sfxnRts xdc_runtime_Startup_sfxnRts__A[10]
Definition: mss_per4f.c:1561
ti_sysbios_knl_Idle_Module__gateObj__C
const __FAR__ CT__ti_sysbios_knl_Idle_Module__gateObj ti_sysbios_knl_Idle_Module__gateObj__C
Definition: mss_per4f.c:4860
ti_sysbios_knl_Clock_Object__::elem
ti_sysbios_knl_Queue_Elem elem
Definition: mss_per4f.c:421
ti_sysbios_hal_Cache_Module__id__C
const __FAR__ CT__ti_sysbios_hal_Cache_Module__id ti_sysbios_hal_Cache_Module__id__C
Definition: mss_per4f.c:3867
ti_sysbios_knl_Queue_Object__
struct ti_sysbios_knl_Queue_Object__ ti_sysbios_knl_Queue_Object__
xdc_runtime_Registry_Module__loggerFxn4__C
const __FAR__ CT__xdc_runtime_Registry_Module__loggerFxn4 xdc_runtime_Registry_Module__loggerFxn4__C
Definition: mss_per4f.c:7047
xdc_runtime_System_asprintf__E
xdc_Int xdc_runtime_System_asprintf__E(xdc_Char buf[], xdc_CString fmt,...)
Definition: mss_per4f.c:14743
ti_sysbios_knl_Clock_TimerProxy_create
ti_sysbios_knl_Clock_TimerProxy_Handle ti_sysbios_knl_Clock_TimerProxy_create(xdc_Int id, ti_sysbios_interfaces_ITimer_FuncPtr tickFxn, const ti_sysbios_knl_Clock_TimerProxy_Params *prms, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:15157
ti_sysbios_knl_Idle_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_knl_Idle_Module__loggerFxn0 ti_sysbios_knl_Idle_Module__loggerFxn0__C
Definition: mss_per4f.c:4880
ti_sysbios_hal_CacheNull_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_hal_CacheNull_Module__loggerDefined ti_sysbios_hal_CacheNull_Module__loggerDefined__C
Definition: mss_per4f.c:3944
xdc_runtime_Text_Module__gatePrms__C
const __FAR__ CT__xdc_runtime_Text_Module__gatePrms xdc_runtime_Text_Module__gatePrms__C
Definition: mss_per4f.c:14579
ti_sysbios_hal_Cache_CacheProxy_Module__startupDone__S
xdc_Bool ti_sysbios_hal_Cache_CacheProxy_Module__startupDone__S(void)
Definition: mss_per4f.c:14835
xdc_runtime_Registry_Module__diagsMask__C
const __FAR__ CT__xdc_runtime_Registry_Module__diagsMask xdc_runtime_Registry_Module__diagsMask__C
Definition: mss_per4f.c:7011
ti_sysbios_knl_Intrinsics_Object__sizeof__C
const __FAR__ CT__ti_sysbios_knl_Intrinsics_Object__sizeof ti_sysbios_knl_Intrinsics_Object__sizeof__C
Definition: mss_per4f.c:4989
ti_sysbios_family_arm_exc_Exception_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_Module__loggerFxn8 ti_sysbios_family_arm_exc_Exception_Module__loggerFxn8__C
Definition: mss_per4f.c:2929
xdc_runtime_Memory_Object__heap__C
const __FAR__ CT__xdc_runtime_Memory_Object__heap xdc_runtime_Memory_Object__heap__C
Definition: mss_per4f.c:6961
ti_sysbios_heaps_HeapBuf_Object2__
Definition: mss_per4f.c:347
ti_sysbios_timers_rti_Timer_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:469
ti_sysbios_heaps_HeapBuf_Handle__label__S
xdc_runtime_Types_Label * ti_sysbios_heaps_HeapBuf_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:17323
xdc_runtime_Main_Module__id__C
const __FAR__ CT__xdc_runtime_Main_Module__id xdc_runtime_Main_Module__id__C
Definition: mss_per4f.c:6832
ti_sysbios_hal_Cache_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_hal_Cache_Module__loggerObj ti_sysbios_hal_Cache_Module__loggerObj__C
Definition: mss_per4f.c:3875
xdc_runtime_System_sprintf_va__E
xdc_Int xdc_runtime_System_sprintf_va__E(xdc_Char buf[], xdc_CString fmt, va_list __va)
Definition: mss_per4f.c:14719
ti_sysbios_knl_Event_Module__id__C
const __FAR__ CT__ti_sysbios_knl_Event_Module__id ti_sysbios_knl_Event_Module__id__C
Definition: mss_per4f.c:4755
ti_sysbios_gates_GateHwi_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_gates_GateHwi_Module__loggerObj ti_sysbios_gates_GateHwi_Module__loggerObj__C
Definition: mss_per4f.c:3667
ti_sysbios_knl_Swi_Object__create__S
xdc_Ptr ti_sysbios_knl_Swi_Object__create__S(xdc_CPtr __aa, const xdc_UChar *__paramsPtr, xdc_SizeT __psz, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:19106
ti_sysbios_knl_Event_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_knl_Event_Module__diagsEnabled ti_sysbios_knl_Event_Module__diagsEnabled__C
Definition: mss_per4f.c:4735
ti_sysbios_gates_GateMutex_Object__::Object_field_sem
ti_sysbios_knl_Semaphore_Object__ Object_field_sem
Definition: mss_per4f.c:136
ti_sysbios_hal_Hwi_Object__
Definition: mss_per4f.c:283
xdc_runtime_Memory_defaultHeapInstance__C
const __FAR__ CT__xdc_runtime_Memory_defaultHeapInstance xdc_runtime_Memory_defaultHeapInstance__C
Definition: mss_per4f.c:6973
xdc_runtime_System_Module_GateProxy_Proxy__abstract__S
xdc_Bool xdc_runtime_System_Module_GateProxy_Proxy__abstract__S(void)
Definition: mss_per4f.c:20226
ti_sysbios_heaps_HeapBuf_Object__::minFreeBlocks
xdc_UInt minFreeBlocks
Definition: mss_per4f.c:342
ti_sysbios_knl_Clock___S1
Definition: mss_per4f.c:15690
xdc_runtime_Log_Module__startupDone__S
xdc_Bool xdc_runtime_Log_Module__startupDone__S(void)
Definition: mss_per4f.c:19801
ti_sysbios_family_arm_exc_Exception_E_undefinedInstruction__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_E_undefinedInstruction ti_sysbios_family_arm_exc_Exception_E_undefinedInstruction__C
Definition: mss_per4f.c:2961
xdc_runtime_SysStd_Module__gatePrms__C
const __FAR__ CT__xdc_runtime_SysStd_Module__gatePrms xdc_runtime_SysStd_Module__gatePrms__C
Definition: mss_per4f.c:7247
ti_sysbios_family_arm_exc_Exception_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_Module__diagsMask ti_sysbios_family_arm_exc_Exception_Module__diagsMask__C
Definition: mss_per4f.c:2889
ti_sysbios_timers_rti_Timer_Module__
Definition: mss_per4f.c:646
ti_sysbios_heaps_HeapMem_Module_GateProxy_create
ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle ti_sysbios_heaps_HeapMem_Module_GateProxy_create(const ti_sysbios_heaps_HeapMem_Module_GateProxy_Params *prms, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:15102
ti_sysbios_knl_Intrinsics_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_knl_Intrinsics_Module__diagsMask ti_sysbios_knl_Intrinsics_Module__diagsMask__C
Definition: mss_per4f.c:4937
ti_sysbios_knl_Idle_coreList__C
const __FAR__ CT__ti_sysbios_knl_Idle_coreList ti_sysbios_knl_Idle_coreList__C
Definition: mss_per4f.c:4920
ti_sysbios_knl_Clock_Module_State__::nextScheduledTick
xdc_UInt32 nextScheduledTick
Definition: mss_per4f.c:1240
xdc_runtime_Log_Module__loggerFxn0__C
const __FAR__ CT__xdc_runtime_Log_Module__loggerFxn0 xdc_runtime_Log_Module__loggerFxn0__C
Definition: mss_per4f.c:6727
ti_sysbios_timers_rti_Timer_Handle__label__S
xdc_runtime_Types_Label * ti_sysbios_timers_rti_Timer_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:19582
ti_sysbios_family_arm_v7r_vim_Hwi_Module_State_0_fiqStack__A
__T1_ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__fiqStack ti_sysbios_family_arm_v7r_vim_Hwi_Module_State_0_fiqStack__A[2048]
Definition: mss_per4f.c:1081
xdc_runtime_Main_Module_GateProxy_Module__
struct xdc_runtime_Main_Module_GateProxy_Module__ xdc_runtime_Main_Module_GateProxy_Module__
ti_sysbios_knl_Swi_Object__delete__S
xdc_Void ti_sysbios_knl_Swi_Object__delete__S(xdc_Ptr instp)
Definition: mss_per4f.c:19182
ti_sysbios_knl_Task_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_knl_Task_Module__loggerFxn4 ti_sysbios_knl_Task_Module__loggerFxn4__C
Definition: mss_per4f.c:5784
ti_sysbios_heaps_HeapBuf_Module__
struct ti_sysbios_heaps_HeapBuf_Module__ ti_sysbios_heaps_HeapBuf_Module__
ti_sysbios_heaps_HeapBuf_Object__first__S
xdc_Ptr ti_sysbios_heaps_HeapBuf_Object__first__S(void)
Definition: mss_per4f.c:17350
ti_sysbios_knl_Clock_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_knl_Clock_Module__loggerFxn8 ti_sysbios_knl_Clock_Module__loggerFxn8__C
Definition: mss_per4f.c:4635
ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__::spuriousInts
xdc_UInt spuriousInts
Definition: mss_per4f.c:1068
ti_sysbios_knl_Task_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:595
ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__::fiqStack
__TA_ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__fiqStack fiqStack
Definition: mss_per4f.c:1063
ti_sysbios_family_arm_v7r_vim_Hwi_Object__::type
ti_sysbios_family_arm_v7r_vim_Hwi_Type type
Definition: mss_per4f.c:190
ti_sysbios_knl_Task_Object__::stackHeap
xdc_runtime_IHeap_Handle stackHeap
Definition: mss_per4f.c:613
ti_sysbios_knl_Task_LD_ready__C
const __FAR__ CT__ti_sysbios_knl_Task_LD_ready ti_sysbios_knl_Task_LD_ready__C
Definition: mss_per4f.c:5816
ti_sysbios_knl_Swi_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_knl_Swi_Module__loggerFxn4 ti_sysbios_knl_Swi_Module__loggerFxn4__C
Definition: mss_per4f.c:5459
ti_sysbios_gates_GateMutex_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_gates_GateMutex_Module__diagsIncluded ti_sysbios_gates_GateMutex_Module__diagsIncluded__C
Definition: mss_per4f.c:3774
xdc_runtime_SysStd_Object__sizeof__C
const __FAR__ CT__xdc_runtime_SysStd_Object__sizeof xdc_runtime_SysStd_Object__sizeof__C
Definition: mss_per4f.c:7291
ti_sysbios_knl_Task_Object__::tls
xdc_Ptr tls
Definition: mss_per4f.c:626
ti_sysbios_knl_Task_LM_noWork__C
const __FAR__ CT__ti_sysbios_knl_Task_LM_noWork ti_sysbios_knl_Task_LM_noWork__C
Definition: mss_per4f.c:5844
ti_sysbios_knl_Event_Object2__::obj
ti_sysbios_knl_Event_Object__ obj
Definition: mss_per4f.c:506
ti_sysbios_gates_GateHwi_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:225
xdc_runtime_Text_Module__loggerFxn0__C
const __FAR__ CT__xdc_runtime_Text_Module__loggerFxn0 xdc_runtime_Text_Module__loggerFxn0__C
Definition: mss_per4f.c:14595
ti_sysbios_hal_Core_CoreProxy_Proxy__abstract__S
xdc_Bool ti_sysbios_hal_Core_CoreProxy_Proxy__abstract__S(void)
Definition: mss_per4f.c:16822
xdc_runtime_SysStd_Module__loggerFxn4__C
const __FAR__ CT__xdc_runtime_SysStd_Module__loggerFxn4 xdc_runtime_SysStd_Module__loggerFxn4__C
Definition: mss_per4f.c:7275
ti_sysbios_knl_Task_objectCheckFxn__C
const __FAR__ CT__ti_sysbios_knl_Task_objectCheckFxn ti_sysbios_knl_Task_objectCheckFxn__C
Definition: mss_per4f.c:5952
ti_sysbios_knl_Intrinsics_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_knl_Intrinsics_Module__diagsIncluded ti_sysbios_knl_Intrinsics_Module__diagsIncluded__C
Definition: mss_per4f.c:4933
ti_sysbios_knl_Clock_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_knl_Clock_Module__loggerFxn2 ti_sysbios_knl_Clock_Module__loggerFxn2__C
Definition: mss_per4f.c:4627
xdc_runtime_Registry_Module__loggerFxn0__C
const __FAR__ CT__xdc_runtime_Registry_Module__loggerFxn0 xdc_runtime_Registry_Module__loggerFxn0__C
Definition: mss_per4f.c:7035
xdc_runtime_Log_Object__count__C
const __FAR__ CT__xdc_runtime_Log_Object__count xdc_runtime_Log_Object__count__C
Definition: mss_per4f.c:6747
ti_sysbios_hal_Hwi_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_hal_Hwi_Module__loggerFxn0 ti_sysbios_hal_Hwi_Module__loggerFxn0__C
Definition: mss_per4f.c:4147
ti_sysbios_timers_rti_Timer_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_Module__diagsEnabled ti_sysbios_timers_rti_Timer_Module__diagsEnabled__C
Definition: mss_per4f.c:6089
xdc_runtime_SysStd_Object__heap__C
const __FAR__ CT__xdc_runtime_SysStd_Object__heap xdc_runtime_SysStd_Object__heap__C
Definition: mss_per4f.c:7287
ti_sysbios_hal_Core_CoreProxy_unlock__E
xdc_Void ti_sysbios_hal_Core_CoreProxy_unlock__E(void)
Definition: mss_per4f.c:14920
xdc_runtime_Registry_Object__sizeof__C
const __FAR__ CT__xdc_runtime_Registry_Object__sizeof xdc_runtime_Registry_Object__sizeof__C
Definition: mss_per4f.c:7063
ti_sysbios_gates_GateMutex_Object__PARAMS__C
const __FAR__ ti_sysbios_gates_GateMutex_Params ti_sysbios_gates_GateMutex_Object__PARAMS__C
Definition: mss_per4f.c:3715
ti_sysbios_knl_Task_restoreHwi__E
xdc_Void ti_sysbios_knl_Task_restoreHwi__E(xdc_UInt)
ti_sysbios_heaps_HeapBuf_Module__state__V
ti_sysbios_heaps_HeapBuf_Module_State__ ti_sysbios_heaps_HeapBuf_Module__state__V
Definition: mss_per4f.c:1191
ti_sysbios_knl_Task_Module_State__
Definition: mss_per4f.c:1360
ti_sysbios_knl_Event_Object__create__S
xdc_Ptr ti_sysbios_knl_Event_Object__create__S(xdc_CPtr __aa, const xdc_UChar *__paramsPtr, xdc_SizeT __psz, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:18349
ti_sysbios_timers_rti_Timer_Object__PARAMS__C
const __FAR__ ti_sysbios_timers_rti_Timer_Params ti_sysbios_timers_rti_Timer_Object__PARAMS__C
Definition: mss_per4f.c:5985
ti_sysbios_timers_rti_Timer_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_Module__gatePrms ti_sysbios_timers_rti_Timer_Module__gatePrms__C
Definition: mss_per4f.c:6105
ti_sysbios_hal_Hwi_HwiProxy_restore__E
xdc_Void ti_sysbios_hal_Hwi_HwiProxy_restore__E(xdc_UInt key)
Definition: mss_per4f.c:15011
ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerDefined ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerDefined__C
Definition: mss_per4f.c:3006
xdc_runtime_Registry_Module_State__
Definition: mss_per4f.c:1498
ti_sysbios_family_arm_v7r_vim_Hwi_E_alreadyDefined__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_E_alreadyDefined ti_sysbios_family_arm_v7r_vim_Hwi_E_alreadyDefined__C
Definition: mss_per4f.c:3545
ti_sysbios_knl_Clock_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_knl_Clock_Module__loggerFxn4 ti_sysbios_knl_Clock_Module__loggerFxn4__C
Definition: mss_per4f.c:4631
ti_sysbios_knl_Clock_LM_tick__C
const __FAR__ CT__ti_sysbios_knl_Clock_LM_tick ti_sysbios_knl_Clock_LM_tick__C
Definition: mss_per4f.c:4659
ti_sysbios_knl_Task_Object__next__S
xdc_Ptr ti_sysbios_knl_Task_Object__next__S(xdc_Ptr obj)
Definition: mss_per4f.c:19350
xdc_runtime_Memory_HeapProxy_Module__
Definition: mss_per4f.c:730
xdc_runtime_Diags_Module__loggerFxn8__C
const __FAR__ CT__xdc_runtime_Diags_Module__loggerFxn8 xdc_runtime_Diags_Module__loggerFxn8__C
Definition: mss_per4f.c:6473
ti_sysbios_knl_Clock_triggerClock__C
const __FAR__ CT__ti_sysbios_knl_Clock_triggerClock ti_sysbios_knl_Clock_triggerClock__C
Definition: mss_per4f.c:4699
ti_sysbios_knl_Task_numPriorities__C
const __FAR__ CT__ti_sysbios_knl_Task_numPriorities ti_sysbios_knl_Task_numPriorities__C
Definition: mss_per4f.c:5908
ti_sysbios_knl_Task_A_sleepTaskDisabled__C
const __FAR__ CT__ti_sysbios_knl_Task_A_sleepTaskDisabled ti_sysbios_knl_Task_A_sleepTaskDisabled__C
Definition: mss_per4f.c:5900
ti_sysbios_knl_Clock_TimerProxy_trigger__E
xdc_Void ti_sysbios_knl_Clock_TimerProxy_trigger__E(ti_sysbios_knl_Clock_TimerProxy_Handle __inst, xdc_UInt32 cycles)
Definition: mss_per4f.c:15265
xdc_runtime_System_Object__count__C
const __FAR__ CT__xdc_runtime_System_Object__count xdc_runtime_System_Object__count__C
Definition: mss_per4f.c:7384
xdc_runtime_Defaults_Module__diagsEnabled__C
const __FAR__ CT__xdc_runtime_Defaults_Module__diagsEnabled xdc_runtime_Defaults_Module__diagsEnabled__C
Definition: mss_per4f.c:6352
ti_sysbios_knl_Task_moduleStateCheckValueFxn__C
const __FAR__ CT__ti_sysbios_knl_Task_moduleStateCheckValueFxn ti_sysbios_knl_Task_moduleStateCheckValueFxn__C
Definition: mss_per4f.c:5944
heap0
const ti_sysbios_heaps_HeapMem_Handle heap0
Definition: mss_per4f.c:20294
xdc_runtime_Error_Module__loggerFxn8__C
const __FAR__ CT__xdc_runtime_Error_Module__loggerFxn8 xdc_runtime_Error_Module__loggerFxn8__C
Definition: mss_per4f.c:6569
xdc_runtime_Main_Module_GateProxy_Params__init__S
void xdc_runtime_Main_Module_GateProxy_Params__init__S(xdc_Ptr dst, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:15382
xdc_runtime_Assert_E_assertFailed__C
const __FAR__ CT__xdc_runtime_Assert_E_assertFailed xdc_runtime_Assert_E_assertFailed__C
Definition: mss_per4f.c:6266
ti_sysbios_knl_Task_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_knl_Task_Module__diagsEnabled ti_sysbios_knl_Task_Module__diagsEnabled__C
Definition: mss_per4f.c:5740
ti_sysbios_timers_rti_Timer_create
ti_sysbios_timers_rti_Timer_Handle ti_sysbios_timers_rti_Timer_create(xdc_Int id, ti_sysbios_interfaces_ITimer_FuncPtr tickFxn, const ti_sysbios_timers_rti_Timer_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:19664
ti_sysbios_knl_Semaphore_A_badContext__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_A_badContext ti_sysbios_knl_Semaphore_A_badContext__C
Definition: mss_per4f.c:5211
xdc_runtime_System_Module__loggerFxn4__C
const __FAR__ CT__xdc_runtime_System_Module__loggerFxn4 xdc_runtime_System_Module__loggerFxn4__C
Definition: mss_per4f.c:7376
ti_sysbios_knl_Clock_Module_State__::Object_field_clockQ
ti_sysbios_knl_Queue_Object__ Object_field_clockQ
Definition: mss_per4f.c:1245
ti_sysbios_hal_Hwi_Object2__::obj
ti_sysbios_hal_Hwi_Object__ obj
Definition: mss_per4f.c:291
xdc_runtime_Main_Module_GateProxy_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:702
xdc_runtime_System_SupportProxy_putch__E
xdc_Void xdc_runtime_System_SupportProxy_putch__E(xdc_Char ch)
Definition: mss_per4f.c:15559
ti_sysbios_knl_Task_Object__::context
xdc_Ptr context
Definition: mss_per4f.c:608
ti_sysbios_knl_Swi_hooks__C
const __FAR__ CT__ti_sysbios_knl_Swi_hooks ti_sysbios_knl_Swi_hooks__C
Definition: mss_per4f.c:5507
ti_sysbios_family_arm_exc_Exception_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_Module__diagsIncluded ti_sysbios_family_arm_exc_Exception_Module__diagsIncluded__C
Definition: mss_per4f.c:2885
ti_sysbios_family_arm_exc_Exception_E_swi__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_E_swi ti_sysbios_family_arm_exc_Exception_E_swi__C
Definition: mss_per4f.c:2949
xdc_runtime_Startup_Module__loggerFxn8__C
const __FAR__ CT__xdc_runtime_Startup_Module__loggerFxn8 xdc_runtime_Startup_Module__loggerFxn8__C
Definition: mss_per4f.c:7178
ti_sysbios_family_arm_IntrinsicsSupport_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__gatePrms ti_sysbios_family_arm_IntrinsicsSupport_Module__gatePrms__C
Definition: mss_per4f.c:2695
Header::header
struct Header::@0 header
ti_sysbios_knl_Task_Object__count__C
const __FAR__ CT__ti_sysbios_knl_Task_Object__count ti_sysbios_knl_Task_Object__count__C
Definition: mss_per4f.c:5792
ti_sysbios_knl_Queue_Object2__
Definition: mss_per4f.c:112
ti_sysbios_hal_Hwi_HwiProxy_getTaskSP__E
xdc_Char * ti_sysbios_hal_Hwi_HwiProxy_getTaskSP__E(void)
Definition: mss_per4f.c:15029
xdc_runtime_Defaults_Object__sizeof__C
const __FAR__ CT__xdc_runtime_Defaults_Object__sizeof xdc_runtime_Defaults_Object__sizeof__C
Definition: mss_per4f.c:6412
xdc_runtime_Diags_Module__loggerFxn0__C
const __FAR__ CT__xdc_runtime_Diags_Module__loggerFxn0 xdc_runtime_Diags_Module__loggerFxn0__C
Definition: mss_per4f.c:6457
ti_sysbios_timers_rti_Timer_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn4 ti_sysbios_timers_rti_Timer_Module__loggerFxn4__C
Definition: mss_per4f.c:6133
ti_sysbios_knl_Swi_Module__gateObj__C
const __FAR__ CT__ti_sysbios_knl_Swi_Module__gateObj ti_sysbios_knl_Swi_Module__gateObj__C
Definition: mss_per4f.c:5427
ti_sysbios_hal_Cache_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_hal_Cache_Module__diagsIncluded ti_sysbios_hal_Cache_Module__diagsIncluded__C
Definition: mss_per4f.c:3851
ti_sysbios_gates_GateMutex_Instance_State_sem__O
const __FAR__ xdc_SizeT ti_sysbios_gates_GateMutex_Instance_State_sem__O
Definition: mss_per4f.c:1624
ti_sysbios_family_arm_v7r_vim_Hwi_Object__create__S
xdc_Ptr ti_sysbios_family_arm_v7r_vim_Hwi_Object__create__S(xdc_CPtr __aa, const xdc_UChar *__paramsPtr, xdc_SizeT __psz, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:16199
ti_sysbios_knl_Event_destruct
void ti_sysbios_knl_Event_destruct(ti_sysbios_knl_Event_Struct *obj)
Definition: mss_per4f.c:18401
xdc_runtime_Diags_Module__diagsEnabled__C
const __FAR__ CT__xdc_runtime_Diags_Module__diagsEnabled xdc_runtime_Diags_Module__diagsEnabled__C
Definition: mss_per4f.c:6425
ti_sysbios_gates_GateMutex_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_gates_GateMutex_Module__loggerFxn2 ti_sysbios_gates_GateMutex_Module__loggerFxn2__C
Definition: mss_per4f.c:3810
ti_sysbios_knl_Task_Object2__::obj
ti_sysbios_knl_Task_Object__ obj
Definition: mss_per4f.c:632
ti_sysbios_BIOS_RtsGateProxy_Module__
Definition: mss_per4f.c:99
ti_sysbios_BIOS_Module_State__::rtsGateCount
xdc_UInt rtsGateCount
Definition: mss_per4f.c:965
xdc_runtime_System_Module__loggerDefined__C
const __FAR__ CT__xdc_runtime_System_Module__loggerDefined xdc_runtime_System_Module__loggerDefined__C
Definition: mss_per4f.c:7356
ti_sysbios_knl_Clock_TimerProxy_startup__E
xdc_Void ti_sysbios_knl_Clock_TimerProxy_startup__E(void)
Definition: mss_per4f.c:15193
ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsEnabled ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsEnabled__C
Definition: mss_per4f.c:3429
ti_sysbios_knl_Task_Module__root__V
ti_sysbios_knl_Task_Module__ ti_sysbios_knl_Task_Module__root__V
Definition: mss_per4f.c:5557
ti_sysbios_BIOS_RtsGateProxy_Proxy__delegate__S
xdc_CPtr ti_sysbios_BIOS_RtsGateProxy_Proxy__delegate__S(void)
Definition: mss_per4f.c:15976
xdc_runtime_System_Module_State__::atexitHandlers
__TA_xdc_runtime_System_Module_State__atexitHandlers atexitHandlers
Definition: mss_per4f.c:1575
ti_sysbios_knl_Swi_Object__
struct ti_sysbios_knl_Swi_Object__ ti_sysbios_knl_Swi_Object__
xdc_runtime_Registry_Module__diagsIncluded__C
const __FAR__ CT__xdc_runtime_Registry_Module__diagsIncluded xdc_runtime_Registry_Module__diagsIncluded__C
Definition: mss_per4f.c:7007
ti_sysbios_family_arm_TaskSupport_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_Module__diagsIncluded ti_sysbios_family_arm_TaskSupport_Module__diagsIncluded__C
Definition: mss_per4f.c:2756
ti_sysbios_knl_Semaphore_Object__next__S
xdc_Ptr ti_sysbios_knl_Semaphore_Object__next__S(xdc_Ptr obj)
Definition: mss_per4f.c:18853
ti_sysbios_family_arm_exc_Exception_Module__id__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_Module__id ti_sysbios_family_arm_exc_Exception_Module__id__C
Definition: mss_per4f.c:2901
ti_sysbios_heaps_HeapMem_Object__count__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_Object__count ti_sysbios_heaps_HeapMem_Object__count__C
Definition: mss_per4f.c:4474
ti_sysbios_family_arm_v7r_vim_Hwi_Object2__
Definition: mss_per4f.c:200
ti_sysbios_knl_Task_Object__heap__C
const __FAR__ CT__ti_sysbios_knl_Task_Object__heap ti_sysbios_knl_Task_Object__heap__C
Definition: mss_per4f.c:5796
ti_sysbios_family_arm_v7r_vim_Hwi_Object__::fxn
ti_sysbios_family_arm_v7r_vim_Hwi_FuncPtr fxn
Definition: mss_per4f.c:192
xdc_runtime_Assert_Object__sizeof__C
const __FAR__ CT__xdc_runtime_Assert_Object__sizeof xdc_runtime_Assert_Object__sizeof__C
Definition: mss_per4f.c:6258
xdc_runtime_IHeap_Interface__BASE__C
const __FAR__ xdc_runtime_Types_Base xdc_runtime_IHeap_Interface__BASE__C
Definition: mss_per4f.c:808
xdc_runtime_SysStd_Module__diagsMask__C
const __FAR__ CT__xdc_runtime_SysStd_Module__diagsMask xdc_runtime_SysStd_Module__diagsMask__C
Definition: mss_per4f.c:7239
ti_sysbios_knl_Task_moduleStateCheckFlag__C
const __FAR__ CT__ti_sysbios_knl_Task_moduleStateCheckFlag ti_sysbios_knl_Task_moduleStateCheckFlag__C
Definition: mss_per4f.c:5948
ti_sysbios_BIOS_Module__id__C
const __FAR__ CT__ti_sysbios_BIOS_Module__id ti_sysbios_BIOS_Module__id__C
Definition: mss_per4f.c:2554
ti_sysbios_hal_Core_CoreProxy_hwiEnable__E
xdc_UInt ti_sysbios_hal_Core_CoreProxy_hwiEnable__E(void)
Definition: mss_per4f.c:14932
ti_sysbios_heaps_HeapMem_Object__create__S
xdc_Ptr ti_sysbios_heaps_HeapMem_Object__create__S(xdc_CPtr __aa, const xdc_UChar *__paramsPtr, xdc_SizeT __psz, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:17632
xdc_runtime_Assert_Module__loggerFxn1__C
const __FAR__ CT__xdc_runtime_Assert_Module__loggerFxn1 xdc_runtime_Assert_Module__loggerFxn1__C
Definition: mss_per4f.c:6234
ti_sysbios_hal_Hwi_Object__PARAMS__C
const __FAR__ ti_sysbios_hal_Hwi_Params ti_sysbios_hal_Hwi_Object__PARAMS__C
Definition: mss_per4f.c:4083
xdc_runtime_System_aprintf__E
xdc_Int xdc_runtime_System_aprintf__E(xdc_CString fmt,...)
Definition: mss_per4f.c:14707
ti_sysbios_hal_Hwi_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_hal_Hwi_Module__loggerFxn4 ti_sysbios_hal_Hwi_Module__loggerFxn4__C
Definition: mss_per4f.c:4159
ti_sysbios_heaps_HeapBuf_construct
void ti_sysbios_heaps_HeapBuf_construct(ti_sysbios_heaps_HeapBuf_Struct *__obj, const ti_sysbios_heaps_HeapBuf_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:17428
ti_sysbios_knl_Task_Object__::privileged
xdc_Bool privileged
Definition: mss_per4f.c:623
ti_sysbios_hal_CacheNull_Module__startupDone__S
xdc_Bool ti_sysbios_hal_CacheNull_Module__startupDone__S(void)
Definition: mss_per4f.c:16783
__TI_STACK_SIZE
void * __TI_STACK_SIZE
xdc_runtime_Text_Module__diagsIncluded__C
const __FAR__ CT__xdc_runtime_Text_Module__diagsIncluded xdc_runtime_Text_Module__diagsIncluded__C
Definition: mss_per4f.c:14567
ti_sysbios_knl_Semaphore_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:128
ti_sysbios_family_arm_exc_Exception_Module_State_0_excStackBuffers__A
__T1_ti_sysbios_family_arm_exc_Exception_Module_State__excStackBuffers ti_sysbios_family_arm_exc_Exception_Module_State_0_excStackBuffers__A[1]
Definition: mss_per4f.c:1019
ti_sysbios_knl_Task_Object__table__C
const __FAR__ CT__ti_sysbios_knl_Task_Object__table ti_sysbios_knl_Task_Object__table__C
Definition: mss_per4f.c:5804
ti_sysbios_gates_GateMutex_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:141
ti_sysbios_knl_Clock_Object__::active
volatile xdc_Bool active
Definition: mss_per4f.c:425
xdc_runtime_Assert_Module__startupDone__S
xdc_Bool xdc_runtime_Assert_Module__startupDone__S(void)
Definition: mss_per4f.c:19729
ti_sysbios_knl_Swi_Handle__label__S
xdc_runtime_Types_Label * ti_sysbios_knl_Swi_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:19053
xdc_runtime_Log_Module__diagsIncluded__C
const __FAR__ CT__xdc_runtime_Log_Module__diagsIncluded xdc_runtime_Log_Module__diagsIncluded__C
Definition: mss_per4f.c:6699
xdc_runtime_Startup_Module__state__V
xdc_runtime_Startup_Module_State__ xdc_runtime_Startup_Module__state__V
Definition: mss_per4f.c:1519
ti_sysbios_heaps_HeapMem_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn8 ti_sysbios_heaps_HeapMem_Module__loggerFxn8__C
Definition: mss_per4f.c:4470
xdc_runtime_Gate_Module__startupDone__S
xdc_Bool xdc_runtime_Gate_Module__startupDone__S(void)
Definition: mss_per4f.c:19789
ti_sysbios_hal_Hwi_Object__delete__S
xdc_Void ti_sysbios_hal_Hwi_Object__delete__S(xdc_Ptr instp)
Definition: mss_per4f.c:17076
ti_sysbios_family_arm_TaskSupport_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_Module__loggerFxn1 ti_sysbios_family_arm_TaskSupport_Module__loggerFxn1__C
Definition: mss_per4f.c:2788
ti_sysbios_family_arm_v7r_vim_Hwi_Module_State_0_dispatchTable__A
__T1_ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__dispatchTable ti_sysbios_family_arm_v7r_vim_Hwi_Module_State_0_dispatchTable__A[128]
Definition: mss_per4f.c:1100
ti_sysbios_gates_GateHwi_Handle__label__S
xdc_runtime_Types_Label * ti_sysbios_gates_GateHwi_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:16403
ti_sysbios_gates_GateMutex_Object__
Definition: mss_per4f.c:133
ti_sysbios_hal_Hwi_HwiProxy_disable__E
xdc_UInt ti_sysbios_hal_Hwi_HwiProxy_disable__E(void)
Definition: mss_per4f.c:14999
ti_sysbios_family_arm_exc_Exception_excHandlerDataAsm__I
Void ti_sysbios_family_arm_exc_Exception_excHandlerDataAsm__I()
ti_sysbios_knl_Semaphore_LM_pend__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_LM_pend ti_sysbios_knl_Semaphore_LM_pend__C
Definition: mss_per4f.c:5199
ti_sysbios_knl_Swi_Object__DESC__C
const __FAR__ xdc_runtime_Core_ObjDesc ti_sysbios_knl_Swi_Object__DESC__C
Definition: mss_per4f.c:5247
xdc_runtime_Memory_HeapProxy_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:731
ti_sysbios_knl_Semaphore_Object__heap__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_Object__heap ti_sysbios_knl_Semaphore_Object__heap__C
Definition: mss_per4f.c:5183
ti_sysbios_family_arm_v7r_tms570_Core_Module__startupDone__S
xdc_Bool ti_sysbios_family_arm_v7r_tms570_Core_Module__startupDone__S(void)
Definition: mss_per4f.c:16024
ti_sysbios_knl_Event_Object__DESC__C
const __FAR__ xdc_runtime_Core_ObjDesc ti_sysbios_knl_Event_Object__DESC__C
Definition: mss_per4f.c:4712
xdc_runtime_Text_visitRopeFxn__C
const __FAR__ CT__xdc_runtime_Text_visitRopeFxn xdc_runtime_Text_visitRopeFxn__C
Definition: mss_per4f.c:14671
ti_sysbios_knl_Swi_Module__state__V
ti_sysbios_knl_Swi_Module_State__ ti_sysbios_knl_Swi_Module__state__V
Definition: mss_per4f.c:1321
ti_sysbios_knl_Task_A_badAffinity__C
const __FAR__ CT__ti_sysbios_knl_Task_A_badAffinity ti_sysbios_knl_Task_A_badAffinity__C
Definition: mss_per4f.c:5896
ti_sysbios_hal_Hwi_Object__heap__C
const __FAR__ CT__ti_sysbios_hal_Hwi_Object__heap ti_sysbios_hal_Hwi_Object__heap__C
Definition: mss_per4f.c:4171
ti_sysbios_knl_Task_A_badTaskState__C
const __FAR__ CT__ti_sysbios_knl_Task_A_badTaskState ti_sysbios_knl_Task_A_badTaskState__C
Definition: mss_per4f.c:5876
ti_sysbios_hal_Hwi_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:290
ti_sysbios_family_arm_v7r_vim_Hwi_LM_begin__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_LM_begin ti_sysbios_family_arm_v7r_vim_Hwi_LM_begin__C
Definition: mss_per4f.c:3565
xdc_runtime_System_Module_State__
Definition: mss_per4f.c:1574
ti_sysbios_hal_Hwi___S1::s0
ti_sysbios_hal_Hwi_Object2__ s0
Definition: mss_per4f.c:15633
ti_sysbios_knl_Clock_Object__count__C
const __FAR__ CT__ti_sysbios_knl_Clock_Object__count ti_sysbios_knl_Clock_Object__count__C
Definition: mss_per4f.c:4639
ti_sysbios_knl_Task_SupportProxy_Proxy__delegate__S
xdc_CPtr ti_sysbios_knl_Task_SupportProxy_Proxy__delegate__S(void)
Definition: mss_per4f.c:19461
xdc_runtime_Error_Module__gateObj__C
const __FAR__ CT__xdc_runtime_Error_Module__gateObj xdc_runtime_Error_Module__gateObj__C
Definition: mss_per4f.c:6533
ti_sysbios_hal_Core_Object__count__C
const __FAR__ CT__ti_sysbios_hal_Core_Object__count ti_sysbios_hal_Core_Object__count__C
Definition: mss_per4f.c:4050
ti_sysbios_hal_Cache_CacheProxy_enable__E
xdc_Void ti_sysbios_hal_Cache_CacheProxy_enable__E(xdc_Bits16 type)
Definition: mss_per4f.c:14841
ti_sysbios_timers_rti_Timer_Object__sizeof__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_Object__sizeof ti_sysbios_timers_rti_Timer_Object__sizeof__C
Definition: mss_per4f.c:6149
ti_sysbios_knl_Intrinsics_Module__gateObj__C
const __FAR__ CT__ti_sysbios_knl_Intrinsics_Module__gateObj ti_sysbios_knl_Intrinsics_Module__gateObj__C
Definition: mss_per4f.c:4941
xdc_runtime_Diags_Module__loggerDefined__C
const __FAR__ CT__xdc_runtime_Diags_Module__loggerDefined xdc_runtime_Diags_Module__loggerDefined__C
Definition: mss_per4f.c:6449
xdc_runtime_Diags_Object__sizeof__C
const __FAR__ CT__xdc_runtime_Diags_Object__sizeof xdc_runtime_Diags_Object__sizeof__C
Definition: mss_per4f.c:6485
xdc_runtime_Gate_Module__gateObj__C
const __FAR__ CT__xdc_runtime_Gate_Module__gateObj xdc_runtime_Gate_Module__gateObj__C
Definition: mss_per4f.c:6634
ti_sysbios_heaps_HeapBuf_Module_startup__E
xdc_Int ti_sysbios_heaps_HeapBuf_Module_startup__E(xdc_Int)
ti_sysbios_knl_Semaphore_Object__
struct ti_sysbios_knl_Semaphore_Object__ ti_sysbios_knl_Semaphore_Object__
xdc_runtime_Gate_Object__heap__C
const __FAR__ CT__xdc_runtime_Gate_Object__heap xdc_runtime_Gate_Object__heap__C
Definition: mss_per4f.c:6678
ti_sysbios_family_arm_v7r_vim_Hwi_Object__heap__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_Object__heap ti_sysbios_family_arm_v7r_vim_Hwi_Object__heap__C
Definition: mss_per4f.c:3485
ti_sysbios_knl_Swi_delete
void ti_sysbios_knl_Swi_delete(ti_sysbios_knl_Swi_Handle *instp)
Definition: mss_per4f.c:19189
ti_sysbios_hal_Hwi_Object__sizeof__C
const __FAR__ CT__ti_sysbios_hal_Hwi_Object__sizeof ti_sysbios_hal_Hwi_Object__sizeof__C
Definition: mss_per4f.c:4175
xdc_runtime_Memory_HeapProxy_Object2__::obj
xdc_runtime_Memory_HeapProxy_Object__ obj
Definition: mss_per4f.c:745
ti_sysbios_gates_GateHwi_Object__table__C
const __FAR__ CT__ti_sysbios_gates_GateHwi_Object__table ti_sysbios_gates_GateHwi_Object__table__C
Definition: mss_per4f.c:3703
ti_sysbios_hal_Cache_Object__heap__C
const __FAR__ CT__ti_sysbios_hal_Cache_Object__heap ti_sysbios_hal_Cache_Object__heap__C
Definition: mss_per4f.c:3903
xdc_runtime_System_exitFxn__C
const __FAR__ CT__xdc_runtime_System_exitFxn xdc_runtime_System_exitFxn__C
Definition: mss_per4f.c:7412
xdc_runtime_Error_Module__diagsMask__C
const __FAR__ CT__xdc_runtime_Error_Module__diagsMask xdc_runtime_Error_Module__diagsMask__C
Definition: mss_per4f.c:6529
xdc_runtime_System_Module__id__C
const __FAR__ CT__xdc_runtime_System_Module__id xdc_runtime_System_Module__id__C
Definition: mss_per4f.c:7352
ti_sysbios_knl_Semaphore_supportsEvents__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_supportsEvents ti_sysbios_knl_Semaphore_supportsEvents__C
Definition: mss_per4f.c:5227
ti_sysbios_knl_Clock_Object__::currTimeout
xdc_UInt32 currTimeout
Definition: mss_per4f.c:423
xdc_runtime_Text_Module__startupDone__S
xdc_Bool xdc_runtime_Text_Module__startupDone__S(void)
Definition: mss_per4f.c:20257
ti_sysbios_knl_Task_Object__::curCoreId
xdc_UInt curCoreId
Definition: mss_per4f.c:621
ti_sysbios_knl_Semaphore_A_pendTaskDisabled__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_A_pendTaskDisabled ti_sysbios_knl_Semaphore_A_pendTaskDisabled__C
Definition: mss_per4f.c:5219
xdc_runtime_System_SupportProxy_abort__E
xdc_Void xdc_runtime_System_SupportProxy_abort__E(xdc_CString str)
Definition: mss_per4f.c:15541
ti_sysbios_family_arm_v7r_vim_Hwi_swiDisable__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_swiDisable ti_sysbios_family_arm_v7r_vim_Hwi_swiDisable__C
Definition: mss_per4f.c:3585
ti_sysbios_gates_GateHwi_Module__
Definition: mss_per4f.c:211
ti_sysbios_gates_GateMutex_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_gates_GateMutex_Module__loggerDefined ti_sysbios_gates_GateMutex_Module__loggerDefined__C
Definition: mss_per4f.c:3794
ti_sysbios_family_arm_v7r_vim_Hwi_Object__::irp
ti_sysbios_family_arm_v7r_vim_Hwi_Irp irp
Definition: mss_per4f.c:194
ti_sysbios_BIOS_errorRaiseHook
Void ti_sysbios_BIOS_errorRaiseHook(xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:2166
ti_sysbios_knl_Queue_delete
void ti_sysbios_knl_Queue_delete(ti_sysbios_knl_Queue_Handle *instp)
Definition: mss_per4f.c:18692
ti_sysbios_heaps_HeapBuf_Instance_State_freeList__O
const __FAR__ xdc_SizeT ti_sysbios_heaps_HeapBuf_Instance_State_freeList__O
Definition: mss_per4f.c:1632
xdc_runtime_Error_Module__gatePrms__C
const __FAR__ CT__xdc_runtime_Error_Module__gatePrms xdc_runtime_Error_Module__gatePrms__C
Definition: mss_per4f.c:6537
ti_sysbios_knl_Clock_doTick__I
xdc_Void ti_sysbios_knl_Clock_doTick__I(xdc_UArg)
ti_sysbios_gates_GateMutex___S1::s0
ti_sysbios_gates_GateMutex_Object2__ s0
Definition: mss_per4f.c:15614
ti_sysbios_knl_Event_Object__table__C
const __FAR__ CT__ti_sysbios_knl_Event_Object__table ti_sysbios_knl_Event_Object__table__C
Definition: mss_per4f.c:4799
ti_sysbios_heaps_HeapMem_Object__::__fxns
const ti_sysbios_heaps_HeapMem_Fxns__ * __fxns
Definition: mss_per4f.c:367
xdc_runtime_Log_L_create__C
const __FAR__ CT__xdc_runtime_Log_L_create xdc_runtime_Log_L_create__C
Definition: mss_per4f.c:6767
xdc_runtime_System_printf__E
xdc_Int xdc_runtime_System_printf__E(xdc_CString fmt,...)
Definition: mss_per4f.c:14689
ti_sysbios_knl_Clock_Object__next__S
xdc_Ptr ti_sysbios_knl_Clock_Object__next__S(xdc_Ptr obj)
Definition: mss_per4f.c:17977
ti_sysbios_knl_Semaphore_LM_post__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_LM_post ti_sysbios_knl_Semaphore_LM_post__C
Definition: mss_per4f.c:5195
ti_sysbios_knl_Semaphore_A_noEvents__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_A_noEvents ti_sysbios_knl_Semaphore_A_noEvents__C
Definition: mss_per4f.c:5203
ti_sysbios_family_arm_exc_Exception_E_prefetchAbort__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_E_prefetchAbort ti_sysbios_family_arm_exc_Exception_E_prefetchAbort__C
Definition: mss_per4f.c:2953
ti_sysbios_family_arm_v7r_vim_Hwi_Object__
Definition: mss_per4f.c:188
ti_sysbios_hal_Hwi_Object__next__S
xdc_Ptr ti_sysbios_hal_Hwi_Object__next__S(xdc_Ptr obj)
Definition: mss_per4f.c:16987
ti_sysbios_knl_Idle_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_knl_Idle_Module__diagsEnabled ti_sysbios_knl_Idle_Module__diagsEnabled__C
Definition: mss_per4f.c:4848
xdc_runtime_Startup_Module__loggerDefined__C
const __FAR__ CT__xdc_runtime_Startup_Module__loggerDefined xdc_runtime_Startup_Module__loggerDefined__C
Definition: mss_per4f.c:7154
xdc_runtime_Memory_HeapProxy_Object__
ti_sysbios_heaps_HeapMem_Object__ xdc_runtime_Memory_HeapProxy_Object__
Definition: mss_per4f.c:740
ti_sysbios_heaps_HeapBuf_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_Module__loggerObj ti_sysbios_heaps_HeapBuf_Module__loggerObj__C
Definition: mss_per4f.c:4283
ti_sysbios_heaps_HeapMem_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn4 ti_sysbios_heaps_HeapMem_Module__loggerFxn4__C
Definition: mss_per4f.c:4466
ti_sysbios_hal_Core_Object__sizeof__C
const __FAR__ CT__ti_sysbios_hal_Core_Object__sizeof ti_sysbios_hal_Core_Object__sizeof__C
Definition: mss_per4f.c:4058
ti_sysbios_BIOS_Module_State__::startFunc
volatile ti_sysbios_BIOS_StartFuncPtr startFunc
Definition: mss_per4f.c:970
ti_sysbios_heaps_HeapMem_destruct
void ti_sysbios_heaps_HeapMem_destruct(ti_sysbios_heaps_HeapMem_Struct *obj)
Definition: mss_per4f.c:17684
ti_sysbios_knl_Task_deleteTerminatedTasks__C
const __FAR__ CT__ti_sysbios_knl_Task_deleteTerminatedTasks ti_sysbios_knl_Task_deleteTerminatedTasks__C
Definition: mss_per4f.c:5932
ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__
Definition: mss_per4f.c:1058
ti_sysbios_knl_Intrinsics_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_knl_Intrinsics_Module__diagsEnabled ti_sysbios_knl_Intrinsics_Module__diagsEnabled__C
Definition: mss_per4f.c:4929
ti_sysbios_knl_Swi_Module__
Definition: mss_per4f.c:560
ti_sysbios_knl_Task_Module_State__::Object_field_terminatedQ
ti_sysbios_knl_Queue_Object__ Object_field_terminatedQ
Definition: mss_per4f.c:1376
ti_sysbios_knl_Swi_restoreHwi__E
xdc_Void ti_sysbios_knl_Swi_restoreHwi__E(xdc_UInt)
ti_sysbios_knl_Intrinsics_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_knl_Intrinsics_Module__loggerObj ti_sysbios_knl_Intrinsics_Module__loggerObj__C
Definition: mss_per4f.c:4957
ti_sysbios_knl_Queue_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_knl_Queue_Module__loggerFxn4 ti_sysbios_knl_Queue_Module__loggerFxn4__C
Definition: mss_per4f.c:5073
ti_sysbios_BIOS_Module__state__V
ti_sysbios_BIOS_Module_State__ ti_sysbios_BIOS_Module__state__V
Definition: mss_per4f.c:981
ti_sysbios_heaps_HeapMem_create
ti_sysbios_heaps_HeapMem_Handle ti_sysbios_heaps_HeapMem_create(const ti_sysbios_heaps_HeapMem_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:17654
ti_sysbios_knl_Clock_TimerProxy_getFreq__E
xdc_Void ti_sysbios_knl_Clock_TimerProxy_getFreq__E(ti_sysbios_knl_Clock_TimerProxy_Handle __inst, xdc_runtime_Types_FreqHz *freq)
Definition: mss_per4f.c:15247
ti_sysbios_heaps_HeapBuf_Object__::__fxns
const ti_sysbios_heaps_HeapBuf_Fxns__ * __fxns
Definition: mss_per4f.c:335
ti_sysbios_BIOS_Object__table__C
const __FAR__ CT__ti_sysbios_BIOS_Object__table ti_sysbios_BIOS_Object__table__C
Definition: mss_per4f.c:2598
xdc_runtime_Memory_Module__diagsEnabled__C
const __FAR__ CT__xdc_runtime_Memory_Module__diagsEnabled xdc_runtime_Memory_Module__diagsEnabled__C
Definition: mss_per4f.c:6905
ti_sysbios_knl_Idle_funcList__C
const __FAR__ CT__ti_sysbios_knl_Idle_funcList ti_sysbios_knl_Idle_funcList__C
Definition: mss_per4f.c:4916
ti_sysbios_knl_Clock_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_knl_Clock_Module__loggerFxn0 ti_sysbios_knl_Clock_Module__loggerFxn0__C
Definition: mss_per4f.c:4619
ti_sysbios_knl_Task_Module_State__::vitalTasks
xdc_UInt vitalTasks
Definition: mss_per4f.c:1364
ti_sysbios_knl_Clock_delete
void ti_sysbios_knl_Clock_delete(ti_sysbios_knl_Clock_Handle *instp)
Definition: mss_per4f.c:18056
ti_sysbios_family_arm_exc_Exception_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_Module__loggerObj ti_sysbios_family_arm_exc_Exception_Module__loggerObj__C
Definition: mss_per4f.c:2909
ti_sysbios_heaps_HeapBuf_Object__heap__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_Object__heap ti_sysbios_heaps_HeapBuf_Object__heap__C
Definition: mss_per4f.c:4311
ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn0 ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn0__C
Definition: mss_per4f.c:2711
ti_sysbios_BIOS_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_BIOS_Module__diagsMask ti_sysbios_BIOS_Module__diagsMask__C
Definition: mss_per4f.c:2542
xdc_runtime_Memory_Module__gatePrms__C
const __FAR__ CT__xdc_runtime_Memory_Module__gatePrms xdc_runtime_Memory_Module__gatePrms__C
Definition: mss_per4f.c:6921
ti_sysbios_knl_Clock_create
ti_sysbios_knl_Clock_Handle ti_sysbios_knl_Clock_create(ti_sysbios_knl_Clock_FuncPtr clockFxn, xdc_UInt timeout, const ti_sysbios_knl_Clock_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:18013
ti_sysbios_knl_Task_Object__::stack
__TA_ti_sysbios_knl_Task_Instance_State__stack stack
Definition: mss_per4f.c:612
ti_sysbios_hal_Hwi_HwiProxy_clearInterrupt__E
xdc_Void ti_sysbios_hal_Hwi_HwiProxy_clearInterrupt__E(xdc_UInt intNum)
Definition: mss_per4f.c:15053
ti_sysbios_family_arm_v7r_tms570_Core_Object__sizeof__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_Object__sizeof ti_sysbios_family_arm_v7r_tms570_Core_Object__sizeof__C
Definition: mss_per4f.c:3042
xdc_runtime_System_Module_GateProxy_create
xdc_runtime_System_Module_GateProxy_Handle xdc_runtime_System_Module_GateProxy_create(const xdc_runtime_System_Module_GateProxy_Params *prms, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:15486
xdc_runtime_Core_Object__sizeof__C
const __FAR__ CT__xdc_runtime_Core_Object__sizeof xdc_runtime_Core_Object__sizeof__C
Definition: mss_per4f.c:6335
ti_sysbios_knl_Swi_Object__::hookEnv
__TA_ti_sysbios_knl_Swi_Instance_State__hookEnv hookEnv
Definition: mss_per4f.c:579
ti_sysbios_hal_Hwi_E_stackOverflow__C
const __FAR__ CT__ti_sysbios_hal_Hwi_E_stackOverflow ti_sysbios_hal_Hwi_E_stackOverflow__C
Definition: mss_per4f.c:4199
ti_sysbios_gates_GateHwi_Object__count__C
const __FAR__ CT__ti_sysbios_gates_GateHwi_Object__count ti_sysbios_gates_GateHwi_Object__count__C
Definition: mss_per4f.c:3691
ti_sysbios_hal_Hwi_HwiProxy_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:301
xdc_runtime_Core_A_initializedParams__C
const __FAR__ CT__xdc_runtime_Core_A_initializedParams xdc_runtime_Core_A_initializedParams__C
Definition: mss_per4f.c:6343
ti_sysbios_knl_Swi_construct
void ti_sysbios_knl_Swi_construct(ti_sysbios_knl_Swi_Struct *__obj, ti_sysbios_knl_Swi_FuncPtr swiFxn, const ti_sysbios_knl_Swi_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:19159
ti_sysbios_knl_Swi_Module_State__::curQ
ti_sysbios_knl_Queue_Handle curQ
Definition: mss_per4f.c:1312
ti_sysbios_heaps_HeapMem_Object__DESC__C
const __FAR__ xdc_runtime_Core_ObjDesc ti_sysbios_heaps_HeapMem_Object__DESC__C
Definition: mss_per4f.c:4379
ti_sysbios_knl_Semaphore_Module__id__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_Module__id ti_sysbios_knl_Semaphore_Module__id__C
Definition: mss_per4f.c:5147
xdc_runtime_System_Module_GateProxy_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:775
xdc_runtime_Assert_Module__loggerObj__C
const __FAR__ CT__xdc_runtime_Assert_Module__loggerObj xdc_runtime_Assert_Module__loggerObj__C
Definition: mss_per4f.c:6226
ti_sysbios_heaps_HeapMem_Object__PARAMS__C
const __FAR__ ti_sysbios_heaps_HeapMem_Params ti_sysbios_heaps_HeapMem_Object__PARAMS__C
Definition: mss_per4f.c:4383
ti_sysbios_hal_Core_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_hal_Core_Module__loggerFxn0 ti_sysbios_hal_Core_Module__loggerFxn0__C
Definition: mss_per4f.c:4030
ti_sysbios_knl_Task_Module_State__::smpReadyQ
__TA_ti_sysbios_knl_Task_Module_State__smpReadyQ smpReadyQ
Definition: mss_per4f.c:1371
ti_sysbios_family_arm_v7r_tms570_Core_Module__gateObj__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__gateObj ti_sysbios_family_arm_v7r_tms570_Core_Module__gateObj__C
Definition: mss_per4f.c:2994
ti_sysbios_family_arm_v7r_vim_Hwi_delete
void ti_sysbios_family_arm_v7r_vim_Hwi_delete(ti_sysbios_family_arm_v7r_vim_Hwi_Handle *instp)
Definition: mss_per4f.c:16282
xdc_runtime_Startup_sfxnTab__C
const __FAR__ CT__xdc_runtime_Startup_sfxnTab xdc_runtime_Startup_sfxnTab__C
Definition: mss_per4f.c:7218
ti_sysbios_timers_rti_Timer_Module_State__::device
__TA_ti_sysbios_timers_rti_Timer_Module_State__device device
Definition: mss_per4f.c:1404
ti_sysbios_knl_Clock_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_knl_Clock_Module__gatePrms ti_sysbios_knl_Clock_Module__gatePrms__C
Definition: mss_per4f.c:4603
ti_sysbios_timers_rti_Timer_Object__
Definition: mss_per4f.c:450
ti_sysbios_heaps_HeapMem_A_align__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_A_align ti_sysbios_heaps_HeapMem_A_align__C
Definition: mss_per4f.c:4498
xdc_runtime_Defaults_Module__loggerFxn0__C
const __FAR__ CT__xdc_runtime_Defaults_Module__loggerFxn0 xdc_runtime_Defaults_Module__loggerFxn0__C
Definition: mss_per4f.c:6384
ti_sysbios_hal_Core_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_hal_Core_Module__loggerFxn1 ti_sysbios_hal_Core_Module__loggerFxn1__C
Definition: mss_per4f.c:4034
ti_sysbios_knl_Clock_Object__sizeof__C
const __FAR__ CT__ti_sysbios_knl_Clock_Object__sizeof ti_sysbios_knl_Clock_Object__sizeof__C
Definition: mss_per4f.c:4647
ti_sysbios_timers_rti_Timer_Module_State_0_intFreqs__A
__T1_ti_sysbios_timers_rti_Timer_Module_State__intFreqs ti_sysbios_timers_rti_Timer_Module_State_0_intFreqs__A[2]
Definition: mss_per4f.c:1413
ti_sysbios_knl_Queue_construct
void ti_sysbios_knl_Queue_construct(ti_sysbios_knl_Queue_Struct *__obj, const ti_sysbios_knl_Queue_Params *__paramsPtr)
Definition: mss_per4f.c:18667
ti_sysbios_hal_Cache_CacheProxy_inv__E
xdc_Void ti_sysbios_hal_Cache_CacheProxy_inv__E(xdc_Ptr blockPtr, xdc_SizeT byteCnt, xdc_Bits16 type, xdc_Bool wait)
Definition: mss_per4f.c:14853
ti_sysbios_knl_Task_Object__table__V
ti_sysbios_knl_Task_Object__ ti_sysbios_knl_Task_Object__table__V[1]
Definition: mss_per4f.c:1357
ti_sysbios_knl_Semaphore_Object__count__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_Object__count ti_sysbios_knl_Semaphore_Object__count__C
Definition: mss_per4f.c:5179
xdc_runtime_Assert_Object__heap__C
const __FAR__ CT__xdc_runtime_Assert_Object__heap xdc_runtime_Assert_Object__heap__C
Definition: mss_per4f.c:6254
xdc_runtime_Memory_HeapProxy_Proxy__delegate__S
xdc_CPtr xdc_runtime_Memory_HeapProxy_Proxy__delegate__S(void)
Definition: mss_per4f.c:20063
ti_sysbios_gates_GateMutex_Object__next__S
xdc_Ptr ti_sysbios_gates_GateMutex_Object__next__S(xdc_Ptr obj)
Definition: mss_per4f.c:16682
ti_sysbios_family_arm_TaskSupport_Object__table__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_Object__table ti_sysbios_family_arm_TaskSupport_Object__table__C
Definition: mss_per4f.c:2816
ti_sysbios_knl_Intrinsics_SupportProxy_Proxy__delegate__S
xdc_CPtr ti_sysbios_knl_Intrinsics_SupportProxy_Proxy__delegate__S(void)
Definition: mss_per4f.c:18453
ti_sysbios_family_arm_v7r_vim_Hwi_E_unsupportedMaskingOption__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_E_unsupportedMaskingOption ti_sysbios_family_arm_v7r_vim_Hwi_E_unsupportedMaskingOption__C
Definition: mss_per4f.c:3557
ti_sysbios_BIOS_registerRTSLock
Void ti_sysbios_BIOS_registerRTSLock()
ti_sysbios_hal_Hwi_Object__first__S
xdc_Ptr ti_sysbios_hal_Hwi_Object__first__S(void)
Definition: mss_per4f.c:16974
xdc_runtime_System_Module_GateProxy_Object2__::obj
xdc_runtime_System_Module_GateProxy_Object__ obj
Definition: mss_per4f.c:789
xdc_runtime_Text_Module_State__
Definition: mss_per4f.c:1604
ti_sysbios_BIOS_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_BIOS_Module__loggerFxn8 ti_sysbios_BIOS_Module__loggerFxn8__C
Definition: mss_per4f.c:2582
ti_sysbios_knl_Task_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_knl_Task_Module__gatePrms ti_sysbios_knl_Task_Module__gatePrms__C
Definition: mss_per4f.c:5756
ti_sysbios_BIOS_clockEnabled__C
const __FAR__ CT__ti_sysbios_BIOS_clockEnabled ti_sysbios_BIOS_clockEnabled__C
Definition: mss_per4f.c:2629
ti_sysbios_timers_rti_Timer_Object__table__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_Object__table ti_sysbios_timers_rti_Timer_Object__table__C
Definition: mss_per4f.c:6153
ti_sysbios_timers_rti_Timer_Module_State_0_device__A
__T1_ti_sysbios_timers_rti_Timer_Module_State__device ti_sysbios_timers_rti_Timer_Module_State_0_device__A[2]
Definition: mss_per4f.c:1410
ti_sysbios_gates_GateMutex_Module__
Definition: mss_per4f.c:235
ti_sysbios_BIOS_RtsGateProxy_Module__
struct ti_sysbios_BIOS_RtsGateProxy_Module__ ti_sysbios_BIOS_RtsGateProxy_Module__
ti_sysbios_hal_Core_Module__gateObj__C
const __FAR__ CT__ti_sysbios_hal_Core_Module__gateObj ti_sysbios_hal_Core_Module__gateObj__C
Definition: mss_per4f.c:4010
ti_sysbios_family_arm_TaskSupport_Module__id__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_Module__id ti_sysbios_family_arm_TaskSupport_Module__id__C
Definition: mss_per4f.c:2772
ti_sysbios_BIOS_RtsGateProxy_leave__E
xdc_Void ti_sysbios_BIOS_RtsGateProxy_leave__E(ti_sysbios_BIOS_RtsGateProxy_Handle __inst, xdc_IArg key)
Definition: mss_per4f.c:14822
ti_sysbios_knl_Clock_TimerProxy_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:443
ti_sysbios_knl_Semaphore_Object__sizeof__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_Object__sizeof ti_sysbios_knl_Semaphore_Object__sizeof__C
Definition: mss_per4f.c:5187
ti_sysbios_heaps_HeapBuf_Module_State__
struct ti_sysbios_heaps_HeapBuf_Module_State__ ti_sysbios_heaps_HeapBuf_Module_State__
ti_sysbios_heaps_HeapBuf_Object__::numBlocks
xdc_UInt numBlocks
Definition: mss_per4f.c:338
xdc_runtime_Main_Module__diagsIncluded__C
const __FAR__ CT__xdc_runtime_Main_Module__diagsIncluded xdc_runtime_Main_Module__diagsIncluded__C
Definition: mss_per4f.c:6816
ti_sysbios_family_arm_v7r_vim_Hwi_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__gatePrms ti_sysbios_family_arm_v7r_vim_Hwi_Module__gatePrms__C
Definition: mss_per4f.c:3445
ti_sysbios_heaps_HeapMem_E_memory__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_E_memory ti_sysbios_heaps_HeapMem_E_memory__C
Definition: mss_per4f.c:4502
xdc_runtime_Startup_Module_State__
Definition: mss_per4f.c:1512
ti_sysbios_knl_Task_Object__first__S
xdc_Ptr ti_sysbios_knl_Task_Object__first__S(void)
Definition: mss_per4f.c:19337
ti_sysbios_hal_Hwi_Object__::pi
ti_sysbios_hal_Hwi_HwiProxy_Handle pi
Definition: mss_per4f.c:285
xdc_runtime_System_Module_GateProxy_leave__E
xdc_Void xdc_runtime_System_Module_GateProxy_leave__E(xdc_runtime_System_Module_GateProxy_Handle __inst, xdc_IArg key)
Definition: mss_per4f.c:15522
xdc_runtime_Memory_Module__gateObj__C
const __FAR__ CT__xdc_runtime_Memory_Module__gateObj xdc_runtime_Memory_Module__gateObj__C
Definition: mss_per4f.c:6917
ti_sysbios_hal_CacheNull_Module__id__C
const __FAR__ CT__ti_sysbios_hal_CacheNull_Module__id ti_sysbios_hal_CacheNull_Module__id__C
Definition: mss_per4f.c:3940
ti_sysbios_heaps_HeapMem_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_Module__loggerObj ti_sysbios_heaps_HeapMem_Module__loggerObj__C
Definition: mss_per4f.c:4450
ti_sysbios_family_arm_exc_Exception_Module_State__
struct ti_sysbios_family_arm_exc_Exception_Module_State__ ti_sysbios_family_arm_exc_Exception_Module_State__
ti_sysbios_family_arm_v7r_vim_Hwi_Object__
struct ti_sysbios_family_arm_v7r_vim_Hwi_Object__ ti_sysbios_family_arm_v7r_vim_Hwi_Object__
xdc_runtime_System_Module__startupDone__F
xdc_Bool xdc_runtime_System_Module__startupDone__F(void)
Definition: mss_per4f.c:1745
ti_sysbios_knl_Clock_TimerProxy_Module__
Definition: mss_per4f.c:442
xdc_runtime_Memory_HeapProxy_delete
void xdc_runtime_Memory_HeapProxy_delete(xdc_runtime_Memory_HeapProxy_Handle *instp)
Definition: mss_per4f.c:15431
xdc_runtime_Main_Module__gatePrms__C
const __FAR__ CT__xdc_runtime_Main_Module__gatePrms xdc_runtime_Main_Module__gatePrms__C
Definition: mss_per4f.c:6828
ti_sysbios_knl_Idle_funcList__A
const __T1_ti_sysbios_knl_Idle_funcList ti_sysbios_knl_Idle_funcList__A[1]
Definition: mss_per4f.c:1273
ti_sysbios_knl_Clock_Module_State__::ticks
volatile xdc_UInt32 ticks
Definition: mss_per4f.c:1235
xdc_runtime_Gate_Module__loggerDefined__C
const __FAR__ CT__xdc_runtime_Gate_Module__loggerDefined xdc_runtime_Gate_Module__loggerDefined__C
Definition: mss_per4f.c:6646
ti_sysbios_knl_Queue_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:531
ti_sysbios_knl_Task_Module_State__::workFlag
volatile xdc_Bool workFlag
Definition: mss_per4f.c:1363
ti_sysbios_knl_Clock_tickPeriod__C
const __FAR__ CT__ti_sysbios_knl_Clock_tickPeriod ti_sysbios_knl_Clock_tickPeriod__C
Definition: mss_per4f.c:4691
ti_sysbios_knl_Swi_Module_State__::curSet
xdc_UInt curSet
Definition: mss_per4f.c:1309
xdc_runtime_Log_L_construct__C
const __FAR__ CT__xdc_runtime_Log_L_construct xdc_runtime_Log_L_construct__C
Definition: mss_per4f.c:6763
xdc_runtime_Log_Object__table__C
const __FAR__ CT__xdc_runtime_Log_Object__table xdc_runtime_Log_Object__table__C
Definition: mss_per4f.c:6759
ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn2 ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn2__C
Definition: mss_per4f.c:3469
ti_sysbios_family_arm_exc_Exception_excHookFunc__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_excHookFunc ti_sysbios_family_arm_exc_Exception_excHookFunc__C
Definition: mss_per4f.c:2969
xdc_runtime_System_sprintf__E
xdc_Int xdc_runtime_System_sprintf__E(xdc_Char buf[], xdc_CString fmt,...)
Definition: mss_per4f.c:14725
ti_sysbios_knl_Swi_numPriorities__C
const __FAR__ CT__ti_sysbios_knl_Swi_numPriorities ti_sysbios_knl_Swi_numPriorities__C
Definition: mss_per4f.c:5503
ti_sysbios_knl_Task_create
ti_sysbios_knl_Task_Handle ti_sysbios_knl_Task_create(ti_sysbios_knl_Task_FuncPtr fxn, const ti_sysbios_knl_Task_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:19392
ti_sysbios_knl_Clock_Module__state__V
ti_sysbios_knl_Clock_Module_State__ ti_sysbios_knl_Clock_Module__state__V
Definition: mss_per4f.c:1249
ti_sysbios_knl_Idle_Module__startupDone__S
xdc_Bool ti_sysbios_knl_Idle_Module__startupDone__S(void)
Definition: mss_per4f.c:18425
ti_sysbios_knl_Task_Module_State__::curTaskPrivileged
xdc_Bool curTaskPrivileged
Definition: mss_per4f.c:1374
ti_sysbios_family_arm_v7r_tms570_Core_Module_startup__E
xdc_Int ti_sysbios_family_arm_v7r_tms570_Core_Module_startup__E(xdc_Int)
xdc_runtime_Startup_Module__id__C
const __FAR__ CT__xdc_runtime_Startup_Module__id xdc_runtime_Startup_Module__id__C
Definition: mss_per4f.c:7150
ti_sysbios_knl_Queue_Module__root__V
ti_sysbios_knl_Queue_Module__ ti_sysbios_knl_Queue_Module__root__V
Definition: mss_per4f.c:5022
ti_sysbios_knl_Intrinsics_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_knl_Intrinsics_Module__gatePrms ti_sysbios_knl_Intrinsics_Module__gatePrms__C
Definition: mss_per4f.c:4945
ti_sysbios_family_arm_IntrinsicsSupport_Module__startupDone__S
xdc_Bool ti_sysbios_family_arm_IntrinsicsSupport_Module__startupDone__S(void)
Definition: mss_per4f.c:15988
ti_sysbios_heaps_HeapBuf_Object__
Definition: mss_per4f.c:334
ti_sysbios_knl_Task_Module_State__::curSet
volatile xdc_UInt curSet
Definition: mss_per4f.c:1362
ti_sysbios_family_arm_exc_Exception_Object__count__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_Object__count ti_sysbios_family_arm_exc_Exception_Object__count__C
Definition: mss_per4f.c:2933
ti_sysbios_gates_GateMutex_Module__root__V
ti_sysbios_gates_GateMutex_Module__ ti_sysbios_gates_GateMutex_Module__root__V
Definition: mss_per4f.c:3727
ti_sysbios_hal_CacheNull_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_hal_CacheNull_Module__loggerFxn4 ti_sysbios_hal_CacheNull_Module__loggerFxn4__C
Definition: mss_per4f.c:3964
ti_sysbios_knl_Semaphore_Module__
struct ti_sysbios_knl_Semaphore_Module__ ti_sysbios_knl_Semaphore_Module__
ti_sysbios_family_arm_IntrinsicsSupport_Object__count__C
const __FAR__ CT__ti_sysbios_family_arm_IntrinsicsSupport_Object__count ti_sysbios_family_arm_IntrinsicsSupport_Object__count__C
Definition: mss_per4f.c:2731
ti_sysbios_knl_Clock_TimerProxy_getFunc__E
ti_sysbios_interfaces_ITimer_FuncPtr ti_sysbios_knl_Clock_TimerProxy_getFunc__E(ti_sysbios_knl_Clock_TimerProxy_Handle __inst, xdc_UArg *arg)
Definition: mss_per4f.c:15253
ti_sysbios_knl_Clock_Object__PARAMS__C
const __FAR__ ti_sysbios_knl_Clock_Params ti_sysbios_knl_Clock_Object__PARAMS__C
Definition: mss_per4f.c:4535
ti_sysbios_knl_Clock_LW_delayed__C
const __FAR__ CT__ti_sysbios_knl_Clock_LW_delayed ti_sysbios_knl_Clock_LW_delayed__C
Definition: mss_per4f.c:4655
ti_sysbios_heaps_HeapBuf___S1
Definition: mss_per4f.c:15652
ti_sysbios_knl_Task_objectCheckValueFxn__C
const __FAR__ CT__ti_sysbios_knl_Task_objectCheckValueFxn ti_sysbios_knl_Task_objectCheckValueFxn__C
Definition: mss_per4f.c:5956
ti_sysbios_knl_Task_Module_State__::curTask
ti_sysbios_knl_Task_Handle curTask
Definition: mss_per4f.c:1365
ti_sysbios_timers_rti_Timer_Object__get__S
xdc_Ptr ti_sysbios_timers_rti_Timer_Object__get__S(xdc_Ptr oa, xdc_Int i)
Definition: mss_per4f.c:19598
ti_sysbios_hal_Hwi_construct
void ti_sysbios_hal_Hwi_construct(ti_sysbios_hal_Hwi_Struct *__obj, xdc_Int intNum, ti_sysbios_hal_Hwi_FuncPtr hwiFxn, const ti_sysbios_hal_Hwi_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:17053
ti_sysbios_family_arm_exc_Exception_Object__sizeof__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_Object__sizeof ti_sysbios_family_arm_exc_Exception_Object__sizeof__C
Definition: mss_per4f.c:2941
ti_sysbios_family_arm_exc_Exception_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_Module__loggerFxn0 ti_sysbios_family_arm_exc_Exception_Module__loggerFxn0__C
Definition: mss_per4f.c:2913
ti_sysbios_family_arm_exc_Exception_Module__gateObj__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_Module__gateObj ti_sysbios_family_arm_exc_Exception_Module__gateObj__C
Definition: mss_per4f.c:2893
ti_sysbios_knl_Task_Object__::vitalTaskFlag
xdc_Bool vitalTaskFlag
Definition: mss_per4f.c:619
ti_sysbios_family_arm_exc_Exception_excHookFuncs__A
const __T1_ti_sysbios_family_arm_exc_Exception_excHookFuncs ti_sysbios_family_arm_exc_Exception_excHookFuncs__A[1]
Definition: mss_per4f.c:1042
ti_sysbios_knl_Queue_Module__id__C
const __FAR__ CT__ti_sysbios_knl_Queue_Module__id ti_sysbios_knl_Queue_Module__id__C
Definition: mss_per4f.c:5049
ti_sysbios_heaps_HeapMem_A_zeroBlock__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_A_zeroBlock ti_sysbios_heaps_HeapMem_A_zeroBlock__C
Definition: mss_per4f.c:4490
ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E
xdc_IArg ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E(ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle __inst)
Definition: mss_per4f.c:15132
xdc_runtime_Main_Module_GateProxy_Object2__::obj
xdc_runtime_Main_Module_GateProxy_Object__ obj
Definition: mss_per4f.c:716
ti_sysbios_knl_Clock_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_knl_Clock_Module__loggerObj ti_sysbios_knl_Clock_Module__loggerObj__C
Definition: mss_per4f.c:4615
xdc_runtime_System_extendFxn__C
const __FAR__ CT__xdc_runtime_System_extendFxn xdc_runtime_System_extendFxn__C
Definition: mss_per4f.c:7416
xdc_runtime_Startup_Module__diagsEnabled__C
const __FAR__ CT__xdc_runtime_Startup_Module__diagsEnabled xdc_runtime_Startup_Module__diagsEnabled__C
Definition: mss_per4f.c:7130
ti_sysbios_gates_GateMutex_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_gates_GateMutex_Module__diagsMask ti_sysbios_gates_GateMutex_Module__diagsMask__C
Definition: mss_per4f.c:3778
ti_sysbios_knl_Queue_Object__
Definition: mss_per4f.c:107
ti_sysbios_family_arm_v7r_tms570_Core_numCores__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_numCores ti_sysbios_family_arm_v7r_tms570_Core_numCores__C
Definition: mss_per4f.c:3050
ti_sysbios_knl_Swi_Object__::arg1
xdc_UArg arg1
Definition: mss_per4f.c:572
ti_sysbios_family_arm_v7r_vim_Hwi_Object__::disableMask
__TA_ti_sysbios_family_arm_v7r_vim_Hwi_Instance_State__disableMask disableMask
Definition: mss_per4f.c:196
ti_sysbios_family_arm_exc_Exception_enableDecode__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_enableDecode ti_sysbios_family_arm_exc_Exception_enableDecode__C
Definition: mss_per4f.c:2965
ti_sysbios_BIOS_RtsGateProxy_create
ti_sysbios_BIOS_RtsGateProxy_Handle ti_sysbios_BIOS_RtsGateProxy_create(const ti_sysbios_BIOS_RtsGateProxy_Params *prms, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:14786
ti_sysbios_gates_GateHwi_Params__init__S
xdc_Void ti_sysbios_gates_GateHwi_Params__init__S(xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:16413
ti_sysbios_heaps_HeapMem_primaryHeapBaseAddr__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_primaryHeapBaseAddr ti_sysbios_heaps_HeapMem_primaryHeapBaseAddr__C
Definition: mss_per4f.c:4510
xdc_runtime_System_Module_GateProxy_Handle__label__S
xdc_runtime_Types_Label * xdc_runtime_System_Module_GateProxy_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:15504
ti_sysbios_family_arm_v7r_vim_Hwi_Module__state__V
ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__ ti_sysbios_family_arm_v7r_vim_Hwi_Module__state__V
Definition: mss_per4f.c:1103
ti_sysbios_BIOS_defaultKernelHeapInstance__C
const __FAR__ CT__ti_sysbios_BIOS_defaultKernelHeapInstance ti_sysbios_BIOS_defaultKernelHeapInstance__C
Definition: mss_per4f.c:2633
ti_sysbios_knl_Queue_Object__DESC__C
const __FAR__ xdc_runtime_Core_ObjDesc ti_sysbios_knl_Queue_Object__DESC__C
Definition: mss_per4f.c:5006
xdc_runtime_Text_nameEmpty__C
const __FAR__ CT__xdc_runtime_Text_nameEmpty xdc_runtime_Text_nameEmpty__C
Definition: mss_per4f.c:14635
ti_sysbios_BIOS_useSK__C
const __FAR__ CT__ti_sysbios_BIOS_useSK ti_sysbios_BIOS_useSK__C
Definition: mss_per4f.c:2661
ti_sysbios_timers_rti_Timer___S1
Definition: mss_per4f.c:15804
ti_sysbios_hal_Hwi_Object__
struct ti_sysbios_hal_Hwi_Object__ ti_sysbios_hal_Hwi_Object__
ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S
xdc_Bool ti_sysbios_knl_Clock_TimerProxy_Module__startupDone__S(void)
Definition: mss_per4f.c:15151
ti_sysbios_hal_Hwi_initStack
xdc_Void ti_sysbios_hal_Hwi_initStack(xdc_Void)
ti_sysbios_family_arm_v7r_vim_Hwi_fiqStack__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_fiqStack ti_sysbios_family_arm_v7r_vim_Hwi_fiqStack__C
Definition: mss_per4f.c:3529
ti_sysbios_knl_Task_Object__create__S
xdc_Ptr ti_sysbios_knl_Task_Object__create__S(xdc_CPtr __aa, const xdc_UChar *__paramsPtr, xdc_SizeT __psz, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:19363
xdc_runtime_Main_Module_GateProxy_delete
void xdc_runtime_Main_Module_GateProxy_delete(xdc_runtime_Main_Module_GateProxy_Handle *instp)
Definition: mss_per4f.c:15376
ti_sysbios_knl_Queue_Object__create__S
xdc_Ptr ti_sysbios_knl_Queue_Object__create__S(xdc_CPtr __aa, const xdc_UChar *__paramsPtr, xdc_SizeT __psz, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:18627
ti_sysbios_knl_Task_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_knl_Task_Module__loggerFxn0 ti_sysbios_knl_Task_Module__loggerFxn0__C
Definition: mss_per4f.c:5772
ti_sysbios_BIOS_Module_State__::rtsGate
ti_sysbios_BIOS_RtsGateProxy_Handle rtsGate
Definition: mss_per4f.c:967
ti_sysbios_knl_Clock_construct
void ti_sysbios_knl_Clock_construct(ti_sysbios_knl_Clock_Struct *__obj, ti_sysbios_knl_Clock_FuncPtr clockFxn, xdc_UInt timeout, const ti_sysbios_knl_Clock_Params *__paramsPtr)
Definition: mss_per4f.c:18031
ti_sysbios_family_arm_IntrinsicsSupport_Object__sizeof__C
const __FAR__ CT__ti_sysbios_family_arm_IntrinsicsSupport_Object__sizeof ti_sysbios_family_arm_IntrinsicsSupport_Object__sizeof__C
Definition: mss_per4f.c:2739
xdc_runtime_Text_Module__id__C
const __FAR__ CT__xdc_runtime_Text_Module__id xdc_runtime_Text_Module__id__C
Definition: mss_per4f.c:14583
ti_sysbios_knl_Task_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_knl_Task_Module__loggerDefined ti_sysbios_knl_Task_Module__loggerDefined__C
Definition: mss_per4f.c:5764
xdc_runtime_Startup_sfxnRts__C
const __FAR__ CT__xdc_runtime_Startup_sfxnRts xdc_runtime_Startup_sfxnRts__C
Definition: mss_per4f.c:7222
xdc_runtime_Diags_Module__loggerFxn2__C
const __FAR__ CT__xdc_runtime_Diags_Module__loggerFxn2 xdc_runtime_Diags_Module__loggerFxn2__C
Definition: mss_per4f.c:6465
ti_sysbios_knl_Semaphore_Module__gateObj__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_Module__gateObj ti_sysbios_knl_Semaphore_Module__gateObj__C
Definition: mss_per4f.c:5139
ti_sysbios_BIOS_RtsGateProxy_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:100
xdc_runtime_Text_Object__table__C
const __FAR__ CT__xdc_runtime_Text_Object__table xdc_runtime_Text_Object__table__C
Definition: mss_per4f.c:14627
ti_sysbios_knl_Task_Object__DESC__C
const __FAR__ xdc_runtime_Core_ObjDesc ti_sysbios_knl_Task_Object__DESC__C
Definition: mss_per4f.c:5527
ti_sysbios_gates_GateMutex_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_gates_GateMutex_Module__diagsEnabled ti_sysbios_gates_GateMutex_Module__diagsEnabled__C
Definition: mss_per4f.c:3770
xdc_runtime_Text_Module__gateObj__C
const __FAR__ CT__xdc_runtime_Text_Module__gateObj xdc_runtime_Text_Module__gateObj__C
Definition: mss_per4f.c:14575
ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet__A
const __T1_ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet__A[4]
Definition: mss_per4f.c:1112
ti_sysbios_knl_Swi_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_knl_Swi_Module__diagsEnabled ti_sysbios_knl_Swi_Module__diagsEnabled__C
Definition: mss_per4f.c:5415
xdc_runtime_Error_Object__sizeof__C
const __FAR__ CT__xdc_runtime_Error_Object__sizeof xdc_runtime_Error_Object__sizeof__C
Definition: mss_per4f.c:6581
ti_sysbios_knl_Task_delete
void ti_sysbios_knl_Task_delete(ti_sysbios_knl_Task_Handle *instp)
Definition: mss_per4f.c:19446
__TI_STACK_BASE
void * __TI_STACK_BASE
ti_sysbios_knl_Event_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_knl_Event_Module__loggerFxn1 ti_sysbios_knl_Event_Module__loggerFxn1__C
Definition: mss_per4f.c:4771
xdc_runtime_Main_Object__sizeof__C
const __FAR__ CT__xdc_runtime_Main_Object__sizeof xdc_runtime_Main_Object__sizeof__C
Definition: mss_per4f.c:6872
ti_sysbios_family_arm_v7r_vim_Hwi_hooks__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_hooks ti_sysbios_family_arm_v7r_vim_Hwi_hooks__C
Definition: mss_per4f.c:3601
ti_sysbios_gates_GateMutex_Module__FXNS__C
const ti_sysbios_gates_GateMutex_Fxns__ ti_sysbios_gates_GateMutex_Module__FXNS__C
Definition: mss_per4f.c:850
ti_sysbios_knl_Clock_Module__startupDone__S
xdc_Bool ti_sysbios_knl_Clock_Module__startupDone__S(void)
Definition: mss_per4f.c:17931
ti_sysbios_knl_Clock_Module_State__::maxSkippable
xdc_UInt32 maxSkippable
Definition: mss_per4f.c:1241
xdc_runtime_Memory_Module__loggerObj__C
const __FAR__ CT__xdc_runtime_Memory_Module__loggerObj xdc_runtime_Memory_Module__loggerObj__C
Definition: mss_per4f.c:6933
xdc_runtime_Error_IgnoreBlock
xdc_runtime_Error_Block xdc_runtime_Error_IgnoreBlock
Definition: mss_per4f.c:1723
ti_sysbios_knl_Idle_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_knl_Idle_Module__loggerDefined ti_sysbios_knl_Idle_Module__loggerDefined__C
Definition: mss_per4f.c:4872
ti_sysbios_knl_Clock_Object__::fxn
ti_sysbios_knl_Clock_FuncPtr fxn
Definition: mss_per4f.c:426
ti_sysbios_knl_Event_Object__next__S
xdc_Ptr ti_sysbios_knl_Event_Object__next__S(xdc_Ptr obj)
Definition: mss_per4f.c:18336
xdc_runtime_Startup_Module__loggerFxn2__C
const __FAR__ CT__xdc_runtime_Startup_Module__loggerFxn2 xdc_runtime_Startup_Module__loggerFxn2__C
Definition: mss_per4f.c:7170
ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__::dispatchTable
__TA_ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__dispatchTable dispatchTable
Definition: mss_per4f.c:1066
ti_sysbios_family_arm_v7r_vim_Hwi_construct
void ti_sysbios_family_arm_v7r_vim_Hwi_construct(ti_sysbios_family_arm_v7r_vim_Hwi_Struct *__obj, xdc_Int intNum, ti_sysbios_interfaces_IHwi_FuncPtr hwiFxn, const ti_sysbios_family_arm_v7r_vim_Hwi_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:16252
ti_sysbios_knl_Task_LM_setPri__C
const __FAR__ CT__ti_sysbios_knl_Task_LM_setPri ti_sysbios_knl_Task_LM_setPri__C
Definition: mss_per4f.c:5828
ti_sysbios_knl_Queue_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_knl_Queue_Module__diagsMask ti_sysbios_knl_Queue_Module__diagsMask__C
Definition: mss_per4f.c:5037
xdc_runtime_Text_visitRopeFxn2__C
const __FAR__ CT__xdc_runtime_Text_visitRopeFxn2 xdc_runtime_Text_visitRopeFxn2__C
Definition: mss_per4f.c:14675
ti_sysbios_gates_GateMutex_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_gates_GateMutex_Module__gatePrms ti_sysbios_gates_GateMutex_Module__gatePrms__C
Definition: mss_per4f.c:3786
ti_sysbios_knl_Queue_Handle__label__S
xdc_runtime_Types_Label * ti_sysbios_knl_Queue_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:18574
xdc_runtime_Startup_Module__loggerFxn4__C
const __FAR__ CT__xdc_runtime_Startup_Module__loggerFxn4 xdc_runtime_Startup_Module__loggerFxn4__C
Definition: mss_per4f.c:7174
ti_sysbios_knl_Idle_Object__count__C
const __FAR__ CT__ti_sysbios_knl_Idle_Object__count ti_sysbios_knl_Idle_Object__count__C
Definition: mss_per4f.c:4900
xdc_runtime_Text_Module_State__::charBase
xdc_CPtr charBase
Definition: mss_per4f.c:1605
ti_sysbios_family_arm_v7r_tms570_Core_Object__heap__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_Object__heap ti_sysbios_family_arm_v7r_tms570_Core_Object__heap__C
Definition: mss_per4f.c:3038
ti_sysbios_knl_Task_Object__::stackSize
xdc_SizeT stackSize
Definition: mss_per4f.c:611
ti_sysbios_family_arm_exc_Exception_Module_State_0_excContext__A
__T1_ti_sysbios_family_arm_exc_Exception_Module_State__excContext ti_sysbios_family_arm_exc_Exception_Module_State_0_excContext__A[1]
Definition: mss_per4f.c:1016
ti_sysbios_gates_GateHwi_construct
void ti_sysbios_gates_GateHwi_construct(ti_sysbios_gates_GateHwi_Struct *__obj, const ti_sysbios_gates_GateHwi_Params *__paramsPtr)
Definition: mss_per4f.c:16496
ti_sysbios_gates_GateMutex_Object__first__S
xdc_Ptr ti_sysbios_gates_GateMutex_Object__first__S(void)
Definition: mss_per4f.c:16669
xdc_runtime_Log_Module__loggerFxn4__C
const __FAR__ CT__xdc_runtime_Log_Module__loggerFxn4 xdc_runtime_Log_Module__loggerFxn4__C
Definition: mss_per4f.c:6739
ti_sysbios_hal_Hwi_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_hal_Hwi_Module__gatePrms ti_sysbios_hal_Hwi_Module__gatePrms__C
Definition: mss_per4f.c:4131
xdc_runtime_System_Module__startupDone__S
xdc_Bool xdc_runtime_System_Module__startupDone__S(void)
Definition: mss_per4f.c:20111
xdc_runtime_System_printfExtend__I
xdc_Int xdc_runtime_System_printfExtend__I(xdc_Char **, xdc_CString *, xdc_VaList *, xdc_runtime_System_ParseData *)
Definition: mss_per4f.c:1876
ti_sysbios_hal_Hwi___S1
Definition: mss_per4f.c:15633
ti_sysbios_timers_rti_Timer_startupNeeded__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_startupNeeded ti_sysbios_timers_rti_Timer_startupNeeded__C
Definition: mss_per4f.c:6185
ti_sysbios_family_arm_v7r_vim_Hwi_errataInitEsm__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_errataInitEsm ti_sysbios_family_arm_v7r_vim_Hwi_errataInitEsm__C
Definition: mss_per4f.c:3533
ti_sysbios_family_arm_v7r_vim_Hwi_Handle__label__S
xdc_runtime_Types_Label * ti_sysbios_family_arm_v7r_vim_Hwi_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:16146
ti_sysbios_knl_Task_LM_switch__C
const __FAR__ CT__ti_sysbios_knl_Task_LM_switch ti_sysbios_knl_Task_LM_switch__C
Definition: mss_per4f.c:5808
ti_sysbios_heaps_HeapBuf_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:348
ti_sysbios_heaps_HeapBuf_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn0 ti_sysbios_heaps_HeapBuf_Module__loggerFxn0__C
Definition: mss_per4f.c:4287
ti_sysbios_heaps_HeapBuf_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn1 ti_sysbios_heaps_HeapBuf_Module__loggerFxn1__C
Definition: mss_per4f.c:4291
ti_sysbios_family_arm_v7r_tms570_Core_resetC__I
Void ti_sysbios_family_arm_v7r_tms570_Core_resetC__I()
Definition: mss_per4f.c:2499
xdc_runtime_Error_Object__table__C
const __FAR__ CT__xdc_runtime_Error_Object__table xdc_runtime_Error_Object__table__C
Definition: mss_per4f.c:6585
xdc_runtime_System_Module_GateProxy_Module__
struct xdc_runtime_System_Module_GateProxy_Module__ xdc_runtime_System_Module_GateProxy_Module__
ti_sysbios_knl_Clock_TimerProxy_getPeriod__E
xdc_UInt32 ti_sysbios_knl_Clock_TimerProxy_getPeriod__E(ti_sysbios_knl_Clock_TimerProxy_Handle __inst)
Definition: mss_per4f.c:15235
ti_sysbios_knl_Swi_Module_startup__E
xdc_Int ti_sysbios_knl_Swi_Module_startup__E(xdc_Int)
ti_sysbios_family_arm_v7r_vim_Hwi_Module__
struct ti_sysbios_family_arm_v7r_vim_Hwi_Module__ ti_sysbios_family_arm_v7r_vim_Hwi_Module__
ti_sysbios_knl_Queue_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_knl_Queue_Module__loggerFxn0 ti_sysbios_knl_Queue_Module__loggerFxn0__C
Definition: mss_per4f.c:5061
ti_sysbios_knl_Idle_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_knl_Idle_Module__diagsMask ti_sysbios_knl_Idle_Module__diagsMask__C
Definition: mss_per4f.c:4856
xdc_runtime_System_Module__loggerFxn2__C
const __FAR__ CT__xdc_runtime_System_Module__loggerFxn2 xdc_runtime_System_Module__loggerFxn2__C
Definition: mss_per4f.c:7372
ti_sysbios_knl_Clock_Module_State__::startDuringWorkFunc
volatile xdc_Bool startDuringWorkFunc
Definition: mss_per4f.c:1243
ti_sysbios_knl_Semaphore_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_Module__loggerFxn8 ti_sysbios_knl_Semaphore_Module__loggerFxn8__C
Definition: mss_per4f.c:5175
ti_sysbios_knl_Intrinsics_Object__table__C
const __FAR__ CT__ti_sysbios_knl_Intrinsics_Object__table ti_sysbios_knl_Intrinsics_Object__table__C
Definition: mss_per4f.c:4993
ti_sysbios_timers_rti_Timer_Object__::startMode
ti_sysbios_interfaces_ITimer_StartMode startMode
Definition: mss_per4f.c:455
xdc_runtime_Gate_Object__count__C
const __FAR__ CT__xdc_runtime_Gate_Object__count xdc_runtime_Gate_Object__count__C
Definition: mss_per4f.c:6674
ti_sysbios_knl_Clock_TimerProxy_Proxy__abstract__S
xdc_Bool ti_sysbios_knl_Clock_TimerProxy_Proxy__abstract__S(void)
Definition: mss_per4f.c:18170
ti_sysbios_knl_Event_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:489
xdc_runtime_System_Module_GateProxy_Module__
Definition: mss_per4f.c:774
ti_sysbios_family_arm_v7r_vim_Hwi_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:181
ti_sysbios_heaps_HeapMem_Module__FXNS__C
const ti_sysbios_heaps_HeapMem_Fxns__ ti_sysbios_heaps_HeapMem_Module__FXNS__C
Definition: mss_per4f.c:919
xdc_runtime_Startup_sfxnTab__A
const __T1_xdc_runtime_Startup_sfxnTab xdc_runtime_Startup_sfxnTab__A[10]
Definition: mss_per4f.c:1558
ti_sysbios_hal_Hwi_HwiProxy_Module__root__V
ti_sysbios_hal_Hwi_HwiProxy_Module__ ti_sysbios_hal_Hwi_HwiProxy_Module__root__V
ti_sysbios_hal_Hwi_HwiProxy_Object__
ti_sysbios_family_arm_v7r_vim_Hwi_Object__ ti_sysbios_hal_Hwi_HwiProxy_Object__
Definition: mss_per4f.c:310
ti_sysbios_knl_Queue___S1
Definition: mss_per4f.c:15728
ti_sysbios_heaps_HeapMem_Module_GateProxy_delete
void ti_sysbios_heaps_HeapMem_Module_GateProxy_delete(ti_sysbios_heaps_HeapMem_Module_GateProxy_Handle *instp)
Definition: mss_per4f.c:15108
ti_sysbios_knl_Task_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_knl_Task_Module__loggerFxn8 ti_sysbios_knl_Task_Module__loggerFxn8__C
Definition: mss_per4f.c:5788
xdc_runtime_Log_Module__loggerObj__C
const __FAR__ CT__xdc_runtime_Log_Module__loggerObj xdc_runtime_Log_Module__loggerObj__C
Definition: mss_per4f.c:6723
ti_sysbios_knl_Clock_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_knl_Clock_Module__diagsMask ti_sysbios_knl_Clock_Module__diagsMask__C
Definition: mss_per4f.c:4595
ti_sysbios_timers_rti_Timer_Object__::runMode
ti_sysbios_interfaces_ITimer_RunMode runMode
Definition: mss_per4f.c:454
ti_sysbios_heaps_HeapMem_Object__get__S
xdc_Ptr ti_sysbios_heaps_HeapMem_Object__get__S(xdc_Ptr oa, xdc_Int i)
Definition: mss_per4f.c:17595
ti_sysbios_knl_Intrinsics_SupportProxy_Module__startupDone__S
xdc_Bool ti_sysbios_knl_Intrinsics_SupportProxy_Module__startupDone__S(void)
Definition: mss_per4f.c:15296
xdc_runtime_SysStd_Module__loggerFxn1__C
const __FAR__ CT__xdc_runtime_SysStd_Module__loggerFxn1 xdc_runtime_SysStd_Module__loggerFxn1__C
Definition: mss_per4f.c:7267
xdc_runtime_Registry_Module__state__V
xdc_runtime_Registry_Module_State__ xdc_runtime_Registry_Module__state__V
Definition: mss_per4f.c:1504
ti_sysbios_knl_Semaphore_Object2__
Definition: mss_per4f.c:127
ti_sysbios_hal_CacheNull_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_hal_CacheNull_Module__loggerFxn1 ti_sysbios_hal_CacheNull_Module__loggerFxn1__C
Definition: mss_per4f.c:3956
xdc_runtime_Memory_HeapProxy_free__E
xdc_Void xdc_runtime_Memory_HeapProxy_free__E(xdc_runtime_Memory_HeapProxy_Handle __inst, xdc_Ptr block, xdc_SizeT size)
Definition: mss_per4f.c:15455
ti_sysbios_hal_Hwi_dispatcherSwiSupport__C
const __FAR__ CT__ti_sysbios_hal_Hwi_dispatcherSwiSupport ti_sysbios_hal_Hwi_dispatcherSwiSupport__C
Definition: mss_per4f.c:4187
ti_sysbios_BIOS_RtsGateProxy_query__E
xdc_Bool ti_sysbios_BIOS_RtsGateProxy_query__E(xdc_Int qual)
Definition: mss_per4f.c:14810
ti_sysbios_hal_Hwi_Module__root__V
ti_sysbios_hal_Hwi_Module__ ti_sysbios_hal_Hwi_Module__root__V
Definition: mss_per4f.c:4100
ti_sysbios_timers_rti_Timer_Module_State__::handles
__TA_ti_sysbios_timers_rti_Timer_Module_State__handles handles
Definition: mss_per4f.c:1406
ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherAutoNestingSupport__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherAutoNestingSupport ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherAutoNestingSupport__C
Definition: mss_per4f.c:3497
ti_sysbios_heaps_HeapBuf_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn2 ti_sysbios_heaps_HeapBuf_Module__loggerFxn2__C
Definition: mss_per4f.c:4295
ti_sysbios_hal_CacheNull_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_hal_CacheNull_Module__loggerObj ti_sysbios_hal_CacheNull_Module__loggerObj__C
Definition: mss_per4f.c:3948
ti_sysbios_hal_Cache_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_hal_Cache_Module__loggerFxn8 ti_sysbios_hal_Cache_Module__loggerFxn8__C
Definition: mss_per4f.c:3895
ti_sysbios_family_arm_TaskSupport_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_Module__gatePrms ti_sysbios_family_arm_TaskSupport_Module__gatePrms__C
Definition: mss_per4f.c:2768
ti_sysbios_hal_CacheNull_Object__table__C
const __FAR__ CT__ti_sysbios_hal_CacheNull_Object__table ti_sysbios_hal_CacheNull_Object__table__C
Definition: mss_per4f.c:3984
ti_sysbios_knl_Clock_destruct
void ti_sysbios_knl_Clock_destruct(ti_sysbios_knl_Clock_Struct *obj)
Definition: mss_per4f.c:18043
ti_sysbios_knl_Swi_Object__::initTrigger
xdc_UInt initTrigger
Definition: mss_per4f.c:576
xdc_runtime_Defaults_Object__count__C
const __FAR__ CT__xdc_runtime_Defaults_Object__count xdc_runtime_Defaults_Object__count__C
Definition: mss_per4f.c:6404
ti_sysbios_heaps_HeapMem_Module_GateProxy_Proxy__delegate__S
xdc_CPtr ti_sysbios_heaps_HeapMem_Module_GateProxy_Proxy__delegate__S(void)
Definition: mss_per4f.c:17815
ti_sysbios_BIOS_cpuFreq__C
const __FAR__ CT__ti_sysbios_BIOS_cpuFreq ti_sysbios_BIOS_cpuFreq__C
Definition: mss_per4f.c:2610
ti_sysbios_knl_Semaphore_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_Module__loggerFxn0 ti_sysbios_knl_Semaphore_Module__loggerFxn0__C
Definition: mss_per4f.c:5159
ti_sysbios_knl_Semaphore_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_Module__gatePrms ti_sysbios_knl_Semaphore_Module__gatePrms__C
Definition: mss_per4f.c:5143
xdc_runtime_Defaults_Module__gateObj__C
const __FAR__ CT__xdc_runtime_Defaults_Module__gateObj xdc_runtime_Defaults_Module__gateObj__C
Definition: mss_per4f.c:6364
xdc_runtime_Startup_firstFxns__A
const __T1_xdc_runtime_Startup_firstFxns xdc_runtime_Startup_firstFxns__A[2]
Definition: mss_per4f.c:1525
ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__
struct ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__ ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__
xdc_runtime_Memory_Module__loggerFxn1__C
const __FAR__ CT__xdc_runtime_Memory_Module__loggerFxn1 xdc_runtime_Memory_Module__loggerFxn1__C
Definition: mss_per4f.c:6941
ti_sysbios_knl_Event_Object__::Object_field_pendQ
ti_sysbios_knl_Queue_Object__ Object_field_pendQ
Definition: mss_per4f.c:500
ti_sysbios_BIOS_atExitFunc__I
Void ti_sysbios_BIOS_atExitFunc__I(Int)
Definition: mss_per4f.c:2076
ti_sysbios_knl_Queue_Object__next__S
xdc_Ptr ti_sysbios_knl_Queue_Object__next__S(xdc_Ptr obj)
Definition: mss_per4f.c:18614
ti_sysbios_BIOS_Module__startupDone__S
xdc_Bool ti_sysbios_BIOS_Module__startupDone__S(void)
Definition: mss_per4f.c:15857
ti_sysbios_family_arm_TaskSupport_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_Module__loggerDefined ti_sysbios_family_arm_TaskSupport_Module__loggerDefined__C
Definition: mss_per4f.c:2776
ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn2 ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn2__C
Definition: mss_per4f.c:2719
ti_sysbios_hal_Hwi_Object2__
Definition: mss_per4f.c:289
xdc_runtime_Core_Module__loggerFxn8__C
const __FAR__ CT__xdc_runtime_Core_Module__loggerFxn8 xdc_runtime_Core_Module__loggerFxn8__C
Definition: mss_per4f.c:6323
ti_sysbios_heaps_HeapMem_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_Module__loggerDefined ti_sysbios_heaps_HeapMem_Module__loggerDefined__C
Definition: mss_per4f.c:4446
ti_sysbios_hal_CacheNull_Object__count__C
const __FAR__ CT__ti_sysbios_hal_CacheNull_Object__count ti_sysbios_hal_CacheNull_Object__count__C
Definition: mss_per4f.c:3972
ti_sysbios_knl_Swi_create
ti_sysbios_knl_Swi_Handle ti_sysbios_knl_Swi_create(ti_sysbios_knl_Swi_FuncPtr swiFxn, const ti_sysbios_knl_Swi_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:19135
ti_sysbios_hal_Core_Object__heap__C
const __FAR__ CT__ti_sysbios_hal_Core_Object__heap ti_sysbios_hal_Core_Object__heap__C
Definition: mss_per4f.c:4054
xdc_runtime_Main_Module_GateProxy_Handle__label__S
xdc_runtime_Types_Label * xdc_runtime_Main_Module_GateProxy_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:15388
ti_sysbios_timers_rti_Timer_Object__::id
xdc_Int id
Definition: mss_per4f.c:453
xdc_runtime_Text_nameStatic__C
const __FAR__ CT__xdc_runtime_Text_nameStatic xdc_runtime_Text_nameStatic__C
Definition: mss_per4f.c:14639
ti_sysbios_family_arm_exc_Exception_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_Module__loggerFxn4 ti_sysbios_family_arm_exc_Exception_Module__loggerFxn4__C
Definition: mss_per4f.c:2925
ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__::isrStackBase
xdc_Ptr isrStackBase
Definition: mss_per4f.c:1061
ti_sysbios_knl_Task_moduleStateCheckFxn__C
const __FAR__ CT__ti_sysbios_knl_Task_moduleStateCheckFxn ti_sysbios_knl_Task_moduleStateCheckFxn__C
Definition: mss_per4f.c:5940
xdc_runtime_Core_Module__loggerFxn4__C
const __FAR__ CT__xdc_runtime_Core_Module__loggerFxn4 xdc_runtime_Core_Module__loggerFxn4__C
Definition: mss_per4f.c:6319
xdc_runtime_Defaults_Module__loggerFxn4__C
const __FAR__ CT__xdc_runtime_Defaults_Module__loggerFxn4 xdc_runtime_Defaults_Module__loggerFxn4__C
Definition: mss_per4f.c:6396
ti_sysbios_heaps_HeapMem_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn2 ti_sysbios_heaps_HeapMem_Module__loggerFxn2__C
Definition: mss_per4f.c:4462
ti_sysbios_heaps_HeapMem_primaryHeapEndAddr__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_primaryHeapEndAddr ti_sysbios_heaps_HeapMem_primaryHeapEndAddr__C
Definition: mss_per4f.c:4514
ti_sysbios_knl_Task_Object__::checkValue
xdc_UInt32 checkValue
Definition: mss_per4f.c:625
ti_sysbios_gates_GateHwi_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_gates_GateHwi_Module__loggerFxn8 ti_sysbios_gates_GateHwi_Module__loggerFxn8__C
Definition: mss_per4f.c:3687
xdc_runtime_Startup_Module_State__::execFlag
xdc_Bool execFlag
Definition: mss_per4f.c:1514
xdc_runtime_Startup_Module__loggerFxn1__C
const __FAR__ CT__xdc_runtime_Startup_Module__loggerFxn1 xdc_runtime_Startup_Module__loggerFxn1__C
Definition: mss_per4f.c:7166
ti_sysbios_timers_rti_Timer_Object2__::obj
ti_sysbios_timers_rti_Timer_Object__ obj
Definition: mss_per4f.c:470
ti_sysbios_family_arm_exc_Exception_Object__table__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_Object__table ti_sysbios_family_arm_exc_Exception_Object__table__C
Definition: mss_per4f.c:2945
ti_sysbios_hal_Cache_CacheProxy_Proxy__delegate__S
xdc_CPtr ti_sysbios_hal_Cache_CacheProxy_Proxy__delegate__S(void)
Definition: mss_per4f.c:16799
ATTRIBUTE
#define ATTRIBUTE
Definition: mss_per4f.c:2271
ti_sysbios_family_arm_exc_Exception_Module__startupDone__S
xdc_Bool ti_sysbios_family_arm_exc_Exception_Module__startupDone__S(void)
Definition: mss_per4f.c:16012
ti_sysbios_hal_Hwi_HwiProxy_getHookContext__E
xdc_Ptr ti_sysbios_hal_Hwi_HwiProxy_getHookContext__E(ti_sysbios_hal_Hwi_HwiProxy_Handle __inst, xdc_Int id)
Definition: mss_per4f.c:15071
ti_sysbios_heaps_HeapBuf_Object__DESC__C
const __FAR__ xdc_runtime_Core_ObjDesc ti_sysbios_heaps_HeapBuf_Object__DESC__C
Definition: mss_per4f.c:4212
ti_sysbios_knl_Event_Params__init__S
xdc_Void ti_sysbios_knl_Event_Params__init__S(xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:18306
xdc_runtime_Registry_Module__id__C
const __FAR__ CT__xdc_runtime_Registry_Module__id xdc_runtime_Registry_Module__id__C
Definition: mss_per4f.c:7023
xdc_runtime_Startup_Object__sizeof__C
const __FAR__ CT__xdc_runtime_Startup_Object__sizeof xdc_runtime_Startup_Object__sizeof__C
Definition: mss_per4f.c:7190
ti_sysbios_knl_Clock_Module__gateObj__C
const __FAR__ CT__ti_sysbios_knl_Clock_Module__gateObj ti_sysbios_knl_Clock_Module__gateObj__C
Definition: mss_per4f.c:4599
xdc_runtime_Gate_Module__loggerObj__C
const __FAR__ CT__xdc_runtime_Gate_Module__loggerObj xdc_runtime_Gate_Module__loggerObj__C
Definition: mss_per4f.c:6650
xdc_runtime_Text_Module__state__V
xdc_runtime_Text_Module_State__ xdc_runtime_Text_Module__state__V
Definition: mss_per4f.c:1610
ti_sysbios_hal_CacheNull_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_hal_CacheNull_Module__loggerFxn8 ti_sysbios_hal_CacheNull_Module__loggerFxn8__C
Definition: mss_per4f.c:3968
xdc_runtime_Startup_Module_State__
struct xdc_runtime_Startup_Module_State__ xdc_runtime_Startup_Module_State__
ti_sysbios_heaps_HeapMem_Object__next__S
xdc_Ptr ti_sysbios_heaps_HeapMem_Object__next__S(xdc_Ptr obj)
Definition: mss_per4f.c:17619
ti_sysbios_hal_Hwi_Module__id__C
const __FAR__ CT__ti_sysbios_hal_Hwi_Module__id ti_sysbios_hal_Hwi_Module__id__C
Definition: mss_per4f.c:4135
ti_sysbios_knl_Clock_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:411
xdc_runtime_Defaults_Module__loggerDefined__C
const __FAR__ CT__xdc_runtime_Defaults_Module__loggerDefined xdc_runtime_Defaults_Module__loggerDefined__C
Definition: mss_per4f.c:6376
xdc_runtime_System_Module_GateProxy_Object__
ti_sysbios_gates_GateHwi_Object__ xdc_runtime_System_Module_GateProxy_Object__
Definition: mss_per4f.c:784
ti_sysbios_knl_Task_A_noPendElem__C
const __FAR__ CT__ti_sysbios_knl_Task_A_noPendElem ti_sysbios_knl_Task_A_noPendElem__C
Definition: mss_per4f.c:5880
xdc_runtime_Error_Module__loggerFxn1__C
const __FAR__ CT__xdc_runtime_Error_Module__loggerFxn1 xdc_runtime_Error_Module__loggerFxn1__C
Definition: mss_per4f.c:6557
ti_sysbios_knl_Intrinsics_SupportProxy_maxbit__E
xdc_UInt ti_sysbios_knl_Intrinsics_SupportProxy_maxbit__E(xdc_UInt bits)
Definition: mss_per4f.c:15302
ti_sysbios_family_arm_v7r_vim_Hwi_Object__delete__S
xdc_Void ti_sysbios_family_arm_v7r_vim_Hwi_Object__delete__S(xdc_Ptr instp)
Definition: mss_per4f.c:16275
xdc_runtime_Text_Module__loggerObj__C
const __FAR__ CT__xdc_runtime_Text_Module__loggerObj xdc_runtime_Text_Module__loggerObj__C
Definition: mss_per4f.c:14591
xdc_runtime_Diags_Object__heap__C
const __FAR__ CT__xdc_runtime_Diags_Object__heap xdc_runtime_Diags_Object__heap__C
Definition: mss_per4f.c:6481
xdc_runtime_SysStd_Module__startupDone__S
xdc_Bool xdc_runtime_SysStd_Module__startupDone__S(void)
Definition: mss_per4f.c:20099
ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:387
ti_sysbios_timers_rti_Timer_startup__E
Void ti_sysbios_timers_rti_Timer_startup__E()
ti_sysbios_hal_Cache_Module__startupDone__S
xdc_Bool ti_sysbios_hal_Cache_Module__startupDone__S(void)
Definition: mss_per4f.c:16771
xdc_runtime_Defaults_Object__table__C
const __FAR__ CT__xdc_runtime_Defaults_Object__table xdc_runtime_Defaults_Object__table__C
Definition: mss_per4f.c:6416
ti_sysbios_gates_GateMutex_Object__DESC__C
const __FAR__ xdc_runtime_Core_ObjDesc ti_sysbios_gates_GateMutex_Object__DESC__C
Definition: mss_per4f.c:3711
ti_sysbios_family_arm_exc_Exception_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_Module__loggerFxn1 ti_sysbios_family_arm_exc_Exception_Module__loggerFxn1__C
Definition: mss_per4f.c:2917
ti_sysbios_knl_Swi_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:561
ti_sysbios_family_arm_v7r_vim_Hwi_swiRestoreHwi__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_swiRestoreHwi ti_sysbios_family_arm_v7r_vim_Hwi_swiRestoreHwi__C
Definition: mss_per4f.c:3589
ti_sysbios_knl_Swi_Object2__::obj
ti_sysbios_knl_Swi_Object__ obj
Definition: mss_per4f.c:585
ti_sysbios_knl_Clock_Object__
Definition: mss_per4f.c:420
ti_sysbios_gates_GateHwi_Module__gateObj__C
const __FAR__ CT__ti_sysbios_gates_GateHwi_Module__gateObj ti_sysbios_gates_GateHwi_Module__gateObj__C
Definition: mss_per4f.c:3651
ti_sysbios_hal_Hwi_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_hal_Hwi_Module__loggerObj ti_sysbios_hal_Hwi_Module__loggerObj__C
Definition: mss_per4f.c:4143
ti_sysbios_heaps_HeapMem_Object__
Definition: mss_per4f.c:366
ti_sysbios_knl_Swi_Object__::arg0
xdc_UArg arg0
Definition: mss_per4f.c:571
ti_sysbios_knl_Clock___S1::s0
ti_sysbios_knl_Clock_Object2__ s0
Definition: mss_per4f.c:15690
ti_sysbios_knl_Semaphore_Object__PARAMS__C
const __FAR__ ti_sysbios_knl_Semaphore_Params ti_sysbios_knl_Semaphore_Object__PARAMS__C
Definition: mss_per4f.c:5105
ti_sysbios_timers_rti_Timer_Module_State__
Definition: mss_per4f.c:1402
xdc_runtime_Error_Module_State__::count
xdc_UInt16 count
Definition: mss_per4f.c:1448
ti_sysbios_knl_Task_Module__
Definition: mss_per4f.c:594
ti_sysbios_knl_Queue_Object__::elem
ti_sysbios_knl_Queue_Elem elem
Definition: mss_per4f.c:108
ti_sysbios_knl_Task_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_knl_Task_Module__loggerFxn1 ti_sysbios_knl_Task_Module__loggerFxn1__C
Definition: mss_per4f.c:5776
xdc_runtime_Diags_Object__table__C
const __FAR__ CT__xdc_runtime_Diags_Object__table xdc_runtime_Diags_Object__table__C
Definition: mss_per4f.c:6489
xdc_runtime_Core_Module__gatePrms__C
const __FAR__ CT__xdc_runtime_Core_Module__gatePrms xdc_runtime_Core_Module__gatePrms__C
Definition: mss_per4f.c:6291
ti_sysbios_knl_Task_destruct
void ti_sysbios_knl_Task_destruct(ti_sysbios_knl_Task_Struct *obj)
Definition: mss_per4f.c:19433
ti_sysbios_gates_GateMutex_delete
void ti_sysbios_gates_GateMutex_delete(ti_sysbios_gates_GateMutex_Handle *instp)
Definition: mss_per4f.c:16760
xdc_runtime_Gate_Module__loggerFxn0__C
const __FAR__ CT__xdc_runtime_Gate_Module__loggerFxn0 xdc_runtime_Gate_Module__loggerFxn0__C
Definition: mss_per4f.c:6654
ti_sysbios_knl_Event_LM_post__C
const __FAR__ CT__ti_sysbios_knl_Event_LM_post ti_sysbios_knl_Event_LM_post__C
Definition: mss_per4f.c:4803
ti_sysbios_heaps_HeapMem_Object__sizeof__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_Object__sizeof ti_sysbios_heaps_HeapMem_Object__sizeof__C
Definition: mss_per4f.c:4482
ti_sysbios_family_arm_exc_Exception_Module_State__::excStackBuffers
__TA_ti_sysbios_family_arm_exc_Exception_Module_State__excStackBuffers excStackBuffers
Definition: mss_per4f.c:1007
xdc_runtime_Gate_Module__diagsMask__C
const __FAR__ CT__xdc_runtime_Gate_Module__diagsMask xdc_runtime_Gate_Module__diagsMask__C
Definition: mss_per4f.c:6630
ti_sysbios_hal_Cache_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_hal_Cache_Module__diagsMask ti_sysbios_hal_Cache_Module__diagsMask__C
Definition: mss_per4f.c:3855
ti_sysbios_knl_Queue_Object__heap__C
const __FAR__ CT__ti_sysbios_knl_Queue_Object__heap ti_sysbios_knl_Queue_Object__heap__C
Definition: mss_per4f.c:5085
ti_sysbios_gates_GateHwi_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_gates_GateHwi_Module__gatePrms ti_sysbios_gates_GateHwi_Module__gatePrms__C
Definition: mss_per4f.c:3655
ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__
struct ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__ ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__
ti_sysbios_knl_Task_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_knl_Task_Module__diagsMask ti_sysbios_knl_Task_Module__diagsMask__C
Definition: mss_per4f.c:5748
Header::actualBuf
Ptr actualBuf
Definition: mss_per4f.c:2298
ti_sysbios_knl_Task_Module_startup__E
xdc_Int ti_sysbios_knl_Task_Module_startup__E(xdc_Int)
ti_sysbios_knl_Task_Object__sizeof__C
const __FAR__ CT__ti_sysbios_knl_Task_Object__sizeof ti_sysbios_knl_Task_Object__sizeof__C
Definition: mss_per4f.c:5800
ti_sysbios_knl_Swi_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_knl_Swi_Module__loggerDefined ti_sysbios_knl_Swi_Module__loggerDefined__C
Definition: mss_per4f.c:5439
xdc_runtime_Log_Module__diagsEnabled__C
const __FAR__ CT__xdc_runtime_Log_Module__diagsEnabled xdc_runtime_Log_Module__diagsEnabled__C
Definition: mss_per4f.c:6695
ti_sysbios_family_arm_v7r_vim_Hwi_Object__sizeof__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_Object__sizeof ti_sysbios_family_arm_v7r_vim_Hwi_Object__sizeof__C
Definition: mss_per4f.c:3489
xdc_runtime_Text_Module__loggerDefined__C
const __FAR__ CT__xdc_runtime_Text_Module__loggerDefined xdc_runtime_Text_Module__loggerDefined__C
Definition: mss_per4f.c:14587
ti_sysbios_hal_Hwi_Object__::__fxns
const ti_sysbios_hal_Hwi_Fxns__ * __fxns
Definition: mss_per4f.c:284
ti_sysbios_heaps_HeapBuf_Object2__::obj
ti_sysbios_heaps_HeapBuf_Object__ obj
Definition: mss_per4f.c:349
ti_sysbios_family_arm_IntrinsicsSupport_Object__heap__C
const __FAR__ CT__ti_sysbios_family_arm_IntrinsicsSupport_Object__heap ti_sysbios_family_arm_IntrinsicsSupport_Object__heap__C
Definition: mss_per4f.c:2735
ti_sysbios_timers_rti_Timer_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn1 ti_sysbios_timers_rti_Timer_Module__loggerFxn1__C
Definition: mss_per4f.c:6125
ti_sysbios_family_arm_v7r_vim_Hwi_Object2__::obj
ti_sysbios_family_arm_v7r_vim_Hwi_Object__ obj
Definition: mss_per4f.c:202
memalign
Void ATTRIBUTE * memalign(SizeT alignment, SizeT size)
Definition: mss_per4f.c:2345
xdc_runtime_Error_Module__startupDone__S
xdc_Bool xdc_runtime_Error_Module__startupDone__S(void)
Definition: mss_per4f.c:19777
xdc_runtime_Defaults_Object__heap__C
const __FAR__ CT__xdc_runtime_Defaults_Object__heap xdc_runtime_Defaults_Object__heap__C
Definition: mss_per4f.c:6408
ti_sysbios_knl_Swi_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_knl_Swi_Module__loggerFxn2 ti_sysbios_knl_Swi_Module__loggerFxn2__C
Definition: mss_per4f.c:5455
xdc_runtime_Memory_Module__startupDone__S
xdc_Bool xdc_runtime_Memory_Module__startupDone__S(void)
Definition: mss_per4f.c:19944
xdc_runtime_System_Module_startup__E
xdc_Int xdc_runtime_System_Module_startup__E(xdc_Int)
xdc_runtime_Main_Module_GateProxy_Module__
Definition: mss_per4f.c:701
xdc_runtime_Text_charTab__C
const __FAR__ CT__xdc_runtime_Text_charTab xdc_runtime_Text_charTab__C
Definition: mss_per4f.c:14647
ti_sysbios_knl_Event_Module__
struct ti_sysbios_knl_Event_Module__ ti_sysbios_knl_Event_Module__
ti_sysbios_heaps_HeapMem_Object__::buf
__TA_ti_sysbios_heaps_HeapMem_Instance_State__buf buf
Definition: mss_per4f.c:369
ti_sysbios_knl_Swi_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_knl_Swi_Module__loggerFxn1 ti_sysbios_knl_Swi_Module__loggerFxn1__C
Definition: mss_per4f.c:5451
xdc_runtime_Diags_Object__count__C
const __FAR__ CT__xdc_runtime_Diags_Object__count xdc_runtime_Diags_Object__count__C
Definition: mss_per4f.c:6477
xdc_runtime_Error_Module_State__
Definition: mss_per4f.c:1447
xdc_runtime_Main_Module__loggerObj__C
const __FAR__ CT__xdc_runtime_Main_Module__loggerObj xdc_runtime_Main_Module__loggerObj__C
Definition: mss_per4f.c:6840
ti_sysbios_gates_GateHwi_Object__next__S
xdc_Ptr ti_sysbios_gates_GateHwi_Object__next__S(xdc_Ptr obj)
Definition: mss_per4f.c:16443
xdc_runtime_Text_nodeCnt__C
const __FAR__ CT__xdc_runtime_Text_nodeCnt xdc_runtime_Text_nodeCnt__C
Definition: mss_per4f.c:14659
xdc_runtime_Log_L_info__C
const __FAR__ CT__xdc_runtime_Log_L_info xdc_runtime_Log_L_info__C
Definition: mss_per4f.c:6787
xdc_runtime_SysStd_Module__FXNS__C
const xdc_runtime_SysStd_Fxns__ xdc_runtime_SysStd_Module__FXNS__C
Definition: mss_per4f.c:941
ti_sysbios_hal_Hwi_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_hal_Hwi_Module__loggerFxn1 ti_sysbios_hal_Hwi_Module__loggerFxn1__C
Definition: mss_per4f.c:4151
ti_sysbios_knl_Clock_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_knl_Clock_Module__diagsEnabled ti_sysbios_knl_Clock_Module__diagsEnabled__C
Definition: mss_per4f.c:4587
ti_sysbios_heaps_HeapMem_A_heapSize__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_A_heapSize ti_sysbios_heaps_HeapMem_A_heapSize__C
Definition: mss_per4f.c:4494
ti_sysbios_heaps_HeapMem_Object2__::obj
ti_sysbios_heaps_HeapMem_Object__ obj
Definition: mss_per4f.c:377
ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet__C
Definition: mss_per4f.c:3577
ti_sysbios_knl_Clock_LM_begin__C
const __FAR__ CT__ti_sysbios_knl_Clock_LM_begin ti_sysbios_knl_Clock_LM_begin__C
Definition: mss_per4f.c:4663
xdc_runtime_Main_Module_GateProxy_Object2__
Definition: mss_per4f.c:714
xdc_runtime_IModule_Interface__BASE__C
const __FAR__ xdc_runtime_Types_Base xdc_runtime_IModule_Interface__BASE__C
Definition: mss_per4f.c:820
xdc_runtime_IHeap_create
xdc_runtime_IHeap_Handle xdc_runtime_IHeap_create(xdc_runtime_IHeap_Module mod, const xdc_runtime_IHeap_Params *prms, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:15823
ti_sysbios_knl_Clock_Module__
struct ti_sysbios_knl_Clock_Module__ ti_sysbios_knl_Clock_Module__
__xdc__init__addr
__FAR__ int(*volatile __xdc__init__addr)(void)
Definition: mss_per4f.c:20278
xdc_runtime_Log_Module__gateObj__C
const __FAR__ CT__xdc_runtime_Log_Module__gateObj xdc_runtime_Log_Module__gateObj__C
Definition: mss_per4f.c:6707
xdc_runtime_System_Module__diagsMask__C
const __FAR__ CT__xdc_runtime_System_Module__diagsMask xdc_runtime_System_Module__diagsMask__C
Definition: mss_per4f.c:7340
ti_sysbios_hal_Hwi_Module__gateObj__C
const __FAR__ CT__ti_sysbios_hal_Hwi_Module__gateObj ti_sysbios_hal_Hwi_Module__gateObj__C
Definition: mss_per4f.c:4127
xdc_runtime_Startup_Module_State__::stateTab
xdc_Int * stateTab
Definition: mss_per4f.c:1513
ti_sysbios_BIOS_kernelHeapSection__C
const __FAR__ CT__ti_sysbios_BIOS_kernelHeapSection ti_sysbios_BIOS_kernelHeapSection__C
Definition: mss_per4f.c:2641
ti_sysbios_knl_Semaphore_Object__get__S
xdc_Ptr ti_sysbios_knl_Semaphore_Object__get__S(xdc_Ptr oa, xdc_Int i)
Definition: mss_per4f.c:18829
ti_sysbios_heaps_HeapBuf_A_bufAlign__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_A_bufAlign ti_sysbios_heaps_HeapBuf_A_bufAlign__C
Definition: mss_per4f.c:4327
ti_sysbios_hal_Hwi_create
ti_sysbios_hal_Hwi_Handle ti_sysbios_hal_Hwi_create(xdc_Int intNum, ti_sysbios_hal_Hwi_FuncPtr hwiFxn, const ti_sysbios_hal_Hwi_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:17029
ti_sysbios_knl_Semaphore_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_Module__loggerFxn4 ti_sysbios_knl_Semaphore_Module__loggerFxn4__C
Definition: mss_per4f.c:5171
ti_sysbios_knl_Idle_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_knl_Idle_Module__loggerFxn1 ti_sysbios_knl_Idle_Module__loggerFxn1__C
Definition: mss_per4f.c:4884
ti_sysbios_timers_rti_Timer_Object__
struct ti_sysbios_timers_rti_Timer_Object__ ti_sysbios_timers_rti_Timer_Object__
ti_sysbios_knl_Task_Module__
struct ti_sysbios_knl_Task_Module__ ti_sysbios_knl_Task_Module__
xdc_runtime_Main_Module_GateProxy_Object__
ti_sysbios_gates_GateHwi_Object__ xdc_runtime_Main_Module_GateProxy_Object__
Definition: mss_per4f.c:711
ti_sysbios_knl_Clock_tickSource__C
const __FAR__ CT__ti_sysbios_knl_Clock_tickSource ti_sysbios_knl_Clock_tickSource__C
Definition: mss_per4f.c:4679
ti_sysbios_heaps_HeapBuf_Module__FXNS__C
const ti_sysbios_heaps_HeapBuf_Fxns__ ti_sysbios_heaps_HeapBuf_Module__FXNS__C
Definition: mss_per4f.c:897
ti_sysbios_knl_Task_Module__gateObj__C
const __FAR__ CT__ti_sysbios_knl_Task_Module__gateObj ti_sysbios_knl_Task_Module__gateObj__C
Definition: mss_per4f.c:5752
ti_sysbios_knl_Event_Object__::postedEvents
volatile xdc_UInt postedEvents
Definition: mss_per4f.c:499
ti_sysbios_hal_Hwi_dispatcherTaskSupport__C
const __FAR__ CT__ti_sysbios_hal_Hwi_dispatcherTaskSupport ti_sysbios_hal_Hwi_dispatcherTaskSupport__C
Definition: mss_per4f.c:4191
ti_sysbios_hal_Core_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_hal_Core_Module__loggerDefined ti_sysbios_hal_Core_Module__loggerDefined__C
Definition: mss_per4f.c:4022
ti_sysbios_BIOS_RtsGateProxy_enter__E
xdc_IArg ti_sysbios_BIOS_RtsGateProxy_enter__E(ti_sysbios_BIOS_RtsGateProxy_Handle __inst)
Definition: mss_per4f.c:14816
ti_sysbios_knl_Task_Object__::domain
xdc_Ptr domain
Definition: mss_per4f.c:624
ti_sysbios_knl_Swi_Object__::priority
xdc_UInt priority
Definition: mss_per4f.c:573
ti_sysbios_knl_Semaphore_Object__table__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_Object__table ti_sysbios_knl_Semaphore_Object__table__C
Definition: mss_per4f.c:5191
ti_sysbios_timers_rti_Timer_Object__::period
xdc_UInt period
Definition: mss_per4f.c:457
xdc_runtime_System_Object__sizeof__C
const __FAR__ CT__xdc_runtime_System_Object__sizeof xdc_runtime_System_Object__sizeof__C
Definition: mss_per4f.c:7392
ti_sysbios_hal_Hwi_delete
void ti_sysbios_hal_Hwi_delete(ti_sysbios_hal_Hwi_Handle *instp)
Definition: mss_per4f.c:17083
xdc_runtime_Main_Module_GateProxy_Proxy__delegate__S
xdc_CPtr xdc_runtime_Main_Module_GateProxy_Proxy__delegate__S(void)
Definition: mss_per4f.c:19932
ti_sysbios_knl_Swi_Object__first__S
xdc_Ptr ti_sysbios_knl_Swi_Object__first__S(void)
Definition: mss_per4f.c:19080
ti_sysbios_knl_Clock_Object__delete__S
xdc_Void ti_sysbios_knl_Clock_Object__delete__S(xdc_Ptr instp)
Definition: mss_per4f.c:18049
ti_sysbios_knl_Semaphore_Module__root__V
ti_sysbios_knl_Semaphore_Module__ ti_sysbios_knl_Semaphore_Module__root__V
Definition: mss_per4f.c:5120
ti_sysbios_timers_rti_Timer_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn2 ti_sysbios_timers_rti_Timer_Module__loggerFxn2__C
Definition: mss_per4f.c:6129
ti_sysbios_heaps_HeapBuf_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:325
ti_sysbios_knl_Task_objectCheckFlag__C
const __FAR__ CT__ti_sysbios_knl_Task_objectCheckFlag ti_sysbios_knl_Task_objectCheckFlag__C
Definition: mss_per4f.c:5960
xdc_runtime_Log_Module__loggerFxn1__C
const __FAR__ CT__xdc_runtime_Log_Module__loggerFxn1 xdc_runtime_Log_Module__loggerFxn1__C
Definition: mss_per4f.c:6731
ti_sysbios_knl_Task_defaultStackHeap__C
const __FAR__ CT__ti_sysbios_knl_Task_defaultStackHeap ti_sysbios_knl_Task_defaultStackHeap__C
Definition: mss_per4f.c:5916
ti_sysbios_knl_Clock_tickMode__C
const __FAR__ CT__ti_sysbios_knl_Clock_tickMode ti_sysbios_knl_Clock_tickMode__C
Definition: mss_per4f.c:4683
ti_sysbios_knl_Task_hooks__C
const __FAR__ CT__ti_sysbios_knl_Task_hooks ti_sysbios_knl_Task_hooks__C
Definition: mss_per4f.c:5936
xdc_runtime_IGateProvider_Interface__BASE__C
const __FAR__ xdc_runtime_Types_Base xdc_runtime_IGateProvider_Interface__BASE__C
Definition: mss_per4f.c:817
ti_sysbios_timers_rti_Timer_Object__first__S
xdc_Ptr ti_sysbios_timers_rti_Timer_Object__first__S(void)
Definition: mss_per4f.c:19609
ti_sysbios_knl_Queue_Object__count__C
const __FAR__ CT__ti_sysbios_knl_Queue_Object__count ti_sysbios_knl_Queue_Object__count__C
Definition: mss_per4f.c:5081
xdc_runtime_Error_Module__diagsIncluded__C
const __FAR__ CT__xdc_runtime_Error_Module__diagsIncluded xdc_runtime_Error_Module__diagsIncluded__C
Definition: mss_per4f.c:6525
ti_sysbios_knl_Event_Object2__
Definition: mss_per4f.c:504
ti_sysbios_knl_Queue_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_knl_Queue_Module__loggerFxn1 ti_sysbios_knl_Queue_Module__loggerFxn1__C
Definition: mss_per4f.c:5065
ti_sysbios_family_arm_v7r_vim_Hwi_dispatchIRQ__I
Void ti_sysbios_family_arm_v7r_vim_Hwi_dispatchIRQ__I()
ti_sysbios_knl_Swi_disable__E
xdc_UInt ti_sysbios_knl_Swi_disable__E(xdc_Void)
ti_sysbios_knl_Task_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_knl_Task_Module__loggerFxn2 ti_sysbios_knl_Task_Module__loggerFxn2__C
Definition: mss_per4f.c:5780
ti_sysbios_knl_Event_Object__get__S
xdc_Ptr ti_sysbios_knl_Event_Object__get__S(xdc_Ptr oa, xdc_Int i)
Definition: mss_per4f.c:18312
ti_sysbios_family_arm_exc_Exception_Module_State__::excStack
__TA_ti_sysbios_family_arm_exc_Exception_Module_State__excStack excStack
Definition: mss_per4f.c:1008
xdc_runtime_Core_Object__count__C
const __FAR__ CT__xdc_runtime_Core_Object__count xdc_runtime_Core_Object__count__C
Definition: mss_per4f.c:6327
ti_sysbios_knl_Event_LM_pend__C
const __FAR__ CT__ti_sysbios_knl_Event_LM_pend ti_sysbios_knl_Event_LM_pend__C
Definition: mss_per4f.c:4807
xdc_runtime_Startup_Module__loggerFxn0__C
const __FAR__ CT__xdc_runtime_Startup_Module__loggerFxn0 xdc_runtime_Startup_Module__loggerFxn0__C
Definition: mss_per4f.c:7162
ti_sysbios_gates_GateHwi_Object__::__fxns
const ti_sysbios_gates_GateHwi_Fxns__ * __fxns
Definition: mss_per4f.c:220
xdc_runtime_Text_nodeTab__A
const __T1_xdc_runtime_Text_nodeTab xdc_runtime_Text_nodeTab__A[52]
Definition: mss_per4f.c:1616
xdc_runtime_Error_raiseHook__C
const __FAR__ CT__xdc_runtime_Error_raiseHook xdc_runtime_Error_raiseHook__C
Definition: mss_per4f.c:6609
xdc_runtime_Memory_HeapProxy_create
xdc_runtime_Memory_HeapProxy_Handle xdc_runtime_Memory_HeapProxy_create(const xdc_runtime_Memory_HeapProxy_Params *prms, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:15425
xdc_runtime_Assert_Module__loggerFxn8__C
const __FAR__ CT__xdc_runtime_Assert_Module__loggerFxn8 xdc_runtime_Assert_Module__loggerFxn8__C
Definition: mss_per4f.c:6246
xdc_runtime_Text_unnamedModsLastId__C
const __FAR__ CT__xdc_runtime_Text_unnamedModsLastId xdc_runtime_Text_unnamedModsLastId__C
Definition: mss_per4f.c:14663
xdc_runtime_Gate_Module__gatePrms__C
const __FAR__ CT__xdc_runtime_Gate_Module__gatePrms xdc_runtime_Gate_Module__gatePrms__C
Definition: mss_per4f.c:6638
ti_sysbios_hal_Hwi_checkStack
xdc_Void ti_sysbios_hal_Hwi_checkStack(xdc_Void)
ti_sysbios_timers_rti_Timer_Object__table__V
ti_sysbios_timers_rti_Timer_Object__ ti_sysbios_timers_rti_Timer_Object__table__V[1]
Definition: mss_per4f.c:1399
xdc_runtime_Error_Module__diagsEnabled__C
const __FAR__ CT__xdc_runtime_Error_Module__diagsEnabled xdc_runtime_Error_Module__diagsEnabled__C
Definition: mss_per4f.c:6521
ti_sysbios_knl_Semaphore_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_Module__loggerFxn1 ti_sysbios_knl_Semaphore_Module__loggerFxn1__C
Definition: mss_per4f.c:5163
ti_sysbios_hal_Hwi_Object__count__C
const __FAR__ CT__ti_sysbios_hal_Hwi_Object__count ti_sysbios_hal_Hwi_Object__count__C
Definition: mss_per4f.c:4167
ti_sysbios_family_arm_exc_Exception_Module_State_0_excStack_0__A
__T1_ti_sysbios_family_arm_exc_Exception_Module_State__excStack ti_sysbios_family_arm_exc_Exception_Module_State_0_excStack_0__A[4096]
Definition: mss_per4f.c:1025
ti_sysbios_family_arm_exc_Exception_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_Module__loggerFxn2 ti_sysbios_family_arm_exc_Exception_Module__loggerFxn2__C
Definition: mss_per4f.c:2921
xdc_runtime_Gate_Module__loggerFxn8__C
const __FAR__ CT__xdc_runtime_Gate_Module__loggerFxn8 xdc_runtime_Gate_Module__loggerFxn8__C
Definition: mss_per4f.c:6670
ti_sysbios_BIOS_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_BIOS_Module__loggerObj ti_sysbios_BIOS_Module__loggerObj__C
Definition: mss_per4f.c:2562
ti_sysbios_hal_Hwi_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_hal_Hwi_Module__loggerFxn8 ti_sysbios_hal_Hwi_Module__loggerFxn8__C
Definition: mss_per4f.c:4163
ti_sysbios_heaps_HeapMem_Module__
Definition: mss_per4f.c:358
xdc_runtime_Memory_Module__loggerFxn4__C
const __FAR__ CT__xdc_runtime_Memory_Module__loggerFxn4 xdc_runtime_Memory_Module__loggerFxn4__C
Definition: mss_per4f.c:6949
ti_sysbios_knl_Clock_Module__root__V
ti_sysbios_knl_Clock_Module__ ti_sysbios_knl_Clock_Module__root__V
Definition: mss_per4f.c:4550
xdc_runtime_Main_Module_GateProxy_Module__startupDone__S
xdc_Bool xdc_runtime_Main_Module_GateProxy_Module__startupDone__S(void)
Definition: mss_per4f.c:15364
ti_sysbios_heaps_HeapMem___S1::s0
ti_sysbios_heaps_HeapMem_Object2__ s0
Definition: mss_per4f.c:15671
ti_sysbios_knl_Swi_Object__table__V
ti_sysbios_knl_Swi_Object__ ti_sysbios_knl_Swi_Object__table__V[1]
Definition: mss_per4f.c:1304
ti_sysbios_knl_Task_Instance_State_0_stack__A
__T1_ti_sysbios_knl_Task_Instance_State__stack ti_sysbios_knl_Task_Instance_State_0_stack__A[2048]
Definition: mss_per4f.c:1338
xdc_runtime_Log_L_start__C
const __FAR__ CT__xdc_runtime_Log_L_start xdc_runtime_Log_L_start__C
Definition: mss_per4f.c:6791
ti_sysbios_knl_Swi_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:584
xdc_runtime_Registry_Module__loggerObj__C
const __FAR__ CT__xdc_runtime_Registry_Module__loggerObj xdc_runtime_Registry_Module__loggerObj__C
Definition: mss_per4f.c:7031
ti_sysbios_timers_rti_Timer_Object__::arg
xdc_UArg arg
Definition: mss_per4f.c:460
ti_sysbios_knl_Event___S1::s0
ti_sysbios_knl_Event_Object2__ s0
Definition: mss_per4f.c:15709
ti_sysbios_heaps_HeapMem_Module__
struct ti_sysbios_heaps_HeapMem_Module__ ti_sysbios_heaps_HeapMem_Module__
ti_sysbios_knl_Swi_A_swiDisabled__C
const __FAR__ CT__ti_sysbios_knl_Swi_A_swiDisabled ti_sysbios_knl_Swi_A_swiDisabled__C
Definition: mss_per4f.c:5495
ti_sysbios_heaps_HeapBuf_A_nullBuf__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_A_nullBuf ti_sysbios_heaps_HeapBuf_A_nullBuf__C
Definition: mss_per4f.c:4323
xdc_runtime_SysStd_Module__diagsEnabled__C
const __FAR__ CT__xdc_runtime_SysStd_Module__diagsEnabled xdc_runtime_SysStd_Module__diagsEnabled__C
Definition: mss_per4f.c:7231
ti_sysbios_knl_Semaphore_Object2__::obj
ti_sysbios_knl_Semaphore_Object__ obj
Definition: mss_per4f.c:129
ti_sysbios_timers_rti_Timer_Object__create__S
xdc_Ptr ti_sysbios_timers_rti_Timer_Object__create__S(xdc_CPtr __aa, const xdc_UChar *__paramsPtr, xdc_SizeT __psz, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:19635
ti_sysbios_timers_rti_Timer_Object__::__fxns
const ti_sysbios_timers_rti_Timer_Fxns__ * __fxns
Definition: mss_per4f.c:451
ti_sysbios_BIOS_RtsGateProxy_Object2__
Definition: mss_per4f.c:149
ti_sysbios_knl_Event_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_knl_Event_Module__gatePrms ti_sysbios_knl_Event_Module__gatePrms__C
Definition: mss_per4f.c:4751
ti_sysbios_timers_rti_Timer_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_Module__diagsMask ti_sysbios_timers_rti_Timer_Module__diagsMask__C
Definition: mss_per4f.c:6097
ti_sysbios_gates_GateHwi_Object__
struct ti_sysbios_gates_GateHwi_Object__ ti_sysbios_gates_GateHwi_Object__
xdc_runtime_Log_L_delete__C
const __FAR__ CT__xdc_runtime_Log_L_delete xdc_runtime_Log_L_delete__C
Definition: mss_per4f.c:6775
ti_sysbios_timers_rti_Timer_construct
void ti_sysbios_timers_rti_Timer_construct(ti_sysbios_timers_rti_Timer_Struct *__obj, xdc_Int id, ti_sysbios_interfaces_ITimer_FuncPtr tickFxn, const ti_sysbios_timers_rti_Timer_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:19688
ti_sysbios_knl_Idle_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_knl_Idle_Module__loggerObj ti_sysbios_knl_Idle_Module__loggerObj__C
Definition: mss_per4f.c:4876
calloc
Void ATTRIBUTE * calloc(SizeT nmemb, SizeT size)
Definition: mss_per4f.c:2385
xdc_runtime_Registry_Module__startupDone__S
xdc_Bool xdc_runtime_Registry_Module__startupDone__S(void)
Definition: mss_per4f.c:20075
ti_sysbios_heaps_HeapMem_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn0 ti_sysbios_heaps_HeapMem_Module__loggerFxn0__C
Definition: mss_per4f.c:4454
xdc_runtime_System_Module_GateProxy_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:788
ti_sysbios_BIOS_Module_State__
struct ti_sysbios_BIOS_Module_State__ ti_sysbios_BIOS_Module_State__
ti_sysbios_heaps_HeapMem_reqAlign__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_reqAlign ti_sysbios_heaps_HeapMem_reqAlign__C
Definition: mss_per4f.c:4518
ti_sysbios_gates_GateHwi_Object__get__S
xdc_Ptr ti_sysbios_gates_GateHwi_Object__get__S(xdc_Ptr oa, xdc_Int i)
Definition: mss_per4f.c:16419
ti_sysbios_timers_rti_Timer_Object__::prescale
xdc_UInt prescale
Definition: mss_per4f.c:456
ti_sysbios_knl_Task_checkStackFlag__C
const __FAR__ CT__ti_sysbios_knl_Task_checkStackFlag ti_sysbios_knl_Task_checkStackFlag__C
Definition: mss_per4f.c:5928
ti_sysbios_knl_Task_LM_setAffinity__C
const __FAR__ CT__ti_sysbios_knl_Task_LM_setAffinity ti_sysbios_knl_Task_LM_setAffinity__C
Definition: mss_per4f.c:5836
ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E
xdc_UInt ti_sysbios_hal_Hwi_HwiProxy_enableInterrupt__E(xdc_UInt intNum)
Definition: mss_per4f.c:15041
ti_sysbios_knl_Intrinsics_Object__count__C
const __FAR__ CT__ti_sysbios_knl_Intrinsics_Object__count ti_sysbios_knl_Intrinsics_Object__count__C
Definition: mss_per4f.c:4981
ti_sysbios_hal_Hwi_HwiProxy_create
ti_sysbios_hal_Hwi_HwiProxy_Handle ti_sysbios_hal_Hwi_HwiProxy_create(xdc_Int intNum, ti_sysbios_interfaces_IHwi_FuncPtr hwiFxn, const ti_sysbios_hal_Hwi_HwiProxy_Params *prms, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:14957
ti_sysbios_gates_GateHwi_Object__delete__S
xdc_Void ti_sysbios_gates_GateHwi_Object__delete__S(xdc_Ptr instp)
Definition: mss_per4f.c:16514
ti_sysbios_knl_Semaphore_create
ti_sysbios_knl_Semaphore_Handle ti_sysbios_knl_Semaphore_create(xdc_Int count, const ti_sysbios_knl_Semaphore_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:18889
ti_sysbios_knl_Event_A_badContext__C
const __FAR__ CT__ti_sysbios_knl_Event_A_badContext ti_sysbios_knl_Event_A_badContext__C
Definition: mss_per4f.c:4823
xdc_runtime_System_maxAtexitHandlers__C
const __FAR__ CT__xdc_runtime_System_maxAtexitHandlers xdc_runtime_System_maxAtexitHandlers__C
Definition: mss_per4f.c:7404
ti_sysbios_knl_Clock_Module_State__::swiCount
xdc_UInt swiCount
Definition: mss_per4f.c:1236
xdc_runtime_Memory_Object__sizeof__C
const __FAR__ CT__xdc_runtime_Memory_Object__sizeof xdc_runtime_Memory_Object__sizeof__C
Definition: mss_per4f.c:6965
ti_sysbios_knl_Clock_TimerProxy_Module__
struct ti_sysbios_knl_Clock_TimerProxy_Module__ ti_sysbios_knl_Clock_TimerProxy_Module__
xdc_runtime_Main_Module__loggerFxn1__C
const __FAR__ CT__xdc_runtime_Main_Module__loggerFxn1 xdc_runtime_Main_Module__loggerFxn1__C
Definition: mss_per4f.c:6848
ti_sysbios_heaps_HeapMem_construct
void ti_sysbios_heaps_HeapMem_construct(ti_sysbios_heaps_HeapMem_Struct *__obj, const ti_sysbios_heaps_HeapMem_Params *__paramsPtr)
Definition: mss_per4f.c:17672
ti_sysbios_BIOS_RtsGateProxy_Object__
ti_sysbios_gates_GateMutex_Object__ ti_sysbios_BIOS_RtsGateProxy_Object__
Definition: mss_per4f.c:146
ti_sysbios_knl_Task_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:631
ti_sysbios_family_arm_v7r_tms570_Core_id__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_id ti_sysbios_family_arm_v7r_tms570_Core_id__C
Definition: mss_per4f.c:3058
ti_sysbios_gates_GateHwi_Object2__
Definition: mss_per4f.c:224
xdc_runtime_Log_Object__heap__C
const __FAR__ CT__xdc_runtime_Log_Object__heap xdc_runtime_Log_Object__heap__C
Definition: mss_per4f.c:6751
xdc_runtime_Memory_Module__loggerFxn0__C
const __FAR__ CT__xdc_runtime_Memory_Module__loggerFxn0 xdc_runtime_Memory_Module__loggerFxn0__C
Definition: mss_per4f.c:6937
ti_sysbios_knl_Queue_Object__sizeof__C
const __FAR__ CT__ti_sysbios_knl_Queue_Object__sizeof ti_sysbios_knl_Queue_Object__sizeof__C
Definition: mss_per4f.c:5089
ti_sysbios_knl_Idle_Module__id__C
const __FAR__ CT__ti_sysbios_knl_Idle_Module__id ti_sysbios_knl_Idle_Module__id__C
Definition: mss_per4f.c:4868
ti_sysbios_knl_Task_Module__startupDone__F
xdc_Bool ti_sysbios_knl_Task_Module__startupDone__F(void)
Definition: mss_per4f.c:1757
xdc_runtime_Memory_HeapProxy_Module__root__V
xdc_runtime_Memory_HeapProxy_Module__ xdc_runtime_Memory_HeapProxy_Module__root__V
xdc_runtime_Registry_Module__loggerFxn8__C
const __FAR__ CT__xdc_runtime_Registry_Module__loggerFxn8 xdc_runtime_Registry_Module__loggerFxn8__C
Definition: mss_per4f.c:7051
ti_sysbios_family_arm_v7r_tms570_Core_E_mismatchedIds__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_E_mismatchedIds ti_sysbios_family_arm_v7r_tms570_Core_E_mismatchedIds__C
Definition: mss_per4f.c:3054
ti_sysbios_BIOS_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_BIOS_Module__loggerFxn2 ti_sysbios_BIOS_Module__loggerFxn2__C
Definition: mss_per4f.c:2574
ti_sysbios_knl_Clock_Module_startup__E
xdc_Int ti_sysbios_knl_Clock_Module_startup__E(xdc_Int)
xdc_runtime_Startup_lastFxns__C
const __FAR__ CT__xdc_runtime_Startup_lastFxns xdc_runtime_Startup_lastFxns__C
Definition: mss_per4f.c:7206
ti_sysbios_knl_Event_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_knl_Event_Module__diagsIncluded ti_sysbios_knl_Event_Module__diagsIncluded__C
Definition: mss_per4f.c:4739
ti_sysbios_knl_Clock_Module_State__::swi
ti_sysbios_knl_Swi_Handle swi
Definition: mss_per4f.c:1238
xdc_runtime_SysStd_Module__id__C
const __FAR__ CT__xdc_runtime_SysStd_Module__id xdc_runtime_SysStd_Module__id__C
Definition: mss_per4f.c:7251
xdc_runtime_Log_L_stop__C
const __FAR__ CT__xdc_runtime_Log_L_stop xdc_runtime_Log_L_stop__C
Definition: mss_per4f.c:6795
ti_sysbios_family_arm_v7r_vim_Hwi_taskDisable__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_taskDisable ti_sysbios_family_arm_v7r_vim_Hwi_taskDisable__C
Definition: mss_per4f.c:3593
xdc_runtime_Log_Object__sizeof__C
const __FAR__ CT__xdc_runtime_Log_Object__sizeof xdc_runtime_Log_Object__sizeof__C
Definition: mss_per4f.c:6755
xdc_runtime_Main_Module__loggerFxn4__C
const __FAR__ CT__xdc_runtime_Main_Module__loggerFxn4 xdc_runtime_Main_Module__loggerFxn4__C
Definition: mss_per4f.c:6856
ti_sysbios_heaps_HeapBuf_A_invalidAlign__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_A_invalidAlign ti_sysbios_heaps_HeapBuf_A_invalidAlign__C
Definition: mss_per4f.c:4331
ti_sysbios_knl_Task_Object__::affinity
xdc_UInt affinity
Definition: mss_per4f.c:622
ti_sysbios_hal_Hwi_Object__get__S
xdc_Ptr ti_sysbios_hal_Hwi_Object__get__S(xdc_Ptr oa, xdc_Int i)
Definition: mss_per4f.c:16963
ti_sysbios_gates_GateHwi_destruct
void ti_sysbios_gates_GateHwi_destruct(ti_sysbios_gates_GateHwi_Struct *obj)
Definition: mss_per4f.c:16508
ti_sysbios_timers_rti_Timer_E_invalidHwiMask__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_E_invalidHwiMask ti_sysbios_timers_rti_Timer_E_invalidHwiMask__C
Definition: mss_per4f.c:6169
ti_sysbios_knl_Event_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_knl_Event_Module__loggerFxn0 ti_sysbios_knl_Event_Module__loggerFxn0__C
Definition: mss_per4f.c:4767
ti_sysbios_gates_GateHwi_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_gates_GateHwi_Module__diagsIncluded ti_sysbios_gates_GateHwi_Module__diagsIncluded__C
Definition: mss_per4f.c:3643
__xdc__init
int __xdc__init(void)
ti_sysbios_family_arm_v7r_vim_Hwi_Object__count__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_Object__count ti_sysbios_family_arm_v7r_vim_Hwi_Object__count__C
Definition: mss_per4f.c:3481
xdc_runtime_Memory_Module__loggerFxn8__C
const __FAR__ CT__xdc_runtime_Memory_Module__loggerFxn8 xdc_runtime_Memory_Module__loggerFxn8__C
Definition: mss_per4f.c:6953
ti_sysbios_knl_Intrinsics_SupportProxy_Proxy__abstract__S
xdc_Bool ti_sysbios_knl_Intrinsics_SupportProxy_Proxy__abstract__S(void)
Definition: mss_per4f.c:18449
ti_sysbios_timers_rti_Timer_Params__init__S
xdc_Void ti_sysbios_timers_rti_Timer_Params__init__S(xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:19592
ti_sysbios_knl_Clock_Module_State_clockQ__O
const __FAR__ xdc_SizeT ti_sysbios_knl_Clock_Module_State_clockQ__O
Definition: mss_per4f.c:1640
ti_sysbios_knl_Queue_create
ti_sysbios_knl_Queue_Handle ti_sysbios_knl_Queue_create(const ti_sysbios_knl_Queue_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:18649
ti_sysbios_hal_CacheNull_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_hal_CacheNull_Module__diagsMask ti_sysbios_hal_CacheNull_Module__diagsMask__C
Definition: mss_per4f.c:3928
xdc_runtime_Text_charCnt__C
const __FAR__ CT__xdc_runtime_Text_charCnt xdc_runtime_Text_charCnt__C
Definition: mss_per4f.c:14655
xdc_runtime_Startup_Object__count__C
const __FAR__ CT__xdc_runtime_Startup_Object__count xdc_runtime_Startup_Object__count__C
Definition: mss_per4f.c:7182
ti_sysbios_hal_Hwi_HwiProxy_getFunc__E
ti_sysbios_interfaces_IHwi_FuncPtr ti_sysbios_hal_Hwi_HwiProxy_getFunc__E(ti_sysbios_hal_Hwi_HwiProxy_Handle __inst, xdc_UArg *arg)
Definition: mss_per4f.c:15059
ti_sysbios_timers_rti_Timer_E_notAvailable__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_E_notAvailable ti_sysbios_timers_rti_Timer_E_notAvailable__C
Definition: mss_per4f.c:6165
ti_sysbios_knl_Swi_Module_State__
struct ti_sysbios_knl_Swi_Module_State__ ti_sysbios_knl_Swi_Module_State__
ti_sysbios_knl_Clock_TimerProxy_Params__init__S
void ti_sysbios_knl_Clock_TimerProxy_Params__init__S(xdc_Ptr dst, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:15169
ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet__C
Definition: mss_per4f.c:3581
ti_sysbios_heaps_HeapBuf_Module__startupDone__S
xdc_Bool ti_sysbios_heaps_HeapBuf_Module__startupDone__S(void)
Definition: mss_per4f.c:17317
ti_sysbios_BIOS_Object__heap__C
const __FAR__ CT__ti_sysbios_BIOS_Object__heap ti_sysbios_BIOS_Object__heap__C
Definition: mss_per4f.c:2590
ti_sysbios_knl_Event___S1
Definition: mss_per4f.c:15709
ti_sysbios_timers_rti_Timer_Object__::tickFxn
ti_sysbios_hal_Hwi_FuncPtr tickFxn
Definition: mss_per4f.c:461
ti_sysbios_gates_GateMutex_Params__init__S
xdc_Void ti_sysbios_gates_GateMutex_Params__init__S(xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:16652
ti_sysbios_knl_Event_Object__sizeof__C
const __FAR__ CT__ti_sysbios_knl_Event_Object__sizeof ti_sysbios_knl_Event_Object__sizeof__C
Definition: mss_per4f.c:4795
ti_sysbios_hal_Cache_CacheProxy_wbInv__E
xdc_Void ti_sysbios_hal_Cache_CacheProxy_wbInv__E(xdc_Ptr blockPtr, xdc_SizeT byteCnt, xdc_Bits16 type, xdc_Bool wait)
Definition: mss_per4f.c:14865
ti_sysbios_hal_Cache_CacheProxy_wb__E
xdc_Void ti_sysbios_hal_Cache_CacheProxy_wb__E(xdc_Ptr blockPtr, xdc_SizeT byteCnt, xdc_Bits16 type, xdc_Bool wait)
Definition: mss_per4f.c:14859
ti_sysbios_knl_Clock_TimerProxy_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:478
ti_sysbios_knl_Clock_Object__table__C
const __FAR__ CT__ti_sysbios_knl_Clock_Object__table ti_sysbios_knl_Clock_Object__table__C
Definition: mss_per4f.c:4651
ti_sysbios_heaps_HeapBuf_delete
void ti_sysbios_heaps_HeapBuf_delete(ti_sysbios_heaps_HeapBuf_Handle *instp)
Definition: mss_per4f.c:17458
ti_sysbios_timers_rti_Timer_Module__startupDone__F
xdc_Bool ti_sysbios_timers_rti_Timer_Module__startupDone__F(void)
Definition: mss_per4f.c:1781
ti_sysbios_gates_GateHwi_Module__id__C
const __FAR__ CT__ti_sysbios_gates_GateHwi_Module__id ti_sysbios_gates_GateHwi_Module__id__C
Definition: mss_per4f.c:3659
ti_sysbios_heaps_HeapBuf_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_Module__loggerDefined ti_sysbios_heaps_HeapBuf_Module__loggerDefined__C
Definition: mss_per4f.c:4279
ti_sysbios_knl_Swi_Object2__
Definition: mss_per4f.c:583
xdc_runtime_Assert_Object__count__C
const __FAR__ CT__xdc_runtime_Assert_Object__count xdc_runtime_Assert_Object__count__C
Definition: mss_per4f.c:6250
xdc_runtime_System_SupportProxy_Proxy__delegate__S
xdc_CPtr xdc_runtime_System_SupportProxy_Proxy__delegate__S(void)
Definition: mss_per4f.c:20246
ti_sysbios_knl_Task_Module_State__::locked
volatile xdc_Bool locked
Definition: mss_per4f.c:1361
ti_sysbios_heaps_HeapBuf_numConstructedHeaps__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_numConstructedHeaps ti_sysbios_heaps_HeapBuf_numConstructedHeaps__C
Definition: mss_per4f.c:4371
ti_sysbios_BIOS_Module_State__::smpThreadType
__TA_ti_sysbios_BIOS_Module_State__smpThreadType smpThreadType
Definition: mss_per4f.c:969
ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E
xdc_UInt32 ti_sysbios_knl_Clock_TimerProxy_getCurrentTick__E(ti_sysbios_knl_Clock_TimerProxy_Handle __inst, xdc_Bool save)
Definition: mss_per4f.c:15283
ti_sysbios_gates_GateMutex_Handle__label__S
xdc_runtime_Types_Label * ti_sysbios_gates_GateMutex_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:16642
ti_sysbios_knl_Task_SupportProxy_getDefaultStackSize__E
xdc_SizeT ti_sysbios_knl_Task_SupportProxy_getDefaultStackSize__E(void)
Definition: mss_per4f.c:15351
ti_sysbios_family_arm_exc_Exception_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_Module__diagsEnabled ti_sysbios_family_arm_exc_Exception_Module__diagsEnabled__C
Definition: mss_per4f.c:2881
xdc_runtime_Log_Module__loggerFxn2__C
const __FAR__ CT__xdc_runtime_Log_Module__loggerFxn2 xdc_runtime_Log_Module__loggerFxn2__C
Definition: mss_per4f.c:6735
ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsMask ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsMask__C
Definition: mss_per4f.c:3437
ti_sysbios_BIOS_kernelHeapSize__C
const __FAR__ CT__ti_sysbios_BIOS_kernelHeapSize ti_sysbios_BIOS_kernelHeapSize__C
Definition: mss_per4f.c:2637
ti_sysbios_hal_Hwi_HwiProxy_Params__init__S
void ti_sysbios_hal_Hwi_HwiProxy_Params__init__S(xdc_Ptr dst, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:14969
ti_sysbios_timers_rti_Timer_Object2__
Definition: mss_per4f.c:468
ti_sysbios_hal_CacheNull_Module__gateObj__C
const __FAR__ CT__ti_sysbios_hal_CacheNull_Module__gateObj ti_sysbios_hal_CacheNull_Module__gateObj__C
Definition: mss_per4f.c:3932
ti_sysbios_hal_Core_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_hal_Core_Module__diagsMask ti_sysbios_hal_Core_Module__diagsMask__C
Definition: mss_per4f.c:4006
xdc_runtime_System_Module__loggerFxn1__C
const __FAR__ CT__xdc_runtime_System_Module__loggerFxn1 xdc_runtime_System_Module__loggerFxn1__C
Definition: mss_per4f.c:7368
ti_sysbios_hal_Hwi_HwiProxy_Module__
Definition: mss_per4f.c:300
xdc_runtime_Text_Module__loggerFxn8__C
const __FAR__ CT__xdc_runtime_Text_Module__loggerFxn8 xdc_runtime_Text_Module__loggerFxn8__C
Definition: mss_per4f.c:14611
ti_sysbios_knl_Swi_Module_State__::curSwi
ti_sysbios_knl_Swi_Handle curSwi
Definition: mss_per4f.c:1311
xdc_runtime_SysStd_Module__loggerObj__C
const __FAR__ CT__xdc_runtime_SysStd_Module__loggerObj xdc_runtime_SysStd_Module__loggerObj__C
Definition: mss_per4f.c:7259
ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E
xdc_UInt ti_sysbios_hal_Hwi_HwiProxy_disableInterrupt__E(xdc_UInt intNum)
Definition: mss_per4f.c:15035
ti_sysbios_knl_Queue_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_knl_Queue_Module__gatePrms ti_sysbios_knl_Queue_Module__gatePrms__C
Definition: mss_per4f.c:5045
ti_sysbios_family_arm_v7r_vim_Hwi_core0VectorTableAddress__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_core0VectorTableAddress ti_sysbios_family_arm_v7r_vim_Hwi_core0VectorTableAddress__C
Definition: mss_per4f.c:3517
ti_sysbios_knl_Swi_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_knl_Swi_Module__diagsIncluded ti_sysbios_knl_Swi_Module__diagsIncluded__C
Definition: mss_per4f.c:5419
ti_sysbios_hal_Core_CoreProxy_Module__startupDone__S
xdc_Bool ti_sysbios_hal_Core_CoreProxy_Module__startupDone__S(void)
Definition: mss_per4f.c:14896
xdc_runtime_Diags_Module__gateObj__C
const __FAR__ CT__xdc_runtime_Diags_Module__gateObj xdc_runtime_Diags_Module__gateObj__C
Definition: mss_per4f.c:6437
ti_sysbios_hal_Hwi_HwiProxy_startup__E
xdc_Void ti_sysbios_hal_Hwi_HwiProxy_startup__E(void)
Definition: mss_per4f.c:14993
ti_sysbios_knl_Idle_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_knl_Idle_Module__diagsIncluded ti_sysbios_knl_Idle_Module__diagsIncluded__C
Definition: mss_per4f.c:4852
ti_sysbios_knl_Swi_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_knl_Swi_Module__loggerObj ti_sysbios_knl_Swi_Module__loggerObj__C
Definition: mss_per4f.c:5443
ti_sysbios_gates_GateMutex_Object__sizeof__C
const __FAR__ CT__ti_sysbios_gates_GateMutex_Object__sizeof ti_sysbios_gates_GateMutex_Object__sizeof__C
Definition: mss_per4f.c:3830
ti_sysbios_hal_Cache_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_hal_Cache_Module__loggerFxn4 ti_sysbios_hal_Cache_Module__loggerFxn4__C
Definition: mss_per4f.c:3891
ti_sysbios_heaps_HeapBuf_Object__PARAMS__C
const __FAR__ ti_sysbios_heaps_HeapBuf_Params ti_sysbios_heaps_HeapBuf_Object__PARAMS__C
Definition: mss_per4f.c:4216
ti_sysbios_gates_GateHwi_Object__first__S
xdc_Ptr ti_sysbios_gates_GateHwi_Object__first__S(void)
Definition: mss_per4f.c:16430
ti_sysbios_heaps_HeapBuf_Object__get__S
xdc_Ptr ti_sysbios_heaps_HeapBuf_Object__get__S(xdc_Ptr oa, xdc_Int i)
Definition: mss_per4f.c:17339
xdc_runtime_Error_E_generic__C
const __FAR__ CT__xdc_runtime_Error_E_generic xdc_runtime_Error_E_generic__C
Definition: mss_per4f.c:6593
ti_sysbios_BIOS_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_BIOS_Module__loggerFxn1 ti_sysbios_BIOS_Module__loggerFxn1__C
Definition: mss_per4f.c:2570
ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__
Definition: mss_per4f.c:386
xdc_runtime_Gate_Object__table__C
const __FAR__ CT__xdc_runtime_Gate_Object__table xdc_runtime_Gate_Object__table__C
Definition: mss_per4f.c:6686
ti_sysbios_gates_GateMutex_Object__table__V
ti_sysbios_gates_GateMutex_Object__ ti_sysbios_gates_GateMutex_Object__table__V[2]
Definition: mss_per4f.c:1140
Header
Definition: mss_per4f.c:2296
ti_sysbios_knl_Semaphore_Object__delete__S
xdc_Void ti_sysbios_knl_Semaphore_Object__delete__S(xdc_Ptr instp)
Definition: mss_per4f.c:18925
ti_sysbios_timers_rti_Timer_Object__::periodType
ti_sysbios_interfaces_ITimer_PeriodType periodType
Definition: mss_per4f.c:458
xdc_runtime_Text_Module__diagsEnabled__C
const __FAR__ CT__xdc_runtime_Text_Module__diagsEnabled xdc_runtime_Text_Module__diagsEnabled__C
Definition: mss_per4f.c:14563
ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn2 ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn2__C
Definition: mss_per4f.c:3022
ti_sysbios_family_arm_v7r_vim_Hwi_Object__::hookEnv
__TA_ti_sysbios_family_arm_v7r_vim_Hwi_Instance_State__hookEnv hookEnv
Definition: mss_per4f.c:195
xdc_runtime_Assert_Module__id__C
const __FAR__ CT__xdc_runtime_Assert_Module__id xdc_runtime_Assert_Module__id__C
Definition: mss_per4f.c:6218
xdc_runtime_Startup_Module_State__::rtsDoneFlag
xdc_Bool rtsDoneFlag
Definition: mss_per4f.c:1515
ti_sysbios_knl_Clock_serviceMargin__C
const __FAR__ CT__ti_sysbios_knl_Clock_serviceMargin ti_sysbios_knl_Clock_serviceMargin__C
Definition: mss_per4f.c:4675
ti_sysbios_knl_Task_Module_State__::curQ
ti_sysbios_knl_Queue_Handle curQ
Definition: mss_per4f.c:1366
ti_sysbios_hal_Hwi_Object__table__C
const __FAR__ CT__ti_sysbios_hal_Hwi_Object__table ti_sysbios_hal_Hwi_Object__table__C
Definition: mss_per4f.c:4179
xdc_runtime_Diags_Module__loggerObj__C
const __FAR__ CT__xdc_runtime_Diags_Module__loggerObj xdc_runtime_Diags_Module__loggerObj__C
Definition: mss_per4f.c:6453
xdc_runtime_Memory_HeapProxy_Module__
struct xdc_runtime_Memory_HeapProxy_Module__ xdc_runtime_Memory_HeapProxy_Module__
ti_sysbios_BIOS_Module_State__
Definition: mss_per4f.c:963
xdc_runtime_IHeap_delete
void xdc_runtime_IHeap_delete(xdc_runtime_IHeap_Handle *instp)
Definition: mss_per4f.c:15829
ti_sysbios_BIOS_nullFunc__I
Void ti_sysbios_BIOS_nullFunc__I()
Definition: mss_per4f.c:2123
ti_sysbios_BIOS_heapSection__C
const __FAR__ CT__ti_sysbios_BIOS_heapSection ti_sysbios_BIOS_heapSection__C
Definition: mss_per4f.c:2649
ti_sysbios_hal_Hwi_Module_startup__E
xdc_Int ti_sysbios_hal_Hwi_Module_startup__E(xdc_Int)
ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E
xdc_UInt32 ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E(ti_sysbios_knl_Clock_TimerProxy_Handle __inst)
Definition: mss_per4f.c:15199
ti_sysbios_timers_rti_Timer_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn8 ti_sysbios_timers_rti_Timer_Module__loggerFxn8__C
Definition: mss_per4f.c:6137
xdc_runtime_Core_Module__loggerObj__C
const __FAR__ CT__xdc_runtime_Core_Module__loggerObj xdc_runtime_Core_Module__loggerObj__C
Definition: mss_per4f.c:6303
ti_sysbios_knl_Task_Module_State__
struct ti_sysbios_knl_Task_Module_State__ ti_sysbios_knl_Task_Module_State__
xdc_runtime_Error_Object__count__C
const __FAR__ CT__xdc_runtime_Error_Object__count xdc_runtime_Error_Object__count__C
Definition: mss_per4f.c:6573
ti_sysbios_heaps_HeapBuf_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_Module__diagsIncluded ti_sysbios_heaps_HeapBuf_Module__diagsIncluded__C
Definition: mss_per4f.c:4259
xdc_runtime_Core_Module__loggerFxn2__C
const __FAR__ CT__xdc_runtime_Core_Module__loggerFxn2 xdc_runtime_Core_Module__loggerFxn2__C
Definition: mss_per4f.c:6315
ti_sysbios_BIOS_swiEnabled__C
const __FAR__ CT__ti_sysbios_BIOS_swiEnabled ti_sysbios_BIOS_swiEnabled__C
Definition: mss_per4f.c:2625
xdc_runtime_Diags_setMaskEnabled__C
const __FAR__ CT__xdc_runtime_Diags_setMaskEnabled xdc_runtime_Diags_setMaskEnabled__C
Definition: mss_per4f.c:6493
xdc_runtime_Assert_Module__loggerFxn4__C
const __FAR__ CT__xdc_runtime_Assert_Module__loggerFxn4 xdc_runtime_Assert_Module__loggerFxn4__C
Definition: mss_per4f.c:6242
ti_sysbios_knl_Swi_LM_post__C
const __FAR__ CT__ti_sysbios_knl_Swi_LM_post ti_sysbios_knl_Swi_LM_post__C
Definition: mss_per4f.c:5491
xdc_runtime_Error_Module__loggerFxn2__C
const __FAR__ CT__xdc_runtime_Error_Module__loggerFxn2 xdc_runtime_Error_Module__loggerFxn2__C
Definition: mss_per4f.c:6561
ti_sysbios_BIOS_heapSize__C
const __FAR__ CT__ti_sysbios_BIOS_heapSize ti_sysbios_BIOS_heapSize__C
Definition: mss_per4f.c:2645
ti_sysbios_knl_Intrinsics_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_knl_Intrinsics_Module__loggerFxn0 ti_sysbios_knl_Intrinsics_Module__loggerFxn0__C
Definition: mss_per4f.c:4961
ti_sysbios_hal_Hwi_Module__
struct ti_sysbios_hal_Hwi_Module__ ti_sysbios_hal_Hwi_Module__
xdc_runtime_Memory_HeapProxy_Handle__label__S
xdc_runtime_Types_Label * xdc_runtime_Memory_HeapProxy_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:15443
ti_sysbios_knl_Swi_Object__get__S
xdc_Ptr ti_sysbios_knl_Swi_Object__get__S(xdc_Ptr oa, xdc_Int i)
Definition: mss_per4f.c:19069
xdc_runtime_System_Module_GateProxy_delete
void xdc_runtime_System_Module_GateProxy_delete(xdc_runtime_System_Module_GateProxy_Handle *instp)
Definition: mss_per4f.c:15492
ti_sysbios_heaps_HeapMem_Module_GateProxy_Proxy__abstract__S
xdc_Bool ti_sysbios_heaps_HeapMem_Module_GateProxy_Proxy__abstract__S(void)
Definition: mss_per4f.c:17811
ti_sysbios_heaps_HeapBuf_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_Module__gatePrms ti_sysbios_heaps_HeapBuf_Module__gatePrms__C
Definition: mss_per4f.c:4271
xdc_runtime_SysStd_Module__loggerDefined__C
const __FAR__ CT__xdc_runtime_SysStd_Module__loggerDefined xdc_runtime_SysStd_Module__loggerDefined__C
Definition: mss_per4f.c:7255
ti_sysbios_hal_Hwi_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_hal_Hwi_Module__loggerFxn2 ti_sysbios_hal_Hwi_Module__loggerFxn2__C
Definition: mss_per4f.c:4155
ti_sysbios_knl_Task_initStackFlag__C
const __FAR__ CT__ti_sysbios_knl_Task_initStackFlag ti_sysbios_knl_Task_initStackFlag__C
Definition: mss_per4f.c:5924
xdc_runtime_Log_L_destruct__C
const __FAR__ CT__xdc_runtime_Log_L_destruct xdc_runtime_Log_L_destruct__C
Definition: mss_per4f.c:6771
xdc_runtime_Core_Module__startupDone__S
xdc_Bool xdc_runtime_Core_Module__startupDone__S(void)
Definition: mss_per4f.c:19741
ti_sysbios_family_arm_TaskSupport_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_Module__loggerFxn2 ti_sysbios_family_arm_TaskSupport_Module__loggerFxn2__C
Definition: mss_per4f.c:2792
ti_sysbios_hal_Hwi_HwiProxy_Proxy__delegate__S
xdc_CPtr ti_sysbios_hal_Hwi_HwiProxy_Proxy__delegate__S(void)
Definition: mss_per4f.c:17201
ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsIncluded ti_sysbios_family_arm_IntrinsicsSupport_Module__diagsIncluded__C
Definition: mss_per4f.c:2683
ti_sysbios_gates_GateHwi_Object2__::obj
ti_sysbios_gates_GateHwi_Object__ obj
Definition: mss_per4f.c:226
ti_sysbios_heaps_HeapMem___S1
Definition: mss_per4f.c:15671
ti_sysbios_hal_CacheNull_Object__sizeof__C
const __FAR__ CT__ti_sysbios_hal_CacheNull_Object__sizeof ti_sysbios_hal_CacheNull_Object__sizeof__C
Definition: mss_per4f.c:3980
xdc_runtime_Text_isLoaded__C
const __FAR__ CT__xdc_runtime_Text_isLoaded xdc_runtime_Text_isLoaded__C
Definition: mss_per4f.c:14643
xdc_runtime_Memory_HeapProxy_Params__init__S
void xdc_runtime_Memory_HeapProxy_Params__init__S(xdc_Ptr dst, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:15437
ti_sysbios_knl_Semaphore_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_Module__loggerObj ti_sysbios_knl_Semaphore_Module__loggerObj__C
Definition: mss_per4f.c:5155
ti_sysbios_knl_Clock_timerId__C
const __FAR__ CT__ti_sysbios_knl_Clock_timerId ti_sysbios_knl_Clock_timerId__C
Definition: mss_per4f.c:4687
ti_sysbios_knl_Swi_Module_State__::locked
volatile xdc_Bool locked
Definition: mss_per4f.c:1308
ti_sysbios_knl_Clock_TimerProxy_start__E
xdc_Void ti_sysbios_knl_Clock_TimerProxy_start__E(ti_sysbios_knl_Clock_TimerProxy_Handle __inst)
Definition: mss_per4f.c:15211
xdc_runtime_System_Module_State__
struct xdc_runtime_System_Module_State__ xdc_runtime_System_Module_State__
xdc_runtime_System_A_cannotFitIntoArg__C
const __FAR__ CT__xdc_runtime_System_A_cannotFitIntoArg xdc_runtime_System_A_cannotFitIntoArg__C
Definition: mss_per4f.c:7400
xdc_runtime_System_Module__gateObj__C
const __FAR__ CT__xdc_runtime_System_Module__gateObj xdc_runtime_System_Module__gateObj__C
Definition: mss_per4f.c:7344
ti_sysbios_heaps_HeapBuf_Object__::buf
__TA_ti_sysbios_heaps_HeapBuf_Instance_State__buf buf
Definition: mss_per4f.c:340
ti_sysbios_heaps_HeapMem_Module_GateProxy_Object2__
Definition: mss_per4f.c:399
ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__root__V
ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__ ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__root__V
ti_sysbios_BIOS_rtsUnlock
Void ti_sysbios_BIOS_rtsUnlock()
Definition: mss_per4f.c:2109
xdc_runtime_Defaults_Module__startupDone__S
xdc_Bool xdc_runtime_Defaults_Module__startupDone__S(void)
Definition: mss_per4f.c:19753
ti_sysbios_knl_Swi_Object__::trigger
xdc_UInt trigger
Definition: mss_per4f.c:577
ti_sysbios_gates_GateMutex_Object2__::obj
ti_sysbios_gates_GateMutex_Object__ obj
Definition: mss_per4f.c:142
ti_sysbios_heaps_HeapMem_Module_GateProxy_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:400
ti_sysbios_gates_GateHwi_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_gates_GateHwi_Module__loggerFxn0 ti_sysbios_gates_GateHwi_Module__loggerFxn0__C
Definition: mss_per4f.c:3671
xdc_runtime_Startup_startModsFxn__C
const __FAR__ CT__xdc_runtime_Startup_startModsFxn xdc_runtime_Startup_startModsFxn__C
Definition: mss_per4f.c:7210
ti_sysbios_knl_Swi_Module__root__V
ti_sysbios_knl_Swi_Module__ ti_sysbios_knl_Swi_Module__root__V
Definition: mss_per4f.c:5267
xdc_runtime_Text_Module__loggerFxn1__C
const __FAR__ CT__xdc_runtime_Text_Module__loggerFxn1 xdc_runtime_Text_Module__loggerFxn1__C
Definition: mss_per4f.c:14599
ti_sysbios_BIOS_setupSecureContext__C
const __FAR__ CT__ti_sysbios_BIOS_setupSecureContext ti_sysbios_BIOS_setupSecureContext__C
Definition: mss_per4f.c:2657
xdc_runtime_Gate_Module__id__C
const __FAR__ CT__xdc_runtime_Gate_Module__id xdc_runtime_Gate_Module__id__C
Definition: mss_per4f.c:6642
ti_sysbios_heaps_HeapBuf_Module_State__::constructedHeaps
__TA_ti_sysbios_heaps_HeapBuf_Module_State__constructedHeaps constructedHeaps
Definition: mss_per4f.c:1187
ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E
xdc_UInt ti_sysbios_knl_Task_SupportProxy_getStackAlignment__E(void)
Definition: mss_per4f.c:15345
ti_sysbios_family_arm_exc_Exception_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_Module__loggerDefined ti_sysbios_family_arm_exc_Exception_Module__loggerDefined__C
Definition: mss_per4f.c:2905
ti_sysbios_hal_Core_Module__id__C
const __FAR__ CT__ti_sysbios_hal_Core_Module__id ti_sysbios_hal_Core_Module__id__C
Definition: mss_per4f.c:4018
ti_sysbios_knl_Task_Module__loggerObj__C
const __FAR__ CT__ti_sysbios_knl_Task_Module__loggerObj ti_sysbios_knl_Task_Module__loggerObj__C
Definition: mss_per4f.c:5768
ti_sysbios_hal_Hwi_HwiProxy_enable__E
xdc_UInt ti_sysbios_hal_Hwi_HwiProxy_enable__E(void)
Definition: mss_per4f.c:15005
xdc_runtime_Memory_Module__id__C
const __FAR__ CT__xdc_runtime_Memory_Module__id xdc_runtime_Memory_Module__id__C
Definition: mss_per4f.c:6925
ti_sysbios_heaps_HeapMem_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_Module__diagsIncluded ti_sysbios_heaps_HeapMem_Module__diagsIncluded__C
Definition: mss_per4f.c:4426
ti_sysbios_BIOS_mpeEnabled__C
const __FAR__ CT__ti_sysbios_BIOS_mpeEnabled ti_sysbios_BIOS_mpeEnabled__C
Definition: mss_per4f.c:2606
ti_sysbios_BIOS_RtsGateProxy_delete
void ti_sysbios_BIOS_RtsGateProxy_delete(ti_sysbios_BIOS_RtsGateProxy_Handle *instp)
Definition: mss_per4f.c:14792
xdc_runtime_Core_Module__diagsIncluded__C
const __FAR__ CT__xdc_runtime_Core_Module__diagsIncluded xdc_runtime_Core_Module__diagsIncluded__C
Definition: mss_per4f.c:6279
ti_sysbios_family_arm_v7r_vim_Hwi_Object__PARAMS__C
const __FAR__ ti_sysbios_family_arm_v7r_vim_Hwi_Params ti_sysbios_family_arm_v7r_vim_Hwi_Object__PARAMS__C
Definition: mss_per4f.c:3070
ti_sysbios_gates_GateMutex_Object__delete__S
xdc_Void ti_sysbios_gates_GateMutex_Object__delete__S(xdc_Ptr instp)
Definition: mss_per4f.c:16753
ti_sysbios_knl_Queue_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_knl_Queue_Module__diagsEnabled ti_sysbios_knl_Queue_Module__diagsEnabled__C
Definition: mss_per4f.c:5029
ti_sysbios_hal_Cache_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_hal_Cache_Module__loggerDefined ti_sysbios_hal_Cache_Module__loggerDefined__C
Definition: mss_per4f.c:3871
ti_sysbios_knl_Semaphore_Object__create__S
xdc_Ptr ti_sysbios_knl_Semaphore_Object__create__S(xdc_CPtr __aa, const xdc_UChar *__paramsPtr, xdc_SizeT __psz, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:18866
xdc_runtime_SysStd_Object__count__C
const __FAR__ CT__xdc_runtime_SysStd_Object__count xdc_runtime_SysStd_Object__count__C
Definition: mss_per4f.c:7283
ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S
xdc_Bool ti_sysbios_hal_Hwi_HwiProxy_Module__startupDone__S(void)
Definition: mss_per4f.c:14951
xdc_runtime_Memory_HeapProxy_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:744
ti_sysbios_timers_rti_Timer_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn0 ti_sysbios_timers_rti_Timer_Module__loggerFxn0__C
Definition: mss_per4f.c:6121
ti_sysbios_knl_Swi_Module__id__C
const __FAR__ CT__ti_sysbios_knl_Swi_Module__id ti_sysbios_knl_Swi_Module__id__C
Definition: mss_per4f.c:5435
ti_sysbios_knl_Clock_Params__init__S
xdc_Void ti_sysbios_knl_Clock_Params__init__S(xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:17947
ti_sysbios_heaps_HeapMem_Module_GateProxy_Object2__::obj
ti_sysbios_heaps_HeapMem_Module_GateProxy_Object__ obj
Definition: mss_per4f.c:401
ti_sysbios_BIOS_Module_State__::rtsGateKey
xdc_IArg rtsGateKey
Definition: mss_per4f.c:966
ti_sysbios_knl_Task_A_invalidCoreId__C
const __FAR__ CT__ti_sysbios_knl_Task_A_invalidCoreId ti_sysbios_knl_Task_A_invalidCoreId__C
Definition: mss_per4f.c:5904
ti_sysbios_BIOS_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_BIOS_Module__diagsEnabled ti_sysbios_BIOS_Module__diagsEnabled__C
Definition: mss_per4f.c:2534
ti_sysbios_BIOS_runtimeCreatesEnabled__C
const __FAR__ CT__ti_sysbios_BIOS_runtimeCreatesEnabled ti_sysbios_BIOS_runtimeCreatesEnabled__C
Definition: mss_per4f.c:2617
ti_sysbios_family_arm_v7r_vim_Hwi_Module__gateObj__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__gateObj ti_sysbios_family_arm_v7r_vim_Hwi_Module__gateObj__C
Definition: mss_per4f.c:3441
ti_sysbios_knl_Task_Object__::priority
volatile xdc_Int priority
Definition: mss_per4f.c:606
ti_sysbios_knl_Event_Object__PARAMS__C
const __FAR__ ti_sysbios_knl_Event_Params ti_sysbios_knl_Event_Object__PARAMS__C
Definition: mss_per4f.c:4716
ti_sysbios_heaps_HeapMem_Module__startupDone__S
xdc_Bool ti_sysbios_heaps_HeapMem_Module__startupDone__S(void)
Definition: mss_per4f.c:17573
xdc_runtime_Startup_firstFxns__C
const __FAR__ CT__xdc_runtime_Startup_firstFxns xdc_runtime_Startup_firstFxns__C
Definition: mss_per4f.c:7202
ti_sysbios_knl_Swi_Object__PARAMS__C
const __FAR__ ti_sysbios_knl_Swi_Params ti_sysbios_knl_Swi_Object__PARAMS__C
Definition: mss_per4f.c:5251
ti_sysbios_family_arm_v7r_vim_Hwi_E_phantomInterrupt__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_E_phantomInterrupt ti_sysbios_family_arm_v7r_vim_Hwi_E_phantomInterrupt__C
Definition: mss_per4f.c:3561
ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E
xdc_Bool ti_sysbios_hal_Hwi_HwiProxy_getStackInfo__E(ti_sysbios_interfaces_IHwi_StackInfo *stkInfo, xdc_Bool computeStackDepth)
Definition: mss_per4f.c:14981
ti_sysbios_family_arm_exc_Exception_Module_State_0_excActive__A
__T1_ti_sysbios_family_arm_exc_Exception_Module_State__excActive ti_sysbios_family_arm_exc_Exception_Module_State_0_excActive__A[1]
Definition: mss_per4f.c:1013
xdc_runtime_Startup_Module__loggerObj__C
const __FAR__ CT__xdc_runtime_Startup_Module__loggerObj xdc_runtime_Startup_Module__loggerObj__C
Definition: mss_per4f.c:7158
ti_sysbios_knl_Task_Object__delete__S
xdc_Void ti_sysbios_knl_Task_Object__delete__S(xdc_Ptr instp)
Definition: mss_per4f.c:19439
xdc_runtime_System_Module__gatePrms__C
const __FAR__ CT__xdc_runtime_System_Module__gatePrms xdc_runtime_System_Module__gatePrms__C
Definition: mss_per4f.c:7348
ti_sysbios_family_arm_v7r_tms570_Core_Module__id__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__id ti_sysbios_family_arm_v7r_tms570_Core_Module__id__C
Definition: mss_per4f.c:3002
ti_sysbios_knl_Semaphore_Object__::count
volatile xdc_UInt16 count
Definition: mss_per4f.c:122
ti_sysbios_timers_rti_Timer_numTimerDevices__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_numTimerDevices ti_sysbios_timers_rti_Timer_numTimerDevices__C
Definition: mss_per4f.c:6189
ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherTaskSupport__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherTaskSupport ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherTaskSupport__C
Definition: mss_per4f.c:3505
ti_sysbios_hal_Cache_CacheProxy_Proxy__abstract__S
xdc_Bool ti_sysbios_hal_Cache_CacheProxy_Proxy__abstract__S(void)
Definition: mss_per4f.c:16795
ti_sysbios_knl_Swi_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_knl_Swi_Module__loggerFxn8 ti_sysbios_knl_Swi_Module__loggerFxn8__C
Definition: mss_per4f.c:5463
xdc_runtime_Core_Object__heap__C
const __FAR__ CT__xdc_runtime_Core_Object__heap xdc_runtime_Core_Object__heap__C
Definition: mss_per4f.c:6331
ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__::zeroLatencyFIQMask
__TA_ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__zeroLatencyFIQMask zeroLatencyFIQMask
Definition: mss_per4f.c:1067
xdc_runtime_Text_visitRope__I
void xdc_runtime_Text_visitRope__I(xdc_runtime_Text_RopeId rope, xdc_Fxn visFxn, xdc_Ptr visState)
Definition: mss_per4f.c:2036
ti_sysbios_heaps_HeapMem_Object__::align
xdc_runtime_Memory_Size align
Definition: mss_per4f.c:368
xdc_runtime_Text_nameUnknown__C
const __FAR__ CT__xdc_runtime_Text_nameUnknown xdc_runtime_Text_nameUnknown__C
Definition: mss_per4f.c:14631
ti_sysbios_knl_Event_A_pendTaskDisabled__C
const __FAR__ CT__ti_sysbios_knl_Event_A_pendTaskDisabled ti_sysbios_knl_Event_A_pendTaskDisabled__C
Definition: mss_per4f.c:4827
ti_sysbios_knl_Clock_TimerProxy_getStatus__E
ti_sysbios_interfaces_ITimer_Status ti_sysbios_knl_Clock_TimerProxy_getStatus__E(xdc_UInt id)
Definition: mss_per4f.c:15187
xdc_runtime_Error_Module__loggerDefined__C
const __FAR__ CT__xdc_runtime_Error_Module__loggerDefined xdc_runtime_Error_Module__loggerDefined__C
Definition: mss_per4f.c:6545
ti_sysbios_heaps_HeapBuf_Object__::numFreeBlocks
xdc_UInt numFreeBlocks
Definition: mss_per4f.c:341
ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn4 ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn4__C
Definition: mss_per4f.c:3473
ti_sysbios_family_arm_exc_Exception_Module_State__::excActive
__TA_ti_sysbios_family_arm_exc_Exception_Module_State__excActive excActive
Definition: mss_per4f.c:1005
xdc_runtime_Diags_dictBase__C
const __FAR__ CT__xdc_runtime_Diags_dictBase xdc_runtime_Diags_dictBase__C
Definition: mss_per4f.c:6497
xdc_runtime_Startup_Object__heap__C
const __FAR__ CT__xdc_runtime_Startup_Object__heap xdc_runtime_Startup_Object__heap__C
Definition: mss_per4f.c:7186
ti_sysbios_gates_GateHwi_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_gates_GateHwi_Module__loggerFxn2 ti_sysbios_gates_GateHwi_Module__loggerFxn2__C
Definition: mss_per4f.c:3679
xdc_runtime_Core_Object__table__C
const __FAR__ CT__xdc_runtime_Core_Object__table xdc_runtime_Core_Object__table__C
Definition: mss_per4f.c:6339
ti_sysbios_knl_Swi___S1
Definition: mss_per4f.c:15766
ti_sysbios_family_arm_v7r_vim_Hwi_Params__init__S
xdc_Void ti_sysbios_family_arm_v7r_vim_Hwi_Params__init__S(xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:16156
ti_sysbios_knl_Queue_Module__
Definition: mss_per4f.c:530
ti_sysbios_BIOS_RtsGateProxy_Module__startupDone__S
xdc_Bool ti_sysbios_BIOS_RtsGateProxy_Module__startupDone__S(void)
Definition: mss_per4f.c:14780
xdc_runtime_Defaults_Module__gatePrms__C
const __FAR__ CT__xdc_runtime_Defaults_Module__gatePrms xdc_runtime_Defaults_Module__gatePrms__C
Definition: mss_per4f.c:6368
ti_sysbios_hal_Hwi_Object__table__V
ti_sysbios_hal_Hwi_Object__ ti_sysbios_hal_Hwi_Object__table__V[1]
Definition: mss_per4f.c:1173
ti_sysbios_knl_Swi_Module_State__::constructedSwis
__TA_ti_sysbios_knl_Swi_Module_State__constructedSwis constructedSwis
Definition: mss_per4f.c:1314
xdc_runtime_Assert_Module__loggerDefined__C
const __FAR__ CT__xdc_runtime_Assert_Module__loggerDefined xdc_runtime_Assert_Module__loggerDefined__C
Definition: mss_per4f.c:6222
ti_sysbios_knl_Event_construct
void ti_sysbios_knl_Event_construct(ti_sysbios_knl_Event_Struct *__obj, const ti_sysbios_knl_Event_Params *__paramsPtr)
Definition: mss_per4f.c:18389
ti_sysbios_BIOS_RtsGateProxy_Object2__::obj
ti_sysbios_BIOS_RtsGateProxy_Object__ obj
Definition: mss_per4f.c:151
ti_sysbios_BIOS_RtsGateProxy_Params__init__S
void ti_sysbios_BIOS_RtsGateProxy_Params__init__S(xdc_Ptr dst, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:14798
ti_sysbios_BIOS_exitFunc
xdc_Void ti_sysbios_BIOS_exitFunc(xdc_Int)
ti_sysbios_knl_Swi_Object__::fxn
ti_sysbios_knl_Swi_FuncPtr fxn
Definition: mss_per4f.c:570
xdc_runtime_System_Module_State__::numAtexitHandlers
xdc_Int numAtexitHandlers
Definition: mss_per4f.c:1576
ti_sysbios_knl_Task_Module__id__C
const __FAR__ CT__ti_sysbios_knl_Task_Module__id ti_sysbios_knl_Task_Module__id__C
Definition: mss_per4f.c:5760
ti_sysbios_heaps_HeapBuf_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_Module__diagsMask ti_sysbios_heaps_HeapBuf_Module__diagsMask__C
Definition: mss_per4f.c:4263
ti_sysbios_timers_rti_Timer_Module__id__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_Module__id ti_sysbios_timers_rti_Timer_Module__id__C
Definition: mss_per4f.c:6109
xdc_runtime_System_Module_GateProxy_Params__init__S
void xdc_runtime_System_Module_GateProxy_Params__init__S(xdc_Ptr dst, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:15498
ti_sysbios_family_arm_v7r_vim_Hwi_Object__first__S
xdc_Ptr ti_sysbios_family_arm_v7r_vim_Hwi_Object__first__S(void)
Definition: mss_per4f.c:16173
ti_sysbios_knl_Task_Object__::qElem
ti_sysbios_knl_Queue_Elem qElem
Definition: mss_per4f.c:605
ti_sysbios_family_arm_TaskSupport_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_Module__loggerFxn4 ti_sysbios_family_arm_TaskSupport_Module__loggerFxn4__C
Definition: mss_per4f.c:2796
ti_sysbios_hal_Hwi_Handle__label__S
xdc_runtime_Types_Label * ti_sysbios_hal_Hwi_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:16947
ti_sysbios_knl_Task_E_objectNotInKernelSpace__C
const __FAR__ CT__ti_sysbios_knl_Task_E_objectNotInKernelSpace ti_sysbios_knl_Task_E_objectNotInKernelSpace__C
Definition: mss_per4f.c:5868
xdc_runtime_Gate_Module__loggerFxn4__C
const __FAR__ CT__xdc_runtime_Gate_Module__loggerFxn4 xdc_runtime_Gate_Module__loggerFxn4__C
Definition: mss_per4f.c:6666
ti_sysbios_knl_Task_Object__PARAMS__C
const __FAR__ ti_sysbios_knl_Task_Params ti_sysbios_knl_Task_Object__PARAMS__C
Definition: mss_per4f.c:5531
ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn8 ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn8__C
Definition: mss_per4f.c:3030
ti_sysbios_knl_Swi_Module__startupDone__S
xdc_Bool ti_sysbios_knl_Swi_Module__startupDone__S(void)
Definition: mss_per4f.c:19047
ti_sysbios_knl_Swi_Object__::readyQ
ti_sysbios_knl_Queue_Handle readyQ
Definition: mss_per4f.c:578
ti_sysbios_timers_rti_Timer_E_cannotSupport__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_E_cannotSupport ti_sysbios_timers_rti_Timer_E_cannotSupport__C
Definition: mss_per4f.c:6173
ti_sysbios_hal_Hwi_HwiProxy_setFunc__E
xdc_Void ti_sysbios_hal_Hwi_HwiProxy_setFunc__E(ti_sysbios_hal_Hwi_HwiProxy_Handle __inst, ti_sysbios_interfaces_IHwi_FuncPtr fxn, xdc_UArg arg)
Definition: mss_per4f.c:15065
ti_sysbios_knl_Task_Module_State_0_idleTask__A
__T1_ti_sysbios_knl_Task_Module_State__idleTask ti_sysbios_knl_Task_Module_State_0_idleTask__A[1]
Definition: mss_per4f.c:1383
ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsMask ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsMask__C
Definition: mss_per4f.c:2990
ti_sysbios_gates_GateHwi_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_gates_GateHwi_Module__diagsMask ti_sysbios_gates_GateHwi_Module__diagsMask__C
Definition: mss_per4f.c:3647
ti_sysbios_heaps_HeapBuf_Module__startupDone__F
xdc_Bool ti_sysbios_heaps_HeapBuf_Module__startupDone__F(void)
Definition: mss_per4f.c:1761
xdc_runtime_System_Module_GateProxy_Module__startupDone__S
xdc_Bool xdc_runtime_System_Module_GateProxy_Module__startupDone__S(void)
Definition: mss_per4f.c:15480
ti_sysbios_hal_Hwi_HwiProxy_Handle__label__S
xdc_runtime_Types_Label * ti_sysbios_hal_Hwi_HwiProxy_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:14975
Header::pad
UArg pad[2]
Definition: mss_per4f.c:2301
xdc_runtime_Assert_Module__loggerFxn0__C
const __FAR__ CT__xdc_runtime_Assert_Module__loggerFxn0 xdc_runtime_Assert_Module__loggerFxn0__C
Definition: mss_per4f.c:6230
xdc_runtime_Text_Module_State__::nodeBase
xdc_CPtr nodeBase
Definition: mss_per4f.c:1606
xdc_runtime_Registry_Module_State__::listHead
xdc_runtime_Registry_Desc * listHead
Definition: mss_per4f.c:1499
ti_sysbios_knl_Clock_Object2__::obj
ti_sysbios_knl_Clock_Object__ obj
Definition: mss_per4f.c:433
ti_sysbios_hal_Hwi_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_hal_Hwi_Module__loggerDefined ti_sysbios_hal_Hwi_Module__loggerDefined__C
Definition: mss_per4f.c:4139
xdc_runtime_Log_Module__loggerDefined__C
const __FAR__ CT__xdc_runtime_Log_Module__loggerDefined xdc_runtime_Log_Module__loggerDefined__C
Definition: mss_per4f.c:6719
ti_sysbios_family_arm_v7r_vim_Hwi_Object__::intNum
xdc_Int intNum
Definition: mss_per4f.c:193
ti_sysbios_knl_Intrinsics_Object__heap__C
const __FAR__ CT__ti_sysbios_knl_Intrinsics_Object__heap ti_sysbios_knl_Intrinsics_Object__heap__C
Definition: mss_per4f.c:4985
ti_sysbios_knl_Task_Params__init__S
xdc_Void ti_sysbios_knl_Task_Params__init__S(xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:19320
ti_sysbios_family_arm_TaskSupport_Object__heap__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_Object__heap ti_sysbios_family_arm_TaskSupport_Object__heap__C
Definition: mss_per4f.c:2808
ti_sysbios_heaps_HeapBuf_A_invalidBufSize__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_A_invalidBufSize ti_sysbios_heaps_HeapBuf_A_invalidBufSize__C
Definition: mss_per4f.c:4351
ti_sysbios_family_arm_exc_Exception_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_Module__gatePrms ti_sysbios_family_arm_exc_Exception_Module__gatePrms__C
Definition: mss_per4f.c:2897
ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn1 ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn1__C
Definition: mss_per4f.c:3465
Header
union Header Header
ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__::fiqStackSize
xdc_SizeT fiqStackSize
Definition: mss_per4f.c:1064
xdc_runtime_Main_Module_GateProxy_leave__E
xdc_Void xdc_runtime_Main_Module_GateProxy_leave__E(xdc_runtime_Main_Module_GateProxy_Handle __inst, xdc_IArg key)
Definition: mss_per4f.c:15406
ti_sysbios_knl_Swi_Object__next__S
xdc_Ptr ti_sysbios_knl_Swi_Object__next__S(xdc_Ptr obj)
Definition: mss_per4f.c:19093
xdc_runtime_System_printf_va__E
xdc_Int xdc_runtime_System_printf_va__E(xdc_CString fmt, va_list __va)
Definition: mss_per4f.c:14683
ti_sysbios_knl_Clock_TimerProxy_getExpiredTicks__E
xdc_UInt32 ti_sysbios_knl_Clock_TimerProxy_getExpiredTicks__E(ti_sysbios_knl_Clock_TimerProxy_Handle __inst, xdc_UInt32 tickPeriod)
Definition: mss_per4f.c:15277
ti_sysbios_knl_Swi_Object__table__C
const __FAR__ CT__ti_sysbios_knl_Swi_Object__table ti_sysbios_knl_Swi_Object__table__C
Definition: mss_per4f.c:5479
xdc_runtime_Error_E_msgCode__C
const __FAR__ CT__xdc_runtime_Error_E_msgCode xdc_runtime_Error_E_msgCode__C
Definition: mss_per4f.c:6601
ti_sysbios_timers_rti_Timer_Object__::extFreq
xdc_runtime_Types_FreqHz extFreq
Definition: mss_per4f.c:462
ti_sysbios_knl_Task_Object__::pendElem
ti_sysbios_knl_Task_PendElem * pendElem
Definition: mss_per4f.c:610
ti_sysbios_family_arm_exc_Exception_Module_State__
Definition: mss_per4f.c:1004
xdc_runtime_System_snprintf_va__E
xdc_Int xdc_runtime_System_snprintf_va__E(xdc_Char buf[], xdc_SizeT n, xdc_CString fmt, va_list __va)
Definition: mss_per4f.c:14755
xdc_runtime_Registry_Module__loggerFxn1__C
const __FAR__ CT__xdc_runtime_Registry_Module__loggerFxn1 xdc_runtime_Registry_Module__loggerFxn1__C
Definition: mss_per4f.c:7039
ti_sysbios_hal_Core_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_hal_Core_Module__loggerFxn2 ti_sysbios_hal_Core_Module__loggerFxn2__C
Definition: mss_per4f.c:4038
ti_sysbios_hal_CacheNull_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_hal_CacheNull_Module__diagsEnabled ti_sysbios_hal_CacheNull_Module__diagsEnabled__C
Definition: mss_per4f.c:3920
xdc_runtime_Memory_HeapProxy_alloc__E
xdc_Ptr xdc_runtime_Memory_HeapProxy_alloc__E(xdc_runtime_Memory_HeapProxy_Handle __inst, xdc_SizeT size, xdc_SizeT align, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:15449
xdc_runtime_System_Module_GateProxy_query__E
xdc_Bool xdc_runtime_System_Module_GateProxy_query__E(xdc_Int qual)
Definition: mss_per4f.c:15510
ti_sysbios_hal_Core_Object__table__C
const __FAR__ CT__ti_sysbios_hal_Core_Object__table ti_sysbios_hal_Core_Object__table__C
Definition: mss_per4f.c:4062
ti_sysbios_knl_Task_Module_State__::idleTask
__TA_ti_sysbios_knl_Task_Module_State__idleTask idleTask
Definition: mss_per4f.c:1372
ti_sysbios_knl_Event_Object__
Definition: mss_per4f.c:498
ti_sysbios_family_arm_v7r_vim_Hwi_Module__startupDone__S
xdc_Bool ti_sysbios_family_arm_v7r_vim_Hwi_Module__startupDone__S(void)
Definition: mss_per4f.c:16140
ti_sysbios_knl_Event_A_nullEventMasks__C
const __FAR__ CT__ti_sysbios_knl_Event_A_nullEventMasks ti_sysbios_knl_Event_A_nullEventMasks__C
Definition: mss_per4f.c:4811
ti_sysbios_knl_Task_LM_yield__C
const __FAR__ CT__ti_sysbios_knl_Task_LM_yield ti_sysbios_knl_Task_LM_yield__C
Definition: mss_per4f.c:5824
ti_sysbios_knl_Semaphore_A_overflow__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_A_overflow ti_sysbios_knl_Semaphore_A_overflow__C
Definition: mss_per4f.c:5215
ti_sysbios_knl_Queue_Object__table__C
const __FAR__ CT__ti_sysbios_knl_Queue_Object__table ti_sysbios_knl_Queue_Object__table__C
Definition: mss_per4f.c:5093
xdc_runtime_Registry_Module_State__::curId
xdc_runtime_Types_ModuleId curId
Definition: mss_per4f.c:1500
ti_sysbios_heaps_HeapBuf_destruct
void ti_sysbios_heaps_HeapBuf_destruct(ti_sysbios_heaps_HeapBuf_Struct *obj)
Definition: mss_per4f.c:17445
ti_sysbios_hal_Hwi_dispatcherAutoNestingSupport__C
const __FAR__ CT__ti_sysbios_hal_Hwi_dispatcherAutoNestingSupport ti_sysbios_hal_Hwi_dispatcherAutoNestingSupport__C
Definition: mss_per4f.c:4183
ti_sysbios_knl_Swi_Object__::posted
xdc_Bool posted
Definition: mss_per4f.c:575
ti_sysbios_hal_Hwi_dispatcherIrpTrackingSupport__C
const __FAR__ CT__ti_sysbios_hal_Hwi_dispatcherIrpTrackingSupport ti_sysbios_hal_Hwi_dispatcherIrpTrackingSupport__C
Definition: mss_per4f.c:4195
ti_sysbios_knl_Idle_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_knl_Idle_Module__loggerFxn2 ti_sysbios_knl_Idle_Module__loggerFxn2__C
Definition: mss_per4f.c:4888
ti_sysbios_timers_rti_Timer_Module__state__V
ti_sysbios_timers_rti_Timer_Module_State__ ti_sysbios_timers_rti_Timer_Module__state__V
Definition: mss_per4f.c:1419
ti_sysbios_heaps_HeapBuf_Module__id__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_Module__id ti_sysbios_heaps_HeapBuf_Module__id__C
Definition: mss_per4f.c:4275
xdc_runtime_Core_Module__diagsMask__C
const __FAR__ CT__xdc_runtime_Core_Module__diagsMask xdc_runtime_Core_Module__diagsMask__C
Definition: mss_per4f.c:6283
xdc_runtime_Error_Module__loggerFxn0__C
const __FAR__ CT__xdc_runtime_Error_Module__loggerFxn0 xdc_runtime_Error_Module__loggerFxn0__C
Definition: mss_per4f.c:6553
realloc
Void ATTRIBUTE * realloc(Void *ptr, SizeT size)
Definition: mss_per4f.c:2424
ti_sysbios_heaps_HeapMem_Module__gateObj__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_Module__gateObj ti_sysbios_heaps_HeapMem_Module__gateObj__C
Definition: mss_per4f.c:4434
ti_sysbios_family_arm_v7r_vim_Hwi_Object__::__fxns
const ti_sysbios_family_arm_v7r_vim_Hwi_Fxns__ * __fxns
Definition: mss_per4f.c:189
ti_sysbios_knl_Task_Module_State_terminatedQ__O
const __FAR__ xdc_SizeT ti_sysbios_knl_Task_Module_State_terminatedQ__O
Definition: mss_per4f.c:1666
ti_sysbios_knl_Clock_Module_State__::inWorkFunc
xdc_Bool inWorkFunc
Definition: mss_per4f.c:1242
ti_sysbios_knl_Event_Module__root__V
ti_sysbios_knl_Event_Module__ ti_sysbios_knl_Event_Module__root__V
Definition: mss_per4f.c:4728
ti_sysbios_knl_Semaphore_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_Module__diagsMask ti_sysbios_knl_Semaphore_Module__diagsMask__C
Definition: mss_per4f.c:5135
ti_sysbios_family_arm_TaskSupport_Module__startupDone__S
xdc_Bool ti_sysbios_family_arm_TaskSupport_Module__startupDone__S(void)
Definition: mss_per4f.c:16000
ti_sysbios_gates_GateMutex_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_gates_GateMutex_Module__loggerFxn4 ti_sysbios_gates_GateMutex_Module__loggerFxn4__C
Definition: mss_per4f.c:3814
ti_sysbios_knl_Semaphore_supportsPriority__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_supportsPriority ti_sysbios_knl_Semaphore_supportsPriority__C
Definition: mss_per4f.c:5231
xdc_runtime_Gate_Module__diagsIncluded__C
const __FAR__ CT__xdc_runtime_Gate_Module__diagsIncluded xdc_runtime_Gate_Module__diagsIncluded__C
Definition: mss_per4f.c:6626
xdc_runtime_Log_Module__loggerFxn8__C
const __FAR__ CT__xdc_runtime_Log_Module__loggerFxn8 xdc_runtime_Log_Module__loggerFxn8__C
Definition: mss_per4f.c:6743
ti_sysbios_knl_Queue_Object__PARAMS__C
const __FAR__ ti_sysbios_knl_Queue_Params ti_sysbios_knl_Queue_Object__PARAMS__C
Definition: mss_per4f.c:5010
ti_sysbios_hal_Cache_Object__table__C
const __FAR__ CT__ti_sysbios_hal_Cache_Object__table ti_sysbios_hal_Cache_Object__table__C
Definition: mss_per4f.c:3911
xdc_runtime_Startup_execImpl__C
const __FAR__ CT__xdc_runtime_Startup_execImpl xdc_runtime_Startup_execImpl__C
Definition: mss_per4f.c:7214
ti_sysbios_knl_Swi_Module_State__::curTrigger
xdc_UInt curTrigger
Definition: mss_per4f.c:1310
ti_sysbios_family_arm_v7r_vim_Hwi_Object__table__V
ti_sysbios_family_arm_v7r_vim_Hwi_Object__ ti_sysbios_family_arm_v7r_vim_Hwi_Object__table__V[1]
Definition: mss_per4f.c:1055
ti_sysbios_knl_Swi_Module_State__::readyQ
__TA_ti_sysbios_knl_Swi_Module_State__readyQ readyQ
Definition: mss_per4f.c:1313
ti_sysbios_gates_GateMutex_construct
void ti_sysbios_gates_GateMutex_construct(ti_sysbios_gates_GateMutex_Struct *__obj, const ti_sysbios_gates_GateMutex_Params *__paramsPtr)
Definition: mss_per4f.c:16735
ti_sysbios_family_arm_v7r_vim_Hwi_phantomFunc__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_phantomFunc ti_sysbios_family_arm_v7r_vim_Hwi_phantomFunc__C
Definition: mss_per4f.c:3525
xdc_runtime_SysStd_Module__diagsIncluded__C
const __FAR__ CT__xdc_runtime_SysStd_Module__diagsIncluded xdc_runtime_SysStd_Module__diagsIncluded__C
Definition: mss_per4f.c:7235
xdc_runtime_Startup_reset__I
xdc_Void xdc_runtime_Startup_reset__I(void)
Definition: mss_per4f.c:1847
ti_sysbios_gates_GateMutex_Module__
struct ti_sysbios_gates_GateMutex_Module__ ti_sysbios_gates_GateMutex_Module__
xdc_runtime_Main_Module_GateProxy_create
xdc_runtime_Main_Module_GateProxy_Handle xdc_runtime_Main_Module_GateProxy_create(const xdc_runtime_Main_Module_GateProxy_Params *prms, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:15370
ti_sysbios_gates_GateMutex_Object__heap__C
const __FAR__ CT__ti_sysbios_gates_GateMutex_Object__heap ti_sysbios_gates_GateMutex_Object__heap__C
Definition: mss_per4f.c:3826
xdc_runtime_Memory_HeapProxy_Object2__
Definition: mss_per4f.c:743
ti_sysbios_knl_Task_A_badThreadType__C
const __FAR__ CT__ti_sysbios_knl_Task_A_badThreadType ti_sysbios_knl_Task_A_badThreadType__C
Definition: mss_per4f.c:5872
ti_sysbios_timers_rti_Timer_Module_State__::intFreqs
__TA_ti_sysbios_timers_rti_Timer_Module_State__intFreqs intFreqs
Definition: mss_per4f.c:1405
ti_sysbios_family_arm_v7r_vim_Hwi_Object__table__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_Object__table ti_sysbios_family_arm_v7r_vim_Hwi_Object__table__C
Definition: mss_per4f.c:3493
ti_sysbios_gates_GateHwi_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_gates_GateHwi_Module__loggerFxn4 ti_sysbios_gates_GateHwi_Module__loggerFxn4__C
Definition: mss_per4f.c:3683
ti_sysbios_gates_GateMutex_Module__id__C
const __FAR__ CT__ti_sysbios_gates_GateMutex_Module__id ti_sysbios_gates_GateMutex_Module__id__C
Definition: mss_per4f.c:3790
ti_sysbios_heaps_HeapMem_Object__table__V
ti_sysbios_heaps_HeapMem_Object__ ti_sysbios_heaps_HeapMem_Object__table__V[1]
Definition: mss_per4f.c:1221
ti_sysbios_family_arm_v7r_vim_Hwi_NUM_INTERRUPTS__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_NUM_INTERRUPTS ti_sysbios_family_arm_v7r_vim_Hwi_NUM_INTERRUPTS__C
Definition: mss_per4f.c:3513
ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsIncluded ti_sysbios_family_arm_v7r_tms570_Core_Module__diagsIncluded__C
Definition: mss_per4f.c:2986
ti_sysbios_family_arm_v7r_vim_Hwi_Module_State__::isrStackSize
xdc_Ptr isrStackSize
Definition: mss_per4f.c:1062
ti_sysbios_family_arm_v7r_vim_Hwi_Object__DESC__C
const __FAR__ xdc_runtime_Core_ObjDesc ti_sysbios_family_arm_v7r_vim_Hwi_Object__DESC__C
Definition: mss_per4f.c:3066
ti_sysbios_knl_Clock_TimerProxy_Module__root__V
ti_sysbios_knl_Clock_TimerProxy_Module__ ti_sysbios_knl_Clock_TimerProxy_Module__root__V
ti_sysbios_knl_Clock_TimerProxy_setFunc__E
xdc_Void ti_sysbios_knl_Clock_TimerProxy_setFunc__E(ti_sysbios_knl_Clock_TimerProxy_Handle __inst, ti_sysbios_interfaces_ITimer_FuncPtr fxn, xdc_UArg arg)
Definition: mss_per4f.c:15259
xdc_runtime_Main_Module_GateProxy_enter__E
xdc_IArg xdc_runtime_Main_Module_GateProxy_enter__E(xdc_runtime_Main_Module_GateProxy_Handle __inst)
Definition: mss_per4f.c:15400
ti_sysbios_hal_Cache_CacheProxy_wbInvAll__E
xdc_Void ti_sysbios_hal_Cache_CacheProxy_wbInvAll__E(void)
Definition: mss_per4f.c:14877
ti_sysbios_timers_rti_Timer_Object__::intNum
xdc_UInt intNum
Definition: mss_per4f.c:459
ti_sysbios_knl_Clock_TimerProxy_setNextTick__E
xdc_Void ti_sysbios_knl_Clock_TimerProxy_setNextTick__E(ti_sysbios_knl_Clock_TimerProxy_Handle __inst, xdc_UInt32 ticks)
Definition: mss_per4f.c:15205
ti_sysbios_knl_Queue_Object__delete__S
xdc_Void ti_sysbios_knl_Queue_Object__delete__S(xdc_Ptr instp)
Definition: mss_per4f.c:18685
ti_sysbios_family_arm_v7r_vim_Hwi_create
ti_sysbios_family_arm_v7r_vim_Hwi_Handle ti_sysbios_family_arm_v7r_vim_Hwi_create(xdc_Int intNum, ti_sysbios_interfaces_IHwi_FuncPtr hwiFxn, const ti_sysbios_family_arm_v7r_vim_Hwi_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:16228
ti_sysbios_knl_Swi_numConstructedSwis__C
const __FAR__ CT__ti_sysbios_knl_Swi_numConstructedSwis ti_sysbios_knl_Swi_numConstructedSwis__C
Definition: mss_per4f.c:5519
ti_sysbios_knl_Queue_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_knl_Queue_Module__loggerDefined ti_sysbios_knl_Queue_Module__loggerDefined__C
Definition: mss_per4f.c:5053
ti_sysbios_knl_Semaphore_Object__::eventId
xdc_UInt eventId
Definition: mss_per4f.c:120
ti_sysbios_hal_CacheNull_Module__FXNS__C
const ti_sysbios_hal_CacheNull_Fxns__ ti_sysbios_hal_CacheNull_Module__FXNS__C
Definition: mss_per4f.c:871
ti_sysbios_gates_GateMutex_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_gates_GateMutex_Module__loggerFxn0 ti_sysbios_gates_GateMutex_Module__loggerFxn0__C
Definition: mss_per4f.c:3802
ti_sysbios_family_arm_exc_Exception_Module_State__::excStackSize
xdc_SizeT excStackSize
Definition: mss_per4f.c:1009
xdc_runtime_Diags_Module__diagsMask__C
const __FAR__ CT__xdc_runtime_Diags_Module__diagsMask xdc_runtime_Diags_Module__diagsMask__C
Definition: mss_per4f.c:6433
xdc_runtime_Error_E_memory__C
const __FAR__ CT__xdc_runtime_Error_E_memory xdc_runtime_Error_E_memory__C
Definition: mss_per4f.c:6597
ti_sysbios_knl_Swi_A_badPriority__C
const __FAR__ CT__ti_sysbios_knl_Swi_A_badPriority ti_sysbios_knl_Swi_A_badPriority__C
Definition: mss_per4f.c:5499
xdc_runtime_Registry_Object__heap__C
const __FAR__ CT__xdc_runtime_Registry_Object__heap xdc_runtime_Registry_Object__heap__C
Definition: mss_per4f.c:7059
xdc_runtime_System_SupportProxy_Module__startupDone__S
xdc_Bool xdc_runtime_System_SupportProxy_Module__startupDone__S(void)
Definition: mss_per4f.c:15535
ti_sysbios_hal_Cache_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_hal_Cache_Module__diagsEnabled ti_sysbios_hal_Cache_Module__diagsEnabled__C
Definition: mss_per4f.c:3847
ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn1 ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn1__C
Definition: mss_per4f.c:3018
ti_sysbios_knl_Semaphore_Module__::link
xdc_runtime_Types_Link link
Definition: mss_per4f.c:546
ti_sysbios_knl_Task_SupportProxy_swap__E
xdc_Void ti_sysbios_knl_Task_SupportProxy_swap__E(xdc_Ptr *oldtskContext, xdc_Ptr *newtskContext)
Definition: mss_per4f.c:15327
xdc_runtime_Error_Module__loggerFxn4__C
const __FAR__ CT__xdc_runtime_Error_Module__loggerFxn4 xdc_runtime_Error_Module__loggerFxn4__C
Definition: mss_per4f.c:6565
ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S
xdc_Bool ti_sysbios_knl_Task_SupportProxy_Module__startupDone__S(void)
Definition: mss_per4f.c:15315
ti_sysbios_heaps_HeapBuf_Object__::Object_field_freeList
ti_sysbios_knl_Queue_Object__ Object_field_freeList
Definition: mss_per4f.c:343
xdc_runtime_System_Module__diagsIncluded__C
const __FAR__ CT__xdc_runtime_System_Module__diagsIncluded xdc_runtime_System_Module__diagsIncluded__C
Definition: mss_per4f.c:7336
ti_sysbios_knl_Swi_Module__startupDone__F
xdc_Bool ti_sysbios_knl_Swi_Module__startupDone__F(void)
Definition: mss_per4f.c:1753
ti_sysbios_knl_Event_Handle__label__S
xdc_runtime_Types_Label * ti_sysbios_knl_Event_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:18296
ti_sysbios_knl_Idle_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_knl_Idle_Module__loggerFxn8 ti_sysbios_knl_Idle_Module__loggerFxn8__C
Definition: mss_per4f.c:4896
xdc_runtime_System_Module_State_0_atexitHandlers__A
__T1_xdc_runtime_System_Module_State__atexitHandlers xdc_runtime_System_Module_State_0_atexitHandlers__A[8]
Definition: mss_per4f.c:1580
ti_sysbios_knl_Semaphore_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_knl_Semaphore_Module__diagsEnabled ti_sysbios_knl_Semaphore_Module__diagsEnabled__C
Definition: mss_per4f.c:5127
xdc_runtime_Log_L_warning__C
const __FAR__ CT__xdc_runtime_Log_L_warning xdc_runtime_Log_L_warning__C
Definition: mss_per4f.c:6783
ti_sysbios_BIOS_Object__sizeof__C
const __FAR__ CT__ti_sysbios_BIOS_Object__sizeof ti_sysbios_BIOS_Object__sizeof__C
Definition: mss_per4f.c:2594
ti_sysbios_knl_Event_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_knl_Event_Module__loggerDefined ti_sysbios_knl_Event_Module__loggerDefined__C
Definition: mss_per4f.c:4759
xdc_runtime_Memory_Object__table__C
const __FAR__ CT__xdc_runtime_Memory_Object__table xdc_runtime_Memory_Object__table__C
Definition: mss_per4f.c:6969
ti_sysbios_rts_MemAlloc_alloc
static Void * ti_sysbios_rts_MemAlloc_alloc(SizeT size)
Definition: mss_per4f.c:2309
ti_sysbios_knl_Task_Object__get__S
xdc_Ptr ti_sysbios_knl_Task_Object__get__S(xdc_Ptr oa, xdc_Int i)
Definition: mss_per4f.c:19326
ti_sysbios_hal_Hwi_destruct
void ti_sysbios_hal_Hwi_destruct(ti_sysbios_hal_Hwi_Struct *obj)
Definition: mss_per4f.c:17070
ti_sysbios_timers_rti_Timer_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_Module__loggerDefined ti_sysbios_timers_rti_Timer_Module__loggerDefined__C
Definition: mss_per4f.c:6113
ti_sysbios_hal_CacheNull_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_hal_CacheNull_Module__loggerFxn0 ti_sysbios_hal_CacheNull_Module__loggerFxn0__C
Definition: mss_per4f.c:3952
ti_sysbios_heaps_HeapBuf_Object__::align
xdc_SizeT align
Definition: mss_per4f.c:337
ti_sysbios_knl_Task___S1
Definition: mss_per4f.c:15785
ti_sysbios_gates_GateMutex_Object__::__fxns
const ti_sysbios_gates_GateMutex_Fxns__ * __fxns
Definition: mss_per4f.c:134
xdc_runtime_Memory_HeapProxy_Proxy__abstract__S
xdc_Bool xdc_runtime_Memory_HeapProxy_Proxy__abstract__S(void)
Definition: mss_per4f.c:20059
ti_sysbios_hal_Core_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_hal_Core_Module__diagsIncluded ti_sysbios_hal_Core_Module__diagsIncluded__C
Definition: mss_per4f.c:4002
ti_sysbios_knl_Task_Object2__
Definition: mss_per4f.c:630
ti_sysbios_family_arm_v7r_vim_Hwi_LD_end__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_LD_end ti_sysbios_family_arm_v7r_vim_Hwi_LD_end__C
Definition: mss_per4f.c:3569
ti_sysbios_knl_Task_Module_State__::smpCurSet
__TA_ti_sysbios_knl_Task_Module_State__smpCurSet smpCurSet
Definition: mss_per4f.c:1368
ti_sysbios_knl_Event_A_nullEventId__C
const __FAR__ CT__ti_sysbios_knl_Event_A_nullEventId ti_sysbios_knl_Event_A_nullEventId__C
Definition: mss_per4f.c:4815
ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A
__T1_ti_sysbios_heaps_HeapMem_Instance_State__buf ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A[32768]
Definition: mss_per4f.c:1202
ti_sysbios_knl_Task_Module_State__::smpCurTask
__TA_ti_sysbios_knl_Task_Module_State__smpCurTask smpCurTask
Definition: mss_per4f.c:1370
ti_sysbios_heaps_HeapBuf_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_Module__loggerFxn4 ti_sysbios_heaps_HeapBuf_Module__loggerFxn4__C
Definition: mss_per4f.c:4299
ti_sysbios_family_arm_IntrinsicsSupport_Module__gateObj__C
const __FAR__ CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__gateObj ti_sysbios_family_arm_IntrinsicsSupport_Module__gateObj__C
Definition: mss_per4f.c:2691
ti_sysbios_hal_CacheNull_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_hal_CacheNull_Module__diagsIncluded ti_sysbios_hal_CacheNull_Module__diagsIncluded__C
Definition: mss_per4f.c:3924
ti_sysbios_timers_rti_Timer_destruct
void ti_sysbios_timers_rti_Timer_destruct(ti_sysbios_timers_rti_Timer_Struct *obj)
Definition: mss_per4f.c:19705
ti_sysbios_hal_Cache_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_hal_Cache_Module__loggerFxn1 ti_sysbios_hal_Cache_Module__loggerFxn1__C
Definition: mss_per4f.c:3883
xdc_runtime_Diags_Module__gatePrms__C
const __FAR__ CT__xdc_runtime_Diags_Module__gatePrms xdc_runtime_Diags_Module__gatePrms__C
Definition: mss_per4f.c:6441
malloc
Void ATTRIBUTE * malloc(SizeT size)
Definition: mss_per4f.c:2336
ti_sysbios_heaps_HeapBuf_Module_State__
Definition: mss_per4f.c:1186
xdc_runtime_Defaults_Module__loggerFxn2__C
const __FAR__ CT__xdc_runtime_Defaults_Module__loggerFxn2 xdc_runtime_Defaults_Module__loggerFxn2__C
Definition: mss_per4f.c:6392
xdc_runtime_Core_Module__loggerFxn1__C
const __FAR__ CT__xdc_runtime_Core_Module__loggerFxn1 xdc_runtime_Core_Module__loggerFxn1__C
Definition: mss_per4f.c:6311
ti_sysbios_hal_CacheNull_Object__heap__C
const __FAR__ CT__ti_sysbios_hal_CacheNull_Object__heap ti_sysbios_hal_CacheNull_Object__heap__C
Definition: mss_per4f.c:3976
xdc_runtime_System_Module_GateProxy_Proxy__delegate__S
xdc_CPtr xdc_runtime_System_Module_GateProxy_Proxy__delegate__S(void)
Definition: mss_per4f.c:20230
ti_sysbios_hal_Hwi_Module__startupDone__F
xdc_Bool ti_sysbios_hal_Hwi_Module__startupDone__F(void)
Definition: mss_per4f.c:1773
xdc_runtime_Memory_Module_State__
Definition: mss_per4f.c:1480
ti_sysbios_hal_Hwi_HwiProxy_getCoreStackInfo__E
xdc_Bool ti_sysbios_hal_Hwi_HwiProxy_getCoreStackInfo__E(ti_sysbios_interfaces_IHwi_StackInfo *stkInfo, xdc_Bool computeStackDepth, xdc_UInt coreId)
Definition: mss_per4f.c:14987
ti_sysbios_heaps_HeapBuf_E_size__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_E_size ti_sysbios_heaps_HeapBuf_E_size__C
Definition: mss_per4f.c:4363
ti_sysbios_knl_Event_Instance_State_pendQ__O
const __FAR__ xdc_SizeT ti_sysbios_knl_Event_Instance_State_pendQ__O
Definition: mss_per4f.c:1648
xdc_runtime_Main_Module__loggerDefined__C
const __FAR__ CT__xdc_runtime_Main_Module__loggerDefined xdc_runtime_Main_Module__loggerDefined__C
Definition: mss_per4f.c:6836
xdc_runtime_System_Module__loggerFxn8__C
const __FAR__ CT__xdc_runtime_System_Module__loggerFxn8 xdc_runtime_System_Module__loggerFxn8__C
Definition: mss_per4f.c:7380
ti_sysbios_hal_Hwi_HwiProxy_restoreInterrupt__E
xdc_Void ti_sysbios_hal_Hwi_HwiProxy_restoreInterrupt__E(xdc_UInt intNum, xdc_UInt key)
Definition: mss_per4f.c:15047
ti_sysbios_heaps_HeapBuf_Object__::blockSize
xdc_SizeT blockSize
Definition: mss_per4f.c:336
ti_sysbios_BIOS_RtsGateProxy_Handle__label__S
xdc_runtime_Types_Label * ti_sysbios_BIOS_RtsGateProxy_Handle__label__S(xdc_Ptr obj, xdc_runtime_Types_Label *lab)
Definition: mss_per4f.c:14804
ti_sysbios_knl_Swi_taskRestore__C
const __FAR__ CT__ti_sysbios_knl_Swi_taskRestore ti_sysbios_knl_Swi_taskRestore__C
Definition: mss_per4f.c:5515
ti_sysbios_timers_rti_Timer_Module_State__::availMask
xdc_UInt availMask
Definition: mss_per4f.c:1403
ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn4 ti_sysbios_family_arm_v7r_tms570_Core_Module__loggerFxn4__C
Definition: mss_per4f.c:3026
xdc_runtime_Assert_Module__loggerFxn2__C
const __FAR__ CT__xdc_runtime_Assert_Module__loggerFxn2 xdc_runtime_Assert_Module__loggerFxn2__C
Definition: mss_per4f.c:6238
ti_sysbios_knl_Clock_Object__::arg
xdc_UArg arg
Definition: mss_per4f.c:427
ti_sysbios_heaps_HeapBuf_Object__delete__S
xdc_Void ti_sysbios_heaps_HeapBuf_Object__delete__S(xdc_Ptr instp)
Definition: mss_per4f.c:17451
xdc_runtime_Assert_Module__diagsIncluded__C
const __FAR__ CT__xdc_runtime_Assert_Module__diagsIncluded xdc_runtime_Assert_Module__diagsIncluded__C
Definition: mss_per4f.c:6202
ti_sysbios_hal_Hwi_HwiProxy_post__E
xdc_Void ti_sysbios_hal_Hwi_HwiProxy_post__E(xdc_UInt intNum)
Definition: mss_per4f.c:15023
ti_sysbios_knl_Clock_Object__heap__C
const __FAR__ CT__ti_sysbios_knl_Clock_Object__heap ti_sysbios_knl_Clock_Object__heap__C
Definition: mss_per4f.c:4643
ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn8 ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn8__C
Definition: mss_per4f.c:2727
ti_sysbios_timers_rti_Timer_Module__startupDone__S
xdc_Bool ti_sysbios_timers_rti_Timer_Module__startupDone__S(void)
Definition: mss_per4f.c:19576
ti_sysbios_heaps_HeapBuf_Object__table__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_Object__table ti_sysbios_heaps_HeapBuf_Object__table__C
Definition: mss_per4f.c:4319
ti_sysbios_heaps_HeapMem_Object__
struct ti_sysbios_heaps_HeapMem_Object__ ti_sysbios_heaps_HeapMem_Object__
ti_sysbios_heaps_HeapBuf_Params__init__S
xdc_Void ti_sysbios_heaps_HeapBuf_Params__init__S(xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:17333
ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherIrpTrackingSupport__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherIrpTrackingSupport ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherIrpTrackingSupport__C
Definition: mss_per4f.c:3509
ti_sysbios_BIOS_Module__loggerDefined__C
const __FAR__ CT__ti_sysbios_BIOS_Module__loggerDefined ti_sysbios_BIOS_Module__loggerDefined__C
Definition: mss_per4f.c:2558
ti_sysbios_timers_rti_Timer_Object__count__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_Object__count ti_sysbios_timers_rti_Timer_Object__count__C
Definition: mss_per4f.c:6141
ti_sysbios_gates_GateHwi_Object__PARAMS__C
const __FAR__ ti_sysbios_gates_GateHwi_Params ti_sysbios_gates_GateHwi_Object__PARAMS__C
Definition: mss_per4f.c:3613
ti_sysbios_knl_Clock_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_knl_Clock_Module__loggerFxn1 ti_sysbios_knl_Clock_Module__loggerFxn1__C
Definition: mss_per4f.c:4623
xdc_runtime_Memory_Module__loggerDefined__C
const __FAR__ CT__xdc_runtime_Memory_Module__loggerDefined xdc_runtime_Memory_Module__loggerDefined__C
Definition: mss_per4f.c:6929
ti_sysbios_knl_Task_Module_State_0_readyQ__A
__T1_ti_sysbios_knl_Task_Module_State__readyQ ti_sysbios_knl_Task_Module_State_0_readyQ__A[16]
Definition: mss_per4f.c:1380
ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn4 ti_sysbios_family_arm_IntrinsicsSupport_Module__loggerFxn4__C
Definition: mss_per4f.c:2723
xdc_runtime_Assert_Object__table__C
const __FAR__ CT__xdc_runtime_Assert_Object__table xdc_runtime_Assert_Object__table__C
Definition: mss_per4f.c:6262
xdc_runtime_System_Module__loggerObj__C
const __FAR__ CT__xdc_runtime_System_Module__loggerObj xdc_runtime_System_Module__loggerObj__C
Definition: mss_per4f.c:7360
ti_sysbios_knl_Event_Object__heap__C
const __FAR__ CT__ti_sysbios_knl_Event_Object__heap ti_sysbios_knl_Event_Object__heap__C
Definition: mss_per4f.c:4791
xdc_runtime_Text_Module__diagsMask__C
const __FAR__ CT__xdc_runtime_Text_Module__diagsMask xdc_runtime_Text_Module__diagsMask__C
Definition: mss_per4f.c:14571
ti_sysbios_knl_Clock_Object__create__S
xdc_Ptr ti_sysbios_knl_Clock_Object__create__S(xdc_CPtr __aa, const xdc_UChar *__paramsPtr, xdc_SizeT __psz, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:17990
ti_sysbios_hal_CacheNull_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_hal_CacheNull_Module__gatePrms ti_sysbios_hal_CacheNull_Module__gatePrms__C
Definition: mss_per4f.c:3936
ti_sysbios_knl_Queue_Object__get__S
xdc_Ptr ti_sysbios_knl_Queue_Object__get__S(xdc_Ptr oa, xdc_Int i)
Definition: mss_per4f.c:18590
xdc_runtime_Startup_Object__table__C
const __FAR__ CT__xdc_runtime_Startup_Object__table xdc_runtime_Startup_Object__table__C
Definition: mss_per4f.c:7194
xdc_runtime_System_SupportProxy_Proxy__abstract__S
xdc_Bool xdc_runtime_System_SupportProxy_Proxy__abstract__S(void)
Definition: mss_per4f.c:20242
ti_sysbios_heaps_HeapMem_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn1 ti_sysbios_heaps_HeapMem_Module__loggerFxn1__C
Definition: mss_per4f.c:4458
xdc_runtime_Main_Module__loggerFxn0__C
const __FAR__ CT__xdc_runtime_Main_Module__loggerFxn0 xdc_runtime_Main_Module__loggerFxn0__C
Definition: mss_per4f.c:6844
ti_sysbios_family_arm_exc_Exception_excHookFuncs__C
const __FAR__ CT__ti_sysbios_family_arm_exc_Exception_excHookFuncs ti_sysbios_family_arm_exc_Exception_excHookFuncs__C
Definition: mss_per4f.c:2973
xdc_runtime_SysStd_Module__loggerFxn2__C
const __FAR__ CT__xdc_runtime_SysStd_Module__loggerFxn2 xdc_runtime_SysStd_Module__loggerFxn2__C
Definition: mss_per4f.c:7271
ti_sysbios_knl_Task_SupportProxy_checkStack__E
xdc_Bool ti_sysbios_knl_Task_SupportProxy_checkStack__E(xdc_Char *stack, xdc_SizeT size)
Definition: mss_per4f.c:15333
ti_sysbios_gates_GateHwi_Object__create__S
xdc_Ptr ti_sysbios_gates_GateHwi_Object__create__S(xdc_CPtr __aa, const xdc_UChar *__paramsPtr, xdc_SizeT __psz, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:16456
ti_sysbios_timers_rti_Timer_anyMask__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_anyMask ti_sysbios_timers_rti_Timer_anyMask__C
Definition: mss_per4f.c:6177
ti_sysbios_heaps_HeapMem_Object__table__C
const __FAR__ CT__ti_sysbios_heaps_HeapMem_Object__table ti_sysbios_heaps_HeapMem_Object__table__C
Definition: mss_per4f.c:4486
ti_sysbios_timers_rti_Timer___S1::s0
ti_sysbios_timers_rti_Timer_Object2__ s0
Definition: mss_per4f.c:15804
xdc_runtime_Log_Module__gatePrms__C
const __FAR__ CT__xdc_runtime_Log_Module__gatePrms xdc_runtime_Log_Module__gatePrms__C
Definition: mss_per4f.c:6711
ti_sysbios_knl_Task_E_spOutOfBounds__C
const __FAR__ CT__ti_sysbios_knl_Task_E_spOutOfBounds ti_sysbios_knl_Task_E_spOutOfBounds__C
Definition: mss_per4f.c:5852
ti_sysbios_knl_Task_LD_exit__C
const __FAR__ CT__ti_sysbios_knl_Task_LD_exit ti_sysbios_knl_Task_LD_exit__C
Definition: mss_per4f.c:5832
ti_sysbios_hal_Cache_Module__loggerFxn2__C
const __FAR__ CT__ti_sysbios_hal_Cache_Module__loggerFxn2 ti_sysbios_hal_Cache_Module__loggerFxn2__C
Definition: mss_per4f.c:3887
ti_sysbios_BIOS_startFunc__I
Void ti_sysbios_BIOS_startFunc__I()
Definition: mss_per4f.c:2054
ti_sysbios_knl_Idle_coreList__A
const __T1_ti_sysbios_knl_Idle_coreList ti_sysbios_knl_Idle_coreList__A[1]
Definition: mss_per4f.c:1276
xdc_runtime_System_abortFxn__C
const __FAR__ CT__xdc_runtime_System_abortFxn xdc_runtime_System_abortFxn__C
Definition: mss_per4f.c:7408
ti_sysbios_gates_GateMutex_Module__loggerFxn8__C
const __FAR__ CT__ti_sysbios_gates_GateMutex_Module__loggerFxn8 ti_sysbios_gates_GateMutex_Module__loggerFxn8__C
Definition: mss_per4f.c:3818
xdc_runtime_Registry_Module_State__
struct xdc_runtime_Registry_Module_State__ xdc_runtime_Registry_Module_State__
xdc_runtime_Text_Object__heap__C
const __FAR__ CT__xdc_runtime_Text_Object__heap xdc_runtime_Text_Object__heap__C
Definition: mss_per4f.c:14619
ti_sysbios_knl_Clock_Module__startupDone__F
xdc_Bool ti_sysbios_knl_Clock_Module__startupDone__F(void)
Definition: mss_per4f.c:1749
ti_sysbios_knl_Swi_Object__::mask
xdc_UInt mask
Definition: mss_per4f.c:574
ti_sysbios_heaps_HeapMem_Module__root__V
ti_sysbios_heaps_HeapMem_Module__ ti_sysbios_heaps_HeapMem_Module__root__V
Definition: mss_per4f.c:4401
xdc_runtime_System_Module__diagsEnabled__C
const __FAR__ CT__xdc_runtime_System_Module__diagsEnabled xdc_runtime_System_Module__diagsEnabled__C
Definition: mss_per4f.c:7332
ti_sysbios_knl_Task_Module_State__::Object_field_inactiveQ
ti_sysbios_knl_Queue_Object__ Object_field_inactiveQ
Definition: mss_per4f.c:1375
ti_sysbios_family_arm_exc_Exception_excHandlerAsm__I
Void ti_sysbios_family_arm_exc_Exception_excHandlerAsm__I()
ti_sysbios_knl_Clock_Object__DESC__C
const __FAR__ xdc_runtime_Core_ObjDesc ti_sysbios_knl_Clock_Object__DESC__C
Definition: mss_per4f.c:4531
ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherSwiSupport__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherSwiSupport ti_sysbios_family_arm_v7r_vim_Hwi_dispatcherSwiSupport__C
Definition: mss_per4f.c:3501
xdc_runtime_Error_Module__id__C
const __FAR__ CT__xdc_runtime_Error_Module__id xdc_runtime_Error_Module__id__C
Definition: mss_per4f.c:6541
ti_sysbios_knl_Idle_Module__loggerFxn4__C
const __FAR__ CT__ti_sysbios_knl_Idle_Module__loggerFxn4 ti_sysbios_knl_Idle_Module__loggerFxn4__C
Definition: mss_per4f.c:4892
ti_sysbios_gates_GateHwi_Module__loggerFxn1__C
const __FAR__ CT__ti_sysbios_gates_GateHwi_Module__loggerFxn1 ti_sysbios_gates_GateHwi_Module__loggerFxn1__C
Definition: mss_per4f.c:3675
ti_sysbios_family_arm_v7r_tms570_Core_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_Module__gatePrms ti_sysbios_family_arm_v7r_tms570_Core_Module__gatePrms__C
Definition: mss_per4f.c:2998
ti_sysbios_heaps_HeapMem_Object__::minBlockAlign
xdc_SizeT minBlockAlign
Definition: mss_per4f.c:371
ti_sysbios_knl_Clock_Object__::timeout
xdc_UInt32 timeout
Definition: mss_per4f.c:422
xdc_runtime_Startup_Module__gatePrms__C
const __FAR__ CT__xdc_runtime_Startup_Module__gatePrms xdc_runtime_Startup_Module__gatePrms__C
Definition: mss_per4f.c:7146
xdc_runtime_Main_Module_GateProxy_Module__root__V
xdc_runtime_Main_Module_GateProxy_Module__ xdc_runtime_Main_Module_GateProxy_Module__root__V
ti_sysbios_family_arm_v7r_tms570_Core_Object__count__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_tms570_Core_Object__count ti_sysbios_family_arm_v7r_tms570_Core_Object__count__C
Definition: mss_per4f.c:3034
ti_sysbios_BIOS_Module__gatePrms__C
const __FAR__ CT__ti_sysbios_BIOS_Module__gatePrms ti_sysbios_BIOS_Module__gatePrms__C
Definition: mss_per4f.c:2550
ti_sysbios_knl_Clock_TimerProxy_setPeriod__E
xdc_Void ti_sysbios_knl_Clock_TimerProxy_setPeriod__E(ti_sysbios_knl_Clock_TimerProxy_Handle __inst, xdc_UInt32 period)
Definition: mss_per4f.c:15223
ti_sysbios_knl_Swi___S1::s0
ti_sysbios_knl_Swi_Object2__ s0
Definition: mss_per4f.c:15766
ti_sysbios_hal_Hwi_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_hal_Hwi_Module__diagsIncluded ti_sysbios_hal_Hwi_Module__diagsIncluded__C
Definition: mss_per4f.c:4119
xdc_runtime_Main_Module__diagsEnabled__C
const __FAR__ CT__xdc_runtime_Main_Module__diagsEnabled xdc_runtime_Main_Module__diagsEnabled__C
Definition: mss_per4f.c:6812
xdc_runtime_System_Module_GateProxy_Module__root__V
xdc_runtime_System_Module_GateProxy_Module__ xdc_runtime_System_Module_GateProxy_Module__root__V
ti_sysbios_heaps_HeapBuf_Module__gateObj__C
const __FAR__ CT__ti_sysbios_heaps_HeapBuf_Module__gateObj ti_sysbios_heaps_HeapBuf_Module__gateObj__C
Definition: mss_per4f.c:4267
_c_int00
Void _c_int00()
xdc_runtime_IGateProvider_create
xdc_runtime_IGateProvider_Handle xdc_runtime_IGateProvider_create(xdc_runtime_IGateProvider_Module mod, const xdc_runtime_IGateProvider_Params *prms, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:15840
xdc_runtime_System_SupportProxy_ready__E
xdc_Bool xdc_runtime_System_SupportProxy_ready__E(void)
Definition: mss_per4f.c:15565
ti_sysbios_knl_Intrinsics_Module__id__C
const __FAR__ CT__ti_sysbios_knl_Intrinsics_Module__id ti_sysbios_knl_Intrinsics_Module__id__C
Definition: mss_per4f.c:4949
ti_sysbios_knl_Task___S1::s0
ti_sysbios_knl_Task_Object2__ s0
Definition: mss_per4f.c:15785
xdc_runtime_Registry_Module__diagsEnabled__C
const __FAR__ CT__xdc_runtime_Registry_Module__diagsEnabled xdc_runtime_Registry_Module__diagsEnabled__C
Definition: mss_per4f.c:7003
ti_sysbios_family_arm_TaskSupport_Module__loggerFxn0__C
const __FAR__ CT__ti_sysbios_family_arm_TaskSupport_Module__loggerFxn0 ti_sysbios_family_arm_TaskSupport_Module__loggerFxn0__C
Definition: mss_per4f.c:2784
ti_sysbios_gates_GateMutex_Module__startupDone__S
xdc_Bool ti_sysbios_gates_GateMutex_Module__startupDone__S(void)
Definition: mss_per4f.c:16636
ti_sysbios_family_arm_IntrinsicsSupport_Object__table__C
const __FAR__ CT__ti_sysbios_family_arm_IntrinsicsSupport_Object__table ti_sysbios_family_arm_IntrinsicsSupport_Object__table__C
Definition: mss_per4f.c:2743
xdc_runtime_Gate_Module__loggerFxn1__C
const __FAR__ CT__xdc_runtime_Gate_Module__loggerFxn1 xdc_runtime_Gate_Module__loggerFxn1__C
Definition: mss_per4f.c:6658
ti_sysbios_family_arm_exc_Exception_Module_startup__E
xdc_Int ti_sysbios_family_arm_exc_Exception_Module_startup__E(xdc_Int)
ti_sysbios_gates_GateMutex_destruct
void ti_sysbios_gates_GateMutex_destruct(ti_sysbios_gates_GateMutex_Struct *obj)
Definition: mss_per4f.c:16747
xdc_runtime_Main_Module_GateProxy_Object2__::hdr
xdc_runtime_Types_InstHdr hdr
Definition: mss_per4f.c:715
xdc_runtime_Core_Module__loggerDefined__C
const __FAR__ CT__xdc_runtime_Core_Module__loggerDefined xdc_runtime_Core_Module__loggerDefined__C
Definition: mss_per4f.c:6299
ti_sysbios_knl_Semaphore_Object__::event
ti_sysbios_knl_Event_Handle event
Definition: mss_per4f.c:119
ti_sysbios_hal_Hwi_Object__DESC__C
const __FAR__ xdc_runtime_Core_ObjDesc ti_sysbios_hal_Hwi_Object__DESC__C
Definition: mss_per4f.c:4079
xdc_runtime_Defaults_Module__loggerObj__C
const __FAR__ CT__xdc_runtime_Defaults_Module__loggerObj xdc_runtime_Defaults_Module__loggerObj__C
Definition: mss_per4f.c:6380
ti_sysbios_knl_Task_restore__E
xdc_Void ti_sysbios_knl_Task_restore__E(xdc_UInt)
ti_sysbios_knl_Event_Module__diagsMask__C
const __FAR__ CT__ti_sysbios_knl_Event_Module__diagsMask ti_sysbios_knl_Event_Module__diagsMask__C
Definition: mss_per4f.c:4743
ti_sysbios_hal_Hwi_Object__create__S
xdc_Ptr ti_sysbios_hal_Hwi_Object__create__S(xdc_CPtr __aa, const xdc_UChar *__paramsPtr, xdc_SizeT __psz, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:17000
ti_sysbios_knl_Queue_Module__
struct ti_sysbios_knl_Queue_Module__ ti_sysbios_knl_Queue_Module__
ti_sysbios_hal_Cache_CacheProxy_wait__E
xdc_Void ti_sysbios_hal_Cache_CacheProxy_wait__E(void)
Definition: mss_per4f.c:14883
ti_sysbios_knl_Semaphore_destruct
void ti_sysbios_knl_Semaphore_destruct(ti_sysbios_knl_Semaphore_Struct *obj)
Definition: mss_per4f.c:18919
ti_sysbios_knl_Idle_Object__table__C
const __FAR__ CT__ti_sysbios_knl_Idle_Object__table ti_sysbios_knl_Idle_Object__table__C
Definition: mss_per4f.c:4912
ti_sysbios_knl_Swi_Object__count__C
const __FAR__ CT__ti_sysbios_knl_Swi_Object__count ti_sysbios_knl_Swi_Object__count__C
Definition: mss_per4f.c:5467
free
Void ATTRIBUTE free(Void *ptr)
Definition: mss_per4f.c:2408
ti_sysbios_knl_Queue_Params__init__S
xdc_Void ti_sysbios_knl_Queue_Params__init__S(xdc_Ptr prms, const void *src, xdc_SizeT psz, xdc_SizeT isz)
Definition: mss_per4f.c:18584
ti_sysbios_gates_GateMutex_create
ti_sysbios_gates_GateMutex_Handle ti_sysbios_gates_GateMutex_create(const ti_sysbios_gates_GateMutex_Params *__paramsPtr, xdc_runtime_Error_Block *eb)
Definition: mss_per4f.c:16717
ti_sysbios_timers_rti_Timer_continueOnSuspend__C
const __FAR__ CT__ti_sysbios_timers_rti_Timer_continueOnSuspend ti_sysbios_timers_rti_Timer_continueOnSuspend__C
Definition: mss_per4f.c:6181
ti_sysbios_knl_Task_Module_State__::smpCurMask
__TA_ti_sysbios_knl_Task_Module_State__smpCurMask smpCurMask
Definition: mss_per4f.c:1369
xdc_runtime_Text_Module__loggerFxn2__C
const __FAR__ CT__xdc_runtime_Text_Module__loggerFxn2 xdc_runtime_Text_Module__loggerFxn2__C
Definition: mss_per4f.c:14603
ti_sysbios_gates_GateHwi_Module__diagsEnabled__C
const __FAR__ CT__ti_sysbios_gates_GateHwi_Module__diagsEnabled ti_sysbios_gates_GateHwi_Module__diagsEnabled__C
Definition: mss_per4f.c:3639
ti_sysbios_knl_Clock_TimerProxy_Object2__::obj
ti_sysbios_knl_Clock_TimerProxy_Object__ obj
Definition: mss_per4f.c:479
ti_sysbios_knl_Event_Object__
struct ti_sysbios_knl_Event_Object__ ti_sysbios_knl_Event_Object__
ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E
xdc_Bool ti_sysbios_heaps_HeapMem_Module_GateProxy_query__E(xdc_Int qual)
Definition: mss_per4f.c:15126
ti_sysbios_knl_Task_Module__diagsIncluded__C
const __FAR__ CT__ti_sysbios_knl_Task_Module__diagsIncluded ti_sysbios_knl_Task_Module__diagsIncluded__C
Definition: mss_per4f.c:5744
ti_sysbios_knl_Semaphore___S1::s0
ti_sysbios_knl_Semaphore_Object2__ s0
Definition: mss_per4f.c:15747
ti_sysbios_BIOS_rtsLock
Void ti_sysbios_BIOS_rtsLock()
Definition: mss_per4f.c:2093
ti_sysbios_knl_Idle_Object__sizeof__C
const __FAR__ CT__ti_sysbios_knl_Idle_Object__sizeof ti_sysbios_knl_Idle_Object__sizeof__C
Definition: mss_per4f.c:4908
ti_sysbios_gates_GateMutex_Object__::owner
ti_sysbios_knl_Task_Handle owner
Definition: mss_per4f.c:135
xdc_runtime_SysStd_Module__loggerFxn8__C
const __FAR__ CT__xdc_runtime_SysStd_Module__loggerFxn8 xdc_runtime_SysStd_Module__loggerFxn8__C
Definition: mss_per4f.c:7279
ti_sysbios_family_arm_v7r_vim_Hwi_core1VectorTableAddress__C
const __FAR__ CT__ti_sysbios_family_arm_v7r_vim_Hwi_core1VectorTableAddress ti_sysbios_family_arm_v7r_vim_Hwi_core1VectorTableAddress__C
Definition: mss_per4f.c:3521
ti_sysbios_gates_GateMutex___S1
Definition: mss_per4f.c:15614
xdc_runtime_Startup_Module__diagsIncluded__C
const __FAR__ CT__xdc_runtime_Startup_Module__diagsIncluded xdc_runtime_Startup_Module__diagsIncluded__C
Definition: mss_per4f.c:7134