43 #include <ti/sysbios/BIOS.h>
44 #include <ti/sysbios/family/c62/IntrinsicsSupport.h>
45 #include <ti/sysbios/family/c62/TaskSupport.h>
46 #include <ti/sysbios/family/c64p/Cache.h>
47 #include <ti/sysbios/family/c64p/EventCombiner.h>
48 #include <ti/sysbios/family/c64p/Exception.h>
49 #include <ti/sysbios/family/c64p/Hwi.h>
50 #include <ti/sysbios/family/c64p/TimestampProvider.h>
51 #include <ti/sysbios/gates/GateHwi.h>
52 #include <ti/sysbios/gates/GateMutex.h>
53 #include <ti/sysbios/hal/Hwi.h>
54 #include <ti/sysbios/heaps/HeapMem.h>
55 #include <ti/sysbios/knl/Clock.h>
56 #include <ti/sysbios/knl/Event.h>
57 #include <ti/sysbios/knl/Idle.h>
58 #include <ti/sysbios/knl/Intrinsics.h>
59 #include <ti/sysbios/knl/Queue.h>
60 #include <ti/sysbios/knl/Semaphore.h>
61 #include <ti/sysbios/knl/Task.h>
62 #include <ti/sysbios/rts/ti/ThreadLocalStorage.h>
63 #include <ti/sysbios/timers/rti/Timer.h>
64 #include <ti/sysbios/utils/Load.h>
65 #include <xdc/runtime/Assert.h>
66 #include <xdc/runtime/Core.h>
67 #include <xdc/runtime/Defaults.h>
68 #include <xdc/runtime/Diags.h>
69 #include <xdc/runtime/Error.h>
70 #include <xdc/runtime/Gate.h>
71 #include <xdc/runtime/Log.h>
72 #include <xdc/runtime/Main.h>
73 #include <xdc/runtime/Memory.h>
74 #include <xdc/runtime/Registry.h>
75 #include <xdc/runtime/Startup.h>
76 #include <xdc/runtime/SysStd.h>
77 #include <xdc/runtime/System.h>
78 #include <xdc/runtime/Text.h>
79 #include <xdc/runtime/Timestamp.h>
80 #include <xdc/runtime/TimestampNull.h>
84 #pragma diag_suppress 193
86 #ifdef __IAR_SYSTEMS_ICC__
87 #pragma diag_suppress=Pe191
109 ti_sysbios_knl_Queue_Elem
elem;
114 xdc_runtime_Types_InstHdr
hdr;
122 ti_sysbios_knl_Semaphore_Mode
mode;
129 xdc_runtime_Types_InstHdr
hdr;
135 const ti_sysbios_gates_GateMutex_Fxns__ *
__fxns;
142 xdc_runtime_Types_InstHdr
hdr;
151 xdc_runtime_Types_InstHdr
hdr;
195 const ti_sysbios_family_c64p_Hwi_Fxns__ *
__fxns;
199 ti_sysbios_family_c64p_Hwi_FuncPtr
fxn;
200 ti_sysbios_family_c64p_Hwi_Irp
irp;
201 __TA_ti_sysbios_family_c64p_Hwi_Instance_State__hookEnv
hookEnv;
206 xdc_runtime_Types_InstHdr
hdr;
230 const ti_sysbios_gates_GateHwi_Fxns__ *
__fxns;
235 xdc_runtime_Types_InstHdr
hdr;
270 ti_sysbios_hal_Hwi_HwiProxy_Handle
pi;
275 xdc_runtime_Types_InstHdr
hdr;
299 xdc_runtime_Types_InstHdr
hdr;
318 const ti_sysbios_heaps_HeapMem_Fxns__ *
__fxns;
320 __TA_ti_sysbios_heaps_HeapMem_Instance_State__buf
buf;
321 ti_sysbios_heaps_HeapMem_Header
head;
327 xdc_runtime_Types_InstHdr
hdr;
351 xdc_runtime_Types_InstHdr
hdr;
372 ti_sysbios_knl_Queue_Elem
elem;
377 ti_sysbios_knl_Clock_FuncPtr
fxn;
383 xdc_runtime_Types_InstHdr
hdr;
402 const ti_sysbios_timers_rti_Timer_Fxns__ *
__fxns;
414 ti_sysbios_hal_Hwi_Handle
hwi;
420 xdc_runtime_Types_InstHdr
hdr;
429 xdc_runtime_Types_InstHdr
hdr;
456 xdc_runtime_Types_InstHdr
hdr;
529 __TA_ti_sysbios_knl_Task_Instance_State__stack
stack;
531 ti_sysbios_knl_Task_FuncPtr
fxn;
535 __TA_ti_sysbios_knl_Task_Instance_State__hookEnv
hookEnv;
548 xdc_runtime_Types_InstHdr
hdr;
642 xdc_runtime_Types_InstHdr
hdr;
671 xdc_runtime_Types_InstHdr
hdr;
715 xdc_runtime_Types_InstHdr
hdr;
749 #pragma DATA_SECTION(xdc_runtime_IHeap_Interface__BASE__C, ".const:xdc_runtime_IHeap_Interface__BASE__C");
752 #pragma DATA_SECTION(xdc_runtime_ISystemSupport_Interface__BASE__C, ".const:xdc_runtime_ISystemSupport_Interface__BASE__C");
755 #pragma DATA_SECTION(xdc_runtime_ITimestampProvider_Interface__BASE__C, ".const:xdc_runtime_ITimestampProvider_Interface__BASE__C");
758 #pragma DATA_SECTION(xdc_runtime_IGateProvider_Interface__BASE__C, ".const:xdc_runtime_IGateProvider_Interface__BASE__C");
761 #pragma DATA_SECTION(xdc_runtime_IModule_Interface__BASE__C, ".const:xdc_runtime_IModule_Interface__BASE__C");
764 #pragma DATA_SECTION(xdc_runtime_ITimestampClient_Interface__BASE__C, ".const:xdc_runtime_ITimestampClient_Interface__BASE__C");
773 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__FXNS__C, ".const:ti_sysbios_gates_GateHwi_Module__FXNS__C");
777 ti_sysbios_gates_GateHwi_query__E,
778 ti_sysbios_gates_GateHwi_enter__E,
779 ti_sysbios_gates_GateHwi_leave__E,
794 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__FXNS__C, ".const:ti_sysbios_gates_GateMutex_Module__FXNS__C");
798 ti_sysbios_gates_GateMutex_query__E,
799 ti_sysbios_gates_GateMutex_enter__E,
800 ti_sysbios_gates_GateMutex_leave__E,
815 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__FXNS__C, ".const:ti_sysbios_heaps_HeapMem_Module__FXNS__C");
819 ti_sysbios_heaps_HeapMem_alloc__E,
820 ti_sysbios_heaps_HeapMem_free__E,
821 ti_sysbios_heaps_HeapMem_isBlocking__E,
822 ti_sysbios_heaps_HeapMem_getStats__E,
837 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__FXNS__C, ".const:xdc_runtime_SysStd_Module__FXNS__C");
841 xdc_runtime_SysStd_abort__E,
842 xdc_runtime_SysStd_exit__E,
843 xdc_runtime_SysStd_flush__E,
844 xdc_runtime_SysStd_putch__E,
845 xdc_runtime_SysStd_ready__E,
860 #pragma DATA_SECTION(xdc_runtime_Timestamp_Module__FXNS__C, ".const:xdc_runtime_Timestamp_Module__FXNS__C");
864 xdc_runtime_Timestamp_get32__E,
865 xdc_runtime_Timestamp_get64__E,
866 xdc_runtime_Timestamp_getFreq__E,
881 #pragma DATA_SECTION(xdc_runtime_TimestampNull_Module__FXNS__C, ".const:xdc_runtime_TimestampNull_Module__FXNS__C");
885 xdc_runtime_TimestampNull_get32__E,
886 xdc_runtime_TimestampNull_get64__E,
887 xdc_runtime_TimestampNull_getFreq__E,
957 __TA_ti_sysbios_family_c64p_EventCombiner_Module_State__dispatchTab
dispatchTab;
1360 __TA_ti_sysbios_family_c64p_Exception_Module_State__scratch
scratch;
1362 __TA_ti_sysbios_family_c64p_Exception_Module_State__contextBuf
contextBuf;
1390 __TA_ti_sysbios_family_c64p_Hwi_Module_State__intEvents
intEvents;
1455 #ifdef __IAR_SYSTEMS_ICC__
1456 #pragma data_alignment=8
1461 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A, "systemHeap");
1463 #if defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
1464 #ifndef __TI_COMPILER_VERSION__
1469 #pragma DATA_ALIGN(ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A, 8);
1472 #ifndef __TI_COMPILER_VERSION__
1494 ti_sysbios_knl_Clock_TimerProxy_Handle
timer;
1495 ti_sysbios_knl_Swi_Handle
swi;
1563 #ifdef __IAR_SYSTEMS_ICC__
1564 #pragma data_alignment=8
1569 #pragma DATA_SECTION(ti_sysbios_knl_Task_Instance_State_0_stack__A, ".far:taskStackSection");
1571 #if defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
1572 #ifndef __TI_COMPILER_VERSION__
1577 #pragma DATA_ALIGN(ti_sysbios_knl_Task_Instance_State_0_stack__A, 8);
1580 #ifndef __TI_COMPILER_VERSION__
1599 __TA_ti_sysbios_knl_Task_Module_State__readyQ
readyQ;
1604 __TA_ti_sysbios_knl_Task_Module_State__idleTask
idleTask;
1657 __TA_ti_sysbios_timers_rti_Timer_Module_State__device
device;
1658 __TA_ti_sysbios_timers_rti_Timer_Module_State__intFreqs
intFreqs;
1659 __TA_ti_sysbios_timers_rti_Timer_Module_State__handles
handles;
1688 __TA_ti_sysbios_utils_Load_Module_State__taskEnv
taskEnv;
1934 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Instance_State_sem__O, ".const:ti_sysbios_gates_GateMutex_Instance_State_sem__O");
1942 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module_State_clockQ__O, ".const:ti_sysbios_knl_Clock_Module_State_clockQ__O");
1950 #pragma DATA_SECTION(ti_sysbios_knl_Event_Instance_State_pendQ__O, ".const:ti_sysbios_knl_Event_Instance_State_pendQ__O");
1958 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Instance_State_pendQ__O, ".const:ti_sysbios_knl_Semaphore_Instance_State_pendQ__O");
1966 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module_State_inactiveQ__O, ".const:ti_sysbios_knl_Task_Module_State_inactiveQ__O");
1968 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module_State_terminatedQ__O, ".const:ti_sysbios_knl_Task_Module_State_terminatedQ__O");
1976 #pragma DATA_SECTION(ti_sysbios_utils_Load_Module_State_taskList__O, ".const:ti_sysbios_utils_Load_Module_State_taskList__O");
1989 xdc__META(__ASM__,
"@(#)__ASM__ = C:/Users/astro/workspace_v9_2/mrr_18xx_dss/Debug/configPkg/package/cfg/dss_mrr_pe674");
1996 xdc__META(__ISA__,
"@(#)__ISA__ = 674");
2003 xdc__META(__PLAT__,
"@(#)__PLAT__ = ti.platforms.c6x");
2009 xdc__META(__TARG__,
"@(#)__TARG__ = ti.targets.elf.C674");
2015 xdc__META(__TRDR__,
"@(#)__TRDR__ = ti.targets.omf.elf.Elf32");
2104 #pragma FUNC_EXT_CALLED(xdc_runtime_Startup_exec__I);
2138 #pragma FUNC_EXT_CALLED(xdc_runtime_Startup_reset__I);
2167 #include <xdc/std.h>
2169 #include <xdc/runtime/Types.h>
2170 #include <xdc/runtime/Text.h>
2171 #include <xdc/runtime/Assert.h>
2173 #include <xdc/runtime/System.h>
2174 #include <xdc/runtime/System__internal.h>
2188 xdc_VaList *pva, xdc_runtime_System_ParseData *parse)
2190 xdc_CString fmt = *pfmt;
2193 xdc_Bool found = FALSE;
2212 xdc_runtime_Types_Label *lab = parse->aFlag ?
2213 (xdc_runtime_Types_Label *)xdc_iargToPtr(va_arg(va, xdc_IArg)) :
2214 (xdc_runtime_Types_Label *)va_arg(va,
void *);
2220 res = xdc_runtime_Text_putLab(lab, pbuf, parse->precis);
2229 parse->width -= res;
2235 xdc_runtime_Types_Site site;
2238 site.file = parse->aFlag ? (xdc_Char *) xdc_iargToPtr(va_arg(va, xdc_IArg)) :
2239 (xdc_Char *) va_arg(va, xdc_Char *);
2242 site.line = parse->aFlag ? (xdc_Int) va_arg(va, xdc_IArg) :
2243 (xdc_Int) va_arg(va, xdc_Int);
2258 res = xdc_runtime_Text_putSite(&site, pbuf, parse->precis);
2267 parse->width -= res;
2274 parse->ptr = parse->aFlag ?
2275 (xdc_Char *) xdc_iargToPtr(va_arg(va, xdc_IArg)) :
2276 (xdc_Char *) va_arg(va, xdc_Char *);
2284 res = xdc_runtime_System_doPrint__I(*pbuf, parse->precis,
2285 parse->ptr, pva, parse->aFlag);
2301 parse->width -= res;
2312 (void)va_arg(va, xdc_IArg);
2315 (void)va_arg(va,
double);
2319 if (found == FALSE) {
2348 xdc_Fxn visFxn, xdc_Ptr visState)
2350 ((xdc_runtime_Text_MatchVisState *)visState)->res = -1;
2359 asm(
" .sect \".vecs\" ");
2360 asm(
" .align 0x400 ");
2362 asm(
" .global ti_sysbios_family_c64p_Hwi0 ");
2363 asm(
"ti_sysbios_family_c64p_Hwi0: ");
2364 asm(
" .global ti_sysbios_family_c64p_Hwi_int0 ");
2365 asm(
" .global _c_int00 ");
2366 asm(
"ti_sysbios_family_c64p_Hwi_int0: ");
2370 asm(
" mvkl _c_int00, b0 ");
2371 asm(
" mvkh _c_int00, b0 ");
2376 asm(
" .global ti_sysbios_family_c64p_Hwi_int1 ");
2377 asm(
" .global ti_sysbios_family_c64p_Exception_dispatch__E ");
2378 asm(
"ti_sysbios_family_c64p_Hwi_int1: ");
2379 asm(
" stw b0, *b15--[2] ");
2381 asm(
" stw b0, *b15[1] ");
2382 asm(
" mvkl ti_sysbios_family_c64p_Exception_dispatch__E, b0 ");
2383 asm(
" mvkh ti_sysbios_family_c64p_Exception_dispatch__E, b0 ");
2385 asm(
" ldw *++b15[2], b0 ");
2388 asm(
" .global ti_sysbios_family_c64p_Hwi_int2 ");
2389 asm(
" .global ti_sysbios_family_c64p_Hwi_int2 ");
2390 asm(
"ti_sysbios_family_c64p_Hwi_int2: ");
2391 asm(
" stw b0, *b15--[2] ");
2393 asm(
" stw b0, *b15[1] ");
2394 asm(
" mvkl ti_sysbios_family_c64p_Hwi_int2, b0 ");
2395 asm(
" mvkh ti_sysbios_family_c64p_Hwi_int2, b0 ");
2397 asm(
" ldw *++b15[2], b0 ");
2400 asm(
" .global ti_sysbios_family_c64p_Hwi_int3 ");
2401 asm(
" .global ti_sysbios_family_c64p_Hwi_int3 ");
2402 asm(
"ti_sysbios_family_c64p_Hwi_int3: ");
2403 asm(
" stw b0, *b15--[2] ");
2405 asm(
" stw b0, *b15[1] ");
2406 asm(
" mvkl ti_sysbios_family_c64p_Hwi_int3, b0 ");
2407 asm(
" mvkh ti_sysbios_family_c64p_Hwi_int3, b0 ");
2409 asm(
" ldw *++b15[2], b0 ");
2412 asm(
" .global ti_sysbios_family_c64p_Hwi_int4 ");
2413 asm(
" .global ti_sysbios_family_c64p_Hwi_int4 ");
2414 asm(
"ti_sysbios_family_c64p_Hwi_int4: ");
2415 asm(
" stw b0, *b15--[2] ");
2417 asm(
" stw b0, *b15[1] ");
2418 asm(
" mvkl ti_sysbios_family_c64p_Hwi_int4, b0 ");
2419 asm(
" mvkh ti_sysbios_family_c64p_Hwi_int4, b0 ");
2421 asm(
" ldw *++b15[2], b0 ");
2424 asm(
" .global ti_sysbios_family_c64p_Hwi_int5 ");
2425 asm(
" .global ti_sysbios_family_c64p_Hwi_int5 ");
2426 asm(
"ti_sysbios_family_c64p_Hwi_int5: ");
2427 asm(
" stw b0, *b15--[2] ");
2429 asm(
" stw b0, *b15[1] ");
2430 asm(
" mvkl ti_sysbios_family_c64p_Hwi_int5, b0 ");
2431 asm(
" mvkh ti_sysbios_family_c64p_Hwi_int5, b0 ");
2433 asm(
" ldw *++b15[2], b0 ");
2436 asm(
" .global ti_sysbios_family_c64p_Hwi_int6 ");
2437 asm(
" .global ti_sysbios_family_c64p_Hwi_int6 ");
2438 asm(
"ti_sysbios_family_c64p_Hwi_int6: ");
2439 asm(
" stw b0, *b15--[2] ");
2441 asm(
" stw b0, *b15[1] ");
2442 asm(
" mvkl ti_sysbios_family_c64p_Hwi_int6, b0 ");
2443 asm(
" mvkh ti_sysbios_family_c64p_Hwi_int6, b0 ");
2445 asm(
" ldw *++b15[2], b0 ");
2448 asm(
" .global ti_sysbios_family_c64p_Hwi_int7 ");
2449 asm(
" .global ti_sysbios_family_c64p_Hwi_dispatchAlways ");
2450 asm(
"ti_sysbios_family_c64p_Hwi_int7: ");
2451 asm(
" stw b0, *b15--[2] ");
2453 asm(
" stw b0, *b15[1] ");
2454 asm(
" mvkl ti_sysbios_family_c64p_Hwi_dispatchAlways, b0 ");
2455 asm(
" mvkh ti_sysbios_family_c64p_Hwi_dispatchAlways, b0 ");
2457 asm(
" ldw *++b15[2], b0 ");
2460 asm(
" .global ti_sysbios_family_c64p_Hwi_int8 ");
2461 asm(
" .global ti_sysbios_family_c64p_Hwi_dispatchAlways ");
2462 asm(
"ti_sysbios_family_c64p_Hwi_int8: ");
2463 asm(
" stw b0, *b15--[2] ");
2465 asm(
" stw b0, *b15[1] ");
2466 asm(
" mvkl ti_sysbios_family_c64p_Hwi_dispatchAlways, b0 ");
2467 asm(
" mvkh ti_sysbios_family_c64p_Hwi_dispatchAlways, b0 ");
2469 asm(
" ldw *++b15[2], b0 ");
2472 asm(
" .global ti_sysbios_family_c64p_Hwi_int9 ");
2473 asm(
" .global ti_sysbios_family_c64p_Hwi_dispatchAlways ");
2474 asm(
"ti_sysbios_family_c64p_Hwi_int9: ");
2475 asm(
" stw b0, *b15--[2] ");
2477 asm(
" stw b0, *b15[1] ");
2478 asm(
" mvkl ti_sysbios_family_c64p_Hwi_dispatchAlways, b0 ");
2479 asm(
" mvkh ti_sysbios_family_c64p_Hwi_dispatchAlways, b0 ");
2481 asm(
" ldw *++b15[2], b0 ");
2484 asm(
" .global ti_sysbios_family_c64p_Hwi_int10 ");
2485 asm(
" .global ti_sysbios_family_c64p_Hwi_dispatchAlways ");
2486 asm(
"ti_sysbios_family_c64p_Hwi_int10: ");
2487 asm(
" stw b0, *b15--[2] ");
2488 asm(
" mvk 10, b0 ");
2489 asm(
" stw b0, *b15[1] ");
2490 asm(
" mvkl ti_sysbios_family_c64p_Hwi_dispatchAlways, b0 ");
2491 asm(
" mvkh ti_sysbios_family_c64p_Hwi_dispatchAlways, b0 ");
2493 asm(
" ldw *++b15[2], b0 ");
2496 asm(
" .global ti_sysbios_family_c64p_Hwi_int11 ");
2497 asm(
" .global ti_sysbios_family_c64p_Hwi_int11 ");
2498 asm(
"ti_sysbios_family_c64p_Hwi_int11: ");
2499 asm(
" stw b0, *b15--[2] ");
2500 asm(
" mvk 11, b0 ");
2501 asm(
" stw b0, *b15[1] ");
2502 asm(
" mvkl ti_sysbios_family_c64p_Hwi_int11, b0 ");
2503 asm(
" mvkh ti_sysbios_family_c64p_Hwi_int11, b0 ");
2505 asm(
" ldw *++b15[2], b0 ");
2508 asm(
" .global ti_sysbios_family_c64p_Hwi_int12 ");
2509 asm(
" .global ti_sysbios_family_c64p_Hwi_int12 ");
2510 asm(
"ti_sysbios_family_c64p_Hwi_int12: ");
2511 asm(
" stw b0, *b15--[2] ");
2512 asm(
" mvk 12, b0 ");
2513 asm(
" stw b0, *b15[1] ");
2514 asm(
" mvkl ti_sysbios_family_c64p_Hwi_int12, b0 ");
2515 asm(
" mvkh ti_sysbios_family_c64p_Hwi_int12, b0 ");
2517 asm(
" ldw *++b15[2], b0 ");
2520 asm(
" .global ti_sysbios_family_c64p_Hwi_int13 ");
2521 asm(
" .global ti_sysbios_family_c64p_Hwi_int13 ");
2522 asm(
"ti_sysbios_family_c64p_Hwi_int13: ");
2523 asm(
" stw b0, *b15--[2] ");
2524 asm(
" mvk 13, b0 ");
2525 asm(
" stw b0, *b15[1] ");
2526 asm(
" mvkl ti_sysbios_family_c64p_Hwi_int13, b0 ");
2527 asm(
" mvkh ti_sysbios_family_c64p_Hwi_int13, b0 ");
2529 asm(
" ldw *++b15[2], b0 ");
2532 asm(
" .global ti_sysbios_family_c64p_Hwi_int14 ");
2533 asm(
" .global ti_sysbios_family_c64p_Hwi_dispatchAlways ");
2534 asm(
"ti_sysbios_family_c64p_Hwi_int14: ");
2535 asm(
" stw b0, *b15--[2] ");
2536 asm(
" mvk 14, b0 ");
2537 asm(
" stw b0, *b15[1] ");
2538 asm(
" mvkl ti_sysbios_family_c64p_Hwi_dispatchAlways, b0 ");
2539 asm(
" mvkh ti_sysbios_family_c64p_Hwi_dispatchAlways, b0 ");
2541 asm(
" ldw *++b15[2], b0 ");
2544 asm(
" .global ti_sysbios_family_c64p_Hwi_int15 ");
2545 asm(
" .global ti_sysbios_family_c64p_Hwi_int15 ");
2546 asm(
"ti_sysbios_family_c64p_Hwi_int15: ");
2547 asm(
" stw b0, *b15--[2] ");
2548 asm(
" mvk 15, b0 ");
2549 asm(
" stw b0, *b15[1] ");
2550 asm(
" mvkl ti_sysbios_family_c64p_Hwi_int15, b0 ");
2551 asm(
" mvkh ti_sysbios_family_c64p_Hwi_int15, b0 ");
2553 asm(
" ldw *++b15[2], b0 ");
2575 if (xdc_runtime_Startup_rtsDone() != TRUE) {
2576 ti_sysbios_BIOS_linkedWithIncorrectBootLibrary();
2579 xdc_runtime_System_atexit(
2583 ti_sysbios_hal_Hwi_startup();
2584 ti_sysbios_utils_Load_startup();
2585 ti_sysbios_knl_Task_startup();
2592 ti_sysbios_knl_Task_disable();
2593 ti_sysbios_BIOS_setThreadType(ti_sysbios_BIOS_ThreadType_Main);
2596 _register_lock(_nop);
2597 _register_unlock(_nop);
2657 _register_lock(ti_sysbios_BIOS_nullFunc);
2658 _register_unlock(ti_sysbios_BIOS_nullFunc);
2671 ti_sysbios_BIOS_setThreadType(ti_sysbios_BIOS_ThreadType_Main);
2673 xdc_runtime_System_exit(stat);
2684 if (eb->id == xdc_runtime_Assert_E_assertFailed) {
2688 ti_sysbios_BIOS_setThreadType(ti_sysbios_BIOS_ThreadType_Main);
2692 ti_sysbios_BIOS_installedErrorHook(eb);
2709 ti_sysbios_knl_Clock_logTick__E();
2711 if (!ti_sysbios_knl_Queue_empty(ti_sysbios_knl_Clock_Module_State_clockQ())) {
2714 ti_sysbios_knl_Clock_workFunc__E(0, 0);
2729 #include <ti/sysbios/utils/Load.h>
2730 #include <ti/sysbios/hal/Core.h>
2738 ti_sysbios_utils_Load_updateLoads();
2750 #pragma FUNC_EXT_CALLED(malloc);
2751 #pragma FUNC_EXT_CALLED(memalign);
2752 #pragma FUNC_EXT_CALLED(free);
2753 #pragma FUNC_EXT_CALLED(calloc);
2754 #pragma FUNC_EXT_CALLED(realloc);
2758 #elif defined(__IAR_SYSTEMS_ICC__)
2764 #define ATTRIBUTE __attribute__ ((used))
2769 #include <xdc/std.h>
2771 #include <xdc/runtime/Memory.h>
2772 #include <xdc/runtime/Error.h>
2776 #if defined(__GNUC__) && !defined(__ti__)
2805 xdc_runtime_Error_Block eb;
2811 xdc_runtime_Error_init(&eb);
2813 packet = (
Header *)xdc_runtime_Memory_alloc(NULL,
2814 (SizeT)(size +
sizeof(
Header)), 0, &eb);
2816 if (packet == NULL) {
2823 return (packet + 1);
2842 xdc_runtime_Error_Block eb;
2844 if (alignment <
sizeof(
Header)) {
2845 alignment =
sizeof(
Header);
2851 if (size == 0 || (alignment & (alignment - 1))) {
2855 xdc_runtime_Error_init(&eb);
2861 tmp = xdc_runtime_Memory_alloc(NULL, alignment + size, alignment, &eb);
2867 packet = (
Header *)((
char *)tmp + alignment -
sizeof(
Header));
2872 return (packet + 1);
2883 nbytes = nmemb * size;
2886 if (nmemb && size != (nbytes / nmemb)) {
2891 if (retval != NULL) {
2892 (Void)memset(retval, (Int)
'\0', nbytes);
2906 packet = ((
Header *)ptr) - 1;
2926 else if (size == 0) {
2931 packet = (
Header *)ptr - 1;
2933 if (retval != NULL) {
2935 (Void)memcpy(retval, ptr, (size < oldSize) ? size : oldSize);
2943 #if defined(__GNUC__) && !defined(__ti__)
2948 Void
ATTRIBUTE *_malloc_r(
struct _reent *rptr, SizeT size)
2956 Void
ATTRIBUTE *_calloc_r(
struct _reent *rptr, SizeT nmemb, SizeT size)
2958 return calloc(nmemb, size);
2964 Void
ATTRIBUTE _free_r(
struct _reent *rptr, Void *ptr)
2972 Void
ATTRIBUTE *_realloc_r(
struct _reent *rptr, Void *ptr, SizeT size)
2985 #if defined (__ICCARM__)
2986 #pragma location = ".data_ti_sysbios_BIOS_Module__state__V"
2988 #if defined(__llvm__) && defined(__ti__)
2990 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
2991 #ifndef __TI_COMPILER_VERSION__
2998 (xdc_Bits32)0x23c34600,
3003 ti_sysbios_BIOS_ThreadType_Main,
3010 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__diagsEnabled__C, ".const:ti_sysbios_BIOS_Module__diagsEnabled__C");
3014 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__diagsIncluded__C, ".const:ti_sysbios_BIOS_Module__diagsIncluded__C");
3018 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__diagsMask__C, ".const:ti_sysbios_BIOS_Module__diagsMask__C");
3022 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__gateObj__C, ".const:ti_sysbios_BIOS_Module__gateObj__C");
3026 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__gatePrms__C, ".const:ti_sysbios_BIOS_Module__gatePrms__C");
3030 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__id__C, ".const:ti_sysbios_BIOS_Module__id__C");
3034 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__loggerDefined__C, ".const:ti_sysbios_BIOS_Module__loggerDefined__C");
3038 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__loggerObj__C, ".const:ti_sysbios_BIOS_Module__loggerObj__C");
3042 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__loggerFxn0__C, ".const:ti_sysbios_BIOS_Module__loggerFxn0__C");
3046 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__loggerFxn1__C, ".const:ti_sysbios_BIOS_Module__loggerFxn1__C");
3050 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__loggerFxn2__C, ".const:ti_sysbios_BIOS_Module__loggerFxn2__C");
3054 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__loggerFxn4__C, ".const:ti_sysbios_BIOS_Module__loggerFxn4__C");
3058 #pragma DATA_SECTION(ti_sysbios_BIOS_Module__loggerFxn8__C, ".const:ti_sysbios_BIOS_Module__loggerFxn8__C");
3062 #pragma DATA_SECTION(ti_sysbios_BIOS_Object__count__C, ".const:ti_sysbios_BIOS_Object__count__C");
3066 #pragma DATA_SECTION(ti_sysbios_BIOS_Object__heap__C, ".const:ti_sysbios_BIOS_Object__heap__C");
3070 #pragma DATA_SECTION(ti_sysbios_BIOS_Object__sizeof__C, ".const:ti_sysbios_BIOS_Object__sizeof__C");
3074 #pragma DATA_SECTION(ti_sysbios_BIOS_Object__table__C, ".const:ti_sysbios_BIOS_Object__table__C");
3078 #pragma DATA_SECTION(ti_sysbios_BIOS_smpEnabled__C, ".const:ti_sysbios_BIOS_smpEnabled__C");
3082 #pragma DATA_SECTION(ti_sysbios_BIOS_mpeEnabled__C, ".const:ti_sysbios_BIOS_mpeEnabled__C");
3086 #pragma DATA_SECTION(ti_sysbios_BIOS_cpuFreq__C, ".const:ti_sysbios_BIOS_cpuFreq__C");
3089 (xdc_Bits32)0x23c34600,
3093 #pragma DATA_SECTION(ti_sysbios_BIOS_runtimeCreatesEnabled__C, ".const:ti_sysbios_BIOS_runtimeCreatesEnabled__C");
3097 #pragma DATA_SECTION(ti_sysbios_BIOS_taskEnabled__C, ".const:ti_sysbios_BIOS_taskEnabled__C");
3101 #pragma DATA_SECTION(ti_sysbios_BIOS_swiEnabled__C, ".const:ti_sysbios_BIOS_swiEnabled__C");
3105 #pragma DATA_SECTION(ti_sysbios_BIOS_clockEnabled__C, ".const:ti_sysbios_BIOS_clockEnabled__C");
3109 #pragma DATA_SECTION(ti_sysbios_BIOS_defaultKernelHeapInstance__C, ".const:ti_sysbios_BIOS_defaultKernelHeapInstance__C");
3113 #pragma DATA_SECTION(ti_sysbios_BIOS_kernelHeapSize__C, ".const:ti_sysbios_BIOS_kernelHeapSize__C");
3117 #pragma DATA_SECTION(ti_sysbios_BIOS_kernelHeapSection__C, ".const:ti_sysbios_BIOS_kernelHeapSection__C");
3121 #pragma DATA_SECTION(ti_sysbios_BIOS_heapSize__C, ".const:ti_sysbios_BIOS_heapSize__C");
3125 #pragma DATA_SECTION(ti_sysbios_BIOS_heapSection__C, ".const:ti_sysbios_BIOS_heapSection__C");
3129 #pragma DATA_SECTION(ti_sysbios_BIOS_heapTrackEnabled__C, ".const:ti_sysbios_BIOS_heapTrackEnabled__C");
3133 #pragma DATA_SECTION(ti_sysbios_BIOS_setupSecureContext__C, ".const:ti_sysbios_BIOS_setupSecureContext__C");
3137 #pragma DATA_SECTION(ti_sysbios_BIOS_useSK__C, ".const:ti_sysbios_BIOS_useSK__C");
3141 #pragma DATA_SECTION(ti_sysbios_BIOS_installedErrorHook__C, ".const:ti_sysbios_BIOS_installedErrorHook__C");
3155 #pragma DATA_SECTION(ti_sysbios_family_c62_IntrinsicsSupport_Module__diagsEnabled__C, ".const:ti_sysbios_family_c62_IntrinsicsSupport_Module__diagsEnabled__C");
3159 #pragma DATA_SECTION(ti_sysbios_family_c62_IntrinsicsSupport_Module__diagsIncluded__C, ".const:ti_sysbios_family_c62_IntrinsicsSupport_Module__diagsIncluded__C");
3163 #pragma DATA_SECTION(ti_sysbios_family_c62_IntrinsicsSupport_Module__diagsMask__C, ".const:ti_sysbios_family_c62_IntrinsicsSupport_Module__diagsMask__C");
3167 #pragma DATA_SECTION(ti_sysbios_family_c62_IntrinsicsSupport_Module__gateObj__C, ".const:ti_sysbios_family_c62_IntrinsicsSupport_Module__gateObj__C");
3171 #pragma DATA_SECTION(ti_sysbios_family_c62_IntrinsicsSupport_Module__gatePrms__C, ".const:ti_sysbios_family_c62_IntrinsicsSupport_Module__gatePrms__C");
3175 #pragma DATA_SECTION(ti_sysbios_family_c62_IntrinsicsSupport_Module__id__C, ".const:ti_sysbios_family_c62_IntrinsicsSupport_Module__id__C");
3179 #pragma DATA_SECTION(ti_sysbios_family_c62_IntrinsicsSupport_Module__loggerDefined__C, ".const:ti_sysbios_family_c62_IntrinsicsSupport_Module__loggerDefined__C");
3183 #pragma DATA_SECTION(ti_sysbios_family_c62_IntrinsicsSupport_Module__loggerObj__C, ".const:ti_sysbios_family_c62_IntrinsicsSupport_Module__loggerObj__C");
3187 #pragma DATA_SECTION(ti_sysbios_family_c62_IntrinsicsSupport_Module__loggerFxn0__C, ".const:ti_sysbios_family_c62_IntrinsicsSupport_Module__loggerFxn0__C");
3191 #pragma DATA_SECTION(ti_sysbios_family_c62_IntrinsicsSupport_Module__loggerFxn1__C, ".const:ti_sysbios_family_c62_IntrinsicsSupport_Module__loggerFxn1__C");
3195 #pragma DATA_SECTION(ti_sysbios_family_c62_IntrinsicsSupport_Module__loggerFxn2__C, ".const:ti_sysbios_family_c62_IntrinsicsSupport_Module__loggerFxn2__C");
3199 #pragma DATA_SECTION(ti_sysbios_family_c62_IntrinsicsSupport_Module__loggerFxn4__C, ".const:ti_sysbios_family_c62_IntrinsicsSupport_Module__loggerFxn4__C");
3203 #pragma DATA_SECTION(ti_sysbios_family_c62_IntrinsicsSupport_Module__loggerFxn8__C, ".const:ti_sysbios_family_c62_IntrinsicsSupport_Module__loggerFxn8__C");
3207 #pragma DATA_SECTION(ti_sysbios_family_c62_IntrinsicsSupport_Object__count__C, ".const:ti_sysbios_family_c62_IntrinsicsSupport_Object__count__C");
3211 #pragma DATA_SECTION(ti_sysbios_family_c62_IntrinsicsSupport_Object__heap__C, ".const:ti_sysbios_family_c62_IntrinsicsSupport_Object__heap__C");
3215 #pragma DATA_SECTION(ti_sysbios_family_c62_IntrinsicsSupport_Object__sizeof__C, ".const:ti_sysbios_family_c62_IntrinsicsSupport_Object__sizeof__C");
3219 #pragma DATA_SECTION(ti_sysbios_family_c62_IntrinsicsSupport_Object__table__C, ".const:ti_sysbios_family_c62_IntrinsicsSupport_Object__table__C");
3228 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_Module__diagsEnabled__C, ".const:ti_sysbios_family_c62_TaskSupport_Module__diagsEnabled__C");
3232 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_Module__diagsIncluded__C, ".const:ti_sysbios_family_c62_TaskSupport_Module__diagsIncluded__C");
3236 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_Module__diagsMask__C, ".const:ti_sysbios_family_c62_TaskSupport_Module__diagsMask__C");
3240 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_Module__gateObj__C, ".const:ti_sysbios_family_c62_TaskSupport_Module__gateObj__C");
3244 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_Module__gatePrms__C, ".const:ti_sysbios_family_c62_TaskSupport_Module__gatePrms__C");
3248 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_Module__id__C, ".const:ti_sysbios_family_c62_TaskSupport_Module__id__C");
3252 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_Module__loggerDefined__C, ".const:ti_sysbios_family_c62_TaskSupport_Module__loggerDefined__C");
3256 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_Module__loggerObj__C, ".const:ti_sysbios_family_c62_TaskSupport_Module__loggerObj__C");
3260 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_Module__loggerFxn0__C, ".const:ti_sysbios_family_c62_TaskSupport_Module__loggerFxn0__C");
3264 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_Module__loggerFxn1__C, ".const:ti_sysbios_family_c62_TaskSupport_Module__loggerFxn1__C");
3268 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_Module__loggerFxn2__C, ".const:ti_sysbios_family_c62_TaskSupport_Module__loggerFxn2__C");
3272 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_Module__loggerFxn4__C, ".const:ti_sysbios_family_c62_TaskSupport_Module__loggerFxn4__C");
3276 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_Module__loggerFxn8__C, ".const:ti_sysbios_family_c62_TaskSupport_Module__loggerFxn8__C");
3280 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_Object__count__C, ".const:ti_sysbios_family_c62_TaskSupport_Object__count__C");
3284 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_Object__heap__C, ".const:ti_sysbios_family_c62_TaskSupport_Object__heap__C");
3288 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_Object__sizeof__C, ".const:ti_sysbios_family_c62_TaskSupport_Object__sizeof__C");
3292 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_Object__table__C, ".const:ti_sysbios_family_c62_TaskSupport_Object__table__C");
3296 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_defaultStackSize__C, ".const:ti_sysbios_family_c62_TaskSupport_defaultStackSize__C");
3300 #pragma DATA_SECTION(ti_sysbios_family_c62_TaskSupport_stackAlignment__C, ".const:ti_sysbios_family_c62_TaskSupport_stackAlignment__C");
3309 #if defined (__ICCARM__)
3310 #pragma location = ".data_ti_sysbios_family_c64p_Cache_Module__state__V"
3312 #if defined(__llvm__) && defined(__ti__)
3314 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
3315 #ifndef __TI_COMPILER_VERSION__
3324 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_Module__diagsEnabled__C, ".const:ti_sysbios_family_c64p_Cache_Module__diagsEnabled__C");
3328 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_Module__diagsIncluded__C, ".const:ti_sysbios_family_c64p_Cache_Module__diagsIncluded__C");
3332 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_Module__diagsMask__C, ".const:ti_sysbios_family_c64p_Cache_Module__diagsMask__C");
3336 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_Module__gateObj__C, ".const:ti_sysbios_family_c64p_Cache_Module__gateObj__C");
3340 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_Module__gatePrms__C, ".const:ti_sysbios_family_c64p_Cache_Module__gatePrms__C");
3344 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_Module__id__C, ".const:ti_sysbios_family_c64p_Cache_Module__id__C");
3348 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_Module__loggerDefined__C, ".const:ti_sysbios_family_c64p_Cache_Module__loggerDefined__C");
3352 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_Module__loggerObj__C, ".const:ti_sysbios_family_c64p_Cache_Module__loggerObj__C");
3356 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_Module__loggerFxn0__C, ".const:ti_sysbios_family_c64p_Cache_Module__loggerFxn0__C");
3360 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_Module__loggerFxn1__C, ".const:ti_sysbios_family_c64p_Cache_Module__loggerFxn1__C");
3364 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_Module__loggerFxn2__C, ".const:ti_sysbios_family_c64p_Cache_Module__loggerFxn2__C");
3368 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_Module__loggerFxn4__C, ".const:ti_sysbios_family_c64p_Cache_Module__loggerFxn4__C");
3372 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_Module__loggerFxn8__C, ".const:ti_sysbios_family_c64p_Cache_Module__loggerFxn8__C");
3376 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_Object__count__C, ".const:ti_sysbios_family_c64p_Cache_Object__count__C");
3380 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_Object__heap__C, ".const:ti_sysbios_family_c64p_Cache_Object__heap__C");
3384 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_Object__sizeof__C, ".const:ti_sysbios_family_c64p_Cache_Object__sizeof__C");
3388 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_Object__table__C, ".const:ti_sysbios_family_c64p_Cache_Object__table__C");
3392 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_initSize__C, ".const:ti_sysbios_family_c64p_Cache_initSize__C");
3394 ti_sysbios_family_c64p_Cache_L1Size_32K,
3395 ti_sysbios_family_c64p_Cache_L1Size_32K,
3396 ti_sysbios_family_c64p_Cache_L2Size_0K,
3400 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_EMIFA_CFG__C, ".const:ti_sysbios_family_c64p_Cache_EMIFA_CFG__C");
3404 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_EMIFA_BASE__C, ".const:ti_sysbios_family_c64p_Cache_EMIFA_BASE__C");
3408 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_EMIFA_LENGTH__C, ".const:ti_sysbios_family_c64p_Cache_EMIFA_LENGTH__C");
3412 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_EMIFB_CFG__C, ".const:ti_sysbios_family_c64p_Cache_EMIFB_CFG__C");
3416 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_EMIFB_BASE__C, ".const:ti_sysbios_family_c64p_Cache_EMIFB_BASE__C");
3420 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_EMIFB_LENGTH__C, ".const:ti_sysbios_family_c64p_Cache_EMIFB_LENGTH__C");
3424 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_EMIFC_CFG__C, ".const:ti_sysbios_family_c64p_Cache_EMIFC_CFG__C");
3428 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_EMIFC_BASE__C, ".const:ti_sysbios_family_c64p_Cache_EMIFC_BASE__C");
3432 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_EMIFC_LENGTH__C, ".const:ti_sysbios_family_c64p_Cache_EMIFC_LENGTH__C");
3436 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_MAR0_31__C, ".const:ti_sysbios_family_c64p_Cache_MAR0_31__C");
3440 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_MAR32_63__C, ".const:ti_sysbios_family_c64p_Cache_MAR32_63__C");
3444 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_MAR64_95__C, ".const:ti_sysbios_family_c64p_Cache_MAR64_95__C");
3448 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_MAR96_127__C, ".const:ti_sysbios_family_c64p_Cache_MAR96_127__C");
3452 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_MAR128_159__C, ".const:ti_sysbios_family_c64p_Cache_MAR128_159__C");
3456 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_MAR160_191__C, ".const:ti_sysbios_family_c64p_Cache_MAR160_191__C");
3460 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_MAR192_223__C, ".const:ti_sysbios_family_c64p_Cache_MAR192_223__C");
3464 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_MAR224_255__C, ".const:ti_sysbios_family_c64p_Cache_MAR224_255__C");
3468 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_E_invalidL1CacheSize__C, ".const:ti_sysbios_family_c64p_Cache_E_invalidL1CacheSize__C");
3472 #pragma DATA_SECTION(ti_sysbios_family_c64p_Cache_E_invalidL2CacheSize__C, ".const:ti_sysbios_family_c64p_Cache_E_invalidL2CacheSize__C");
3481 #if defined (__ICCARM__)
3482 #pragma location = ".data_ti_sysbios_family_c64p_EventCombiner_Module__state__V"
3484 #if defined(__llvm__) && defined(__ti__)
3486 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
3487 #ifndef __TI_COMPILER_VERSION__
4009 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_Module__diagsEnabled__C, ".const:ti_sysbios_family_c64p_EventCombiner_Module__diagsEnabled__C");
4013 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_Module__diagsIncluded__C, ".const:ti_sysbios_family_c64p_EventCombiner_Module__diagsIncluded__C");
4017 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_Module__diagsMask__C, ".const:ti_sysbios_family_c64p_EventCombiner_Module__diagsMask__C");
4021 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_Module__gateObj__C, ".const:ti_sysbios_family_c64p_EventCombiner_Module__gateObj__C");
4025 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_Module__gatePrms__C, ".const:ti_sysbios_family_c64p_EventCombiner_Module__gatePrms__C");
4029 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_Module__id__C, ".const:ti_sysbios_family_c64p_EventCombiner_Module__id__C");
4033 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_Module__loggerDefined__C, ".const:ti_sysbios_family_c64p_EventCombiner_Module__loggerDefined__C");
4037 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_Module__loggerObj__C, ".const:ti_sysbios_family_c64p_EventCombiner_Module__loggerObj__C");
4041 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_Module__loggerFxn0__C, ".const:ti_sysbios_family_c64p_EventCombiner_Module__loggerFxn0__C");
4045 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_Module__loggerFxn1__C, ".const:ti_sysbios_family_c64p_EventCombiner_Module__loggerFxn1__C");
4049 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_Module__loggerFxn2__C, ".const:ti_sysbios_family_c64p_EventCombiner_Module__loggerFxn2__C");
4053 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_Module__loggerFxn4__C, ".const:ti_sysbios_family_c64p_EventCombiner_Module__loggerFxn4__C");
4057 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_Module__loggerFxn8__C, ".const:ti_sysbios_family_c64p_EventCombiner_Module__loggerFxn8__C");
4061 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_Object__count__C, ".const:ti_sysbios_family_c64p_EventCombiner_Object__count__C");
4065 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_Object__heap__C, ".const:ti_sysbios_family_c64p_EventCombiner_Object__heap__C");
4069 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_Object__sizeof__C, ".const:ti_sysbios_family_c64p_EventCombiner_Object__sizeof__C");
4073 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_Object__table__C, ".const:ti_sysbios_family_c64p_EventCombiner_Object__table__C");
4077 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_EVTRegs__C, ".const:ti_sysbios_family_c64p_EventCombiner_EVTRegs__C");
4081 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_A_invalidEventId__C, ".const:ti_sysbios_family_c64p_EventCombiner_A_invalidEventId__C");
4085 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_E_unpluggedEvent__C, ".const:ti_sysbios_family_c64p_EventCombiner_E_unpluggedEvent__C");
4089 #pragma DATA_SECTION(ti_sysbios_family_c64p_EventCombiner_EVTMASK__C, ".const:ti_sysbios_family_c64p_EventCombiner_EVTMASK__C");
4091 (xdc_Bits32)(-0x0 - 1),
4092 (xdc_Bits32)(-0x0 - 1),
4093 (xdc_Bits32)(-0x0 - 1),
4094 (xdc_Bits32)(-0x0 - 1),
4103 #if defined (__ICCARM__)
4104 #pragma location = ".data_ti_sysbios_family_c64p_Exception_Module__state__V"
4106 #if defined(__llvm__) && defined(__ti__)
4108 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
4109 #ifndef __TI_COMPILER_VERSION__
4118 ((xdc_Void(*)(xdc_Void))0),
4119 ((ti_sysbios_family_c64p_Exception_Context*)0),
4143 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_Module__diagsEnabled__C, ".const:ti_sysbios_family_c64p_Exception_Module__diagsEnabled__C");
4147 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_Module__diagsIncluded__C, ".const:ti_sysbios_family_c64p_Exception_Module__diagsIncluded__C");
4151 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_Module__diagsMask__C, ".const:ti_sysbios_family_c64p_Exception_Module__diagsMask__C");
4155 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_Module__gateObj__C, ".const:ti_sysbios_family_c64p_Exception_Module__gateObj__C");
4159 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_Module__gatePrms__C, ".const:ti_sysbios_family_c64p_Exception_Module__gatePrms__C");
4163 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_Module__id__C, ".const:ti_sysbios_family_c64p_Exception_Module__id__C");
4167 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_Module__loggerDefined__C, ".const:ti_sysbios_family_c64p_Exception_Module__loggerDefined__C");
4171 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_Module__loggerObj__C, ".const:ti_sysbios_family_c64p_Exception_Module__loggerObj__C");
4175 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_Module__loggerFxn0__C, ".const:ti_sysbios_family_c64p_Exception_Module__loggerFxn0__C");
4179 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_Module__loggerFxn1__C, ".const:ti_sysbios_family_c64p_Exception_Module__loggerFxn1__C");
4183 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_Module__loggerFxn2__C, ".const:ti_sysbios_family_c64p_Exception_Module__loggerFxn2__C");
4187 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_Module__loggerFxn4__C, ".const:ti_sysbios_family_c64p_Exception_Module__loggerFxn4__C");
4191 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_Module__loggerFxn8__C, ".const:ti_sysbios_family_c64p_Exception_Module__loggerFxn8__C");
4195 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_Object__count__C, ".const:ti_sysbios_family_c64p_Exception_Object__count__C");
4199 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_Object__heap__C, ".const:ti_sysbios_family_c64p_Exception_Object__heap__C");
4203 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_Object__sizeof__C, ".const:ti_sysbios_family_c64p_Exception_Object__sizeof__C");
4207 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_Object__table__C, ".const:ti_sysbios_family_c64p_Exception_Object__table__C");
4211 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_E_exceptionMin__C, ".const:ti_sysbios_family_c64p_Exception_E_exceptionMin__C");
4215 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_E_exceptionMax__C, ".const:ti_sysbios_family_c64p_Exception_E_exceptionMax__C");
4219 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_useInternalBuffer__C, ".const:ti_sysbios_family_c64p_Exception_useInternalBuffer__C");
4223 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_enableExternalMPC__C, ".const:ti_sysbios_family_c64p_Exception_enableExternalMPC__C");
4227 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_enablePrint__C, ".const:ti_sysbios_family_c64p_Exception_enablePrint__C");
4231 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_exceptionHook__C, ".const:ti_sysbios_family_c64p_Exception_exceptionHook__C");
4235 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_internalHook__C, ".const:ti_sysbios_family_c64p_Exception_internalHook__C");
4239 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_externalHook__C, ".const:ti_sysbios_family_c64p_Exception_externalHook__C");
4243 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_nmiHook__C, ".const:ti_sysbios_family_c64p_Exception_nmiHook__C");
4247 #pragma DATA_SECTION(ti_sysbios_family_c64p_Exception_returnHook__C, ".const:ti_sysbios_family_c64p_Exception_returnHook__C");
4259 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Object__PARAMS__C, ".const:ti_sysbios_family_c64p_Hwi_Object__PARAMS__C");
4261 sizeof (ti_sysbios_family_c64p_Hwi_Params),
4265 ti_sysbios_interfaces_IHwi_MaskingOption_SELF,
4268 (xdc_Int)(-0x0 - 1),
4273 sizeof (xdc_runtime_IInstance_Params),
4327 ((xdc_Void(*)(xdc_UArg))((xdc_Fxn)ti_sysbios_timers_rti_Timer_periodicStub__E)),
4334 #if defined (__ICCARM__)
4335 #pragma location = ".data_ti_sysbios_family_c64p_Hwi_Module__state__V"
4337 #if defined(__llvm__) && defined(__ti__)
4339 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
4340 #ifndef __TI_COMPILER_VERSION__
4346 (xdc_Char)(-0x0 - 1),
4347 (xdc_Char)(-0x0 - 1),
4348 (xdc_Char)(-0x0 - 1),
4349 (xdc_Char)(-0x0 - 1),
4350 (xdc_Char)(-0x0 - 1),
4351 (xdc_Char)(-0x0 - 1),
4352 (xdc_Char)(-0x0 - 1),
4357 (xdc_Char)(-0x0 - 1),
4358 (xdc_Char)(-0x0 - 1),
4359 (xdc_Char)(-0x0 - 1),
4361 (xdc_Char)(-0x0 - 1),
4391 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Module__diagsEnabled__C, ".const:ti_sysbios_family_c64p_Hwi_Module__diagsEnabled__C");
4395 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Module__diagsIncluded__C, ".const:ti_sysbios_family_c64p_Hwi_Module__diagsIncluded__C");
4399 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Module__diagsMask__C, ".const:ti_sysbios_family_c64p_Hwi_Module__diagsMask__C");
4403 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Module__gateObj__C, ".const:ti_sysbios_family_c64p_Hwi_Module__gateObj__C");
4407 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Module__gatePrms__C, ".const:ti_sysbios_family_c64p_Hwi_Module__gatePrms__C");
4411 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Module__id__C, ".const:ti_sysbios_family_c64p_Hwi_Module__id__C");
4415 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Module__loggerDefined__C, ".const:ti_sysbios_family_c64p_Hwi_Module__loggerDefined__C");
4419 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Module__loggerObj__C, ".const:ti_sysbios_family_c64p_Hwi_Module__loggerObj__C");
4423 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Module__loggerFxn0__C, ".const:ti_sysbios_family_c64p_Hwi_Module__loggerFxn0__C");
4427 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Module__loggerFxn1__C, ".const:ti_sysbios_family_c64p_Hwi_Module__loggerFxn1__C");
4431 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Module__loggerFxn2__C, ".const:ti_sysbios_family_c64p_Hwi_Module__loggerFxn2__C");
4435 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Module__loggerFxn4__C, ".const:ti_sysbios_family_c64p_Hwi_Module__loggerFxn4__C");
4439 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Module__loggerFxn8__C, ".const:ti_sysbios_family_c64p_Hwi_Module__loggerFxn8__C");
4443 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Object__count__C, ".const:ti_sysbios_family_c64p_Hwi_Object__count__C");
4447 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Object__heap__C, ".const:ti_sysbios_family_c64p_Hwi_Object__heap__C");
4451 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Object__sizeof__C, ".const:ti_sysbios_family_c64p_Hwi_Object__sizeof__C");
4455 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Object__table__C, ".const:ti_sysbios_family_c64p_Hwi_Object__table__C");
4459 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_dispatcherAutoNestingSupport__C, ".const:ti_sysbios_family_c64p_Hwi_dispatcherAutoNestingSupport__C");
4463 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_dispatcherSwiSupport__C, ".const:ti_sysbios_family_c64p_Hwi_dispatcherSwiSupport__C");
4467 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_dispatcherTaskSupport__C, ".const:ti_sysbios_family_c64p_Hwi_dispatcherTaskSupport__C");
4471 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_dispatcherIrpTrackingSupport__C, ".const:ti_sysbios_family_c64p_Hwi_dispatcherIrpTrackingSupport__C");
4475 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_INTRMUX1Address__C, ".const:ti_sysbios_family_c64p_Hwi_INTRMUX1Address__C");
4479 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_E_alreadyDefined__C, ".const:ti_sysbios_family_c64p_Hwi_E_alreadyDefined__C");
4483 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_E_handleNotFound__C, ".const:ti_sysbios_family_c64p_Hwi_E_handleNotFound__C");
4487 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_E_allocSCFailed__C, ".const:ti_sysbios_family_c64p_Hwi_E_allocSCFailed__C");
4491 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_E_registerSCFailed__C, ".const:ti_sysbios_family_c64p_Hwi_E_registerSCFailed__C");
4495 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_E_invalidIntNum__C, ".const:ti_sysbios_family_c64p_Hwi_E_invalidIntNum__C");
4499 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_LM_begin__C, ".const:ti_sysbios_family_c64p_Hwi_LM_begin__C");
4503 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_LD_end__C, ".const:ti_sysbios_family_c64p_Hwi_LD_end__C");
4507 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_enableException__C, ".const:ti_sysbios_family_c64p_Hwi_enableException__C");
4511 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_swiDisable__C, ".const:ti_sysbios_family_c64p_Hwi_swiDisable__C");
4515 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_swiRestoreHwi__C, ".const:ti_sysbios_family_c64p_Hwi_swiRestoreHwi__C");
4519 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_taskDisable__C, ".const:ti_sysbios_family_c64p_Hwi_taskDisable__C");
4523 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_taskRestoreHwi__C, ".const:ti_sysbios_family_c64p_Hwi_taskRestoreHwi__C");
4527 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_hooks__C, ".const:ti_sysbios_family_c64p_Hwi_hooks__C");
4536 #pragma DATA_SECTION(ti_sysbios_family_c64p_TimestampProvider_Module__diagsEnabled__C, ".const:ti_sysbios_family_c64p_TimestampProvider_Module__diagsEnabled__C");
4540 #pragma DATA_SECTION(ti_sysbios_family_c64p_TimestampProvider_Module__diagsIncluded__C, ".const:ti_sysbios_family_c64p_TimestampProvider_Module__diagsIncluded__C");
4544 #pragma DATA_SECTION(ti_sysbios_family_c64p_TimestampProvider_Module__diagsMask__C, ".const:ti_sysbios_family_c64p_TimestampProvider_Module__diagsMask__C");
4548 #pragma DATA_SECTION(ti_sysbios_family_c64p_TimestampProvider_Module__gateObj__C, ".const:ti_sysbios_family_c64p_TimestampProvider_Module__gateObj__C");
4552 #pragma DATA_SECTION(ti_sysbios_family_c64p_TimestampProvider_Module__gatePrms__C, ".const:ti_sysbios_family_c64p_TimestampProvider_Module__gatePrms__C");
4556 #pragma DATA_SECTION(ti_sysbios_family_c64p_TimestampProvider_Module__id__C, ".const:ti_sysbios_family_c64p_TimestampProvider_Module__id__C");
4560 #pragma DATA_SECTION(ti_sysbios_family_c64p_TimestampProvider_Module__loggerDefined__C, ".const:ti_sysbios_family_c64p_TimestampProvider_Module__loggerDefined__C");
4564 #pragma DATA_SECTION(ti_sysbios_family_c64p_TimestampProvider_Module__loggerObj__C, ".const:ti_sysbios_family_c64p_TimestampProvider_Module__loggerObj__C");
4568 #pragma DATA_SECTION(ti_sysbios_family_c64p_TimestampProvider_Module__loggerFxn0__C, ".const:ti_sysbios_family_c64p_TimestampProvider_Module__loggerFxn0__C");
4572 #pragma DATA_SECTION(ti_sysbios_family_c64p_TimestampProvider_Module__loggerFxn1__C, ".const:ti_sysbios_family_c64p_TimestampProvider_Module__loggerFxn1__C");
4576 #pragma DATA_SECTION(ti_sysbios_family_c64p_TimestampProvider_Module__loggerFxn2__C, ".const:ti_sysbios_family_c64p_TimestampProvider_Module__loggerFxn2__C");
4580 #pragma DATA_SECTION(ti_sysbios_family_c64p_TimestampProvider_Module__loggerFxn4__C, ".const:ti_sysbios_family_c64p_TimestampProvider_Module__loggerFxn4__C");
4584 #pragma DATA_SECTION(ti_sysbios_family_c64p_TimestampProvider_Module__loggerFxn8__C, ".const:ti_sysbios_family_c64p_TimestampProvider_Module__loggerFxn8__C");
4588 #pragma DATA_SECTION(ti_sysbios_family_c64p_TimestampProvider_Object__count__C, ".const:ti_sysbios_family_c64p_TimestampProvider_Object__count__C");
4592 #pragma DATA_SECTION(ti_sysbios_family_c64p_TimestampProvider_Object__heap__C, ".const:ti_sysbios_family_c64p_TimestampProvider_Object__heap__C");
4596 #pragma DATA_SECTION(ti_sysbios_family_c64p_TimestampProvider_Object__sizeof__C, ".const:ti_sysbios_family_c64p_TimestampProvider_Object__sizeof__C");
4600 #pragma DATA_SECTION(ti_sysbios_family_c64p_TimestampProvider_Object__table__C, ".const:ti_sysbios_family_c64p_TimestampProvider_Object__table__C");
4612 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Object__PARAMS__C, ".const:ti_sysbios_gates_GateHwi_Object__PARAMS__C");
4614 sizeof (ti_sysbios_gates_GateHwi_Params),
4619 sizeof (xdc_runtime_IInstance_Params),
4638 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__diagsEnabled__C, ".const:ti_sysbios_gates_GateHwi_Module__diagsEnabled__C");
4642 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__diagsIncluded__C, ".const:ti_sysbios_gates_GateHwi_Module__diagsIncluded__C");
4646 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__diagsMask__C, ".const:ti_sysbios_gates_GateHwi_Module__diagsMask__C");
4650 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__gateObj__C, ".const:ti_sysbios_gates_GateHwi_Module__gateObj__C");
4654 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__gatePrms__C, ".const:ti_sysbios_gates_GateHwi_Module__gatePrms__C");
4658 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__id__C, ".const:ti_sysbios_gates_GateHwi_Module__id__C");
4662 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__loggerDefined__C, ".const:ti_sysbios_gates_GateHwi_Module__loggerDefined__C");
4666 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__loggerObj__C, ".const:ti_sysbios_gates_GateHwi_Module__loggerObj__C");
4670 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__loggerFxn0__C, ".const:ti_sysbios_gates_GateHwi_Module__loggerFxn0__C");
4674 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__loggerFxn1__C, ".const:ti_sysbios_gates_GateHwi_Module__loggerFxn1__C");
4678 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__loggerFxn2__C, ".const:ti_sysbios_gates_GateHwi_Module__loggerFxn2__C");
4682 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__loggerFxn4__C, ".const:ti_sysbios_gates_GateHwi_Module__loggerFxn4__C");
4686 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Module__loggerFxn8__C, ".const:ti_sysbios_gates_GateHwi_Module__loggerFxn8__C");
4690 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Object__count__C, ".const:ti_sysbios_gates_GateHwi_Object__count__C");
4694 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Object__heap__C, ".const:ti_sysbios_gates_GateHwi_Object__heap__C");
4698 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Object__sizeof__C, ".const:ti_sysbios_gates_GateHwi_Object__sizeof__C");
4702 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Object__table__C, ".const:ti_sysbios_gates_GateHwi_Object__table__C");
4714 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Object__PARAMS__C, ".const:ti_sysbios_gates_GateMutex_Object__PARAMS__C");
4716 sizeof (ti_sysbios_gates_GateMutex_Params),
4721 sizeof (xdc_runtime_IInstance_Params),
4740 ti_sysbios_knl_Semaphore_Mode_COUNTING,
4756 ti_sysbios_knl_Semaphore_Mode_COUNTING,
4769 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__diagsEnabled__C, ".const:ti_sysbios_gates_GateMutex_Module__diagsEnabled__C");
4773 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__diagsIncluded__C, ".const:ti_sysbios_gates_GateMutex_Module__diagsIncluded__C");
4777 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__diagsMask__C, ".const:ti_sysbios_gates_GateMutex_Module__diagsMask__C");
4781 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__gateObj__C, ".const:ti_sysbios_gates_GateMutex_Module__gateObj__C");
4785 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__gatePrms__C, ".const:ti_sysbios_gates_GateMutex_Module__gatePrms__C");
4789 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__id__C, ".const:ti_sysbios_gates_GateMutex_Module__id__C");
4793 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__loggerDefined__C, ".const:ti_sysbios_gates_GateMutex_Module__loggerDefined__C");
4797 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__loggerObj__C, ".const:ti_sysbios_gates_GateMutex_Module__loggerObj__C");
4801 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__loggerFxn0__C, ".const:ti_sysbios_gates_GateMutex_Module__loggerFxn0__C");
4805 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__loggerFxn1__C, ".const:ti_sysbios_gates_GateMutex_Module__loggerFxn1__C");
4809 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__loggerFxn2__C, ".const:ti_sysbios_gates_GateMutex_Module__loggerFxn2__C");
4813 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__loggerFxn4__C, ".const:ti_sysbios_gates_GateMutex_Module__loggerFxn4__C");
4817 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Module__loggerFxn8__C, ".const:ti_sysbios_gates_GateMutex_Module__loggerFxn8__C");
4821 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Object__count__C, ".const:ti_sysbios_gates_GateMutex_Object__count__C");
4825 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Object__heap__C, ".const:ti_sysbios_gates_GateMutex_Object__heap__C");
4829 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Object__sizeof__C, ".const:ti_sysbios_gates_GateMutex_Object__sizeof__C");
4833 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Object__table__C, ".const:ti_sysbios_gates_GateMutex_Object__table__C");
4837 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_A_badContext__C, ".const:ti_sysbios_gates_GateMutex_A_badContext__C");
4849 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Object__PARAMS__C, ".const:ti_sysbios_hal_Hwi_Object__PARAMS__C");
4851 sizeof (ti_sysbios_hal_Hwi_Params),
4855 ti_sysbios_interfaces_IHwi_MaskingOption_SELF,
4858 (xdc_Int)(-0x0 - 1),
4859 (xdc_Int)(-0x0 - 1),
4861 sizeof (xdc_runtime_IInstance_Params),
4881 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__diagsEnabled__C, ".const:ti_sysbios_hal_Hwi_Module__diagsEnabled__C");
4885 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__diagsIncluded__C, ".const:ti_sysbios_hal_Hwi_Module__diagsIncluded__C");
4889 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__diagsMask__C, ".const:ti_sysbios_hal_Hwi_Module__diagsMask__C");
4893 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__gateObj__C, ".const:ti_sysbios_hal_Hwi_Module__gateObj__C");
4897 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__gatePrms__C, ".const:ti_sysbios_hal_Hwi_Module__gatePrms__C");
4901 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__id__C, ".const:ti_sysbios_hal_Hwi_Module__id__C");
4905 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__loggerDefined__C, ".const:ti_sysbios_hal_Hwi_Module__loggerDefined__C");
4909 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__loggerObj__C, ".const:ti_sysbios_hal_Hwi_Module__loggerObj__C");
4913 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__loggerFxn0__C, ".const:ti_sysbios_hal_Hwi_Module__loggerFxn0__C");
4917 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__loggerFxn1__C, ".const:ti_sysbios_hal_Hwi_Module__loggerFxn1__C");
4921 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__loggerFxn2__C, ".const:ti_sysbios_hal_Hwi_Module__loggerFxn2__C");
4925 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__loggerFxn4__C, ".const:ti_sysbios_hal_Hwi_Module__loggerFxn4__C");
4929 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Module__loggerFxn8__C, ".const:ti_sysbios_hal_Hwi_Module__loggerFxn8__C");
4933 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Object__count__C, ".const:ti_sysbios_hal_Hwi_Object__count__C");
4937 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Object__heap__C, ".const:ti_sysbios_hal_Hwi_Object__heap__C");
4941 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Object__sizeof__C, ".const:ti_sysbios_hal_Hwi_Object__sizeof__C");
4945 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Object__table__C, ".const:ti_sysbios_hal_Hwi_Object__table__C");
4949 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_dispatcherAutoNestingSupport__C, ".const:ti_sysbios_hal_Hwi_dispatcherAutoNestingSupport__C");
4953 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_dispatcherSwiSupport__C, ".const:ti_sysbios_hal_Hwi_dispatcherSwiSupport__C");
4957 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_dispatcherTaskSupport__C, ".const:ti_sysbios_hal_Hwi_dispatcherTaskSupport__C");
4961 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_dispatcherIrpTrackingSupport__C, ".const:ti_sysbios_hal_Hwi_dispatcherIrpTrackingSupport__C");
4965 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_E_stackOverflow__C, ".const:ti_sysbios_hal_Hwi_E_stackOverflow__C");
4982 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Object__PARAMS__C, ".const:ti_sysbios_heaps_HeapMem_Object__PARAMS__C");
4984 sizeof (ti_sysbios_heaps_HeapMem_Params),
4992 sizeof (xdc_runtime_IInstance_Params),
5013 ((ti_sysbios_heaps_HeapMem_Header*)0),
5014 ((xdc_UArg)(0x4000)),
5021 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__diagsEnabled__C, ".const:ti_sysbios_heaps_HeapMem_Module__diagsEnabled__C");
5025 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__diagsIncluded__C, ".const:ti_sysbios_heaps_HeapMem_Module__diagsIncluded__C");
5029 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__diagsMask__C, ".const:ti_sysbios_heaps_HeapMem_Module__diagsMask__C");
5033 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__gateObj__C, ".const:ti_sysbios_heaps_HeapMem_Module__gateObj__C");
5037 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__gatePrms__C, ".const:ti_sysbios_heaps_HeapMem_Module__gatePrms__C");
5041 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__id__C, ".const:ti_sysbios_heaps_HeapMem_Module__id__C");
5045 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__loggerDefined__C, ".const:ti_sysbios_heaps_HeapMem_Module__loggerDefined__C");
5049 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__loggerObj__C, ".const:ti_sysbios_heaps_HeapMem_Module__loggerObj__C");
5053 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__loggerFxn0__C, ".const:ti_sysbios_heaps_HeapMem_Module__loggerFxn0__C");
5057 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__loggerFxn1__C, ".const:ti_sysbios_heaps_HeapMem_Module__loggerFxn1__C");
5061 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__loggerFxn2__C, ".const:ti_sysbios_heaps_HeapMem_Module__loggerFxn2__C");
5065 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__loggerFxn4__C, ".const:ti_sysbios_heaps_HeapMem_Module__loggerFxn4__C");
5069 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Module__loggerFxn8__C, ".const:ti_sysbios_heaps_HeapMem_Module__loggerFxn8__C");
5073 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Object__count__C, ".const:ti_sysbios_heaps_HeapMem_Object__count__C");
5077 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Object__heap__C, ".const:ti_sysbios_heaps_HeapMem_Object__heap__C");
5081 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Object__sizeof__C, ".const:ti_sysbios_heaps_HeapMem_Object__sizeof__C");
5085 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Object__table__C, ".const:ti_sysbios_heaps_HeapMem_Object__table__C");
5089 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_A_zeroBlock__C, ".const:ti_sysbios_heaps_HeapMem_A_zeroBlock__C");
5093 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_A_heapSize__C, ".const:ti_sysbios_heaps_HeapMem_A_heapSize__C");
5097 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_A_align__C, ".const:ti_sysbios_heaps_HeapMem_A_align__C");
5101 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_E_memory__C, ".const:ti_sysbios_heaps_HeapMem_E_memory__C");
5105 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_A_invalidFree__C, ".const:ti_sysbios_heaps_HeapMem_A_invalidFree__C");
5109 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_primaryHeapBaseAddr__C, ".const:ti_sysbios_heaps_HeapMem_primaryHeapBaseAddr__C");
5113 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_primaryHeapEndAddr__C, ".const:ti_sysbios_heaps_HeapMem_primaryHeapEndAddr__C");
5117 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_reqAlign__C, ".const:ti_sysbios_heaps_HeapMem_reqAlign__C");
5134 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Object__PARAMS__C, ".const:ti_sysbios_knl_Clock_Object__PARAMS__C");
5136 sizeof (ti_sysbios_knl_Clock_Params),
5144 sizeof (xdc_runtime_IInstance_Params),
5156 #if defined (__ICCARM__)
5157 #pragma location = ".data_ti_sysbios_knl_Clock_Module__state__V"
5159 #if defined(__llvm__) && defined(__ti__)
5161 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
5162 #ifndef __TI_COMPILER_VERSION__
5186 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__diagsEnabled__C, ".const:ti_sysbios_knl_Clock_Module__diagsEnabled__C");
5190 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__diagsIncluded__C, ".const:ti_sysbios_knl_Clock_Module__diagsIncluded__C");
5194 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__diagsMask__C, ".const:ti_sysbios_knl_Clock_Module__diagsMask__C");
5198 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__gateObj__C, ".const:ti_sysbios_knl_Clock_Module__gateObj__C");
5202 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__gatePrms__C, ".const:ti_sysbios_knl_Clock_Module__gatePrms__C");
5206 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__id__C, ".const:ti_sysbios_knl_Clock_Module__id__C");
5210 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__loggerDefined__C, ".const:ti_sysbios_knl_Clock_Module__loggerDefined__C");
5214 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__loggerObj__C, ".const:ti_sysbios_knl_Clock_Module__loggerObj__C");
5218 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__loggerFxn0__C, ".const:ti_sysbios_knl_Clock_Module__loggerFxn0__C");
5222 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__loggerFxn1__C, ".const:ti_sysbios_knl_Clock_Module__loggerFxn1__C");
5226 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__loggerFxn2__C, ".const:ti_sysbios_knl_Clock_Module__loggerFxn2__C");
5230 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__loggerFxn4__C, ".const:ti_sysbios_knl_Clock_Module__loggerFxn4__C");
5234 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Module__loggerFxn8__C, ".const:ti_sysbios_knl_Clock_Module__loggerFxn8__C");
5238 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Object__count__C, ".const:ti_sysbios_knl_Clock_Object__count__C");
5242 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Object__heap__C, ".const:ti_sysbios_knl_Clock_Object__heap__C");
5246 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Object__sizeof__C, ".const:ti_sysbios_knl_Clock_Object__sizeof__C");
5250 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Object__table__C, ".const:ti_sysbios_knl_Clock_Object__table__C");
5254 #pragma DATA_SECTION(ti_sysbios_knl_Clock_LW_delayed__C, ".const:ti_sysbios_knl_Clock_LW_delayed__C");
5258 #pragma DATA_SECTION(ti_sysbios_knl_Clock_LM_tick__C, ".const:ti_sysbios_knl_Clock_LM_tick__C");
5262 #pragma DATA_SECTION(ti_sysbios_knl_Clock_LM_begin__C, ".const:ti_sysbios_knl_Clock_LM_begin__C");
5266 #pragma DATA_SECTION(ti_sysbios_knl_Clock_A_clockDisabled__C, ".const:ti_sysbios_knl_Clock_A_clockDisabled__C");
5270 #pragma DATA_SECTION(ti_sysbios_knl_Clock_A_badThreadType__C, ".const:ti_sysbios_knl_Clock_A_badThreadType__C");
5274 #pragma DATA_SECTION(ti_sysbios_knl_Clock_serviceMargin__C, ".const:ti_sysbios_knl_Clock_serviceMargin__C");
5278 #pragma DATA_SECTION(ti_sysbios_knl_Clock_tickSource__C, ".const:ti_sysbios_knl_Clock_tickSource__C");
5282 #pragma DATA_SECTION(ti_sysbios_knl_Clock_tickMode__C, ".const:ti_sysbios_knl_Clock_tickMode__C");
5286 #pragma DATA_SECTION(ti_sysbios_knl_Clock_timerId__C, ".const:ti_sysbios_knl_Clock_timerId__C");
5290 #pragma DATA_SECTION(ti_sysbios_knl_Clock_tickPeriod__C, ".const:ti_sysbios_knl_Clock_tickPeriod__C");
5294 #pragma DATA_SECTION(ti_sysbios_knl_Clock_doTickFunc__C, ".const:ti_sysbios_knl_Clock_doTickFunc__C");
5298 #pragma DATA_SECTION(ti_sysbios_knl_Clock_triggerClock__C, ".const:ti_sysbios_knl_Clock_triggerClock__C");
5315 #pragma DATA_SECTION(ti_sysbios_knl_Event_Object__PARAMS__C, ".const:ti_sysbios_knl_Event_Object__PARAMS__C");
5317 sizeof (ti_sysbios_knl_Event_Params),
5322 sizeof (xdc_runtime_IInstance_Params),
5334 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__diagsEnabled__C, ".const:ti_sysbios_knl_Event_Module__diagsEnabled__C");
5338 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__diagsIncluded__C, ".const:ti_sysbios_knl_Event_Module__diagsIncluded__C");
5342 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__diagsMask__C, ".const:ti_sysbios_knl_Event_Module__diagsMask__C");
5346 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__gateObj__C, ".const:ti_sysbios_knl_Event_Module__gateObj__C");
5350 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__gatePrms__C, ".const:ti_sysbios_knl_Event_Module__gatePrms__C");
5354 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__id__C, ".const:ti_sysbios_knl_Event_Module__id__C");
5358 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__loggerDefined__C, ".const:ti_sysbios_knl_Event_Module__loggerDefined__C");
5362 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__loggerObj__C, ".const:ti_sysbios_knl_Event_Module__loggerObj__C");
5366 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__loggerFxn0__C, ".const:ti_sysbios_knl_Event_Module__loggerFxn0__C");
5370 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__loggerFxn1__C, ".const:ti_sysbios_knl_Event_Module__loggerFxn1__C");
5374 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__loggerFxn2__C, ".const:ti_sysbios_knl_Event_Module__loggerFxn2__C");
5378 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__loggerFxn4__C, ".const:ti_sysbios_knl_Event_Module__loggerFxn4__C");
5382 #pragma DATA_SECTION(ti_sysbios_knl_Event_Module__loggerFxn8__C, ".const:ti_sysbios_knl_Event_Module__loggerFxn8__C");
5386 #pragma DATA_SECTION(ti_sysbios_knl_Event_Object__count__C, ".const:ti_sysbios_knl_Event_Object__count__C");
5390 #pragma DATA_SECTION(ti_sysbios_knl_Event_Object__heap__C, ".const:ti_sysbios_knl_Event_Object__heap__C");
5394 #pragma DATA_SECTION(ti_sysbios_knl_Event_Object__sizeof__C, ".const:ti_sysbios_knl_Event_Object__sizeof__C");
5398 #pragma DATA_SECTION(ti_sysbios_knl_Event_Object__table__C, ".const:ti_sysbios_knl_Event_Object__table__C");
5402 #pragma DATA_SECTION(ti_sysbios_knl_Event_LM_post__C, ".const:ti_sysbios_knl_Event_LM_post__C");
5406 #pragma DATA_SECTION(ti_sysbios_knl_Event_LM_pend__C, ".const:ti_sysbios_knl_Event_LM_pend__C");
5410 #pragma DATA_SECTION(ti_sysbios_knl_Event_A_nullEventMasks__C, ".const:ti_sysbios_knl_Event_A_nullEventMasks__C");
5414 #pragma DATA_SECTION(ti_sysbios_knl_Event_A_nullEventId__C, ".const:ti_sysbios_knl_Event_A_nullEventId__C");
5418 #pragma DATA_SECTION(ti_sysbios_knl_Event_A_eventInUse__C, ".const:ti_sysbios_knl_Event_A_eventInUse__C");
5422 #pragma DATA_SECTION(ti_sysbios_knl_Event_A_badContext__C, ".const:ti_sysbios_knl_Event_A_badContext__C");
5426 #pragma DATA_SECTION(ti_sysbios_knl_Event_A_pendTaskDisabled__C, ".const:ti_sysbios_knl_Event_A_pendTaskDisabled__C");
5435 #pragma DATA_SECTION(ti_sysbios_knl_Idle_funcList__A, ".const:ti_sysbios_knl_Idle_funcList__A");
5437 ((xdc_Void(*)(xdc_Void))((xdc_Fxn)
DSP_sleep)),
5438 ((xdc_Void(*)(xdc_Void))((xdc_Fxn)ti_sysbios_utils_Load_idleFxn__E)),
5443 #pragma DATA_SECTION(ti_sysbios_knl_Idle_coreList__A, ".const:ti_sysbios_knl_Idle_coreList__A");
5451 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__diagsEnabled__C, ".const:ti_sysbios_knl_Idle_Module__diagsEnabled__C");
5455 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__diagsIncluded__C, ".const:ti_sysbios_knl_Idle_Module__diagsIncluded__C");
5459 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__diagsMask__C, ".const:ti_sysbios_knl_Idle_Module__diagsMask__C");
5463 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__gateObj__C, ".const:ti_sysbios_knl_Idle_Module__gateObj__C");
5467 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__gatePrms__C, ".const:ti_sysbios_knl_Idle_Module__gatePrms__C");
5471 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__id__C, ".const:ti_sysbios_knl_Idle_Module__id__C");
5475 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__loggerDefined__C, ".const:ti_sysbios_knl_Idle_Module__loggerDefined__C");
5479 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__loggerObj__C, ".const:ti_sysbios_knl_Idle_Module__loggerObj__C");
5483 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__loggerFxn0__C, ".const:ti_sysbios_knl_Idle_Module__loggerFxn0__C");
5487 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__loggerFxn1__C, ".const:ti_sysbios_knl_Idle_Module__loggerFxn1__C");
5491 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__loggerFxn2__C, ".const:ti_sysbios_knl_Idle_Module__loggerFxn2__C");
5495 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__loggerFxn4__C, ".const:ti_sysbios_knl_Idle_Module__loggerFxn4__C");
5499 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Module__loggerFxn8__C, ".const:ti_sysbios_knl_Idle_Module__loggerFxn8__C");
5503 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Object__count__C, ".const:ti_sysbios_knl_Idle_Object__count__C");
5507 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Object__heap__C, ".const:ti_sysbios_knl_Idle_Object__heap__C");
5511 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Object__sizeof__C, ".const:ti_sysbios_knl_Idle_Object__sizeof__C");
5515 #pragma DATA_SECTION(ti_sysbios_knl_Idle_Object__table__C, ".const:ti_sysbios_knl_Idle_Object__table__C");
5519 #pragma DATA_SECTION(ti_sysbios_knl_Idle_funcList__C, ".const:ti_sysbios_knl_Idle_funcList__C");
5523 #pragma DATA_SECTION(ti_sysbios_knl_Idle_coreList__C, ".const:ti_sysbios_knl_Idle_coreList__C");
5532 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__diagsEnabled__C, ".const:ti_sysbios_knl_Intrinsics_Module__diagsEnabled__C");
5536 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__diagsIncluded__C, ".const:ti_sysbios_knl_Intrinsics_Module__diagsIncluded__C");
5540 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__diagsMask__C, ".const:ti_sysbios_knl_Intrinsics_Module__diagsMask__C");
5544 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__gateObj__C, ".const:ti_sysbios_knl_Intrinsics_Module__gateObj__C");
5548 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__gatePrms__C, ".const:ti_sysbios_knl_Intrinsics_Module__gatePrms__C");
5552 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__id__C, ".const:ti_sysbios_knl_Intrinsics_Module__id__C");
5556 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__loggerDefined__C, ".const:ti_sysbios_knl_Intrinsics_Module__loggerDefined__C");
5560 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__loggerObj__C, ".const:ti_sysbios_knl_Intrinsics_Module__loggerObj__C");
5564 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__loggerFxn0__C, ".const:ti_sysbios_knl_Intrinsics_Module__loggerFxn0__C");
5568 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__loggerFxn1__C, ".const:ti_sysbios_knl_Intrinsics_Module__loggerFxn1__C");
5572 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__loggerFxn2__C, ".const:ti_sysbios_knl_Intrinsics_Module__loggerFxn2__C");
5576 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__loggerFxn4__C, ".const:ti_sysbios_knl_Intrinsics_Module__loggerFxn4__C");
5580 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Module__loggerFxn8__C, ".const:ti_sysbios_knl_Intrinsics_Module__loggerFxn8__C");
5584 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Object__count__C, ".const:ti_sysbios_knl_Intrinsics_Object__count__C");
5588 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Object__heap__C, ".const:ti_sysbios_knl_Intrinsics_Object__heap__C");
5592 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Object__sizeof__C, ".const:ti_sysbios_knl_Intrinsics_Object__sizeof__C");
5596 #pragma DATA_SECTION(ti_sysbios_knl_Intrinsics_Object__table__C, ".const:ti_sysbios_knl_Intrinsics_Object__table__C");
5613 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Object__PARAMS__C, ".const:ti_sysbios_knl_Queue_Object__PARAMS__C");
5615 sizeof (ti_sysbios_knl_Queue_Params),
5620 sizeof (xdc_runtime_IInstance_Params),
5632 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__diagsEnabled__C, ".const:ti_sysbios_knl_Queue_Module__diagsEnabled__C");
5636 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__diagsIncluded__C, ".const:ti_sysbios_knl_Queue_Module__diagsIncluded__C");
5640 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__diagsMask__C, ".const:ti_sysbios_knl_Queue_Module__diagsMask__C");
5644 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__gateObj__C, ".const:ti_sysbios_knl_Queue_Module__gateObj__C");
5648 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__gatePrms__C, ".const:ti_sysbios_knl_Queue_Module__gatePrms__C");
5652 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__id__C, ".const:ti_sysbios_knl_Queue_Module__id__C");
5656 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__loggerDefined__C, ".const:ti_sysbios_knl_Queue_Module__loggerDefined__C");
5660 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__loggerObj__C, ".const:ti_sysbios_knl_Queue_Module__loggerObj__C");
5664 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__loggerFxn0__C, ".const:ti_sysbios_knl_Queue_Module__loggerFxn0__C");
5668 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__loggerFxn1__C, ".const:ti_sysbios_knl_Queue_Module__loggerFxn1__C");
5672 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__loggerFxn2__C, ".const:ti_sysbios_knl_Queue_Module__loggerFxn2__C");
5676 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__loggerFxn4__C, ".const:ti_sysbios_knl_Queue_Module__loggerFxn4__C");
5680 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Module__loggerFxn8__C, ".const:ti_sysbios_knl_Queue_Module__loggerFxn8__C");
5684 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Object__count__C, ".const:ti_sysbios_knl_Queue_Object__count__C");
5688 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Object__heap__C, ".const:ti_sysbios_knl_Queue_Object__heap__C");
5692 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Object__sizeof__C, ".const:ti_sysbios_knl_Queue_Object__sizeof__C");
5696 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Object__table__C, ".const:ti_sysbios_knl_Queue_Object__table__C");
5708 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Object__PARAMS__C, ".const:ti_sysbios_knl_Semaphore_Object__PARAMS__C");
5710 sizeof (ti_sysbios_knl_Semaphore_Params),
5716 ti_sysbios_knl_Semaphore_Mode_COUNTING,
5718 sizeof (xdc_runtime_IInstance_Params),
5730 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__diagsEnabled__C, ".const:ti_sysbios_knl_Semaphore_Module__diagsEnabled__C");
5734 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__diagsIncluded__C, ".const:ti_sysbios_knl_Semaphore_Module__diagsIncluded__C");
5738 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__diagsMask__C, ".const:ti_sysbios_knl_Semaphore_Module__diagsMask__C");
5742 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__gateObj__C, ".const:ti_sysbios_knl_Semaphore_Module__gateObj__C");
5746 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__gatePrms__C, ".const:ti_sysbios_knl_Semaphore_Module__gatePrms__C");
5750 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__id__C, ".const:ti_sysbios_knl_Semaphore_Module__id__C");
5754 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__loggerDefined__C, ".const:ti_sysbios_knl_Semaphore_Module__loggerDefined__C");
5758 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__loggerObj__C, ".const:ti_sysbios_knl_Semaphore_Module__loggerObj__C");
5762 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__loggerFxn0__C, ".const:ti_sysbios_knl_Semaphore_Module__loggerFxn0__C");
5766 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__loggerFxn1__C, ".const:ti_sysbios_knl_Semaphore_Module__loggerFxn1__C");
5770 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__loggerFxn2__C, ".const:ti_sysbios_knl_Semaphore_Module__loggerFxn2__C");
5774 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__loggerFxn4__C, ".const:ti_sysbios_knl_Semaphore_Module__loggerFxn4__C");
5778 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Module__loggerFxn8__C, ".const:ti_sysbios_knl_Semaphore_Module__loggerFxn8__C");
5782 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Object__count__C, ".const:ti_sysbios_knl_Semaphore_Object__count__C");
5786 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Object__heap__C, ".const:ti_sysbios_knl_Semaphore_Object__heap__C");
5790 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Object__sizeof__C, ".const:ti_sysbios_knl_Semaphore_Object__sizeof__C");
5794 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Object__table__C, ".const:ti_sysbios_knl_Semaphore_Object__table__C");
5798 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_LM_post__C, ".const:ti_sysbios_knl_Semaphore_LM_post__C");
5802 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_LM_pend__C, ".const:ti_sysbios_knl_Semaphore_LM_pend__C");
5806 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_A_noEvents__C, ".const:ti_sysbios_knl_Semaphore_A_noEvents__C");
5810 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_A_invTimeout__C, ".const:ti_sysbios_knl_Semaphore_A_invTimeout__C");
5814 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_A_badContext__C, ".const:ti_sysbios_knl_Semaphore_A_badContext__C");
5818 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_A_overflow__C, ".const:ti_sysbios_knl_Semaphore_A_overflow__C");
5822 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_A_pendTaskDisabled__C, ".const:ti_sysbios_knl_Semaphore_A_pendTaskDisabled__C");
5826 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_E_objectNotInKernelSpace__C, ".const:ti_sysbios_knl_Semaphore_E_objectNotInKernelSpace__C");
5830 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_supportsEvents__C, ".const:ti_sysbios_knl_Semaphore_supportsEvents__C");
5834 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_supportsPriority__C, ".const:ti_sysbios_knl_Semaphore_supportsPriority__C");
5838 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_eventPost__C, ".const:ti_sysbios_knl_Semaphore_eventPost__C");
5842 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_eventSync__C, ".const:ti_sysbios_knl_Semaphore_eventSync__C");
5854 #pragma DATA_SECTION(ti_sysbios_knl_Task_Object__PARAMS__C, ".const:ti_sysbios_knl_Task_Object__PARAMS__C");
5856 sizeof (ti_sysbios_knl_Task_Params),
5872 sizeof (xdc_runtime_IInstance_Params),
5899 ti_sysbios_knl_Task_Mode_INACTIVE,
5900 ((ti_sysbios_knl_Task_PendElem*)0),
5904 ((xdc_Void(*)(xdc_UArg,xdc_UArg))((xdc_Fxn)ti_sysbios_knl_Idle_loop__E)),
6026 #if defined (__ICCARM__)
6027 #pragma location = ".data_ti_sysbios_knl_Task_Module__state__V"
6029 #if defined(__llvm__) && defined(__ti__)
6031 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
6032 #ifndef __TI_COMPILER_VERSION__
6066 #pragma DATA_SECTION(ti_sysbios_knl_Task_hooks__A, ".const:ti_sysbios_knl_Task_hooks__A");
6070 ((xdc_Void(*)(ti_sysbios_knl_Task_Handle,xdc_runtime_Error_Block*))((xdc_Fxn)ti_sysbios_utils_Load_taskCreateHook__E)),
6071 ((xdc_Void(*)(ti_sysbios_knl_Task_Handle))0),
6072 ((xdc_Void(*)(ti_sysbios_knl_Task_Handle,ti_sysbios_knl_Task_Handle))((xdc_Fxn)ti_sysbios_utils_Load_taskSwitchHook__E)),
6073 ((xdc_Void(*)(ti_sysbios_knl_Task_Handle))0),
6074 ((xdc_Void(*)(ti_sysbios_knl_Task_Handle))((xdc_Fxn)ti_sysbios_utils_Load_taskDeleteHook__E)),
6079 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__diagsEnabled__C, ".const:ti_sysbios_knl_Task_Module__diagsEnabled__C");
6083 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__diagsIncluded__C, ".const:ti_sysbios_knl_Task_Module__diagsIncluded__C");
6087 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__diagsMask__C, ".const:ti_sysbios_knl_Task_Module__diagsMask__C");
6091 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__gateObj__C, ".const:ti_sysbios_knl_Task_Module__gateObj__C");
6095 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__gatePrms__C, ".const:ti_sysbios_knl_Task_Module__gatePrms__C");
6099 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__id__C, ".const:ti_sysbios_knl_Task_Module__id__C");
6103 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__loggerDefined__C, ".const:ti_sysbios_knl_Task_Module__loggerDefined__C");
6107 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__loggerObj__C, ".const:ti_sysbios_knl_Task_Module__loggerObj__C");
6111 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__loggerFxn0__C, ".const:ti_sysbios_knl_Task_Module__loggerFxn0__C");
6115 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__loggerFxn1__C, ".const:ti_sysbios_knl_Task_Module__loggerFxn1__C");
6119 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__loggerFxn2__C, ".const:ti_sysbios_knl_Task_Module__loggerFxn2__C");
6123 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__loggerFxn4__C, ".const:ti_sysbios_knl_Task_Module__loggerFxn4__C");
6127 #pragma DATA_SECTION(ti_sysbios_knl_Task_Module__loggerFxn8__C, ".const:ti_sysbios_knl_Task_Module__loggerFxn8__C");
6131 #pragma DATA_SECTION(ti_sysbios_knl_Task_Object__count__C, ".const:ti_sysbios_knl_Task_Object__count__C");
6135 #pragma DATA_SECTION(ti_sysbios_knl_Task_Object__heap__C, ".const:ti_sysbios_knl_Task_Object__heap__C");
6139 #pragma DATA_SECTION(ti_sysbios_knl_Task_Object__sizeof__C, ".const:ti_sysbios_knl_Task_Object__sizeof__C");
6143 #pragma DATA_SECTION(ti_sysbios_knl_Task_Object__table__C, ".const:ti_sysbios_knl_Task_Object__table__C");
6147 #pragma DATA_SECTION(ti_sysbios_knl_Task_LM_switch__C, ".const:ti_sysbios_knl_Task_LM_switch__C");
6151 #pragma DATA_SECTION(ti_sysbios_knl_Task_LM_sleep__C, ".const:ti_sysbios_knl_Task_LM_sleep__C");
6155 #pragma DATA_SECTION(ti_sysbios_knl_Task_LD_ready__C, ".const:ti_sysbios_knl_Task_LD_ready__C");
6159 #pragma DATA_SECTION(ti_sysbios_knl_Task_LD_block__C, ".const:ti_sysbios_knl_Task_LD_block__C");
6163 #pragma DATA_SECTION(ti_sysbios_knl_Task_LM_yield__C, ".const:ti_sysbios_knl_Task_LM_yield__C");
6167 #pragma DATA_SECTION(ti_sysbios_knl_Task_LM_setPri__C, ".const:ti_sysbios_knl_Task_LM_setPri__C");
6171 #pragma DATA_SECTION(ti_sysbios_knl_Task_LD_exit__C, ".const:ti_sysbios_knl_Task_LD_exit__C");
6175 #pragma DATA_SECTION(ti_sysbios_knl_Task_LM_setAffinity__C, ".const:ti_sysbios_knl_Task_LM_setAffinity__C");
6179 #pragma DATA_SECTION(ti_sysbios_knl_Task_LM_schedule__C, ".const:ti_sysbios_knl_Task_LM_schedule__C");
6183 #pragma DATA_SECTION(ti_sysbios_knl_Task_LM_noWork__C, ".const:ti_sysbios_knl_Task_LM_noWork__C");
6187 #pragma DATA_SECTION(ti_sysbios_knl_Task_E_stackOverflow__C, ".const:ti_sysbios_knl_Task_E_stackOverflow__C");
6191 #pragma DATA_SECTION(ti_sysbios_knl_Task_E_spOutOfBounds__C, ".const:ti_sysbios_knl_Task_E_spOutOfBounds__C");
6195 #pragma DATA_SECTION(ti_sysbios_knl_Task_E_deleteNotAllowed__C, ".const:ti_sysbios_knl_Task_E_deleteNotAllowed__C");
6199 #pragma DATA_SECTION(ti_sysbios_knl_Task_E_moduleStateCheckFailed__C, ".const:ti_sysbios_knl_Task_E_moduleStateCheckFailed__C");
6203 #pragma DATA_SECTION(ti_sysbios_knl_Task_E_objectCheckFailed__C, ".const:ti_sysbios_knl_Task_E_objectCheckFailed__C");
6207 #pragma DATA_SECTION(ti_sysbios_knl_Task_E_objectNotInKernelSpace__C, ".const:ti_sysbios_knl_Task_E_objectNotInKernelSpace__C");
6211 #pragma DATA_SECTION(ti_sysbios_knl_Task_A_badThreadType__C, ".const:ti_sysbios_knl_Task_A_badThreadType__C");
6215 #pragma DATA_SECTION(ti_sysbios_knl_Task_A_badTaskState__C, ".const:ti_sysbios_knl_Task_A_badTaskState__C");
6219 #pragma DATA_SECTION(ti_sysbios_knl_Task_A_noPendElem__C, ".const:ti_sysbios_knl_Task_A_noPendElem__C");
6223 #pragma DATA_SECTION(ti_sysbios_knl_Task_A_taskDisabled__C, ".const:ti_sysbios_knl_Task_A_taskDisabled__C");
6227 #pragma DATA_SECTION(ti_sysbios_knl_Task_A_badPriority__C, ".const:ti_sysbios_knl_Task_A_badPriority__C");
6231 #pragma DATA_SECTION(ti_sysbios_knl_Task_A_badTimeout__C, ".const:ti_sysbios_knl_Task_A_badTimeout__C");
6235 #pragma DATA_SECTION(ti_sysbios_knl_Task_A_badAffinity__C, ".const:ti_sysbios_knl_Task_A_badAffinity__C");
6239 #pragma DATA_SECTION(ti_sysbios_knl_Task_A_sleepTaskDisabled__C, ".const:ti_sysbios_knl_Task_A_sleepTaskDisabled__C");
6243 #pragma DATA_SECTION(ti_sysbios_knl_Task_A_invalidCoreId__C, ".const:ti_sysbios_knl_Task_A_invalidCoreId__C");
6247 #pragma DATA_SECTION(ti_sysbios_knl_Task_numPriorities__C, ".const:ti_sysbios_knl_Task_numPriorities__C");
6251 #pragma DATA_SECTION(ti_sysbios_knl_Task_defaultStackSize__C, ".const:ti_sysbios_knl_Task_defaultStackSize__C");
6255 #pragma DATA_SECTION(ti_sysbios_knl_Task_defaultStackHeap__C, ".const:ti_sysbios_knl_Task_defaultStackHeap__C");
6259 #pragma DATA_SECTION(ti_sysbios_knl_Task_allBlockedFunc__C, ".const:ti_sysbios_knl_Task_allBlockedFunc__C");
6263 #pragma DATA_SECTION(ti_sysbios_knl_Task_initStackFlag__C, ".const:ti_sysbios_knl_Task_initStackFlag__C");
6267 #pragma DATA_SECTION(ti_sysbios_knl_Task_checkStackFlag__C, ".const:ti_sysbios_knl_Task_checkStackFlag__C");
6271 #pragma DATA_SECTION(ti_sysbios_knl_Task_deleteTerminatedTasks__C, ".const:ti_sysbios_knl_Task_deleteTerminatedTasks__C");
6275 #pragma DATA_SECTION(ti_sysbios_knl_Task_hooks__C, ".const:ti_sysbios_knl_Task_hooks__C");
6279 #pragma DATA_SECTION(ti_sysbios_knl_Task_moduleStateCheckFxn__C, ".const:ti_sysbios_knl_Task_moduleStateCheckFxn__C");
6283 #pragma DATA_SECTION(ti_sysbios_knl_Task_moduleStateCheckValueFxn__C, ".const:ti_sysbios_knl_Task_moduleStateCheckValueFxn__C");
6287 #pragma DATA_SECTION(ti_sysbios_knl_Task_moduleStateCheckFlag__C, ".const:ti_sysbios_knl_Task_moduleStateCheckFlag__C");
6291 #pragma DATA_SECTION(ti_sysbios_knl_Task_objectCheckFxn__C, ".const:ti_sysbios_knl_Task_objectCheckFxn__C");
6295 #pragma DATA_SECTION(ti_sysbios_knl_Task_objectCheckValueFxn__C, ".const:ti_sysbios_knl_Task_objectCheckValueFxn__C");
6299 #pragma DATA_SECTION(ti_sysbios_knl_Task_objectCheckFlag__C, ".const:ti_sysbios_knl_Task_objectCheckFlag__C");
6303 #pragma DATA_SECTION(ti_sysbios_knl_Task_numConstructedTasks__C, ".const:ti_sysbios_knl_Task_numConstructedTasks__C");
6307 #pragma DATA_SECTION(ti_sysbios_knl_Task_startupHookFunc__C, ".const:ti_sysbios_knl_Task_startupHookFunc__C");
6321 #if defined (__ICCARM__)
6322 #pragma location = ".data_ti_sysbios_rts_ti_ThreadLocalStorage_Module__state__V"
6324 #if defined(__llvm__) && defined(__ti__)
6326 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
6327 #ifndef __TI_COMPILER_VERSION__
6332 ((xdc_Ptr)((
void*)
"&__TI_TLS_MAIN_THREAD_Base")),
6333 (xdc_UInt)(-0x0 - 1),
6338 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_Module__diagsEnabled__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_Module__diagsEnabled__C");
6342 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_Module__diagsIncluded__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_Module__diagsIncluded__C");
6346 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_Module__diagsMask__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_Module__diagsMask__C");
6350 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_Module__gateObj__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_Module__gateObj__C");
6354 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_Module__gatePrms__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_Module__gatePrms__C");
6358 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_Module__id__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_Module__id__C");
6362 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_Module__loggerDefined__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_Module__loggerDefined__C");
6366 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_Module__loggerObj__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_Module__loggerObj__C");
6370 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_Module__loggerFxn0__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_Module__loggerFxn0__C");
6374 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_Module__loggerFxn1__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_Module__loggerFxn1__C");
6378 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_Module__loggerFxn2__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_Module__loggerFxn2__C");
6382 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_Module__loggerFxn4__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_Module__loggerFxn4__C");
6386 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_Module__loggerFxn8__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_Module__loggerFxn8__C");
6390 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_Object__count__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_Object__count__C");
6394 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_Object__heap__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_Object__heap__C");
6398 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_Object__sizeof__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_Object__sizeof__C");
6402 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_Object__table__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_Object__table__C");
6406 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_heapHandle__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_heapHandle__C");
6410 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_enableTLSSupport__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_enableTLSSupport__C");
6414 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_TItlsSectMemory__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_TItlsSectMemory__C");
6418 #pragma DATA_SECTION(ti_sysbios_rts_ti_ThreadLocalStorage_TItls_initSectMemory__C, ".const:ti_sysbios_rts_ti_ThreadLocalStorage_TItls_initSectMemory__C");
6430 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Object__PARAMS__C, ".const:ti_sysbios_timers_rti_Timer_Object__PARAMS__C");
6432 sizeof (ti_sysbios_timers_rti_Timer_Params),
6436 ti_sysbios_interfaces_ITimer_RunMode_CONTINUOUS,
6437 ti_sysbios_interfaces_ITimer_StartMode_AUTO,
6440 ti_sysbios_interfaces_ITimer_PeriodType_MICROSECS,
6446 ((ti_sysbios_hal_Hwi_Params*)0),
6449 sizeof (xdc_runtime_IInstance_Params),
6466 ti_sysbios_interfaces_ITimer_RunMode_CONTINUOUS,
6467 ti_sysbios_interfaces_ITimer_StartMode_AUTO,
6470 ti_sysbios_interfaces_ITimer_PeriodType_MICROSECS,
6488 ((xdc_Ptr)((
void*)0x2020000)),
6493 ((xdc_Ptr)((
void*)0x2020000)),
6501 (xdc_Bits32)0xbebc200,
6505 (xdc_Bits32)0xbebc200,
6516 #if defined (__ICCARM__)
6517 #pragma location = ".data_ti_sysbios_timers_rti_Timer_Module__state__V"
6519 #if defined(__llvm__) && defined(__ti__)
6521 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
6522 #ifndef __TI_COMPILER_VERSION__
6534 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__diagsEnabled__C, ".const:ti_sysbios_timers_rti_Timer_Module__diagsEnabled__C");
6538 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__diagsIncluded__C, ".const:ti_sysbios_timers_rti_Timer_Module__diagsIncluded__C");
6542 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__diagsMask__C, ".const:ti_sysbios_timers_rti_Timer_Module__diagsMask__C");
6546 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__gateObj__C, ".const:ti_sysbios_timers_rti_Timer_Module__gateObj__C");
6550 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__gatePrms__C, ".const:ti_sysbios_timers_rti_Timer_Module__gatePrms__C");
6554 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__id__C, ".const:ti_sysbios_timers_rti_Timer_Module__id__C");
6558 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__loggerDefined__C, ".const:ti_sysbios_timers_rti_Timer_Module__loggerDefined__C");
6562 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__loggerObj__C, ".const:ti_sysbios_timers_rti_Timer_Module__loggerObj__C");
6566 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__loggerFxn0__C, ".const:ti_sysbios_timers_rti_Timer_Module__loggerFxn0__C");
6570 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__loggerFxn1__C, ".const:ti_sysbios_timers_rti_Timer_Module__loggerFxn1__C");
6574 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__loggerFxn2__C, ".const:ti_sysbios_timers_rti_Timer_Module__loggerFxn2__C");
6578 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__loggerFxn4__C, ".const:ti_sysbios_timers_rti_Timer_Module__loggerFxn4__C");
6582 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Module__loggerFxn8__C, ".const:ti_sysbios_timers_rti_Timer_Module__loggerFxn8__C");
6586 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Object__count__C, ".const:ti_sysbios_timers_rti_Timer_Object__count__C");
6590 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Object__heap__C, ".const:ti_sysbios_timers_rti_Timer_Object__heap__C");
6594 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Object__sizeof__C, ".const:ti_sysbios_timers_rti_Timer_Object__sizeof__C");
6598 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Object__table__C, ".const:ti_sysbios_timers_rti_Timer_Object__table__C");
6602 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_A_invalidTimer__C, ".const:ti_sysbios_timers_rti_Timer_A_invalidTimer__C");
6606 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_E_invalidTimer__C, ".const:ti_sysbios_timers_rti_Timer_E_invalidTimer__C");
6610 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_E_notAvailable__C, ".const:ti_sysbios_timers_rti_Timer_E_notAvailable__C");
6614 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_E_invalidHwiMask__C, ".const:ti_sysbios_timers_rti_Timer_E_invalidHwiMask__C");
6618 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_E_cannotSupport__C, ".const:ti_sysbios_timers_rti_Timer_E_cannotSupport__C");
6622 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_anyMask__C, ".const:ti_sysbios_timers_rti_Timer_anyMask__C");
6626 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_continueOnSuspend__C, ".const:ti_sysbios_timers_rti_Timer_continueOnSuspend__C");
6630 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_startupNeeded__C, ".const:ti_sysbios_timers_rti_Timer_startupNeeded__C");
6634 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_numTimerDevices__C, ".const:ti_sysbios_timers_rti_Timer_numTimerDevices__C");
6668 #if defined (__ICCARM__)
6669 #pragma location = ".data_ti_sysbios_utils_Load_Module__state__V"
6671 #if defined(__llvm__) && defined(__ti__)
6673 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
6674 #ifndef __TI_COMPILER_VERSION__
6712 (xdc_UInt32)0xffffffff,
6732 #pragma DATA_SECTION(ti_sysbios_utils_Load_Module__diagsEnabled__C, ".const:ti_sysbios_utils_Load_Module__diagsEnabled__C");
6736 #pragma DATA_SECTION(ti_sysbios_utils_Load_Module__diagsIncluded__C, ".const:ti_sysbios_utils_Load_Module__diagsIncluded__C");
6740 #pragma DATA_SECTION(ti_sysbios_utils_Load_Module__diagsMask__C, ".const:ti_sysbios_utils_Load_Module__diagsMask__C");
6744 #pragma DATA_SECTION(ti_sysbios_utils_Load_Module__gateObj__C, ".const:ti_sysbios_utils_Load_Module__gateObj__C");
6748 #pragma DATA_SECTION(ti_sysbios_utils_Load_Module__gatePrms__C, ".const:ti_sysbios_utils_Load_Module__gatePrms__C");
6752 #pragma DATA_SECTION(ti_sysbios_utils_Load_Module__id__C, ".const:ti_sysbios_utils_Load_Module__id__C");
6756 #pragma DATA_SECTION(ti_sysbios_utils_Load_Module__loggerDefined__C, ".const:ti_sysbios_utils_Load_Module__loggerDefined__C");
6760 #pragma DATA_SECTION(ti_sysbios_utils_Load_Module__loggerObj__C, ".const:ti_sysbios_utils_Load_Module__loggerObj__C");
6764 #pragma DATA_SECTION(ti_sysbios_utils_Load_Module__loggerFxn0__C, ".const:ti_sysbios_utils_Load_Module__loggerFxn0__C");
6768 #pragma DATA_SECTION(ti_sysbios_utils_Load_Module__loggerFxn1__C, ".const:ti_sysbios_utils_Load_Module__loggerFxn1__C");
6772 #pragma DATA_SECTION(ti_sysbios_utils_Load_Module__loggerFxn2__C, ".const:ti_sysbios_utils_Load_Module__loggerFxn2__C");
6776 #pragma DATA_SECTION(ti_sysbios_utils_Load_Module__loggerFxn4__C, ".const:ti_sysbios_utils_Load_Module__loggerFxn4__C");
6780 #pragma DATA_SECTION(ti_sysbios_utils_Load_Module__loggerFxn8__C, ".const:ti_sysbios_utils_Load_Module__loggerFxn8__C");
6784 #pragma DATA_SECTION(ti_sysbios_utils_Load_Object__count__C, ".const:ti_sysbios_utils_Load_Object__count__C");
6788 #pragma DATA_SECTION(ti_sysbios_utils_Load_Object__heap__C, ".const:ti_sysbios_utils_Load_Object__heap__C");
6792 #pragma DATA_SECTION(ti_sysbios_utils_Load_Object__sizeof__C, ".const:ti_sysbios_utils_Load_Object__sizeof__C");
6796 #pragma DATA_SECTION(ti_sysbios_utils_Load_Object__table__C, ".const:ti_sysbios_utils_Load_Object__table__C");
6800 #pragma DATA_SECTION(ti_sysbios_utils_Load_LS_cpuLoad__C, ".const:ti_sysbios_utils_Load_LS_cpuLoad__C");
6804 #pragma DATA_SECTION(ti_sysbios_utils_Load_LS_hwiLoad__C, ".const:ti_sysbios_utils_Load_LS_hwiLoad__C");
6808 #pragma DATA_SECTION(ti_sysbios_utils_Load_LS_swiLoad__C, ".const:ti_sysbios_utils_Load_LS_swiLoad__C");
6812 #pragma DATA_SECTION(ti_sysbios_utils_Load_LS_taskLoad__C, ".const:ti_sysbios_utils_Load_LS_taskLoad__C");
6816 #pragma DATA_SECTION(ti_sysbios_utils_Load_postUpdate__C, ".const:ti_sysbios_utils_Load_postUpdate__C");
6820 #pragma DATA_SECTION(ti_sysbios_utils_Load_updateInIdle__C, ".const:ti_sysbios_utils_Load_updateInIdle__C");
6824 #pragma DATA_SECTION(ti_sysbios_utils_Load_windowInMs__C, ".const:ti_sysbios_utils_Load_windowInMs__C");
6828 #pragma DATA_SECTION(ti_sysbios_utils_Load_hwiEnabled__C, ".const:ti_sysbios_utils_Load_hwiEnabled__C");
6832 #pragma DATA_SECTION(ti_sysbios_utils_Load_swiEnabled__C, ".const:ti_sysbios_utils_Load_swiEnabled__C");
6836 #pragma DATA_SECTION(ti_sysbios_utils_Load_taskEnabled__C, ".const:ti_sysbios_utils_Load_taskEnabled__C");
6840 #pragma DATA_SECTION(ti_sysbios_utils_Load_autoAddTasks__C, ".const:ti_sysbios_utils_Load_autoAddTasks__C");
6849 #pragma DATA_SECTION(xdc_runtime_Assert_Module__diagsEnabled__C, ".const:xdc_runtime_Assert_Module__diagsEnabled__C");
6853 #pragma DATA_SECTION(xdc_runtime_Assert_Module__diagsIncluded__C, ".const:xdc_runtime_Assert_Module__diagsIncluded__C");
6857 #pragma DATA_SECTION(xdc_runtime_Assert_Module__diagsMask__C, ".const:xdc_runtime_Assert_Module__diagsMask__C");
6861 #pragma DATA_SECTION(xdc_runtime_Assert_Module__gateObj__C, ".const:xdc_runtime_Assert_Module__gateObj__C");
6865 #pragma DATA_SECTION(xdc_runtime_Assert_Module__gatePrms__C, ".const:xdc_runtime_Assert_Module__gatePrms__C");
6869 #pragma DATA_SECTION(xdc_runtime_Assert_Module__id__C, ".const:xdc_runtime_Assert_Module__id__C");
6873 #pragma DATA_SECTION(xdc_runtime_Assert_Module__loggerDefined__C, ".const:xdc_runtime_Assert_Module__loggerDefined__C");
6877 #pragma DATA_SECTION(xdc_runtime_Assert_Module__loggerObj__C, ".const:xdc_runtime_Assert_Module__loggerObj__C");
6881 #pragma DATA_SECTION(xdc_runtime_Assert_Module__loggerFxn0__C, ".const:xdc_runtime_Assert_Module__loggerFxn0__C");
6885 #pragma DATA_SECTION(xdc_runtime_Assert_Module__loggerFxn1__C, ".const:xdc_runtime_Assert_Module__loggerFxn1__C");
6889 #pragma DATA_SECTION(xdc_runtime_Assert_Module__loggerFxn2__C, ".const:xdc_runtime_Assert_Module__loggerFxn2__C");
6893 #pragma DATA_SECTION(xdc_runtime_Assert_Module__loggerFxn4__C, ".const:xdc_runtime_Assert_Module__loggerFxn4__C");
6897 #pragma DATA_SECTION(xdc_runtime_Assert_Module__loggerFxn8__C, ".const:xdc_runtime_Assert_Module__loggerFxn8__C");
6901 #pragma DATA_SECTION(xdc_runtime_Assert_Object__count__C, ".const:xdc_runtime_Assert_Object__count__C");
6905 #pragma DATA_SECTION(xdc_runtime_Assert_Object__heap__C, ".const:xdc_runtime_Assert_Object__heap__C");
6909 #pragma DATA_SECTION(xdc_runtime_Assert_Object__sizeof__C, ".const:xdc_runtime_Assert_Object__sizeof__C");
6913 #pragma DATA_SECTION(xdc_runtime_Assert_Object__table__C, ".const:xdc_runtime_Assert_Object__table__C");
6917 #pragma DATA_SECTION(xdc_runtime_Assert_E_assertFailed__C, ".const:xdc_runtime_Assert_E_assertFailed__C");
6926 #pragma DATA_SECTION(xdc_runtime_Core_Module__diagsEnabled__C, ".const:xdc_runtime_Core_Module__diagsEnabled__C");
6930 #pragma DATA_SECTION(xdc_runtime_Core_Module__diagsIncluded__C, ".const:xdc_runtime_Core_Module__diagsIncluded__C");
6934 #pragma DATA_SECTION(xdc_runtime_Core_Module__diagsMask__C, ".const:xdc_runtime_Core_Module__diagsMask__C");
6938 #pragma DATA_SECTION(xdc_runtime_Core_Module__gateObj__C, ".const:xdc_runtime_Core_Module__gateObj__C");
6942 #pragma DATA_SECTION(xdc_runtime_Core_Module__gatePrms__C, ".const:xdc_runtime_Core_Module__gatePrms__C");
6946 #pragma DATA_SECTION(xdc_runtime_Core_Module__id__C, ".const:xdc_runtime_Core_Module__id__C");
6950 #pragma DATA_SECTION(xdc_runtime_Core_Module__loggerDefined__C, ".const:xdc_runtime_Core_Module__loggerDefined__C");
6954 #pragma DATA_SECTION(xdc_runtime_Core_Module__loggerObj__C, ".const:xdc_runtime_Core_Module__loggerObj__C");
6958 #pragma DATA_SECTION(xdc_runtime_Core_Module__loggerFxn0__C, ".const:xdc_runtime_Core_Module__loggerFxn0__C");
6962 #pragma DATA_SECTION(xdc_runtime_Core_Module__loggerFxn1__C, ".const:xdc_runtime_Core_Module__loggerFxn1__C");
6966 #pragma DATA_SECTION(xdc_runtime_Core_Module__loggerFxn2__C, ".const:xdc_runtime_Core_Module__loggerFxn2__C");
6970 #pragma DATA_SECTION(xdc_runtime_Core_Module__loggerFxn4__C, ".const:xdc_runtime_Core_Module__loggerFxn4__C");
6974 #pragma DATA_SECTION(xdc_runtime_Core_Module__loggerFxn8__C, ".const:xdc_runtime_Core_Module__loggerFxn8__C");
6978 #pragma DATA_SECTION(xdc_runtime_Core_Object__count__C, ".const:xdc_runtime_Core_Object__count__C");
6982 #pragma DATA_SECTION(xdc_runtime_Core_Object__heap__C, ".const:xdc_runtime_Core_Object__heap__C");
6986 #pragma DATA_SECTION(xdc_runtime_Core_Object__sizeof__C, ".const:xdc_runtime_Core_Object__sizeof__C");
6990 #pragma DATA_SECTION(xdc_runtime_Core_Object__table__C, ".const:xdc_runtime_Core_Object__table__C");
6994 #pragma DATA_SECTION(xdc_runtime_Core_A_initializedParams__C, ".const:xdc_runtime_Core_A_initializedParams__C");
7003 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__diagsEnabled__C, ".const:xdc_runtime_Defaults_Module__diagsEnabled__C");
7007 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__diagsIncluded__C, ".const:xdc_runtime_Defaults_Module__diagsIncluded__C");
7011 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__diagsMask__C, ".const:xdc_runtime_Defaults_Module__diagsMask__C");
7015 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__gateObj__C, ".const:xdc_runtime_Defaults_Module__gateObj__C");
7019 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__gatePrms__C, ".const:xdc_runtime_Defaults_Module__gatePrms__C");
7023 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__id__C, ".const:xdc_runtime_Defaults_Module__id__C");
7027 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__loggerDefined__C, ".const:xdc_runtime_Defaults_Module__loggerDefined__C");
7031 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__loggerObj__C, ".const:xdc_runtime_Defaults_Module__loggerObj__C");
7035 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__loggerFxn0__C, ".const:xdc_runtime_Defaults_Module__loggerFxn0__C");
7039 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__loggerFxn1__C, ".const:xdc_runtime_Defaults_Module__loggerFxn1__C");
7043 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__loggerFxn2__C, ".const:xdc_runtime_Defaults_Module__loggerFxn2__C");
7047 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__loggerFxn4__C, ".const:xdc_runtime_Defaults_Module__loggerFxn4__C");
7051 #pragma DATA_SECTION(xdc_runtime_Defaults_Module__loggerFxn8__C, ".const:xdc_runtime_Defaults_Module__loggerFxn8__C");
7055 #pragma DATA_SECTION(xdc_runtime_Defaults_Object__count__C, ".const:xdc_runtime_Defaults_Object__count__C");
7059 #pragma DATA_SECTION(xdc_runtime_Defaults_Object__heap__C, ".const:xdc_runtime_Defaults_Object__heap__C");
7063 #pragma DATA_SECTION(xdc_runtime_Defaults_Object__sizeof__C, ".const:xdc_runtime_Defaults_Object__sizeof__C");
7067 #pragma DATA_SECTION(xdc_runtime_Defaults_Object__table__C, ".const:xdc_runtime_Defaults_Object__table__C");
7076 #pragma DATA_SECTION(xdc_runtime_Diags_Module__diagsEnabled__C, ".const:xdc_runtime_Diags_Module__diagsEnabled__C");
7080 #pragma DATA_SECTION(xdc_runtime_Diags_Module__diagsIncluded__C, ".const:xdc_runtime_Diags_Module__diagsIncluded__C");
7084 #pragma DATA_SECTION(xdc_runtime_Diags_Module__diagsMask__C, ".const:xdc_runtime_Diags_Module__diagsMask__C");
7088 #pragma DATA_SECTION(xdc_runtime_Diags_Module__gateObj__C, ".const:xdc_runtime_Diags_Module__gateObj__C");
7092 #pragma DATA_SECTION(xdc_runtime_Diags_Module__gatePrms__C, ".const:xdc_runtime_Diags_Module__gatePrms__C");
7096 #pragma DATA_SECTION(xdc_runtime_Diags_Module__id__C, ".const:xdc_runtime_Diags_Module__id__C");
7100 #pragma DATA_SECTION(xdc_runtime_Diags_Module__loggerDefined__C, ".const:xdc_runtime_Diags_Module__loggerDefined__C");
7104 #pragma DATA_SECTION(xdc_runtime_Diags_Module__loggerObj__C, ".const:xdc_runtime_Diags_Module__loggerObj__C");
7108 #pragma DATA_SECTION(xdc_runtime_Diags_Module__loggerFxn0__C, ".const:xdc_runtime_Diags_Module__loggerFxn0__C");
7112 #pragma DATA_SECTION(xdc_runtime_Diags_Module__loggerFxn1__C, ".const:xdc_runtime_Diags_Module__loggerFxn1__C");
7116 #pragma DATA_SECTION(xdc_runtime_Diags_Module__loggerFxn2__C, ".const:xdc_runtime_Diags_Module__loggerFxn2__C");
7120 #pragma DATA_SECTION(xdc_runtime_Diags_Module__loggerFxn4__C, ".const:xdc_runtime_Diags_Module__loggerFxn4__C");
7124 #pragma DATA_SECTION(xdc_runtime_Diags_Module__loggerFxn8__C, ".const:xdc_runtime_Diags_Module__loggerFxn8__C");
7128 #pragma DATA_SECTION(xdc_runtime_Diags_Object__count__C, ".const:xdc_runtime_Diags_Object__count__C");
7132 #pragma DATA_SECTION(xdc_runtime_Diags_Object__heap__C, ".const:xdc_runtime_Diags_Object__heap__C");
7136 #pragma DATA_SECTION(xdc_runtime_Diags_Object__sizeof__C, ".const:xdc_runtime_Diags_Object__sizeof__C");
7140 #pragma DATA_SECTION(xdc_runtime_Diags_Object__table__C, ".const:xdc_runtime_Diags_Object__table__C");
7144 #pragma DATA_SECTION(xdc_runtime_Diags_setMaskEnabled__C, ".const:xdc_runtime_Diags_setMaskEnabled__C");
7148 #pragma DATA_SECTION(xdc_runtime_Diags_dictBase__C, ".const:xdc_runtime_Diags_dictBase__C");
7157 #if defined (__ICCARM__)
7158 #pragma location = ".data_xdc_runtime_Error_Module__state__V"
7160 #if defined(__llvm__) && defined(__ti__)
7162 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
7163 #ifndef __TI_COMPILER_VERSION__
7172 #pragma DATA_SECTION(xdc_runtime_Error_Module__diagsEnabled__C, ".const:xdc_runtime_Error_Module__diagsEnabled__C");
7176 #pragma DATA_SECTION(xdc_runtime_Error_Module__diagsIncluded__C, ".const:xdc_runtime_Error_Module__diagsIncluded__C");
7180 #pragma DATA_SECTION(xdc_runtime_Error_Module__diagsMask__C, ".const:xdc_runtime_Error_Module__diagsMask__C");
7184 #pragma DATA_SECTION(xdc_runtime_Error_Module__gateObj__C, ".const:xdc_runtime_Error_Module__gateObj__C");
7188 #pragma DATA_SECTION(xdc_runtime_Error_Module__gatePrms__C, ".const:xdc_runtime_Error_Module__gatePrms__C");
7192 #pragma DATA_SECTION(xdc_runtime_Error_Module__id__C, ".const:xdc_runtime_Error_Module__id__C");
7196 #pragma DATA_SECTION(xdc_runtime_Error_Module__loggerDefined__C, ".const:xdc_runtime_Error_Module__loggerDefined__C");
7200 #pragma DATA_SECTION(xdc_runtime_Error_Module__loggerObj__C, ".const:xdc_runtime_Error_Module__loggerObj__C");
7204 #pragma DATA_SECTION(xdc_runtime_Error_Module__loggerFxn0__C, ".const:xdc_runtime_Error_Module__loggerFxn0__C");
7208 #pragma DATA_SECTION(xdc_runtime_Error_Module__loggerFxn1__C, ".const:xdc_runtime_Error_Module__loggerFxn1__C");
7212 #pragma DATA_SECTION(xdc_runtime_Error_Module__loggerFxn2__C, ".const:xdc_runtime_Error_Module__loggerFxn2__C");
7216 #pragma DATA_SECTION(xdc_runtime_Error_Module__loggerFxn4__C, ".const:xdc_runtime_Error_Module__loggerFxn4__C");
7220 #pragma DATA_SECTION(xdc_runtime_Error_Module__loggerFxn8__C, ".const:xdc_runtime_Error_Module__loggerFxn8__C");
7224 #pragma DATA_SECTION(xdc_runtime_Error_Object__count__C, ".const:xdc_runtime_Error_Object__count__C");
7228 #pragma DATA_SECTION(xdc_runtime_Error_Object__heap__C, ".const:xdc_runtime_Error_Object__heap__C");
7232 #pragma DATA_SECTION(xdc_runtime_Error_Object__sizeof__C, ".const:xdc_runtime_Error_Object__sizeof__C");
7236 #pragma DATA_SECTION(xdc_runtime_Error_Object__table__C, ".const:xdc_runtime_Error_Object__table__C");
7240 #pragma DATA_SECTION(xdc_runtime_Error_policyFxn__C, ".const:xdc_runtime_Error_policyFxn__C");
7244 #pragma DATA_SECTION(xdc_runtime_Error_E_generic__C, ".const:xdc_runtime_Error_E_generic__C");
7248 #pragma DATA_SECTION(xdc_runtime_Error_E_memory__C, ".const:xdc_runtime_Error_E_memory__C");
7252 #pragma DATA_SECTION(xdc_runtime_Error_E_msgCode__C, ".const:xdc_runtime_Error_E_msgCode__C");
7256 #pragma DATA_SECTION(xdc_runtime_Error_policy__C, ".const:xdc_runtime_Error_policy__C");
7260 #pragma DATA_SECTION(xdc_runtime_Error_raiseHook__C, ".const:xdc_runtime_Error_raiseHook__C");
7264 #pragma DATA_SECTION(xdc_runtime_Error_maxDepth__C, ".const:xdc_runtime_Error_maxDepth__C");
7273 #pragma DATA_SECTION(xdc_runtime_Gate_Module__diagsEnabled__C, ".const:xdc_runtime_Gate_Module__diagsEnabled__C");
7277 #pragma DATA_SECTION(xdc_runtime_Gate_Module__diagsIncluded__C, ".const:xdc_runtime_Gate_Module__diagsIncluded__C");
7281 #pragma DATA_SECTION(xdc_runtime_Gate_Module__diagsMask__C, ".const:xdc_runtime_Gate_Module__diagsMask__C");
7285 #pragma DATA_SECTION(xdc_runtime_Gate_Module__gateObj__C, ".const:xdc_runtime_Gate_Module__gateObj__C");
7289 #pragma DATA_SECTION(xdc_runtime_Gate_Module__gatePrms__C, ".const:xdc_runtime_Gate_Module__gatePrms__C");
7293 #pragma DATA_SECTION(xdc_runtime_Gate_Module__id__C, ".const:xdc_runtime_Gate_Module__id__C");
7297 #pragma DATA_SECTION(xdc_runtime_Gate_Module__loggerDefined__C, ".const:xdc_runtime_Gate_Module__loggerDefined__C");
7301 #pragma DATA_SECTION(xdc_runtime_Gate_Module__loggerObj__C, ".const:xdc_runtime_Gate_Module__loggerObj__C");
7305 #pragma DATA_SECTION(xdc_runtime_Gate_Module__loggerFxn0__C, ".const:xdc_runtime_Gate_Module__loggerFxn0__C");
7309 #pragma DATA_SECTION(xdc_runtime_Gate_Module__loggerFxn1__C, ".const:xdc_runtime_Gate_Module__loggerFxn1__C");
7313 #pragma DATA_SECTION(xdc_runtime_Gate_Module__loggerFxn2__C, ".const:xdc_runtime_Gate_Module__loggerFxn2__C");
7317 #pragma DATA_SECTION(xdc_runtime_Gate_Module__loggerFxn4__C, ".const:xdc_runtime_Gate_Module__loggerFxn4__C");
7321 #pragma DATA_SECTION(xdc_runtime_Gate_Module__loggerFxn8__C, ".const:xdc_runtime_Gate_Module__loggerFxn8__C");
7325 #pragma DATA_SECTION(xdc_runtime_Gate_Object__count__C, ".const:xdc_runtime_Gate_Object__count__C");
7329 #pragma DATA_SECTION(xdc_runtime_Gate_Object__heap__C, ".const:xdc_runtime_Gate_Object__heap__C");
7333 #pragma DATA_SECTION(xdc_runtime_Gate_Object__sizeof__C, ".const:xdc_runtime_Gate_Object__sizeof__C");
7337 #pragma DATA_SECTION(xdc_runtime_Gate_Object__table__C, ".const:xdc_runtime_Gate_Object__table__C");
7346 #pragma DATA_SECTION(xdc_runtime_Log_Module__diagsEnabled__C, ".const:xdc_runtime_Log_Module__diagsEnabled__C");
7350 #pragma DATA_SECTION(xdc_runtime_Log_Module__diagsIncluded__C, ".const:xdc_runtime_Log_Module__diagsIncluded__C");
7354 #pragma DATA_SECTION(xdc_runtime_Log_Module__diagsMask__C, ".const:xdc_runtime_Log_Module__diagsMask__C");
7358 #pragma DATA_SECTION(xdc_runtime_Log_Module__gateObj__C, ".const:xdc_runtime_Log_Module__gateObj__C");
7362 #pragma DATA_SECTION(xdc_runtime_Log_Module__gatePrms__C, ".const:xdc_runtime_Log_Module__gatePrms__C");
7366 #pragma DATA_SECTION(xdc_runtime_Log_Module__id__C, ".const:xdc_runtime_Log_Module__id__C");
7370 #pragma DATA_SECTION(xdc_runtime_Log_Module__loggerDefined__C, ".const:xdc_runtime_Log_Module__loggerDefined__C");
7374 #pragma DATA_SECTION(xdc_runtime_Log_Module__loggerObj__C, ".const:xdc_runtime_Log_Module__loggerObj__C");
7378 #pragma DATA_SECTION(xdc_runtime_Log_Module__loggerFxn0__C, ".const:xdc_runtime_Log_Module__loggerFxn0__C");
7382 #pragma DATA_SECTION(xdc_runtime_Log_Module__loggerFxn1__C, ".const:xdc_runtime_Log_Module__loggerFxn1__C");
7386 #pragma DATA_SECTION(xdc_runtime_Log_Module__loggerFxn2__C, ".const:xdc_runtime_Log_Module__loggerFxn2__C");
7390 #pragma DATA_SECTION(xdc_runtime_Log_Module__loggerFxn4__C, ".const:xdc_runtime_Log_Module__loggerFxn4__C");
7394 #pragma DATA_SECTION(xdc_runtime_Log_Module__loggerFxn8__C, ".const:xdc_runtime_Log_Module__loggerFxn8__C");
7398 #pragma DATA_SECTION(xdc_runtime_Log_Object__count__C, ".const:xdc_runtime_Log_Object__count__C");
7402 #pragma DATA_SECTION(xdc_runtime_Log_Object__heap__C, ".const:xdc_runtime_Log_Object__heap__C");
7406 #pragma DATA_SECTION(xdc_runtime_Log_Object__sizeof__C, ".const:xdc_runtime_Log_Object__sizeof__C");
7410 #pragma DATA_SECTION(xdc_runtime_Log_Object__table__C, ".const:xdc_runtime_Log_Object__table__C");
7414 #pragma DATA_SECTION(xdc_runtime_Log_L_construct__C, ".const:xdc_runtime_Log_L_construct__C");
7418 #pragma DATA_SECTION(xdc_runtime_Log_L_create__C, ".const:xdc_runtime_Log_L_create__C");
7422 #pragma DATA_SECTION(xdc_runtime_Log_L_destruct__C, ".const:xdc_runtime_Log_L_destruct__C");
7426 #pragma DATA_SECTION(xdc_runtime_Log_L_delete__C, ".const:xdc_runtime_Log_L_delete__C");
7430 #pragma DATA_SECTION(xdc_runtime_Log_L_error__C, ".const:xdc_runtime_Log_L_error__C");
7434 #pragma DATA_SECTION(xdc_runtime_Log_L_warning__C, ".const:xdc_runtime_Log_L_warning__C");
7438 #pragma DATA_SECTION(xdc_runtime_Log_L_info__C, ".const:xdc_runtime_Log_L_info__C");
7442 #pragma DATA_SECTION(xdc_runtime_Log_L_start__C, ".const:xdc_runtime_Log_L_start__C");
7446 #pragma DATA_SECTION(xdc_runtime_Log_L_stop__C, ".const:xdc_runtime_Log_L_stop__C");
7450 #pragma DATA_SECTION(xdc_runtime_Log_L_startInstance__C, ".const:xdc_runtime_Log_L_startInstance__C");
7454 #pragma DATA_SECTION(xdc_runtime_Log_L_stopInstance__C, ".const:xdc_runtime_Log_L_stopInstance__C");
7463 #pragma DATA_SECTION(xdc_runtime_Main_Module__diagsEnabled__C, ".const:xdc_runtime_Main_Module__diagsEnabled__C");
7467 #pragma DATA_SECTION(xdc_runtime_Main_Module__diagsIncluded__C, ".const:xdc_runtime_Main_Module__diagsIncluded__C");
7471 #pragma DATA_SECTION(xdc_runtime_Main_Module__diagsMask__C, ".const:xdc_runtime_Main_Module__diagsMask__C");
7475 #pragma DATA_SECTION(xdc_runtime_Main_Module__gateObj__C, ".const:xdc_runtime_Main_Module__gateObj__C");
7479 #pragma DATA_SECTION(xdc_runtime_Main_Module__gatePrms__C, ".const:xdc_runtime_Main_Module__gatePrms__C");
7483 #pragma DATA_SECTION(xdc_runtime_Main_Module__id__C, ".const:xdc_runtime_Main_Module__id__C");
7487 #pragma DATA_SECTION(xdc_runtime_Main_Module__loggerDefined__C, ".const:xdc_runtime_Main_Module__loggerDefined__C");
7491 #pragma DATA_SECTION(xdc_runtime_Main_Module__loggerObj__C, ".const:xdc_runtime_Main_Module__loggerObj__C");
7495 #pragma DATA_SECTION(xdc_runtime_Main_Module__loggerFxn0__C, ".const:xdc_runtime_Main_Module__loggerFxn0__C");
7499 #pragma DATA_SECTION(xdc_runtime_Main_Module__loggerFxn1__C, ".const:xdc_runtime_Main_Module__loggerFxn1__C");
7503 #pragma DATA_SECTION(xdc_runtime_Main_Module__loggerFxn2__C, ".const:xdc_runtime_Main_Module__loggerFxn2__C");
7507 #pragma DATA_SECTION(xdc_runtime_Main_Module__loggerFxn4__C, ".const:xdc_runtime_Main_Module__loggerFxn4__C");
7511 #pragma DATA_SECTION(xdc_runtime_Main_Module__loggerFxn8__C, ".const:xdc_runtime_Main_Module__loggerFxn8__C");
7515 #pragma DATA_SECTION(xdc_runtime_Main_Object__count__C, ".const:xdc_runtime_Main_Object__count__C");
7519 #pragma DATA_SECTION(xdc_runtime_Main_Object__heap__C, ".const:xdc_runtime_Main_Object__heap__C");
7523 #pragma DATA_SECTION(xdc_runtime_Main_Object__sizeof__C, ".const:xdc_runtime_Main_Object__sizeof__C");
7527 #pragma DATA_SECTION(xdc_runtime_Main_Object__table__C, ".const:xdc_runtime_Main_Object__table__C");
7541 #if defined (__ICCARM__)
7542 #pragma location = ".data_xdc_runtime_Memory_Module__state__V"
7544 #if defined(__llvm__) && defined(__ti__)
7546 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
7547 #ifndef __TI_COMPILER_VERSION__
7556 #pragma DATA_SECTION(xdc_runtime_Memory_Module__diagsEnabled__C, ".const:xdc_runtime_Memory_Module__diagsEnabled__C");
7560 #pragma DATA_SECTION(xdc_runtime_Memory_Module__diagsIncluded__C, ".const:xdc_runtime_Memory_Module__diagsIncluded__C");
7564 #pragma DATA_SECTION(xdc_runtime_Memory_Module__diagsMask__C, ".const:xdc_runtime_Memory_Module__diagsMask__C");
7568 #pragma DATA_SECTION(xdc_runtime_Memory_Module__gateObj__C, ".const:xdc_runtime_Memory_Module__gateObj__C");
7572 #pragma DATA_SECTION(xdc_runtime_Memory_Module__gatePrms__C, ".const:xdc_runtime_Memory_Module__gatePrms__C");
7576 #pragma DATA_SECTION(xdc_runtime_Memory_Module__id__C, ".const:xdc_runtime_Memory_Module__id__C");
7580 #pragma DATA_SECTION(xdc_runtime_Memory_Module__loggerDefined__C, ".const:xdc_runtime_Memory_Module__loggerDefined__C");
7584 #pragma DATA_SECTION(xdc_runtime_Memory_Module__loggerObj__C, ".const:xdc_runtime_Memory_Module__loggerObj__C");
7588 #pragma DATA_SECTION(xdc_runtime_Memory_Module__loggerFxn0__C, ".const:xdc_runtime_Memory_Module__loggerFxn0__C");
7592 #pragma DATA_SECTION(xdc_runtime_Memory_Module__loggerFxn1__C, ".const:xdc_runtime_Memory_Module__loggerFxn1__C");
7596 #pragma DATA_SECTION(xdc_runtime_Memory_Module__loggerFxn2__C, ".const:xdc_runtime_Memory_Module__loggerFxn2__C");
7600 #pragma DATA_SECTION(xdc_runtime_Memory_Module__loggerFxn4__C, ".const:xdc_runtime_Memory_Module__loggerFxn4__C");
7604 #pragma DATA_SECTION(xdc_runtime_Memory_Module__loggerFxn8__C, ".const:xdc_runtime_Memory_Module__loggerFxn8__C");
7608 #pragma DATA_SECTION(xdc_runtime_Memory_Object__count__C, ".const:xdc_runtime_Memory_Object__count__C");
7612 #pragma DATA_SECTION(xdc_runtime_Memory_Object__heap__C, ".const:xdc_runtime_Memory_Object__heap__C");
7616 #pragma DATA_SECTION(xdc_runtime_Memory_Object__sizeof__C, ".const:xdc_runtime_Memory_Object__sizeof__C");
7620 #pragma DATA_SECTION(xdc_runtime_Memory_Object__table__C, ".const:xdc_runtime_Memory_Object__table__C");
7624 #pragma DATA_SECTION(xdc_runtime_Memory_defaultHeapInstance__C, ".const:xdc_runtime_Memory_defaultHeapInstance__C");
7638 #if defined (__ICCARM__)
7639 #pragma location = ".data_xdc_runtime_Registry_Module__state__V"
7641 #if defined(__llvm__) && defined(__ti__)
7643 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
7644 #ifndef __TI_COMPILER_VERSION__
7649 ((xdc_runtime_Types_RegDesc*)0),
7654 #pragma DATA_SECTION(xdc_runtime_Registry_Module__diagsEnabled__C, ".const:xdc_runtime_Registry_Module__diagsEnabled__C");
7658 #pragma DATA_SECTION(xdc_runtime_Registry_Module__diagsIncluded__C, ".const:xdc_runtime_Registry_Module__diagsIncluded__C");
7662 #pragma DATA_SECTION(xdc_runtime_Registry_Module__diagsMask__C, ".const:xdc_runtime_Registry_Module__diagsMask__C");
7666 #pragma DATA_SECTION(xdc_runtime_Registry_Module__gateObj__C, ".const:xdc_runtime_Registry_Module__gateObj__C");
7670 #pragma DATA_SECTION(xdc_runtime_Registry_Module__gatePrms__C, ".const:xdc_runtime_Registry_Module__gatePrms__C");
7674 #pragma DATA_SECTION(xdc_runtime_Registry_Module__id__C, ".const:xdc_runtime_Registry_Module__id__C");
7678 #pragma DATA_SECTION(xdc_runtime_Registry_Module__loggerDefined__C, ".const:xdc_runtime_Registry_Module__loggerDefined__C");
7682 #pragma DATA_SECTION(xdc_runtime_Registry_Module__loggerObj__C, ".const:xdc_runtime_Registry_Module__loggerObj__C");
7686 #pragma DATA_SECTION(xdc_runtime_Registry_Module__loggerFxn0__C, ".const:xdc_runtime_Registry_Module__loggerFxn0__C");
7690 #pragma DATA_SECTION(xdc_runtime_Registry_Module__loggerFxn1__C, ".const:xdc_runtime_Registry_Module__loggerFxn1__C");
7694 #pragma DATA_SECTION(xdc_runtime_Registry_Module__loggerFxn2__C, ".const:xdc_runtime_Registry_Module__loggerFxn2__C");
7698 #pragma DATA_SECTION(xdc_runtime_Registry_Module__loggerFxn4__C, ".const:xdc_runtime_Registry_Module__loggerFxn4__C");
7702 #pragma DATA_SECTION(xdc_runtime_Registry_Module__loggerFxn8__C, ".const:xdc_runtime_Registry_Module__loggerFxn8__C");
7706 #pragma DATA_SECTION(xdc_runtime_Registry_Object__count__C, ".const:xdc_runtime_Registry_Object__count__C");
7710 #pragma DATA_SECTION(xdc_runtime_Registry_Object__heap__C, ".const:xdc_runtime_Registry_Object__heap__C");
7714 #pragma DATA_SECTION(xdc_runtime_Registry_Object__sizeof__C, ".const:xdc_runtime_Registry_Object__sizeof__C");
7718 #pragma DATA_SECTION(xdc_runtime_Registry_Object__table__C, ".const:xdc_runtime_Registry_Object__table__C");
7727 #if defined (__ICCARM__)
7728 #pragma location = ".data_xdc_runtime_Startup_Module__state__V"
7730 #if defined(__llvm__) && defined(__ti__)
7732 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
7733 #ifndef __TI_COMPILER_VERSION__
7744 #pragma DATA_SECTION(xdc_runtime_Startup_firstFxns__A, ".const:xdc_runtime_Startup_firstFxns__A");
7746 ((xdc_Void(*)(xdc_Void))((xdc_Fxn)ti_sysbios_heaps_HeapMem_init__I)),
7751 #pragma DATA_SECTION(xdc_runtime_Startup_sfxnTab__A, ".const:xdc_runtime_Startup_sfxnTab__A");
7766 #pragma DATA_SECTION(xdc_runtime_Startup_sfxnRts__A, ".const:xdc_runtime_Startup_sfxnRts__A");
7781 #pragma DATA_SECTION(xdc_runtime_Startup_Module__diagsEnabled__C, ".const:xdc_runtime_Startup_Module__diagsEnabled__C");
7785 #pragma DATA_SECTION(xdc_runtime_Startup_Module__diagsIncluded__C, ".const:xdc_runtime_Startup_Module__diagsIncluded__C");
7789 #pragma DATA_SECTION(xdc_runtime_Startup_Module__diagsMask__C, ".const:xdc_runtime_Startup_Module__diagsMask__C");
7793 #pragma DATA_SECTION(xdc_runtime_Startup_Module__gateObj__C, ".const:xdc_runtime_Startup_Module__gateObj__C");
7797 #pragma DATA_SECTION(xdc_runtime_Startup_Module__gatePrms__C, ".const:xdc_runtime_Startup_Module__gatePrms__C");
7801 #pragma DATA_SECTION(xdc_runtime_Startup_Module__id__C, ".const:xdc_runtime_Startup_Module__id__C");
7805 #pragma DATA_SECTION(xdc_runtime_Startup_Module__loggerDefined__C, ".const:xdc_runtime_Startup_Module__loggerDefined__C");
7809 #pragma DATA_SECTION(xdc_runtime_Startup_Module__loggerObj__C, ".const:xdc_runtime_Startup_Module__loggerObj__C");
7813 #pragma DATA_SECTION(xdc_runtime_Startup_Module__loggerFxn0__C, ".const:xdc_runtime_Startup_Module__loggerFxn0__C");
7817 #pragma DATA_SECTION(xdc_runtime_Startup_Module__loggerFxn1__C, ".const:xdc_runtime_Startup_Module__loggerFxn1__C");
7821 #pragma DATA_SECTION(xdc_runtime_Startup_Module__loggerFxn2__C, ".const:xdc_runtime_Startup_Module__loggerFxn2__C");
7825 #pragma DATA_SECTION(xdc_runtime_Startup_Module__loggerFxn4__C, ".const:xdc_runtime_Startup_Module__loggerFxn4__C");
7829 #pragma DATA_SECTION(xdc_runtime_Startup_Module__loggerFxn8__C, ".const:xdc_runtime_Startup_Module__loggerFxn8__C");
7833 #pragma DATA_SECTION(xdc_runtime_Startup_Object__count__C, ".const:xdc_runtime_Startup_Object__count__C");
7837 #pragma DATA_SECTION(xdc_runtime_Startup_Object__heap__C, ".const:xdc_runtime_Startup_Object__heap__C");
7841 #pragma DATA_SECTION(xdc_runtime_Startup_Object__sizeof__C, ".const:xdc_runtime_Startup_Object__sizeof__C");
7845 #pragma DATA_SECTION(xdc_runtime_Startup_Object__table__C, ".const:xdc_runtime_Startup_Object__table__C");
7849 #pragma DATA_SECTION(xdc_runtime_Startup_maxPasses__C, ".const:xdc_runtime_Startup_maxPasses__C");
7853 #pragma DATA_SECTION(xdc_runtime_Startup_firstFxns__C, ".const:xdc_runtime_Startup_firstFxns__C");
7857 #pragma DATA_SECTION(xdc_runtime_Startup_lastFxns__C, ".const:xdc_runtime_Startup_lastFxns__C");
7861 #pragma DATA_SECTION(xdc_runtime_Startup_startModsFxn__C, ".const:xdc_runtime_Startup_startModsFxn__C");
7865 #pragma DATA_SECTION(xdc_runtime_Startup_execImpl__C, ".const:xdc_runtime_Startup_execImpl__C");
7869 #pragma DATA_SECTION(xdc_runtime_Startup_sfxnTab__C, ".const:xdc_runtime_Startup_sfxnTab__C");
7873 #pragma DATA_SECTION(xdc_runtime_Startup_sfxnRts__C, ".const:xdc_runtime_Startup_sfxnRts__C");
7882 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__diagsEnabled__C, ".const:xdc_runtime_SysStd_Module__diagsEnabled__C");
7886 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__diagsIncluded__C, ".const:xdc_runtime_SysStd_Module__diagsIncluded__C");
7890 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__diagsMask__C, ".const:xdc_runtime_SysStd_Module__diagsMask__C");
7894 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__gateObj__C, ".const:xdc_runtime_SysStd_Module__gateObj__C");
7898 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__gatePrms__C, ".const:xdc_runtime_SysStd_Module__gatePrms__C");
7902 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__id__C, ".const:xdc_runtime_SysStd_Module__id__C");
7906 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__loggerDefined__C, ".const:xdc_runtime_SysStd_Module__loggerDefined__C");
7910 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__loggerObj__C, ".const:xdc_runtime_SysStd_Module__loggerObj__C");
7914 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__loggerFxn0__C, ".const:xdc_runtime_SysStd_Module__loggerFxn0__C");
7918 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__loggerFxn1__C, ".const:xdc_runtime_SysStd_Module__loggerFxn1__C");
7922 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__loggerFxn2__C, ".const:xdc_runtime_SysStd_Module__loggerFxn2__C");
7926 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__loggerFxn4__C, ".const:xdc_runtime_SysStd_Module__loggerFxn4__C");
7930 #pragma DATA_SECTION(xdc_runtime_SysStd_Module__loggerFxn8__C, ".const:xdc_runtime_SysStd_Module__loggerFxn8__C");
7934 #pragma DATA_SECTION(xdc_runtime_SysStd_Object__count__C, ".const:xdc_runtime_SysStd_Object__count__C");
7938 #pragma DATA_SECTION(xdc_runtime_SysStd_Object__heap__C, ".const:xdc_runtime_SysStd_Object__heap__C");
7942 #pragma DATA_SECTION(xdc_runtime_SysStd_Object__sizeof__C, ".const:xdc_runtime_SysStd_Object__sizeof__C");
7946 #pragma DATA_SECTION(xdc_runtime_SysStd_Object__table__C, ".const:xdc_runtime_SysStd_Object__table__C");
7955 #if defined (__ICCARM__)
7956 #pragma location = ".data_xdc_runtime_System_Module__state__V"
7958 #if defined(__llvm__) && defined(__ti__)
7960 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
7961 #ifndef __TI_COMPILER_VERSION__
7971 #pragma DATA_SECTION(xdc_runtime_System_Module__diagsEnabled__C, ".const:xdc_runtime_System_Module__diagsEnabled__C");
7975 #pragma DATA_SECTION(xdc_runtime_System_Module__diagsIncluded__C, ".const:xdc_runtime_System_Module__diagsIncluded__C");
7979 #pragma DATA_SECTION(xdc_runtime_System_Module__diagsMask__C, ".const:xdc_runtime_System_Module__diagsMask__C");
7983 #pragma DATA_SECTION(xdc_runtime_System_Module__gateObj__C, ".const:xdc_runtime_System_Module__gateObj__C");
7987 #pragma DATA_SECTION(xdc_runtime_System_Module__gatePrms__C, ".const:xdc_runtime_System_Module__gatePrms__C");
7991 #pragma DATA_SECTION(xdc_runtime_System_Module__id__C, ".const:xdc_runtime_System_Module__id__C");
7995 #pragma DATA_SECTION(xdc_runtime_System_Module__loggerDefined__C, ".const:xdc_runtime_System_Module__loggerDefined__C");
7999 #pragma DATA_SECTION(xdc_runtime_System_Module__loggerObj__C, ".const:xdc_runtime_System_Module__loggerObj__C");
8003 #pragma DATA_SECTION(xdc_runtime_System_Module__loggerFxn0__C, ".const:xdc_runtime_System_Module__loggerFxn0__C");
8007 #pragma DATA_SECTION(xdc_runtime_System_Module__loggerFxn1__C, ".const:xdc_runtime_System_Module__loggerFxn1__C");
8011 #pragma DATA_SECTION(xdc_runtime_System_Module__loggerFxn2__C, ".const:xdc_runtime_System_Module__loggerFxn2__C");
8015 #pragma DATA_SECTION(xdc_runtime_System_Module__loggerFxn4__C, ".const:xdc_runtime_System_Module__loggerFxn4__C");
8019 #pragma DATA_SECTION(xdc_runtime_System_Module__loggerFxn8__C, ".const:xdc_runtime_System_Module__loggerFxn8__C");
8023 #pragma DATA_SECTION(xdc_runtime_System_Object__count__C, ".const:xdc_runtime_System_Object__count__C");
8027 #pragma DATA_SECTION(xdc_runtime_System_Object__heap__C, ".const:xdc_runtime_System_Object__heap__C");
8031 #pragma DATA_SECTION(xdc_runtime_System_Object__sizeof__C, ".const:xdc_runtime_System_Object__sizeof__C");
8035 #pragma DATA_SECTION(xdc_runtime_System_Object__table__C, ".const:xdc_runtime_System_Object__table__C");
8039 #pragma DATA_SECTION(xdc_runtime_System_A_cannotFitIntoArg__C, ".const:xdc_runtime_System_A_cannotFitIntoArg__C");
8043 #pragma DATA_SECTION(xdc_runtime_System_maxAtexitHandlers__C, ".const:xdc_runtime_System_maxAtexitHandlers__C");
8047 #pragma DATA_SECTION(xdc_runtime_System_abortFxn__C, ".const:xdc_runtime_System_abortFxn__C");
8051 #pragma DATA_SECTION(xdc_runtime_System_exitFxn__C, ".const:xdc_runtime_System_exitFxn__C");
8055 #pragma DATA_SECTION(xdc_runtime_System_extendFxn__C, ".const:xdc_runtime_System_extendFxn__C");
8074 #if defined (__ICCARM__)
8075 #pragma location = ".data_xdc_runtime_Text_Module__state__V"
8077 #if defined(__llvm__) && defined(__ti__)
8079 #elif defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
8080 #ifndef __TI_COMPILER_VERSION__
8090 #pragma DATA_SECTION(xdc_runtime_Text_charTab__A, ".const:xdc_runtime_Text_charTab__A");
8096 #pragma DATA_SECTION(xdc_runtime_Text_nodeTab__A, ".const:xdc_runtime_Text_nodeTab__A");
8105 #pragma DATA_SECTION(xdc_runtime_Text_Module__diagsEnabled__C, ".const:xdc_runtime_Text_Module__diagsEnabled__C");
8109 #pragma DATA_SECTION(xdc_runtime_Text_Module__diagsIncluded__C, ".const:xdc_runtime_Text_Module__diagsIncluded__C");
8113 #pragma DATA_SECTION(xdc_runtime_Text_Module__diagsMask__C, ".const:xdc_runtime_Text_Module__diagsMask__C");
8117 #pragma DATA_SECTION(xdc_runtime_Text_Module__gateObj__C, ".const:xdc_runtime_Text_Module__gateObj__C");
8121 #pragma DATA_SECTION(xdc_runtime_Text_Module__gatePrms__C, ".const:xdc_runtime_Text_Module__gatePrms__C");
8125 #pragma DATA_SECTION(xdc_runtime_Text_Module__id__C, ".const:xdc_runtime_Text_Module__id__C");
8129 #pragma DATA_SECTION(xdc_runtime_Text_Module__loggerDefined__C, ".const:xdc_runtime_Text_Module__loggerDefined__C");
8133 #pragma DATA_SECTION(xdc_runtime_Text_Module__loggerObj__C, ".const:xdc_runtime_Text_Module__loggerObj__C");
8137 #pragma DATA_SECTION(xdc_runtime_Text_Module__loggerFxn0__C, ".const:xdc_runtime_Text_Module__loggerFxn0__C");
8141 #pragma DATA_SECTION(xdc_runtime_Text_Module__loggerFxn1__C, ".const:xdc_runtime_Text_Module__loggerFxn1__C");
8145 #pragma DATA_SECTION(xdc_runtime_Text_Module__loggerFxn2__C, ".const:xdc_runtime_Text_Module__loggerFxn2__C");
8149 #pragma DATA_SECTION(xdc_runtime_Text_Module__loggerFxn4__C, ".const:xdc_runtime_Text_Module__loggerFxn4__C");
8153 #pragma DATA_SECTION(xdc_runtime_Text_Module__loggerFxn8__C, ".const:xdc_runtime_Text_Module__loggerFxn8__C");
8157 #pragma DATA_SECTION(xdc_runtime_Text_Object__count__C, ".const:xdc_runtime_Text_Object__count__C");
8161 #pragma DATA_SECTION(xdc_runtime_Text_Object__heap__C, ".const:xdc_runtime_Text_Object__heap__C");
8165 #pragma DATA_SECTION(xdc_runtime_Text_Object__sizeof__C, ".const:xdc_runtime_Text_Object__sizeof__C");
8169 #pragma DATA_SECTION(xdc_runtime_Text_Object__table__C, ".const:xdc_runtime_Text_Object__table__C");
8173 #pragma DATA_SECTION(xdc_runtime_Text_nameUnknown__C, ".const:xdc_runtime_Text_nameUnknown__C");
8177 #pragma DATA_SECTION(xdc_runtime_Text_nameEmpty__C, ".const:xdc_runtime_Text_nameEmpty__C");
8181 #pragma DATA_SECTION(xdc_runtime_Text_nameStatic__C, ".const:xdc_runtime_Text_nameStatic__C");
8185 #pragma DATA_SECTION(xdc_runtime_Text_isLoaded__C, ".const:xdc_runtime_Text_isLoaded__C");
8189 #pragma DATA_SECTION(xdc_runtime_Text_charTab__C, ".const:xdc_runtime_Text_charTab__C");
8193 #pragma DATA_SECTION(xdc_runtime_Text_nodeTab__C, ".const:xdc_runtime_Text_nodeTab__C");
8197 #pragma DATA_SECTION(xdc_runtime_Text_charCnt__C, ".const:xdc_runtime_Text_charCnt__C");
8201 #pragma DATA_SECTION(xdc_runtime_Text_nodeCnt__C, ".const:xdc_runtime_Text_nodeCnt__C");
8205 #pragma DATA_SECTION(xdc_runtime_Text_unnamedModsLastId__C, ".const:xdc_runtime_Text_unnamedModsLastId__C");
8209 #pragma DATA_SECTION(xdc_runtime_Text_registryModsLastId__C, ".const:xdc_runtime_Text_registryModsLastId__C");
8213 #pragma DATA_SECTION(xdc_runtime_Text_visitRopeFxn__C, ".const:xdc_runtime_Text_visitRopeFxn__C");
8217 #pragma DATA_SECTION(xdc_runtime_Text_visitRopeFxn2__C, ".const:xdc_runtime_Text_visitRopeFxn2__C");
8226 #pragma DATA_SECTION(xdc_runtime_Timestamp_Module__diagsEnabled__C, ".const:xdc_runtime_Timestamp_Module__diagsEnabled__C");
8230 #pragma DATA_SECTION(xdc_runtime_Timestamp_Module__diagsIncluded__C, ".const:xdc_runtime_Timestamp_Module__diagsIncluded__C");
8234 #pragma DATA_SECTION(xdc_runtime_Timestamp_Module__diagsMask__C, ".const:xdc_runtime_Timestamp_Module__diagsMask__C");
8238 #pragma DATA_SECTION(xdc_runtime_Timestamp_Module__gateObj__C, ".const:xdc_runtime_Timestamp_Module__gateObj__C");
8242 #pragma DATA_SECTION(xdc_runtime_Timestamp_Module__gatePrms__C, ".const:xdc_runtime_Timestamp_Module__gatePrms__C");
8246 #pragma DATA_SECTION(xdc_runtime_Timestamp_Module__id__C, ".const:xdc_runtime_Timestamp_Module__id__C");
8250 #pragma DATA_SECTION(xdc_runtime_Timestamp_Module__loggerDefined__C, ".const:xdc_runtime_Timestamp_Module__loggerDefined__C");
8254 #pragma DATA_SECTION(xdc_runtime_Timestamp_Module__loggerObj__C, ".const:xdc_runtime_Timestamp_Module__loggerObj__C");
8258 #pragma DATA_SECTION(xdc_runtime_Timestamp_Module__loggerFxn0__C, ".const:xdc_runtime_Timestamp_Module__loggerFxn0__C");
8262 #pragma DATA_SECTION(xdc_runtime_Timestamp_Module__loggerFxn1__C, ".const:xdc_runtime_Timestamp_Module__loggerFxn1__C");
8266 #pragma DATA_SECTION(xdc_runtime_Timestamp_Module__loggerFxn2__C, ".const:xdc_runtime_Timestamp_Module__loggerFxn2__C");
8270 #pragma DATA_SECTION(xdc_runtime_Timestamp_Module__loggerFxn4__C, ".const:xdc_runtime_Timestamp_Module__loggerFxn4__C");
8274 #pragma DATA_SECTION(xdc_runtime_Timestamp_Module__loggerFxn8__C, ".const:xdc_runtime_Timestamp_Module__loggerFxn8__C");
8278 #pragma DATA_SECTION(xdc_runtime_Timestamp_Object__count__C, ".const:xdc_runtime_Timestamp_Object__count__C");
8282 #pragma DATA_SECTION(xdc_runtime_Timestamp_Object__heap__C, ".const:xdc_runtime_Timestamp_Object__heap__C");
8286 #pragma DATA_SECTION(xdc_runtime_Timestamp_Object__sizeof__C, ".const:xdc_runtime_Timestamp_Object__sizeof__C");
8290 #pragma DATA_SECTION(xdc_runtime_Timestamp_Object__table__C, ".const:xdc_runtime_Timestamp_Object__table__C");
8299 #pragma DATA_SECTION(xdc_runtime_TimestampNull_Module__diagsEnabled__C, ".const:xdc_runtime_TimestampNull_Module__diagsEnabled__C");
8303 #pragma DATA_SECTION(xdc_runtime_TimestampNull_Module__diagsIncluded__C, ".const:xdc_runtime_TimestampNull_Module__diagsIncluded__C");
8307 #pragma DATA_SECTION(xdc_runtime_TimestampNull_Module__diagsMask__C, ".const:xdc_runtime_TimestampNull_Module__diagsMask__C");
8311 #pragma DATA_SECTION(xdc_runtime_TimestampNull_Module__gateObj__C, ".const:xdc_runtime_TimestampNull_Module__gateObj__C");
8315 #pragma DATA_SECTION(xdc_runtime_TimestampNull_Module__gatePrms__C, ".const:xdc_runtime_TimestampNull_Module__gatePrms__C");
8319 #pragma DATA_SECTION(xdc_runtime_TimestampNull_Module__id__C, ".const:xdc_runtime_TimestampNull_Module__id__C");
8323 #pragma DATA_SECTION(xdc_runtime_TimestampNull_Module__loggerDefined__C, ".const:xdc_runtime_TimestampNull_Module__loggerDefined__C");
8327 #pragma DATA_SECTION(xdc_runtime_TimestampNull_Module__loggerObj__C, ".const:xdc_runtime_TimestampNull_Module__loggerObj__C");
8331 #pragma DATA_SECTION(xdc_runtime_TimestampNull_Module__loggerFxn0__C, ".const:xdc_runtime_TimestampNull_Module__loggerFxn0__C");
8335 #pragma DATA_SECTION(xdc_runtime_TimestampNull_Module__loggerFxn1__C, ".const:xdc_runtime_TimestampNull_Module__loggerFxn1__C");
8339 #pragma DATA_SECTION(xdc_runtime_TimestampNull_Module__loggerFxn2__C, ".const:xdc_runtime_TimestampNull_Module__loggerFxn2__C");
8343 #pragma DATA_SECTION(xdc_runtime_TimestampNull_Module__loggerFxn4__C, ".const:xdc_runtime_TimestampNull_Module__loggerFxn4__C");
8347 #pragma DATA_SECTION(xdc_runtime_TimestampNull_Module__loggerFxn8__C, ".const:xdc_runtime_TimestampNull_Module__loggerFxn8__C");
8351 #pragma DATA_SECTION(xdc_runtime_TimestampNull_Object__count__C, ".const:xdc_runtime_TimestampNull_Object__count__C");
8355 #pragma DATA_SECTION(xdc_runtime_TimestampNull_Object__heap__C, ".const:xdc_runtime_TimestampNull_Object__heap__C");
8359 #pragma DATA_SECTION(xdc_runtime_TimestampNull_Object__sizeof__C, ".const:xdc_runtime_TimestampNull_Object__sizeof__C");
8363 #pragma DATA_SECTION(xdc_runtime_TimestampNull_Object__table__C, ".const:xdc_runtime_TimestampNull_Object__table__C");
8379 return xdc_runtime_System_printf_va__F(fmt, __va);
8387 va_list __va; va_start(__va, fmt);
8388 __ret = xdc_runtime_System_printf_va__F(fmt, __va);
8397 return xdc_runtime_System_aprintf_va__F(fmt, __va);
8405 va_list __va; va_start(__va, fmt);
8406 __ret = xdc_runtime_System_aprintf_va__F(fmt, __va);
8415 return xdc_runtime_System_sprintf_va__F(buf, fmt, __va);
8423 va_list __va; va_start(__va, fmt);
8424 __ret = xdc_runtime_System_sprintf_va__F(buf, fmt, __va);
8433 return xdc_runtime_System_asprintf_va__F(buf, fmt, __va);
8441 va_list __va; va_start(__va, fmt);
8442 __ret = xdc_runtime_System_asprintf_va__F(buf, fmt, __va);
8451 return xdc_runtime_System_snprintf_va__F(buf, n, fmt, __va);
8459 va_list __va; va_start(__va, fmt);
8460 __ret = xdc_runtime_System_snprintf_va__F(buf, n, fmt, __va);
8506 return ti_sysbios_gates_GateMutex_query(qual);
8512 return ti_sysbios_gates_GateMutex_enter((ti_sysbios_gates_GateMutex_Handle)__inst);
8518 ti_sysbios_gates_GateMutex_leave((ti_sysbios_gates_GateMutex_Handle)__inst, key);
8535 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 )
8561 return ti_sysbios_family_c64p_Hwi_getStackInfo(stkInfo, computeStackDepth);
8567 return ti_sysbios_family_c64p_Hwi_getCoreStackInfo(stkInfo, computeStackDepth, coreId);
8573 ti_sysbios_family_c64p_Hwi_startup();
8579 return ti_sysbios_family_c64p_Hwi_disable();
8585 return ti_sysbios_family_c64p_Hwi_enable();
8591 ti_sysbios_family_c64p_Hwi_restore(key);
8597 ti_sysbios_family_c64p_Hwi_switchFromBootStack();
8603 ti_sysbios_family_c64p_Hwi_post(intNum);
8609 return ti_sysbios_family_c64p_Hwi_getTaskSP();
8615 return ti_sysbios_family_c64p_Hwi_disableInterrupt(intNum);
8621 return ti_sysbios_family_c64p_Hwi_enableInterrupt(intNum);
8627 ti_sysbios_family_c64p_Hwi_restoreInterrupt(intNum, key);
8633 ti_sysbios_family_c64p_Hwi_clearInterrupt(intNum);
8639 return ti_sysbios_family_c64p_Hwi_getFunc((ti_sysbios_family_c64p_Hwi_Handle)__inst, arg);
8645 ti_sysbios_family_c64p_Hwi_setFunc((ti_sysbios_family_c64p_Hwi_Handle)__inst, fxn, arg);
8651 return ti_sysbios_family_c64p_Hwi_getHookContext((ti_sysbios_family_c64p_Hwi_Handle)__inst,
id);
8657 ti_sysbios_family_c64p_Hwi_setHookContext((ti_sysbios_family_c64p_Hwi_Handle)__inst,
id, hookContext);
8663 return ti_sysbios_family_c64p_Hwi_getIrp((ti_sysbios_family_c64p_Hwi_Handle)__inst);
8706 return ti_sysbios_gates_GateMutex_query(qual);
8712 return ti_sysbios_gates_GateMutex_enter((ti_sysbios_gates_GateMutex_Handle)__inst);
8718 ti_sysbios_gates_GateMutex_leave((ti_sysbios_gates_GateMutex_Handle)__inst, key);
8735 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 )
8761 return ti_sysbios_timers_rti_Timer_getNumTimers();
8767 return ti_sysbios_timers_rti_Timer_getStatus(
id);
8773 ti_sysbios_timers_rti_Timer_startup();
8779 return ti_sysbios_timers_rti_Timer_getMaxTicks((ti_sysbios_timers_rti_Timer_Handle)__inst);
8785 ti_sysbios_timers_rti_Timer_setNextTick((ti_sysbios_timers_rti_Timer_Handle)__inst, ticks);
8791 ti_sysbios_timers_rti_Timer_start((ti_sysbios_timers_rti_Timer_Handle)__inst);
8797 ti_sysbios_timers_rti_Timer_stop((ti_sysbios_timers_rti_Timer_Handle)__inst);
8803 ti_sysbios_timers_rti_Timer_setPeriod((ti_sysbios_timers_rti_Timer_Handle)__inst, period);
8809 return ti_sysbios_timers_rti_Timer_setPeriodMicroSecs((ti_sysbios_timers_rti_Timer_Handle)__inst, microsecs);
8815 return ti_sysbios_timers_rti_Timer_getPeriod((ti_sysbios_timers_rti_Timer_Handle)__inst);
8821 return ti_sysbios_timers_rti_Timer_getCount((ti_sysbios_timers_rti_Timer_Handle)__inst);
8827 ti_sysbios_timers_rti_Timer_getFreq((ti_sysbios_timers_rti_Timer_Handle)__inst, freq);
8833 return ti_sysbios_timers_rti_Timer_getFunc((ti_sysbios_timers_rti_Timer_Handle)__inst, arg);
8839 ti_sysbios_timers_rti_Timer_setFunc((ti_sysbios_timers_rti_Timer_Handle)__inst, fxn, arg);
8845 ti_sysbios_timers_rti_Timer_trigger((ti_sysbios_timers_rti_Timer_Handle)__inst, cycles);
8851 return ti_sysbios_timers_rti_Timer_getExpiredCounts((ti_sysbios_timers_rti_Timer_Handle)__inst);
8857 return ti_sysbios_timers_rti_Timer_getExpiredTicks((ti_sysbios_timers_rti_Timer_Handle)__inst, tickPeriod);
8863 return ti_sysbios_timers_rti_Timer_getCurrentTick((ti_sysbios_timers_rti_Timer_Handle)__inst, save);
8882 return ti_sysbios_family_c62_IntrinsicsSupport_maxbit(bits);
8901 return ti_sysbios_family_c62_TaskSupport_start(curTask, enterFxn, exitFxn, eb);
8907 ti_sysbios_family_c62_TaskSupport_swap(oldtskContext, newtskContext);
8913 return ti_sysbios_family_c62_TaskSupport_checkStack(stack, size);
8919 return ti_sysbios_family_c62_TaskSupport_stackUsed(stack, size);
8925 return ti_sysbios_family_c62_TaskSupport_getStackAlignment();
8931 return ti_sysbios_family_c62_TaskSupport_getDefaultStackSize();
8974 return ti_sysbios_gates_GateHwi_query(qual);
8980 return ti_sysbios_gates_GateHwi_enter((ti_sysbios_gates_GateHwi_Handle)__inst);
8986 ti_sysbios_gates_GateHwi_leave((ti_sysbios_gates_GateHwi_Handle)__inst, key);
9029 return xdc_runtime_IHeap_alloc((xdc_runtime_IHeap_Handle)__inst, size, align, eb);
9035 xdc_runtime_IHeap_free((xdc_runtime_IHeap_Handle)__inst, block, size);
9041 return xdc_runtime_IHeap_isBlocking((xdc_runtime_IHeap_Handle)__inst);
9047 xdc_runtime_IHeap_getStats((xdc_runtime_IHeap_Handle)__inst, stats);
9090 return ti_sysbios_gates_GateHwi_query(qual);
9096 return ti_sysbios_gates_GateHwi_enter((ti_sysbios_gates_GateHwi_Handle)__inst);
9102 ti_sysbios_gates_GateHwi_leave((ti_sysbios_gates_GateHwi_Handle)__inst, key);
9121 xdc_runtime_SysStd_abort(str);
9127 xdc_runtime_SysStd_exit(stat);
9133 xdc_runtime_SysStd_flush();
9139 xdc_runtime_SysStd_putch(ch);
9145 return xdc_runtime_SysStd_ready();
9164 return ti_sysbios_family_c64p_TimestampProvider_get32();
9170 ti_sysbios_family_c64p_TimestampProvider_get64(result);
9176 ti_sysbios_family_c64p_TimestampProvider_getFreq(freq);
9186 #pragma DATA_SECTION(ti_sysbios_family_c64p_Hwi_Object__DESC__C, ".const:ti_sysbios_family_c64p_Hwi_Object__DESC__C");
9195 sizeof(ti_sysbios_family_c64p_Hwi_Params),
9205 #pragma DATA_SECTION(ti_sysbios_gates_GateHwi_Object__DESC__C, ".const:ti_sysbios_gates_GateHwi_Object__DESC__C");
9214 sizeof(ti_sysbios_gates_GateHwi_Params),
9224 #pragma DATA_SECTION(ti_sysbios_gates_GateMutex_Object__DESC__C, ".const:ti_sysbios_gates_GateMutex_Object__DESC__C");
9233 sizeof(ti_sysbios_gates_GateMutex_Params),
9243 #pragma DATA_SECTION(ti_sysbios_hal_Hwi_Object__DESC__C, ".const:ti_sysbios_hal_Hwi_Object__DESC__C");
9252 sizeof(ti_sysbios_hal_Hwi_Params),
9262 #pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_Object__DESC__C, ".const:ti_sysbios_heaps_HeapMem_Object__DESC__C");
9271 sizeof(ti_sysbios_heaps_HeapMem_Params),
9281 #pragma DATA_SECTION(ti_sysbios_knl_Clock_Object__DESC__C, ".const:ti_sysbios_knl_Clock_Object__DESC__C");
9290 sizeof(ti_sysbios_knl_Clock_Params),
9300 #pragma DATA_SECTION(ti_sysbios_knl_Event_Object__DESC__C, ".const:ti_sysbios_knl_Event_Object__DESC__C");
9309 sizeof(ti_sysbios_knl_Event_Params),
9319 #pragma DATA_SECTION(ti_sysbios_knl_Queue_Object__DESC__C, ".const:ti_sysbios_knl_Queue_Object__DESC__C");
9328 sizeof(ti_sysbios_knl_Queue_Params),
9338 #pragma DATA_SECTION(ti_sysbios_knl_Semaphore_Object__DESC__C, ".const:ti_sysbios_knl_Semaphore_Object__DESC__C");
9347 sizeof(ti_sysbios_knl_Semaphore_Params),
9357 #pragma DATA_SECTION(ti_sysbios_knl_Task_Object__DESC__C, ".const:ti_sysbios_knl_Task_Object__DESC__C");
9366 sizeof(ti_sysbios_knl_Task_Params),
9376 #pragma DATA_SECTION(ti_sysbios_timers_rti_Timer_Object__DESC__C, ".const:ti_sysbios_timers_rti_Timer_Object__DESC__C");
9385 sizeof(ti_sysbios_timers_rti_Timer_Params),
9394 xdc_runtime_IHeap_Handle
xdc_runtime_IHeap_create( xdc_runtime_IHeap_Module mod,
const xdc_runtime_IHeap_Params *prms, xdc_runtime_Error_Block *eb )
9396 return (xdc_runtime_IHeap_Handle) mod->__sysp->__create(0, (
const xdc_UChar*)prms,
sizeof (xdc_runtime_IHeap_Params), eb);
9402 (*instp)->__fxns->__sysp->__delete(instp);
9411 xdc_runtime_IGateProvider_Handle
xdc_runtime_IGateProvider_create( xdc_runtime_IGateProvider_Module mod,
const xdc_runtime_IGateProvider_Params *prms, xdc_runtime_Error_Block *eb )
9413 return (xdc_runtime_IGateProvider_Handle) mod->__sysp->__create(0, (
const xdc_UChar*)prms,
sizeof (xdc_runtime_IGateProvider_Params), eb);
9419 (*instp)->__fxns->__sysp->__delete(instp);
9441 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__id__CR
9442 #define Module__MID (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__id *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__id__C_offset)))
9444 #define Module__MID ti_sysbios_BIOS_RtsGateProxy_Module__id__C
9447 #undef Module__DGSINCL
9448 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__diagsIncluded__CR
9449 #define Module__DGSINCL (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__diagsIncluded__C_offset)))
9451 #define Module__DGSINCL ti_sysbios_BIOS_RtsGateProxy_Module__diagsIncluded__C
9454 #undef Module__DGSENAB
9455 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__diagsEnabled__CR
9456 #define Module__DGSENAB (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__diagsEnabled__C_offset)))
9458 #define Module__DGSENAB ti_sysbios_BIOS_RtsGateProxy_Module__diagsEnabled__C
9461 #undef Module__DGSMASK
9462 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__diagsMask__CR
9463 #define Module__DGSMASK (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__diagsMask__C_offset)))
9465 #define Module__DGSMASK ti_sysbios_BIOS_RtsGateProxy_Module__diagsMask__C
9468 #undef Module__LOGDEF
9469 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__loggerDefined__CR
9470 #define Module__LOGDEF (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__loggerDefined__C_offset)))
9472 #define Module__LOGDEF ti_sysbios_BIOS_RtsGateProxy_Module__loggerDefined__C
9475 #undef Module__LOGOBJ
9476 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__loggerObj__CR
9477 #define Module__LOGOBJ ti_sysbios_BIOS_RtsGateProxy_Module__loggerObj__R
9478 #define Module__LOGOBJ (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__loggerObj__C_offset)))
9480 #define Module__LOGOBJ ti_sysbios_BIOS_RtsGateProxy_Module__loggerObj__C
9483 #undef Module__LOGFXN0
9484 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn0__CR
9485 #define Module__LOGFXN0 (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn0__C_offset)))
9487 #define Module__LOGFXN0 ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn0__C
9490 #undef Module__LOGFXN1
9491 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn1__CR
9492 #define Module__LOGFXN1 (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn1__C_offset)))
9494 #define Module__LOGFXN1 ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn1__C
9497 #undef Module__LOGFXN2
9498 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn2__CR
9499 #define Module__LOGFXN2 (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn2__C_offset)))
9501 #define Module__LOGFXN2 ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn2__C
9504 #undef Module__LOGFXN4
9505 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn4__CR
9506 #define Module__LOGFXN4 (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn4__C_offset)))
9508 #define Module__LOGFXN4 ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn4__C
9511 #undef Module__LOGFXN8
9512 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn8__CR
9513 #define Module__LOGFXN8 (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn8__C_offset)))
9515 #define Module__LOGFXN8 ti_sysbios_BIOS_RtsGateProxy_Module__loggerFxn8__C
9518 #undef Module__G_OBJ
9519 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__gateObj__CR
9520 #define Module__G_OBJ (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__gateObj__C_offset)))
9522 #define Module__G_OBJ ti_sysbios_BIOS_RtsGateProxy_Module__gateObj__C
9525 #undef Module__G_PRMS
9526 #ifdef ti_sysbios_BIOS_RtsGateProxy_Module__gatePrms__CR
9527 #define Module__G_PRMS (*((CT__ti_sysbios_BIOS_RtsGateProxy_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_BIOS_RtsGateProxy_Module__gatePrms__C_offset)))
9529 #define Module__G_PRMS ti_sysbios_BIOS_RtsGateProxy_Module__gatePrms__C
9532 #undef Module__GP_create
9533 #define Module__GP_create ti_sysbios_BIOS_RtsGateProxy_Module_GateProxy_create
9534 #undef Module__GP_delete
9535 #define Module__GP_delete ti_sysbios_BIOS_RtsGateProxy_Module_GateProxy_delete
9536 #undef Module__GP_enter
9537 #define Module__GP_enter ti_sysbios_BIOS_RtsGateProxy_Module_GateProxy_enter
9538 #undef Module__GP_leave
9539 #define Module__GP_leave ti_sysbios_BIOS_RtsGateProxy_Module_GateProxy_leave
9540 #undef Module__GP_query
9541 #define Module__GP_query ti_sysbios_BIOS_RtsGateProxy_Module_GateProxy_query
9620 #ifdef ti_sysbios_family_c64p_Hwi_Module__id__CR
9621 #define Module__MID (*((CT__ti_sysbios_family_c64p_Hwi_Module__id *)(xdcRomConstPtr + ti_sysbios_family_c64p_Hwi_Module__id__C_offset)))
9623 #define Module__MID ti_sysbios_family_c64p_Hwi_Module__id__C
9626 #undef Module__DGSINCL
9627 #ifdef ti_sysbios_family_c64p_Hwi_Module__diagsIncluded__CR
9628 #define Module__DGSINCL (*((CT__ti_sysbios_family_c64p_Hwi_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_family_c64p_Hwi_Module__diagsIncluded__C_offset)))
9630 #define Module__DGSINCL ti_sysbios_family_c64p_Hwi_Module__diagsIncluded__C
9633 #undef Module__DGSENAB
9634 #ifdef ti_sysbios_family_c64p_Hwi_Module__diagsEnabled__CR
9635 #define Module__DGSENAB (*((CT__ti_sysbios_family_c64p_Hwi_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_family_c64p_Hwi_Module__diagsEnabled__C_offset)))
9637 #define Module__DGSENAB ti_sysbios_family_c64p_Hwi_Module__diagsEnabled__C
9640 #undef Module__DGSMASK
9641 #ifdef ti_sysbios_family_c64p_Hwi_Module__diagsMask__CR
9642 #define Module__DGSMASK (*((CT__ti_sysbios_family_c64p_Hwi_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_family_c64p_Hwi_Module__diagsMask__C_offset)))
9644 #define Module__DGSMASK ti_sysbios_family_c64p_Hwi_Module__diagsMask__C
9647 #undef Module__LOGDEF
9648 #ifdef ti_sysbios_family_c64p_Hwi_Module__loggerDefined__CR
9649 #define Module__LOGDEF (*((CT__ti_sysbios_family_c64p_Hwi_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_family_c64p_Hwi_Module__loggerDefined__C_offset)))
9651 #define Module__LOGDEF ti_sysbios_family_c64p_Hwi_Module__loggerDefined__C
9654 #undef Module__LOGOBJ
9655 #ifdef ti_sysbios_family_c64p_Hwi_Module__loggerObj__CR
9656 #define Module__LOGOBJ ti_sysbios_family_c64p_Hwi_Module__loggerObj__R
9657 #define Module__LOGOBJ (*((CT__ti_sysbios_family_c64p_Hwi_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_family_c64p_Hwi_Module__loggerObj__C_offset)))
9659 #define Module__LOGOBJ ti_sysbios_family_c64p_Hwi_Module__loggerObj__C
9662 #undef Module__LOGFXN0
9663 #ifdef ti_sysbios_family_c64p_Hwi_Module__loggerFxn0__CR
9664 #define Module__LOGFXN0 (*((CT__ti_sysbios_family_c64p_Hwi_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_family_c64p_Hwi_Module__loggerFxn0__C_offset)))
9666 #define Module__LOGFXN0 ti_sysbios_family_c64p_Hwi_Module__loggerFxn0__C
9669 #undef Module__LOGFXN1
9670 #ifdef ti_sysbios_family_c64p_Hwi_Module__loggerFxn1__CR
9671 #define Module__LOGFXN1 (*((CT__ti_sysbios_family_c64p_Hwi_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_family_c64p_Hwi_Module__loggerFxn1__C_offset)))
9673 #define Module__LOGFXN1 ti_sysbios_family_c64p_Hwi_Module__loggerFxn1__C
9676 #undef Module__LOGFXN2
9677 #ifdef ti_sysbios_family_c64p_Hwi_Module__loggerFxn2__CR
9678 #define Module__LOGFXN2 (*((CT__ti_sysbios_family_c64p_Hwi_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_family_c64p_Hwi_Module__loggerFxn2__C_offset)))
9680 #define Module__LOGFXN2 ti_sysbios_family_c64p_Hwi_Module__loggerFxn2__C
9683 #undef Module__LOGFXN4
9684 #ifdef ti_sysbios_family_c64p_Hwi_Module__loggerFxn4__CR
9685 #define Module__LOGFXN4 (*((CT__ti_sysbios_family_c64p_Hwi_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_family_c64p_Hwi_Module__loggerFxn4__C_offset)))
9687 #define Module__LOGFXN4 ti_sysbios_family_c64p_Hwi_Module__loggerFxn4__C
9690 #undef Module__LOGFXN8
9691 #ifdef ti_sysbios_family_c64p_Hwi_Module__loggerFxn8__CR
9692 #define Module__LOGFXN8 (*((CT__ti_sysbios_family_c64p_Hwi_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_family_c64p_Hwi_Module__loggerFxn8__C_offset)))
9694 #define Module__LOGFXN8 ti_sysbios_family_c64p_Hwi_Module__loggerFxn8__C
9697 #undef Module__G_OBJ
9698 #ifdef ti_sysbios_family_c64p_Hwi_Module__gateObj__CR
9699 #define Module__G_OBJ (*((CT__ti_sysbios_family_c64p_Hwi_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_family_c64p_Hwi_Module__gateObj__C_offset)))
9701 #define Module__G_OBJ ti_sysbios_family_c64p_Hwi_Module__gateObj__C
9704 #undef Module__G_PRMS
9705 #ifdef ti_sysbios_family_c64p_Hwi_Module__gatePrms__CR
9706 #define Module__G_PRMS (*((CT__ti_sysbios_family_c64p_Hwi_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_family_c64p_Hwi_Module__gatePrms__C_offset)))
9708 #define Module__G_PRMS ti_sysbios_family_c64p_Hwi_Module__gatePrms__C
9711 #undef Module__GP_create
9712 #define Module__GP_create ti_sysbios_family_c64p_Hwi_Module_GateProxy_create
9713 #undef Module__GP_delete
9714 #define Module__GP_delete ti_sysbios_family_c64p_Hwi_Module_GateProxy_delete
9715 #undef Module__GP_enter
9716 #define Module__GP_enter ti_sysbios_family_c64p_Hwi_Module_GateProxy_enter
9717 #undef Module__GP_leave
9718 #define Module__GP_leave ti_sysbios_family_c64p_Hwi_Module_GateProxy_leave
9719 #undef Module__GP_query
9720 #define Module__GP_query ti_sysbios_family_c64p_Hwi_Module_GateProxy_query
9733 xdc_runtime_Core_assignLabel(lab, 0, 0);
9771 xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
9774 return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
9784 const xdc_UChar *__paramsPtr,
9786 xdc_runtime_Error_Block *eb)
9788 const ti_sysbios_family_c64p_Hwi_Args__create *__args = __aa;
9789 ti_sysbios_family_c64p_Hwi_Params __prms;
9790 ti_sysbios_family_c64p_Hwi_Object *__obj;
9795 if (__obj == NULL) {
9801 iStat = ti_sysbios_family_c64p_Hwi_Instance_init__E(__obj, __args->intNum, __args->hwiFxn, &__prms, eb);
9811 ti_sysbios_family_c64p_Hwi_Handle
ti_sysbios_family_c64p_Hwi_create( xdc_Int intNum, ti_sysbios_interfaces_IHwi_FuncPtr hwiFxn,
const ti_sysbios_family_c64p_Hwi_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
9813 ti_sysbios_family_c64p_Hwi_Params prms;
9814 ti_sysbios_family_c64p_Hwi_Object *obj;
9825 iStat = ti_sysbios_family_c64p_Hwi_Instance_init__E(obj, intNum, hwiFxn, &prms, eb);
9835 void ti_sysbios_family_c64p_Hwi_construct(ti_sysbios_family_c64p_Hwi_Struct *__obj, xdc_Int intNum, ti_sysbios_interfaces_IHwi_FuncPtr hwiFxn,
const ti_sysbios_family_c64p_Hwi_Params *__paramsPtr, xdc_runtime_Error_Block *eb )
9837 ti_sysbios_family_c64p_Hwi_Params __prms;
9844 iStat = ti_sysbios_family_c64p_Hwi_Instance_init__E((xdc_Ptr)__obj, intNum, hwiFxn, &__prms, eb);
9861 *((ti_sysbios_family_c64p_Hwi_Handle*)instp) = NULL;
9889 #ifdef ti_sysbios_gates_GateHwi_Module__id__CR
9890 #define Module__MID (*((CT__ti_sysbios_gates_GateHwi_Module__id *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__id__C_offset)))
9892 #define Module__MID ti_sysbios_gates_GateHwi_Module__id__C
9895 #undef Module__DGSINCL
9896 #ifdef ti_sysbios_gates_GateHwi_Module__diagsIncluded__CR
9897 #define Module__DGSINCL (*((CT__ti_sysbios_gates_GateHwi_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__diagsIncluded__C_offset)))
9899 #define Module__DGSINCL ti_sysbios_gates_GateHwi_Module__diagsIncluded__C
9902 #undef Module__DGSENAB
9903 #ifdef ti_sysbios_gates_GateHwi_Module__diagsEnabled__CR
9904 #define Module__DGSENAB (*((CT__ti_sysbios_gates_GateHwi_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__diagsEnabled__C_offset)))
9906 #define Module__DGSENAB ti_sysbios_gates_GateHwi_Module__diagsEnabled__C
9909 #undef Module__DGSMASK
9910 #ifdef ti_sysbios_gates_GateHwi_Module__diagsMask__CR
9911 #define Module__DGSMASK (*((CT__ti_sysbios_gates_GateHwi_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__diagsMask__C_offset)))
9913 #define Module__DGSMASK ti_sysbios_gates_GateHwi_Module__diagsMask__C
9916 #undef Module__LOGDEF
9917 #ifdef ti_sysbios_gates_GateHwi_Module__loggerDefined__CR
9918 #define Module__LOGDEF (*((CT__ti_sysbios_gates_GateHwi_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__loggerDefined__C_offset)))
9920 #define Module__LOGDEF ti_sysbios_gates_GateHwi_Module__loggerDefined__C
9923 #undef Module__LOGOBJ
9924 #ifdef ti_sysbios_gates_GateHwi_Module__loggerObj__CR
9925 #define Module__LOGOBJ ti_sysbios_gates_GateHwi_Module__loggerObj__R
9926 #define Module__LOGOBJ (*((CT__ti_sysbios_gates_GateHwi_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__loggerObj__C_offset)))
9928 #define Module__LOGOBJ ti_sysbios_gates_GateHwi_Module__loggerObj__C
9931 #undef Module__LOGFXN0
9932 #ifdef ti_sysbios_gates_GateHwi_Module__loggerFxn0__CR
9933 #define Module__LOGFXN0 (*((CT__ti_sysbios_gates_GateHwi_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__loggerFxn0__C_offset)))
9935 #define Module__LOGFXN0 ti_sysbios_gates_GateHwi_Module__loggerFxn0__C
9938 #undef Module__LOGFXN1
9939 #ifdef ti_sysbios_gates_GateHwi_Module__loggerFxn1__CR
9940 #define Module__LOGFXN1 (*((CT__ti_sysbios_gates_GateHwi_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__loggerFxn1__C_offset)))
9942 #define Module__LOGFXN1 ti_sysbios_gates_GateHwi_Module__loggerFxn1__C
9945 #undef Module__LOGFXN2
9946 #ifdef ti_sysbios_gates_GateHwi_Module__loggerFxn2__CR
9947 #define Module__LOGFXN2 (*((CT__ti_sysbios_gates_GateHwi_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__loggerFxn2__C_offset)))
9949 #define Module__LOGFXN2 ti_sysbios_gates_GateHwi_Module__loggerFxn2__C
9952 #undef Module__LOGFXN4
9953 #ifdef ti_sysbios_gates_GateHwi_Module__loggerFxn4__CR
9954 #define Module__LOGFXN4 (*((CT__ti_sysbios_gates_GateHwi_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__loggerFxn4__C_offset)))
9956 #define Module__LOGFXN4 ti_sysbios_gates_GateHwi_Module__loggerFxn4__C
9959 #undef Module__LOGFXN8
9960 #ifdef ti_sysbios_gates_GateHwi_Module__loggerFxn8__CR
9961 #define Module__LOGFXN8 (*((CT__ti_sysbios_gates_GateHwi_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__loggerFxn8__C_offset)))
9963 #define Module__LOGFXN8 ti_sysbios_gates_GateHwi_Module__loggerFxn8__C
9966 #undef Module__G_OBJ
9967 #ifdef ti_sysbios_gates_GateHwi_Module__gateObj__CR
9968 #define Module__G_OBJ (*((CT__ti_sysbios_gates_GateHwi_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__gateObj__C_offset)))
9970 #define Module__G_OBJ ti_sysbios_gates_GateHwi_Module__gateObj__C
9973 #undef Module__G_PRMS
9974 #ifdef ti_sysbios_gates_GateHwi_Module__gatePrms__CR
9975 #define Module__G_PRMS (*((CT__ti_sysbios_gates_GateHwi_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_gates_GateHwi_Module__gatePrms__C_offset)))
9977 #define Module__G_PRMS ti_sysbios_gates_GateHwi_Module__gatePrms__C
9980 #undef Module__GP_create
9981 #define Module__GP_create ti_sysbios_gates_GateHwi_Module_GateProxy_create
9982 #undef Module__GP_delete
9983 #define Module__GP_delete ti_sysbios_gates_GateHwi_Module_GateProxy_delete
9984 #undef Module__GP_enter
9985 #define Module__GP_enter ti_sysbios_gates_GateHwi_Module_GateProxy_enter
9986 #undef Module__GP_leave
9987 #define Module__GP_leave ti_sysbios_gates_GateHwi_Module_GateProxy_leave
9988 #undef Module__GP_query
9989 #define Module__GP_query ti_sysbios_gates_GateHwi_Module_GateProxy_query
10002 xdc_runtime_Core_assignLabel(lab, 0, 0);
10040 xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
10043 return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
10053 const xdc_UChar *__paramsPtr,
10055 xdc_runtime_Error_Block *eb)
10057 ti_sysbios_gates_GateHwi_Params __prms;
10058 ti_sysbios_gates_GateHwi_Object *__obj;
10062 if (__obj == NULL) {
10068 ti_sysbios_gates_GateHwi_Instance_init__E(__obj, &__prms);
10075 ti_sysbios_gates_GateHwi_Params prms;
10076 ti_sysbios_gates_GateHwi_Object *obj;
10086 ti_sysbios_gates_GateHwi_Instance_init__E(obj, &prms);
10093 ti_sysbios_gates_GateHwi_Params __prms;
10099 ti_sysbios_gates_GateHwi_Instance_init__E((xdc_Ptr)__obj, &__prms);
10112 *((ti_sysbios_gates_GateHwi_Handle*)instp) = NULL;
10128 #ifdef ti_sysbios_gates_GateMutex_Module__id__CR
10129 #define Module__MID (*((CT__ti_sysbios_gates_GateMutex_Module__id *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__id__C_offset)))
10131 #define Module__MID ti_sysbios_gates_GateMutex_Module__id__C
10134 #undef Module__DGSINCL
10135 #ifdef ti_sysbios_gates_GateMutex_Module__diagsIncluded__CR
10136 #define Module__DGSINCL (*((CT__ti_sysbios_gates_GateMutex_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__diagsIncluded__C_offset)))
10138 #define Module__DGSINCL ti_sysbios_gates_GateMutex_Module__diagsIncluded__C
10141 #undef Module__DGSENAB
10142 #ifdef ti_sysbios_gates_GateMutex_Module__diagsEnabled__CR
10143 #define Module__DGSENAB (*((CT__ti_sysbios_gates_GateMutex_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__diagsEnabled__C_offset)))
10145 #define Module__DGSENAB ti_sysbios_gates_GateMutex_Module__diagsEnabled__C
10148 #undef Module__DGSMASK
10149 #ifdef ti_sysbios_gates_GateMutex_Module__diagsMask__CR
10150 #define Module__DGSMASK (*((CT__ti_sysbios_gates_GateMutex_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__diagsMask__C_offset)))
10152 #define Module__DGSMASK ti_sysbios_gates_GateMutex_Module__diagsMask__C
10155 #undef Module__LOGDEF
10156 #ifdef ti_sysbios_gates_GateMutex_Module__loggerDefined__CR
10157 #define Module__LOGDEF (*((CT__ti_sysbios_gates_GateMutex_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__loggerDefined__C_offset)))
10159 #define Module__LOGDEF ti_sysbios_gates_GateMutex_Module__loggerDefined__C
10162 #undef Module__LOGOBJ
10163 #ifdef ti_sysbios_gates_GateMutex_Module__loggerObj__CR
10164 #define Module__LOGOBJ ti_sysbios_gates_GateMutex_Module__loggerObj__R
10165 #define Module__LOGOBJ (*((CT__ti_sysbios_gates_GateMutex_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__loggerObj__C_offset)))
10167 #define Module__LOGOBJ ti_sysbios_gates_GateMutex_Module__loggerObj__C
10170 #undef Module__LOGFXN0
10171 #ifdef ti_sysbios_gates_GateMutex_Module__loggerFxn0__CR
10172 #define Module__LOGFXN0 (*((CT__ti_sysbios_gates_GateMutex_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__loggerFxn0__C_offset)))
10174 #define Module__LOGFXN0 ti_sysbios_gates_GateMutex_Module__loggerFxn0__C
10177 #undef Module__LOGFXN1
10178 #ifdef ti_sysbios_gates_GateMutex_Module__loggerFxn1__CR
10179 #define Module__LOGFXN1 (*((CT__ti_sysbios_gates_GateMutex_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__loggerFxn1__C_offset)))
10181 #define Module__LOGFXN1 ti_sysbios_gates_GateMutex_Module__loggerFxn1__C
10184 #undef Module__LOGFXN2
10185 #ifdef ti_sysbios_gates_GateMutex_Module__loggerFxn2__CR
10186 #define Module__LOGFXN2 (*((CT__ti_sysbios_gates_GateMutex_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__loggerFxn2__C_offset)))
10188 #define Module__LOGFXN2 ti_sysbios_gates_GateMutex_Module__loggerFxn2__C
10191 #undef Module__LOGFXN4
10192 #ifdef ti_sysbios_gates_GateMutex_Module__loggerFxn4__CR
10193 #define Module__LOGFXN4 (*((CT__ti_sysbios_gates_GateMutex_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__loggerFxn4__C_offset)))
10195 #define Module__LOGFXN4 ti_sysbios_gates_GateMutex_Module__loggerFxn4__C
10198 #undef Module__LOGFXN8
10199 #ifdef ti_sysbios_gates_GateMutex_Module__loggerFxn8__CR
10200 #define Module__LOGFXN8 (*((CT__ti_sysbios_gates_GateMutex_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__loggerFxn8__C_offset)))
10202 #define Module__LOGFXN8 ti_sysbios_gates_GateMutex_Module__loggerFxn8__C
10205 #undef Module__G_OBJ
10206 #ifdef ti_sysbios_gates_GateMutex_Module__gateObj__CR
10207 #define Module__G_OBJ (*((CT__ti_sysbios_gates_GateMutex_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__gateObj__C_offset)))
10209 #define Module__G_OBJ ti_sysbios_gates_GateMutex_Module__gateObj__C
10212 #undef Module__G_PRMS
10213 #ifdef ti_sysbios_gates_GateMutex_Module__gatePrms__CR
10214 #define Module__G_PRMS (*((CT__ti_sysbios_gates_GateMutex_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_gates_GateMutex_Module__gatePrms__C_offset)))
10216 #define Module__G_PRMS ti_sysbios_gates_GateMutex_Module__gatePrms__C
10219 #undef Module__GP_create
10220 #define Module__GP_create ti_sysbios_gates_GateMutex_Module_GateProxy_create
10221 #undef Module__GP_delete
10222 #define Module__GP_delete ti_sysbios_gates_GateMutex_Module_GateProxy_delete
10223 #undef Module__GP_enter
10224 #define Module__GP_enter ti_sysbios_gates_GateMutex_Module_GateProxy_enter
10225 #undef Module__GP_leave
10226 #define Module__GP_leave ti_sysbios_gates_GateMutex_Module_GateProxy_leave
10227 #undef Module__GP_query
10228 #define Module__GP_query ti_sysbios_gates_GateMutex_Module_GateProxy_query
10241 xdc_runtime_Core_assignLabel(lab, 0, 0);
10279 xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
10282 return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
10292 const xdc_UChar *__paramsPtr,
10294 xdc_runtime_Error_Block *eb)
10296 ti_sysbios_gates_GateMutex_Params __prms;
10297 ti_sysbios_gates_GateMutex_Object *__obj;
10301 if (__obj == NULL) {
10307 ti_sysbios_gates_GateMutex_Instance_init__E(__obj, &__prms);
10314 ti_sysbios_gates_GateMutex_Params prms;
10315 ti_sysbios_gates_GateMutex_Object *obj;
10325 ti_sysbios_gates_GateMutex_Instance_init__E(obj, &prms);
10332 ti_sysbios_gates_GateMutex_Params __prms;
10338 ti_sysbios_gates_GateMutex_Instance_init__E((xdc_Ptr)__obj, &__prms);
10351 *((ti_sysbios_gates_GateMutex_Handle*)instp) = NULL;
10367 #ifdef ti_sysbios_hal_Hwi_Module__id__CR
10368 #define Module__MID (*((CT__ti_sysbios_hal_Hwi_Module__id *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__id__C_offset)))
10370 #define Module__MID ti_sysbios_hal_Hwi_Module__id__C
10373 #undef Module__DGSINCL
10374 #ifdef ti_sysbios_hal_Hwi_Module__diagsIncluded__CR
10375 #define Module__DGSINCL (*((CT__ti_sysbios_hal_Hwi_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__diagsIncluded__C_offset)))
10377 #define Module__DGSINCL ti_sysbios_hal_Hwi_Module__diagsIncluded__C
10380 #undef Module__DGSENAB
10381 #ifdef ti_sysbios_hal_Hwi_Module__diagsEnabled__CR
10382 #define Module__DGSENAB (*((CT__ti_sysbios_hal_Hwi_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__diagsEnabled__C_offset)))
10384 #define Module__DGSENAB ti_sysbios_hal_Hwi_Module__diagsEnabled__C
10387 #undef Module__DGSMASK
10388 #ifdef ti_sysbios_hal_Hwi_Module__diagsMask__CR
10389 #define Module__DGSMASK (*((CT__ti_sysbios_hal_Hwi_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__diagsMask__C_offset)))
10391 #define Module__DGSMASK ti_sysbios_hal_Hwi_Module__diagsMask__C
10394 #undef Module__LOGDEF
10395 #ifdef ti_sysbios_hal_Hwi_Module__loggerDefined__CR
10396 #define Module__LOGDEF (*((CT__ti_sysbios_hal_Hwi_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__loggerDefined__C_offset)))
10398 #define Module__LOGDEF ti_sysbios_hal_Hwi_Module__loggerDefined__C
10401 #undef Module__LOGOBJ
10402 #ifdef ti_sysbios_hal_Hwi_Module__loggerObj__CR
10403 #define Module__LOGOBJ ti_sysbios_hal_Hwi_Module__loggerObj__R
10404 #define Module__LOGOBJ (*((CT__ti_sysbios_hal_Hwi_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__loggerObj__C_offset)))
10406 #define Module__LOGOBJ ti_sysbios_hal_Hwi_Module__loggerObj__C
10409 #undef Module__LOGFXN0
10410 #ifdef ti_sysbios_hal_Hwi_Module__loggerFxn0__CR
10411 #define Module__LOGFXN0 (*((CT__ti_sysbios_hal_Hwi_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__loggerFxn0__C_offset)))
10413 #define Module__LOGFXN0 ti_sysbios_hal_Hwi_Module__loggerFxn0__C
10416 #undef Module__LOGFXN1
10417 #ifdef ti_sysbios_hal_Hwi_Module__loggerFxn1__CR
10418 #define Module__LOGFXN1 (*((CT__ti_sysbios_hal_Hwi_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__loggerFxn1__C_offset)))
10420 #define Module__LOGFXN1 ti_sysbios_hal_Hwi_Module__loggerFxn1__C
10423 #undef Module__LOGFXN2
10424 #ifdef ti_sysbios_hal_Hwi_Module__loggerFxn2__CR
10425 #define Module__LOGFXN2 (*((CT__ti_sysbios_hal_Hwi_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__loggerFxn2__C_offset)))
10427 #define Module__LOGFXN2 ti_sysbios_hal_Hwi_Module__loggerFxn2__C
10430 #undef Module__LOGFXN4
10431 #ifdef ti_sysbios_hal_Hwi_Module__loggerFxn4__CR
10432 #define Module__LOGFXN4 (*((CT__ti_sysbios_hal_Hwi_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__loggerFxn4__C_offset)))
10434 #define Module__LOGFXN4 ti_sysbios_hal_Hwi_Module__loggerFxn4__C
10437 #undef Module__LOGFXN8
10438 #ifdef ti_sysbios_hal_Hwi_Module__loggerFxn8__CR
10439 #define Module__LOGFXN8 (*((CT__ti_sysbios_hal_Hwi_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__loggerFxn8__C_offset)))
10441 #define Module__LOGFXN8 ti_sysbios_hal_Hwi_Module__loggerFxn8__C
10444 #undef Module__G_OBJ
10445 #ifdef ti_sysbios_hal_Hwi_Module__gateObj__CR
10446 #define Module__G_OBJ (*((CT__ti_sysbios_hal_Hwi_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__gateObj__C_offset)))
10448 #define Module__G_OBJ ti_sysbios_hal_Hwi_Module__gateObj__C
10451 #undef Module__G_PRMS
10452 #ifdef ti_sysbios_hal_Hwi_Module__gatePrms__CR
10453 #define Module__G_PRMS (*((CT__ti_sysbios_hal_Hwi_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_Module__gatePrms__C_offset)))
10455 #define Module__G_PRMS ti_sysbios_hal_Hwi_Module__gatePrms__C
10458 #undef Module__GP_create
10459 #define Module__GP_create ti_sysbios_hal_Hwi_Module_GateProxy_create
10460 #undef Module__GP_delete
10461 #define Module__GP_delete ti_sysbios_hal_Hwi_Module_GateProxy_delete
10462 #undef Module__GP_enter
10463 #define Module__GP_enter ti_sysbios_hal_Hwi_Module_GateProxy_enter
10464 #undef Module__GP_leave
10465 #define Module__GP_leave ti_sysbios_hal_Hwi_Module_GateProxy_leave
10466 #undef Module__GP_query
10467 #define Module__GP_query ti_sysbios_hal_Hwi_Module_GateProxy_query
10480 xdc_runtime_Core_assignLabel(lab, 0, 0);
10518 xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
10521 return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
10531 const xdc_UChar *__paramsPtr,
10533 xdc_runtime_Error_Block *eb)
10535 const ti_sysbios_hal_Hwi_Args__create *__args = __aa;
10536 ti_sysbios_hal_Hwi_Params __prms;
10537 ti_sysbios_hal_Hwi_Object *__obj;
10542 if (__obj == NULL) {
10548 iStat = ti_sysbios_hal_Hwi_Instance_init__E(__obj, __args->intNum, __args->hwiFxn, &__prms, eb);
10558 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 )
10560 ti_sysbios_hal_Hwi_Params prms;
10561 ti_sysbios_hal_Hwi_Object *obj;
10572 iStat = ti_sysbios_hal_Hwi_Instance_init__E(obj, intNum, hwiFxn, &prms, eb);
10582 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 )
10584 ti_sysbios_hal_Hwi_Params __prms;
10591 iStat = ti_sysbios_hal_Hwi_Instance_init__E((xdc_Ptr)__obj, intNum, hwiFxn, &__prms, eb);
10607 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);
10608 *((ti_sysbios_hal_Hwi_Handle*)instp) = NULL;
10624 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__id__CR
10625 #define Module__MID (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__id *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__id__C_offset)))
10627 #define Module__MID ti_sysbios_hal_Hwi_HwiProxy_Module__id__C
10630 #undef Module__DGSINCL
10631 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__diagsIncluded__CR
10632 #define Module__DGSINCL (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__diagsIncluded__C_offset)))
10634 #define Module__DGSINCL ti_sysbios_hal_Hwi_HwiProxy_Module__diagsIncluded__C
10637 #undef Module__DGSENAB
10638 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__diagsEnabled__CR
10639 #define Module__DGSENAB (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__diagsEnabled__C_offset)))
10641 #define Module__DGSENAB ti_sysbios_hal_Hwi_HwiProxy_Module__diagsEnabled__C
10644 #undef Module__DGSMASK
10645 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__diagsMask__CR
10646 #define Module__DGSMASK (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__diagsMask__C_offset)))
10648 #define Module__DGSMASK ti_sysbios_hal_Hwi_HwiProxy_Module__diagsMask__C
10651 #undef Module__LOGDEF
10652 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__loggerDefined__CR
10653 #define Module__LOGDEF (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__loggerDefined__C_offset)))
10655 #define Module__LOGDEF ti_sysbios_hal_Hwi_HwiProxy_Module__loggerDefined__C
10658 #undef Module__LOGOBJ
10659 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__loggerObj__CR
10660 #define Module__LOGOBJ ti_sysbios_hal_Hwi_HwiProxy_Module__loggerObj__R
10661 #define Module__LOGOBJ (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__loggerObj__C_offset)))
10663 #define Module__LOGOBJ ti_sysbios_hal_Hwi_HwiProxy_Module__loggerObj__C
10666 #undef Module__LOGFXN0
10667 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn0__CR
10668 #define Module__LOGFXN0 (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn0__C_offset)))
10670 #define Module__LOGFXN0 ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn0__C
10673 #undef Module__LOGFXN1
10674 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn1__CR
10675 #define Module__LOGFXN1 (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn1__C_offset)))
10677 #define Module__LOGFXN1 ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn1__C
10680 #undef Module__LOGFXN2
10681 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn2__CR
10682 #define Module__LOGFXN2 (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn2__C_offset)))
10684 #define Module__LOGFXN2 ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn2__C
10687 #undef Module__LOGFXN4
10688 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn4__CR
10689 #define Module__LOGFXN4 (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn4__C_offset)))
10691 #define Module__LOGFXN4 ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn4__C
10694 #undef Module__LOGFXN8
10695 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn8__CR
10696 #define Module__LOGFXN8 (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn8__C_offset)))
10698 #define Module__LOGFXN8 ti_sysbios_hal_Hwi_HwiProxy_Module__loggerFxn8__C
10701 #undef Module__G_OBJ
10702 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__gateObj__CR
10703 #define Module__G_OBJ (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__gateObj__C_offset)))
10705 #define Module__G_OBJ ti_sysbios_hal_Hwi_HwiProxy_Module__gateObj__C
10708 #undef Module__G_PRMS
10709 #ifdef ti_sysbios_hal_Hwi_HwiProxy_Module__gatePrms__CR
10710 #define Module__G_PRMS (*((CT__ti_sysbios_hal_Hwi_HwiProxy_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_hal_Hwi_HwiProxy_Module__gatePrms__C_offset)))
10712 #define Module__G_PRMS ti_sysbios_hal_Hwi_HwiProxy_Module__gatePrms__C
10715 #undef Module__GP_create
10716 #define Module__GP_create ti_sysbios_hal_Hwi_HwiProxy_Module_GateProxy_create
10717 #undef Module__GP_delete
10718 #define Module__GP_delete ti_sysbios_hal_Hwi_HwiProxy_Module_GateProxy_delete
10719 #undef Module__GP_enter
10720 #define Module__GP_enter ti_sysbios_hal_Hwi_HwiProxy_Module_GateProxy_enter
10721 #undef Module__GP_leave
10722 #define Module__GP_leave ti_sysbios_hal_Hwi_HwiProxy_Module_GateProxy_leave
10723 #undef Module__GP_query
10724 #define Module__GP_query ti_sysbios_hal_Hwi_HwiProxy_Module_GateProxy_query
10743 #ifdef ti_sysbios_heaps_HeapMem_Module__id__CR
10744 #define Module__MID (*((CT__ti_sysbios_heaps_HeapMem_Module__id *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__id__C_offset)))
10746 #define Module__MID ti_sysbios_heaps_HeapMem_Module__id__C
10749 #undef Module__DGSINCL
10750 #ifdef ti_sysbios_heaps_HeapMem_Module__diagsIncluded__CR
10751 #define Module__DGSINCL (*((CT__ti_sysbios_heaps_HeapMem_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__diagsIncluded__C_offset)))
10753 #define Module__DGSINCL ti_sysbios_heaps_HeapMem_Module__diagsIncluded__C
10756 #undef Module__DGSENAB
10757 #ifdef ti_sysbios_heaps_HeapMem_Module__diagsEnabled__CR
10758 #define Module__DGSENAB (*((CT__ti_sysbios_heaps_HeapMem_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__diagsEnabled__C_offset)))
10760 #define Module__DGSENAB ti_sysbios_heaps_HeapMem_Module__diagsEnabled__C
10763 #undef Module__DGSMASK
10764 #ifdef ti_sysbios_heaps_HeapMem_Module__diagsMask__CR
10765 #define Module__DGSMASK (*((CT__ti_sysbios_heaps_HeapMem_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__diagsMask__C_offset)))
10767 #define Module__DGSMASK ti_sysbios_heaps_HeapMem_Module__diagsMask__C
10770 #undef Module__LOGDEF
10771 #ifdef ti_sysbios_heaps_HeapMem_Module__loggerDefined__CR
10772 #define Module__LOGDEF (*((CT__ti_sysbios_heaps_HeapMem_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__loggerDefined__C_offset)))
10774 #define Module__LOGDEF ti_sysbios_heaps_HeapMem_Module__loggerDefined__C
10777 #undef Module__LOGOBJ
10778 #ifdef ti_sysbios_heaps_HeapMem_Module__loggerObj__CR
10779 #define Module__LOGOBJ ti_sysbios_heaps_HeapMem_Module__loggerObj__R
10780 #define Module__LOGOBJ (*((CT__ti_sysbios_heaps_HeapMem_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__loggerObj__C_offset)))
10782 #define Module__LOGOBJ ti_sysbios_heaps_HeapMem_Module__loggerObj__C
10785 #undef Module__LOGFXN0
10786 #ifdef ti_sysbios_heaps_HeapMem_Module__loggerFxn0__CR
10787 #define Module__LOGFXN0 (*((CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__loggerFxn0__C_offset)))
10789 #define Module__LOGFXN0 ti_sysbios_heaps_HeapMem_Module__loggerFxn0__C
10792 #undef Module__LOGFXN1
10793 #ifdef ti_sysbios_heaps_HeapMem_Module__loggerFxn1__CR
10794 #define Module__LOGFXN1 (*((CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__loggerFxn1__C_offset)))
10796 #define Module__LOGFXN1 ti_sysbios_heaps_HeapMem_Module__loggerFxn1__C
10799 #undef Module__LOGFXN2
10800 #ifdef ti_sysbios_heaps_HeapMem_Module__loggerFxn2__CR
10801 #define Module__LOGFXN2 (*((CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__loggerFxn2__C_offset)))
10803 #define Module__LOGFXN2 ti_sysbios_heaps_HeapMem_Module__loggerFxn2__C
10806 #undef Module__LOGFXN4
10807 #ifdef ti_sysbios_heaps_HeapMem_Module__loggerFxn4__CR
10808 #define Module__LOGFXN4 (*((CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__loggerFxn4__C_offset)))
10810 #define Module__LOGFXN4 ti_sysbios_heaps_HeapMem_Module__loggerFxn4__C
10813 #undef Module__LOGFXN8
10814 #ifdef ti_sysbios_heaps_HeapMem_Module__loggerFxn8__CR
10815 #define Module__LOGFXN8 (*((CT__ti_sysbios_heaps_HeapMem_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__loggerFxn8__C_offset)))
10817 #define Module__LOGFXN8 ti_sysbios_heaps_HeapMem_Module__loggerFxn8__C
10820 #undef Module__G_OBJ
10821 #ifdef ti_sysbios_heaps_HeapMem_Module__gateObj__CR
10822 #define Module__G_OBJ (*((CT__ti_sysbios_heaps_HeapMem_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__gateObj__C_offset)))
10824 #define Module__G_OBJ ti_sysbios_heaps_HeapMem_Module__gateObj__C
10827 #undef Module__G_PRMS
10828 #ifdef ti_sysbios_heaps_HeapMem_Module__gatePrms__CR
10829 #define Module__G_PRMS (*((CT__ti_sysbios_heaps_HeapMem_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module__gatePrms__C_offset)))
10831 #define Module__G_PRMS ti_sysbios_heaps_HeapMem_Module__gatePrms__C
10834 #undef Module__GP_create
10835 #define Module__GP_create ti_sysbios_heaps_HeapMem_Module_GateProxy_create
10836 #undef Module__GP_delete
10837 #define Module__GP_delete ti_sysbios_heaps_HeapMem_Module_GateProxy_delete
10838 #undef Module__GP_enter
10839 #define Module__GP_enter ti_sysbios_heaps_HeapMem_Module_GateProxy_enter
10840 #undef Module__GP_leave
10841 #define Module__GP_leave ti_sysbios_heaps_HeapMem_Module_GateProxy_leave
10842 #undef Module__GP_query
10843 #define Module__GP_query ti_sysbios_heaps_HeapMem_Module_GateProxy_query
10856 xdc_runtime_Core_assignLabel(lab, 0, 0);
10894 xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
10897 return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
10907 const xdc_UChar *__paramsPtr,
10909 xdc_runtime_Error_Block *eb)
10911 ti_sysbios_heaps_HeapMem_Params __prms;
10912 ti_sysbios_heaps_HeapMem_Object *__obj;
10916 if (__obj == NULL) {
10922 ti_sysbios_heaps_HeapMem_Instance_init__E(__obj, &__prms);
10929 ti_sysbios_heaps_HeapMem_Params prms;
10930 ti_sysbios_heaps_HeapMem_Object *obj;
10940 ti_sysbios_heaps_HeapMem_Instance_init__E(obj, &prms);
10947 ti_sysbios_heaps_HeapMem_Params __prms;
10953 ti_sysbios_heaps_HeapMem_Instance_init__E((xdc_Ptr)__obj, &__prms);
10966 *((ti_sysbios_heaps_HeapMem_Handle*)instp) = NULL;
10982 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__id__CR
10983 #define Module__MID (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__id *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__id__C_offset)))
10985 #define Module__MID ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__id__C
10988 #undef Module__DGSINCL
10989 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsIncluded__CR
10990 #define Module__DGSINCL (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsIncluded__C_offset)))
10992 #define Module__DGSINCL ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsIncluded__C
10995 #undef Module__DGSENAB
10996 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsEnabled__CR
10997 #define Module__DGSENAB (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsEnabled__C_offset)))
10999 #define Module__DGSENAB ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsEnabled__C
11002 #undef Module__DGSMASK
11003 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsMask__CR
11004 #define Module__DGSMASK (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsMask__C_offset)))
11006 #define Module__DGSMASK ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__diagsMask__C
11009 #undef Module__LOGDEF
11010 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerDefined__CR
11011 #define Module__LOGDEF (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerDefined__C_offset)))
11013 #define Module__LOGDEF ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerDefined__C
11016 #undef Module__LOGOBJ
11017 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerObj__CR
11018 #define Module__LOGOBJ ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerObj__R
11019 #define Module__LOGOBJ (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerObj__C_offset)))
11021 #define Module__LOGOBJ ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerObj__C
11024 #undef Module__LOGFXN0
11025 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn0__CR
11026 #define Module__LOGFXN0 (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn0__C_offset)))
11028 #define Module__LOGFXN0 ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn0__C
11031 #undef Module__LOGFXN1
11032 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn1__CR
11033 #define Module__LOGFXN1 (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn1__C_offset)))
11035 #define Module__LOGFXN1 ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn1__C
11038 #undef Module__LOGFXN2
11039 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn2__CR
11040 #define Module__LOGFXN2 (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn2__C_offset)))
11042 #define Module__LOGFXN2 ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn2__C
11045 #undef Module__LOGFXN4
11046 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn4__CR
11047 #define Module__LOGFXN4 (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn4__C_offset)))
11049 #define Module__LOGFXN4 ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn4__C
11052 #undef Module__LOGFXN8
11053 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn8__CR
11054 #define Module__LOGFXN8 (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn8__C_offset)))
11056 #define Module__LOGFXN8 ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__loggerFxn8__C
11059 #undef Module__G_OBJ
11060 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__gateObj__CR
11061 #define Module__G_OBJ (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__gateObj__C_offset)))
11063 #define Module__G_OBJ ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__gateObj__C
11066 #undef Module__G_PRMS
11067 #ifdef ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__gatePrms__CR
11068 #define Module__G_PRMS (*((CT__ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__gatePrms__C_offset)))
11070 #define Module__G_PRMS ti_sysbios_heaps_HeapMem_Module_GateProxy_Module__gatePrms__C
11073 #undef Module__GP_create
11074 #define Module__GP_create ti_sysbios_heaps_HeapMem_Module_GateProxy_Module_GateProxy_create
11075 #undef Module__GP_delete
11076 #define Module__GP_delete ti_sysbios_heaps_HeapMem_Module_GateProxy_Module_GateProxy_delete
11077 #undef Module__GP_enter
11078 #define Module__GP_enter ti_sysbios_heaps_HeapMem_Module_GateProxy_Module_GateProxy_enter
11079 #undef Module__GP_leave
11080 #define Module__GP_leave ti_sysbios_heaps_HeapMem_Module_GateProxy_Module_GateProxy_leave
11081 #undef Module__GP_query
11082 #define Module__GP_query ti_sysbios_heaps_HeapMem_Module_GateProxy_Module_GateProxy_query
11101 #ifdef ti_sysbios_knl_Clock_Module__id__CR
11102 #define Module__MID (*((CT__ti_sysbios_knl_Clock_Module__id *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__id__C_offset)))
11104 #define Module__MID ti_sysbios_knl_Clock_Module__id__C
11107 #undef Module__DGSINCL
11108 #ifdef ti_sysbios_knl_Clock_Module__diagsIncluded__CR
11109 #define Module__DGSINCL (*((CT__ti_sysbios_knl_Clock_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__diagsIncluded__C_offset)))
11111 #define Module__DGSINCL ti_sysbios_knl_Clock_Module__diagsIncluded__C
11114 #undef Module__DGSENAB
11115 #ifdef ti_sysbios_knl_Clock_Module__diagsEnabled__CR
11116 #define Module__DGSENAB (*((CT__ti_sysbios_knl_Clock_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__diagsEnabled__C_offset)))
11118 #define Module__DGSENAB ti_sysbios_knl_Clock_Module__diagsEnabled__C
11121 #undef Module__DGSMASK
11122 #ifdef ti_sysbios_knl_Clock_Module__diagsMask__CR
11123 #define Module__DGSMASK (*((CT__ti_sysbios_knl_Clock_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__diagsMask__C_offset)))
11125 #define Module__DGSMASK ti_sysbios_knl_Clock_Module__diagsMask__C
11128 #undef Module__LOGDEF
11129 #ifdef ti_sysbios_knl_Clock_Module__loggerDefined__CR
11130 #define Module__LOGDEF (*((CT__ti_sysbios_knl_Clock_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__loggerDefined__C_offset)))
11132 #define Module__LOGDEF ti_sysbios_knl_Clock_Module__loggerDefined__C
11135 #undef Module__LOGOBJ
11136 #ifdef ti_sysbios_knl_Clock_Module__loggerObj__CR
11137 #define Module__LOGOBJ ti_sysbios_knl_Clock_Module__loggerObj__R
11138 #define Module__LOGOBJ (*((CT__ti_sysbios_knl_Clock_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__loggerObj__C_offset)))
11140 #define Module__LOGOBJ ti_sysbios_knl_Clock_Module__loggerObj__C
11143 #undef Module__LOGFXN0
11144 #ifdef ti_sysbios_knl_Clock_Module__loggerFxn0__CR
11145 #define Module__LOGFXN0 (*((CT__ti_sysbios_knl_Clock_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__loggerFxn0__C_offset)))
11147 #define Module__LOGFXN0 ti_sysbios_knl_Clock_Module__loggerFxn0__C
11150 #undef Module__LOGFXN1
11151 #ifdef ti_sysbios_knl_Clock_Module__loggerFxn1__CR
11152 #define Module__LOGFXN1 (*((CT__ti_sysbios_knl_Clock_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__loggerFxn1__C_offset)))
11154 #define Module__LOGFXN1 ti_sysbios_knl_Clock_Module__loggerFxn1__C
11157 #undef Module__LOGFXN2
11158 #ifdef ti_sysbios_knl_Clock_Module__loggerFxn2__CR
11159 #define Module__LOGFXN2 (*((CT__ti_sysbios_knl_Clock_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__loggerFxn2__C_offset)))
11161 #define Module__LOGFXN2 ti_sysbios_knl_Clock_Module__loggerFxn2__C
11164 #undef Module__LOGFXN4
11165 #ifdef ti_sysbios_knl_Clock_Module__loggerFxn4__CR
11166 #define Module__LOGFXN4 (*((CT__ti_sysbios_knl_Clock_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__loggerFxn4__C_offset)))
11168 #define Module__LOGFXN4 ti_sysbios_knl_Clock_Module__loggerFxn4__C
11171 #undef Module__LOGFXN8
11172 #ifdef ti_sysbios_knl_Clock_Module__loggerFxn8__CR
11173 #define Module__LOGFXN8 (*((CT__ti_sysbios_knl_Clock_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__loggerFxn8__C_offset)))
11175 #define Module__LOGFXN8 ti_sysbios_knl_Clock_Module__loggerFxn8__C
11178 #undef Module__G_OBJ
11179 #ifdef ti_sysbios_knl_Clock_Module__gateObj__CR
11180 #define Module__G_OBJ (*((CT__ti_sysbios_knl_Clock_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__gateObj__C_offset)))
11182 #define Module__G_OBJ ti_sysbios_knl_Clock_Module__gateObj__C
11185 #undef Module__G_PRMS
11186 #ifdef ti_sysbios_knl_Clock_Module__gatePrms__CR
11187 #define Module__G_PRMS (*((CT__ti_sysbios_knl_Clock_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_knl_Clock_Module__gatePrms__C_offset)))
11189 #define Module__G_PRMS ti_sysbios_knl_Clock_Module__gatePrms__C
11192 #undef Module__GP_create
11193 #define Module__GP_create ti_sysbios_knl_Clock_Module_GateProxy_create
11194 #undef Module__GP_delete
11195 #define Module__GP_delete ti_sysbios_knl_Clock_Module_GateProxy_delete
11196 #undef Module__GP_enter
11197 #define Module__GP_enter ti_sysbios_knl_Clock_Module_GateProxy_enter
11198 #undef Module__GP_leave
11199 #define Module__GP_leave ti_sysbios_knl_Clock_Module_GateProxy_leave
11200 #undef Module__GP_query
11201 #define Module__GP_query ti_sysbios_knl_Clock_Module_GateProxy_query
11214 xdc_runtime_Core_assignLabel(lab, 0, 0);
11252 xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
11255 return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
11265 const xdc_UChar *__paramsPtr,
11267 xdc_runtime_Error_Block *eb)
11269 const ti_sysbios_knl_Clock_Args__create *__args = __aa;
11270 ti_sysbios_knl_Clock_Params __prms;
11271 ti_sysbios_knl_Clock_Object *__obj;
11275 if (__obj == NULL) {
11281 ti_sysbios_knl_Clock_Instance_init__E(__obj, __args->clockFxn, __args->timeout, &__prms);
11286 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 )
11288 ti_sysbios_knl_Clock_Params prms;
11289 ti_sysbios_knl_Clock_Object *obj;
11299 ti_sysbios_knl_Clock_Instance_init__E(obj, clockFxn, timeout, &prms);
11304 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 )
11306 ti_sysbios_knl_Clock_Params __prms;
11312 ti_sysbios_knl_Clock_Instance_init__E((xdc_Ptr)__obj, clockFxn, timeout, &__prms);
11324 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);
11325 *((ti_sysbios_knl_Clock_Handle*)instp) = NULL;
11341 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__id__CR
11342 #define Module__MID (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__id *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__id__C_offset)))
11344 #define Module__MID ti_sysbios_knl_Clock_TimerProxy_Module__id__C
11347 #undef Module__DGSINCL
11348 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__diagsIncluded__CR
11349 #define Module__DGSINCL (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__diagsIncluded__C_offset)))
11351 #define Module__DGSINCL ti_sysbios_knl_Clock_TimerProxy_Module__diagsIncluded__C
11354 #undef Module__DGSENAB
11355 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__diagsEnabled__CR
11356 #define Module__DGSENAB (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__diagsEnabled__C_offset)))
11358 #define Module__DGSENAB ti_sysbios_knl_Clock_TimerProxy_Module__diagsEnabled__C
11361 #undef Module__DGSMASK
11362 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__diagsMask__CR
11363 #define Module__DGSMASK (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__diagsMask__C_offset)))
11365 #define Module__DGSMASK ti_sysbios_knl_Clock_TimerProxy_Module__diagsMask__C
11368 #undef Module__LOGDEF
11369 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__loggerDefined__CR
11370 #define Module__LOGDEF (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__loggerDefined__C_offset)))
11372 #define Module__LOGDEF ti_sysbios_knl_Clock_TimerProxy_Module__loggerDefined__C
11375 #undef Module__LOGOBJ
11376 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__loggerObj__CR
11377 #define Module__LOGOBJ ti_sysbios_knl_Clock_TimerProxy_Module__loggerObj__R
11378 #define Module__LOGOBJ (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__loggerObj__C_offset)))
11380 #define Module__LOGOBJ ti_sysbios_knl_Clock_TimerProxy_Module__loggerObj__C
11383 #undef Module__LOGFXN0
11384 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn0__CR
11385 #define Module__LOGFXN0 (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn0__C_offset)))
11387 #define Module__LOGFXN0 ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn0__C
11390 #undef Module__LOGFXN1
11391 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn1__CR
11392 #define Module__LOGFXN1 (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn1__C_offset)))
11394 #define Module__LOGFXN1 ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn1__C
11397 #undef Module__LOGFXN2
11398 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn2__CR
11399 #define Module__LOGFXN2 (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn2__C_offset)))
11401 #define Module__LOGFXN2 ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn2__C
11404 #undef Module__LOGFXN4
11405 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn4__CR
11406 #define Module__LOGFXN4 (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn4__C_offset)))
11408 #define Module__LOGFXN4 ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn4__C
11411 #undef Module__LOGFXN8
11412 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn8__CR
11413 #define Module__LOGFXN8 (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn8__C_offset)))
11415 #define Module__LOGFXN8 ti_sysbios_knl_Clock_TimerProxy_Module__loggerFxn8__C
11418 #undef Module__G_OBJ
11419 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__gateObj__CR
11420 #define Module__G_OBJ (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__gateObj__C_offset)))
11422 #define Module__G_OBJ ti_sysbios_knl_Clock_TimerProxy_Module__gateObj__C
11425 #undef Module__G_PRMS
11426 #ifdef ti_sysbios_knl_Clock_TimerProxy_Module__gatePrms__CR
11427 #define Module__G_PRMS (*((CT__ti_sysbios_knl_Clock_TimerProxy_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_knl_Clock_TimerProxy_Module__gatePrms__C_offset)))
11429 #define Module__G_PRMS ti_sysbios_knl_Clock_TimerProxy_Module__gatePrms__C
11432 #undef Module__GP_create
11433 #define Module__GP_create ti_sysbios_knl_Clock_TimerProxy_Module_GateProxy_create
11434 #undef Module__GP_delete
11435 #define Module__GP_delete ti_sysbios_knl_Clock_TimerProxy_Module_GateProxy_delete
11436 #undef Module__GP_enter
11437 #define Module__GP_enter ti_sysbios_knl_Clock_TimerProxy_Module_GateProxy_enter
11438 #undef Module__GP_leave
11439 #define Module__GP_leave ti_sysbios_knl_Clock_TimerProxy_Module_GateProxy_leave
11440 #undef Module__GP_query
11441 #define Module__GP_query ti_sysbios_knl_Clock_TimerProxy_Module_GateProxy_query
11460 #ifdef ti_sysbios_knl_Event_Module__id__CR
11461 #define Module__MID (*((CT__ti_sysbios_knl_Event_Module__id *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__id__C_offset)))
11463 #define Module__MID ti_sysbios_knl_Event_Module__id__C
11466 #undef Module__DGSINCL
11467 #ifdef ti_sysbios_knl_Event_Module__diagsIncluded__CR
11468 #define Module__DGSINCL (*((CT__ti_sysbios_knl_Event_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__diagsIncluded__C_offset)))
11470 #define Module__DGSINCL ti_sysbios_knl_Event_Module__diagsIncluded__C
11473 #undef Module__DGSENAB
11474 #ifdef ti_sysbios_knl_Event_Module__diagsEnabled__CR
11475 #define Module__DGSENAB (*((CT__ti_sysbios_knl_Event_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__diagsEnabled__C_offset)))
11477 #define Module__DGSENAB ti_sysbios_knl_Event_Module__diagsEnabled__C
11480 #undef Module__DGSMASK
11481 #ifdef ti_sysbios_knl_Event_Module__diagsMask__CR
11482 #define Module__DGSMASK (*((CT__ti_sysbios_knl_Event_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__diagsMask__C_offset)))
11484 #define Module__DGSMASK ti_sysbios_knl_Event_Module__diagsMask__C
11487 #undef Module__LOGDEF
11488 #ifdef ti_sysbios_knl_Event_Module__loggerDefined__CR
11489 #define Module__LOGDEF (*((CT__ti_sysbios_knl_Event_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__loggerDefined__C_offset)))
11491 #define Module__LOGDEF ti_sysbios_knl_Event_Module__loggerDefined__C
11494 #undef Module__LOGOBJ
11495 #ifdef ti_sysbios_knl_Event_Module__loggerObj__CR
11496 #define Module__LOGOBJ ti_sysbios_knl_Event_Module__loggerObj__R
11497 #define Module__LOGOBJ (*((CT__ti_sysbios_knl_Event_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__loggerObj__C_offset)))
11499 #define Module__LOGOBJ ti_sysbios_knl_Event_Module__loggerObj__C
11502 #undef Module__LOGFXN0
11503 #ifdef ti_sysbios_knl_Event_Module__loggerFxn0__CR
11504 #define Module__LOGFXN0 (*((CT__ti_sysbios_knl_Event_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__loggerFxn0__C_offset)))
11506 #define Module__LOGFXN0 ti_sysbios_knl_Event_Module__loggerFxn0__C
11509 #undef Module__LOGFXN1
11510 #ifdef ti_sysbios_knl_Event_Module__loggerFxn1__CR
11511 #define Module__LOGFXN1 (*((CT__ti_sysbios_knl_Event_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__loggerFxn1__C_offset)))
11513 #define Module__LOGFXN1 ti_sysbios_knl_Event_Module__loggerFxn1__C
11516 #undef Module__LOGFXN2
11517 #ifdef ti_sysbios_knl_Event_Module__loggerFxn2__CR
11518 #define Module__LOGFXN2 (*((CT__ti_sysbios_knl_Event_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__loggerFxn2__C_offset)))
11520 #define Module__LOGFXN2 ti_sysbios_knl_Event_Module__loggerFxn2__C
11523 #undef Module__LOGFXN4
11524 #ifdef ti_sysbios_knl_Event_Module__loggerFxn4__CR
11525 #define Module__LOGFXN4 (*((CT__ti_sysbios_knl_Event_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__loggerFxn4__C_offset)))
11527 #define Module__LOGFXN4 ti_sysbios_knl_Event_Module__loggerFxn4__C
11530 #undef Module__LOGFXN8
11531 #ifdef ti_sysbios_knl_Event_Module__loggerFxn8__CR
11532 #define Module__LOGFXN8 (*((CT__ti_sysbios_knl_Event_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__loggerFxn8__C_offset)))
11534 #define Module__LOGFXN8 ti_sysbios_knl_Event_Module__loggerFxn8__C
11537 #undef Module__G_OBJ
11538 #ifdef ti_sysbios_knl_Event_Module__gateObj__CR
11539 #define Module__G_OBJ (*((CT__ti_sysbios_knl_Event_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__gateObj__C_offset)))
11541 #define Module__G_OBJ ti_sysbios_knl_Event_Module__gateObj__C
11544 #undef Module__G_PRMS
11545 #ifdef ti_sysbios_knl_Event_Module__gatePrms__CR
11546 #define Module__G_PRMS (*((CT__ti_sysbios_knl_Event_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_knl_Event_Module__gatePrms__C_offset)))
11548 #define Module__G_PRMS ti_sysbios_knl_Event_Module__gatePrms__C
11551 #undef Module__GP_create
11552 #define Module__GP_create ti_sysbios_knl_Event_Module_GateProxy_create
11553 #undef Module__GP_delete
11554 #define Module__GP_delete ti_sysbios_knl_Event_Module_GateProxy_delete
11555 #undef Module__GP_enter
11556 #define Module__GP_enter ti_sysbios_knl_Event_Module_GateProxy_enter
11557 #undef Module__GP_leave
11558 #define Module__GP_leave ti_sysbios_knl_Event_Module_GateProxy_leave
11559 #undef Module__GP_query
11560 #define Module__GP_query ti_sysbios_knl_Event_Module_GateProxy_query
11573 xdc_runtime_Core_assignLabel(lab, 0, 0);
11611 xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
11614 return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
11624 const xdc_UChar *__paramsPtr,
11626 xdc_runtime_Error_Block *eb)
11628 ti_sysbios_knl_Event_Params __prms;
11629 ti_sysbios_knl_Event_Object *__obj;
11633 if (__obj == NULL) {
11639 ti_sysbios_knl_Event_Instance_init__E(__obj, &__prms);
11646 ti_sysbios_knl_Event_Params prms;
11647 ti_sysbios_knl_Event_Object *obj;
11657 ti_sysbios_knl_Event_Instance_init__E(obj, &prms);
11664 ti_sysbios_knl_Event_Params __prms;
11670 ti_sysbios_knl_Event_Instance_init__E((xdc_Ptr)__obj, &__prms);
11683 *((ti_sysbios_knl_Event_Handle*)instp) = NULL;
11738 #ifdef ti_sysbios_knl_Queue_Module__id__CR
11739 #define Module__MID (*((CT__ti_sysbios_knl_Queue_Module__id *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__id__C_offset)))
11741 #define Module__MID ti_sysbios_knl_Queue_Module__id__C
11744 #undef Module__DGSINCL
11745 #ifdef ti_sysbios_knl_Queue_Module__diagsIncluded__CR
11746 #define Module__DGSINCL (*((CT__ti_sysbios_knl_Queue_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__diagsIncluded__C_offset)))
11748 #define Module__DGSINCL ti_sysbios_knl_Queue_Module__diagsIncluded__C
11751 #undef Module__DGSENAB
11752 #ifdef ti_sysbios_knl_Queue_Module__diagsEnabled__CR
11753 #define Module__DGSENAB (*((CT__ti_sysbios_knl_Queue_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__diagsEnabled__C_offset)))
11755 #define Module__DGSENAB ti_sysbios_knl_Queue_Module__diagsEnabled__C
11758 #undef Module__DGSMASK
11759 #ifdef ti_sysbios_knl_Queue_Module__diagsMask__CR
11760 #define Module__DGSMASK (*((CT__ti_sysbios_knl_Queue_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__diagsMask__C_offset)))
11762 #define Module__DGSMASK ti_sysbios_knl_Queue_Module__diagsMask__C
11765 #undef Module__LOGDEF
11766 #ifdef ti_sysbios_knl_Queue_Module__loggerDefined__CR
11767 #define Module__LOGDEF (*((CT__ti_sysbios_knl_Queue_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__loggerDefined__C_offset)))
11769 #define Module__LOGDEF ti_sysbios_knl_Queue_Module__loggerDefined__C
11772 #undef Module__LOGOBJ
11773 #ifdef ti_sysbios_knl_Queue_Module__loggerObj__CR
11774 #define Module__LOGOBJ ti_sysbios_knl_Queue_Module__loggerObj__R
11775 #define Module__LOGOBJ (*((CT__ti_sysbios_knl_Queue_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__loggerObj__C_offset)))
11777 #define Module__LOGOBJ ti_sysbios_knl_Queue_Module__loggerObj__C
11780 #undef Module__LOGFXN0
11781 #ifdef ti_sysbios_knl_Queue_Module__loggerFxn0__CR
11782 #define Module__LOGFXN0 (*((CT__ti_sysbios_knl_Queue_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__loggerFxn0__C_offset)))
11784 #define Module__LOGFXN0 ti_sysbios_knl_Queue_Module__loggerFxn0__C
11787 #undef Module__LOGFXN1
11788 #ifdef ti_sysbios_knl_Queue_Module__loggerFxn1__CR
11789 #define Module__LOGFXN1 (*((CT__ti_sysbios_knl_Queue_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__loggerFxn1__C_offset)))
11791 #define Module__LOGFXN1 ti_sysbios_knl_Queue_Module__loggerFxn1__C
11794 #undef Module__LOGFXN2
11795 #ifdef ti_sysbios_knl_Queue_Module__loggerFxn2__CR
11796 #define Module__LOGFXN2 (*((CT__ti_sysbios_knl_Queue_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__loggerFxn2__C_offset)))
11798 #define Module__LOGFXN2 ti_sysbios_knl_Queue_Module__loggerFxn2__C
11801 #undef Module__LOGFXN4
11802 #ifdef ti_sysbios_knl_Queue_Module__loggerFxn4__CR
11803 #define Module__LOGFXN4 (*((CT__ti_sysbios_knl_Queue_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__loggerFxn4__C_offset)))
11805 #define Module__LOGFXN4 ti_sysbios_knl_Queue_Module__loggerFxn4__C
11808 #undef Module__LOGFXN8
11809 #ifdef ti_sysbios_knl_Queue_Module__loggerFxn8__CR
11810 #define Module__LOGFXN8 (*((CT__ti_sysbios_knl_Queue_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__loggerFxn8__C_offset)))
11812 #define Module__LOGFXN8 ti_sysbios_knl_Queue_Module__loggerFxn8__C
11815 #undef Module__G_OBJ
11816 #ifdef ti_sysbios_knl_Queue_Module__gateObj__CR
11817 #define Module__G_OBJ (*((CT__ti_sysbios_knl_Queue_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__gateObj__C_offset)))
11819 #define Module__G_OBJ ti_sysbios_knl_Queue_Module__gateObj__C
11822 #undef Module__G_PRMS
11823 #ifdef ti_sysbios_knl_Queue_Module__gatePrms__CR
11824 #define Module__G_PRMS (*((CT__ti_sysbios_knl_Queue_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_knl_Queue_Module__gatePrms__C_offset)))
11826 #define Module__G_PRMS ti_sysbios_knl_Queue_Module__gatePrms__C
11829 #undef Module__GP_create
11830 #define Module__GP_create ti_sysbios_knl_Queue_Module_GateProxy_create
11831 #undef Module__GP_delete
11832 #define Module__GP_delete ti_sysbios_knl_Queue_Module_GateProxy_delete
11833 #undef Module__GP_enter
11834 #define Module__GP_enter ti_sysbios_knl_Queue_Module_GateProxy_enter
11835 #undef Module__GP_leave
11836 #define Module__GP_leave ti_sysbios_knl_Queue_Module_GateProxy_leave
11837 #undef Module__GP_query
11838 #define Module__GP_query ti_sysbios_knl_Queue_Module_GateProxy_query
11851 xdc_runtime_Core_assignLabel(lab, 0, 0);
11889 xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
11892 return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
11902 const xdc_UChar *__paramsPtr,
11904 xdc_runtime_Error_Block *eb)
11906 ti_sysbios_knl_Queue_Params __prms;
11907 ti_sysbios_knl_Queue_Object *__obj;
11911 if (__obj == NULL) {
11917 ti_sysbios_knl_Queue_Instance_init__E(__obj, &__prms);
11924 ti_sysbios_knl_Queue_Params prms;
11925 ti_sysbios_knl_Queue_Object *obj;
11935 ti_sysbios_knl_Queue_Instance_init__E(obj, &prms);
11942 ti_sysbios_knl_Queue_Params __prms;
11948 ti_sysbios_knl_Queue_Instance_init__E((xdc_Ptr)__obj, &__prms);
11961 *((ti_sysbios_knl_Queue_Handle*)instp) = NULL;
11977 #ifdef ti_sysbios_knl_Semaphore_Module__id__CR
11978 #define Module__MID (*((CT__ti_sysbios_knl_Semaphore_Module__id *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__id__C_offset)))
11980 #define Module__MID ti_sysbios_knl_Semaphore_Module__id__C
11983 #undef Module__DGSINCL
11984 #ifdef ti_sysbios_knl_Semaphore_Module__diagsIncluded__CR
11985 #define Module__DGSINCL (*((CT__ti_sysbios_knl_Semaphore_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__diagsIncluded__C_offset)))
11987 #define Module__DGSINCL ti_sysbios_knl_Semaphore_Module__diagsIncluded__C
11990 #undef Module__DGSENAB
11991 #ifdef ti_sysbios_knl_Semaphore_Module__diagsEnabled__CR
11992 #define Module__DGSENAB (*((CT__ti_sysbios_knl_Semaphore_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__diagsEnabled__C_offset)))
11994 #define Module__DGSENAB ti_sysbios_knl_Semaphore_Module__diagsEnabled__C
11997 #undef Module__DGSMASK
11998 #ifdef ti_sysbios_knl_Semaphore_Module__diagsMask__CR
11999 #define Module__DGSMASK (*((CT__ti_sysbios_knl_Semaphore_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__diagsMask__C_offset)))
12001 #define Module__DGSMASK ti_sysbios_knl_Semaphore_Module__diagsMask__C
12004 #undef Module__LOGDEF
12005 #ifdef ti_sysbios_knl_Semaphore_Module__loggerDefined__CR
12006 #define Module__LOGDEF (*((CT__ti_sysbios_knl_Semaphore_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__loggerDefined__C_offset)))
12008 #define Module__LOGDEF ti_sysbios_knl_Semaphore_Module__loggerDefined__C
12011 #undef Module__LOGOBJ
12012 #ifdef ti_sysbios_knl_Semaphore_Module__loggerObj__CR
12013 #define Module__LOGOBJ ti_sysbios_knl_Semaphore_Module__loggerObj__R
12014 #define Module__LOGOBJ (*((CT__ti_sysbios_knl_Semaphore_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__loggerObj__C_offset)))
12016 #define Module__LOGOBJ ti_sysbios_knl_Semaphore_Module__loggerObj__C
12019 #undef Module__LOGFXN0
12020 #ifdef ti_sysbios_knl_Semaphore_Module__loggerFxn0__CR
12021 #define Module__LOGFXN0 (*((CT__ti_sysbios_knl_Semaphore_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__loggerFxn0__C_offset)))
12023 #define Module__LOGFXN0 ti_sysbios_knl_Semaphore_Module__loggerFxn0__C
12026 #undef Module__LOGFXN1
12027 #ifdef ti_sysbios_knl_Semaphore_Module__loggerFxn1__CR
12028 #define Module__LOGFXN1 (*((CT__ti_sysbios_knl_Semaphore_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__loggerFxn1__C_offset)))
12030 #define Module__LOGFXN1 ti_sysbios_knl_Semaphore_Module__loggerFxn1__C
12033 #undef Module__LOGFXN2
12034 #ifdef ti_sysbios_knl_Semaphore_Module__loggerFxn2__CR
12035 #define Module__LOGFXN2 (*((CT__ti_sysbios_knl_Semaphore_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__loggerFxn2__C_offset)))
12037 #define Module__LOGFXN2 ti_sysbios_knl_Semaphore_Module__loggerFxn2__C
12040 #undef Module__LOGFXN4
12041 #ifdef ti_sysbios_knl_Semaphore_Module__loggerFxn4__CR
12042 #define Module__LOGFXN4 (*((CT__ti_sysbios_knl_Semaphore_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__loggerFxn4__C_offset)))
12044 #define Module__LOGFXN4 ti_sysbios_knl_Semaphore_Module__loggerFxn4__C
12047 #undef Module__LOGFXN8
12048 #ifdef ti_sysbios_knl_Semaphore_Module__loggerFxn8__CR
12049 #define Module__LOGFXN8 (*((CT__ti_sysbios_knl_Semaphore_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__loggerFxn8__C_offset)))
12051 #define Module__LOGFXN8 ti_sysbios_knl_Semaphore_Module__loggerFxn8__C
12054 #undef Module__G_OBJ
12055 #ifdef ti_sysbios_knl_Semaphore_Module__gateObj__CR
12056 #define Module__G_OBJ (*((CT__ti_sysbios_knl_Semaphore_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__gateObj__C_offset)))
12058 #define Module__G_OBJ ti_sysbios_knl_Semaphore_Module__gateObj__C
12061 #undef Module__G_PRMS
12062 #ifdef ti_sysbios_knl_Semaphore_Module__gatePrms__CR
12063 #define Module__G_PRMS (*((CT__ti_sysbios_knl_Semaphore_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_knl_Semaphore_Module__gatePrms__C_offset)))
12065 #define Module__G_PRMS ti_sysbios_knl_Semaphore_Module__gatePrms__C
12068 #undef Module__GP_create
12069 #define Module__GP_create ti_sysbios_knl_Semaphore_Module_GateProxy_create
12070 #undef Module__GP_delete
12071 #define Module__GP_delete ti_sysbios_knl_Semaphore_Module_GateProxy_delete
12072 #undef Module__GP_enter
12073 #define Module__GP_enter ti_sysbios_knl_Semaphore_Module_GateProxy_enter
12074 #undef Module__GP_leave
12075 #define Module__GP_leave ti_sysbios_knl_Semaphore_Module_GateProxy_leave
12076 #undef Module__GP_query
12077 #define Module__GP_query ti_sysbios_knl_Semaphore_Module_GateProxy_query
12090 xdc_runtime_Core_assignLabel(lab, 0, 0);
12128 xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
12131 return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
12141 const xdc_UChar *__paramsPtr,
12143 xdc_runtime_Error_Block *eb)
12145 const ti_sysbios_knl_Semaphore_Args__create *__args = __aa;
12146 ti_sysbios_knl_Semaphore_Params __prms;
12147 ti_sysbios_knl_Semaphore_Object *__obj;
12151 if (__obj == NULL) {
12157 ti_sysbios_knl_Semaphore_Instance_init__E(__obj, __args->count, &__prms);
12164 ti_sysbios_knl_Semaphore_Params prms;
12165 ti_sysbios_knl_Semaphore_Object *obj;
12175 ti_sysbios_knl_Semaphore_Instance_init__E(obj, count, &prms);
12182 ti_sysbios_knl_Semaphore_Params __prms;
12188 ti_sysbios_knl_Semaphore_Instance_init__E((xdc_Ptr)__obj, count, &__prms);
12201 *((ti_sysbios_knl_Semaphore_Handle*)instp) = NULL;
12217 #ifdef ti_sysbios_knl_Task_Module__id__CR
12218 #define Module__MID (*((CT__ti_sysbios_knl_Task_Module__id *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__id__C_offset)))
12220 #define Module__MID ti_sysbios_knl_Task_Module__id__C
12223 #undef Module__DGSINCL
12224 #ifdef ti_sysbios_knl_Task_Module__diagsIncluded__CR
12225 #define Module__DGSINCL (*((CT__ti_sysbios_knl_Task_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__diagsIncluded__C_offset)))
12227 #define Module__DGSINCL ti_sysbios_knl_Task_Module__diagsIncluded__C
12230 #undef Module__DGSENAB
12231 #ifdef ti_sysbios_knl_Task_Module__diagsEnabled__CR
12232 #define Module__DGSENAB (*((CT__ti_sysbios_knl_Task_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__diagsEnabled__C_offset)))
12234 #define Module__DGSENAB ti_sysbios_knl_Task_Module__diagsEnabled__C
12237 #undef Module__DGSMASK
12238 #ifdef ti_sysbios_knl_Task_Module__diagsMask__CR
12239 #define Module__DGSMASK (*((CT__ti_sysbios_knl_Task_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__diagsMask__C_offset)))
12241 #define Module__DGSMASK ti_sysbios_knl_Task_Module__diagsMask__C
12244 #undef Module__LOGDEF
12245 #ifdef ti_sysbios_knl_Task_Module__loggerDefined__CR
12246 #define Module__LOGDEF (*((CT__ti_sysbios_knl_Task_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__loggerDefined__C_offset)))
12248 #define Module__LOGDEF ti_sysbios_knl_Task_Module__loggerDefined__C
12251 #undef Module__LOGOBJ
12252 #ifdef ti_sysbios_knl_Task_Module__loggerObj__CR
12253 #define Module__LOGOBJ ti_sysbios_knl_Task_Module__loggerObj__R
12254 #define Module__LOGOBJ (*((CT__ti_sysbios_knl_Task_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__loggerObj__C_offset)))
12256 #define Module__LOGOBJ ti_sysbios_knl_Task_Module__loggerObj__C
12259 #undef Module__LOGFXN0
12260 #ifdef ti_sysbios_knl_Task_Module__loggerFxn0__CR
12261 #define Module__LOGFXN0 (*((CT__ti_sysbios_knl_Task_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__loggerFxn0__C_offset)))
12263 #define Module__LOGFXN0 ti_sysbios_knl_Task_Module__loggerFxn0__C
12266 #undef Module__LOGFXN1
12267 #ifdef ti_sysbios_knl_Task_Module__loggerFxn1__CR
12268 #define Module__LOGFXN1 (*((CT__ti_sysbios_knl_Task_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__loggerFxn1__C_offset)))
12270 #define Module__LOGFXN1 ti_sysbios_knl_Task_Module__loggerFxn1__C
12273 #undef Module__LOGFXN2
12274 #ifdef ti_sysbios_knl_Task_Module__loggerFxn2__CR
12275 #define Module__LOGFXN2 (*((CT__ti_sysbios_knl_Task_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__loggerFxn2__C_offset)))
12277 #define Module__LOGFXN2 ti_sysbios_knl_Task_Module__loggerFxn2__C
12280 #undef Module__LOGFXN4
12281 #ifdef ti_sysbios_knl_Task_Module__loggerFxn4__CR
12282 #define Module__LOGFXN4 (*((CT__ti_sysbios_knl_Task_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__loggerFxn4__C_offset)))
12284 #define Module__LOGFXN4 ti_sysbios_knl_Task_Module__loggerFxn4__C
12287 #undef Module__LOGFXN8
12288 #ifdef ti_sysbios_knl_Task_Module__loggerFxn8__CR
12289 #define Module__LOGFXN8 (*((CT__ti_sysbios_knl_Task_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__loggerFxn8__C_offset)))
12291 #define Module__LOGFXN8 ti_sysbios_knl_Task_Module__loggerFxn8__C
12294 #undef Module__G_OBJ
12295 #ifdef ti_sysbios_knl_Task_Module__gateObj__CR
12296 #define Module__G_OBJ (*((CT__ti_sysbios_knl_Task_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__gateObj__C_offset)))
12298 #define Module__G_OBJ ti_sysbios_knl_Task_Module__gateObj__C
12301 #undef Module__G_PRMS
12302 #ifdef ti_sysbios_knl_Task_Module__gatePrms__CR
12303 #define Module__G_PRMS (*((CT__ti_sysbios_knl_Task_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_knl_Task_Module__gatePrms__C_offset)))
12305 #define Module__G_PRMS ti_sysbios_knl_Task_Module__gatePrms__C
12308 #undef Module__GP_create
12309 #define Module__GP_create ti_sysbios_knl_Task_Module_GateProxy_create
12310 #undef Module__GP_delete
12311 #define Module__GP_delete ti_sysbios_knl_Task_Module_GateProxy_delete
12312 #undef Module__GP_enter
12313 #define Module__GP_enter ti_sysbios_knl_Task_Module_GateProxy_enter
12314 #undef Module__GP_leave
12315 #define Module__GP_leave ti_sysbios_knl_Task_Module_GateProxy_leave
12316 #undef Module__GP_query
12317 #define Module__GP_query ti_sysbios_knl_Task_Module_GateProxy_query
12330 xdc_runtime_Core_assignLabel(lab, 0, 0);
12368 xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
12371 return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
12381 const xdc_UChar *__paramsPtr,
12383 xdc_runtime_Error_Block *eb)
12385 const ti_sysbios_knl_Task_Args__create *__args = __aa;
12386 ti_sysbios_knl_Task_Params __prms;
12387 ti_sysbios_knl_Task_Object *__obj;
12392 if (__obj == NULL) {
12398 iStat = ti_sysbios_knl_Task_Instance_init__E(__obj, __args->fxn, &__prms, eb);
12408 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 )
12410 ti_sysbios_knl_Task_Params prms;
12411 ti_sysbios_knl_Task_Object *obj;
12422 iStat = ti_sysbios_knl_Task_Instance_init__E(obj, fxn, &prms, eb);
12432 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 )
12434 ti_sysbios_knl_Task_Params __prms;
12441 iStat = ti_sysbios_knl_Task_Instance_init__E((xdc_Ptr)__obj, fxn, &__prms, eb);
12457 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);
12458 *((ti_sysbios_knl_Task_Handle*)instp) = NULL;
12501 #ifdef ti_sysbios_timers_rti_Timer_Module__id__CR
12502 #define Module__MID (*((CT__ti_sysbios_timers_rti_Timer_Module__id *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__id__C_offset)))
12504 #define Module__MID ti_sysbios_timers_rti_Timer_Module__id__C
12507 #undef Module__DGSINCL
12508 #ifdef ti_sysbios_timers_rti_Timer_Module__diagsIncluded__CR
12509 #define Module__DGSINCL (*((CT__ti_sysbios_timers_rti_Timer_Module__diagsIncluded *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__diagsIncluded__C_offset)))
12511 #define Module__DGSINCL ti_sysbios_timers_rti_Timer_Module__diagsIncluded__C
12514 #undef Module__DGSENAB
12515 #ifdef ti_sysbios_timers_rti_Timer_Module__diagsEnabled__CR
12516 #define Module__DGSENAB (*((CT__ti_sysbios_timers_rti_Timer_Module__diagsEnabled *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__diagsEnabled__C_offset)))
12518 #define Module__DGSENAB ti_sysbios_timers_rti_Timer_Module__diagsEnabled__C
12521 #undef Module__DGSMASK
12522 #ifdef ti_sysbios_timers_rti_Timer_Module__diagsMask__CR
12523 #define Module__DGSMASK (*((CT__ti_sysbios_timers_rti_Timer_Module__diagsMask *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__diagsMask__C_offset)))
12525 #define Module__DGSMASK ti_sysbios_timers_rti_Timer_Module__diagsMask__C
12528 #undef Module__LOGDEF
12529 #ifdef ti_sysbios_timers_rti_Timer_Module__loggerDefined__CR
12530 #define Module__LOGDEF (*((CT__ti_sysbios_timers_rti_Timer_Module__loggerDefined *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__loggerDefined__C_offset)))
12532 #define Module__LOGDEF ti_sysbios_timers_rti_Timer_Module__loggerDefined__C
12535 #undef Module__LOGOBJ
12536 #ifdef ti_sysbios_timers_rti_Timer_Module__loggerObj__CR
12537 #define Module__LOGOBJ ti_sysbios_timers_rti_Timer_Module__loggerObj__R
12538 #define Module__LOGOBJ (*((CT__ti_sysbios_timers_rti_Timer_Module__loggerObj *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__loggerObj__C_offset)))
12540 #define Module__LOGOBJ ti_sysbios_timers_rti_Timer_Module__loggerObj__C
12543 #undef Module__LOGFXN0
12544 #ifdef ti_sysbios_timers_rti_Timer_Module__loggerFxn0__CR
12545 #define Module__LOGFXN0 (*((CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn0 *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__loggerFxn0__C_offset)))
12547 #define Module__LOGFXN0 ti_sysbios_timers_rti_Timer_Module__loggerFxn0__C
12550 #undef Module__LOGFXN1
12551 #ifdef ti_sysbios_timers_rti_Timer_Module__loggerFxn1__CR
12552 #define Module__LOGFXN1 (*((CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn1 *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__loggerFxn1__C_offset)))
12554 #define Module__LOGFXN1 ti_sysbios_timers_rti_Timer_Module__loggerFxn1__C
12557 #undef Module__LOGFXN2
12558 #ifdef ti_sysbios_timers_rti_Timer_Module__loggerFxn2__CR
12559 #define Module__LOGFXN2 (*((CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn2 *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__loggerFxn2__C_offset)))
12561 #define Module__LOGFXN2 ti_sysbios_timers_rti_Timer_Module__loggerFxn2__C
12564 #undef Module__LOGFXN4
12565 #ifdef ti_sysbios_timers_rti_Timer_Module__loggerFxn4__CR
12566 #define Module__LOGFXN4 (*((CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn4 *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__loggerFxn4__C_offset)))
12568 #define Module__LOGFXN4 ti_sysbios_timers_rti_Timer_Module__loggerFxn4__C
12571 #undef Module__LOGFXN8
12572 #ifdef ti_sysbios_timers_rti_Timer_Module__loggerFxn8__CR
12573 #define Module__LOGFXN8 (*((CT__ti_sysbios_timers_rti_Timer_Module__loggerFxn8 *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__loggerFxn8__C_offset)))
12575 #define Module__LOGFXN8 ti_sysbios_timers_rti_Timer_Module__loggerFxn8__C
12578 #undef Module__G_OBJ
12579 #ifdef ti_sysbios_timers_rti_Timer_Module__gateObj__CR
12580 #define Module__G_OBJ (*((CT__ti_sysbios_timers_rti_Timer_Module__gateObj *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__gateObj__C_offset)))
12582 #define Module__G_OBJ ti_sysbios_timers_rti_Timer_Module__gateObj__C
12585 #undef Module__G_PRMS
12586 #ifdef ti_sysbios_timers_rti_Timer_Module__gatePrms__CR
12587 #define Module__G_PRMS (*((CT__ti_sysbios_timers_rti_Timer_Module__gatePrms *)(xdcRomConstPtr + ti_sysbios_timers_rti_Timer_Module__gatePrms__C_offset)))
12589 #define Module__G_PRMS ti_sysbios_timers_rti_Timer_Module__gatePrms__C
12592 #undef Module__GP_create
12593 #define Module__GP_create ti_sysbios_timers_rti_Timer_Module_GateProxy_create
12594 #undef Module__GP_delete
12595 #define Module__GP_delete ti_sysbios_timers_rti_Timer_Module_GateProxy_delete
12596 #undef Module__GP_enter
12597 #define Module__GP_enter ti_sysbios_timers_rti_Timer_Module_GateProxy_enter
12598 #undef Module__GP_leave
12599 #define Module__GP_leave ti_sysbios_timers_rti_Timer_Module_GateProxy_leave
12600 #undef Module__GP_query
12601 #define Module__GP_query ti_sysbios_timers_rti_Timer_Module_GateProxy_query
12614 xdc_runtime_Core_assignLabel(lab, 0, 0);
12652 xdc_runtime_Types_InstHdr *iHdr = ((xdc_runtime_Types_InstHdr *)obj) - 1;
12655 return (xdc_runtime_Types_InstHdr *)(iHdr->link.next) + 1;
12665 const xdc_UChar *__paramsPtr,
12667 xdc_runtime_Error_Block *eb)
12669 const ti_sysbios_timers_rti_Timer_Args__create *__args = __aa;
12670 ti_sysbios_timers_rti_Timer_Params __prms;
12671 ti_sysbios_timers_rti_Timer_Object *__obj;
12676 if (__obj == NULL) {
12682 iStat = ti_sysbios_timers_rti_Timer_Instance_init__E(__obj, __args->id, __args->tickFxn, &__prms, eb);
12692 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 )
12694 ti_sysbios_timers_rti_Timer_Params prms;
12695 ti_sysbios_timers_rti_Timer_Object *obj;
12706 iStat = ti_sysbios_timers_rti_Timer_Instance_init__E(obj,
id, tickFxn, &prms, eb);
12716 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 )
12718 ti_sysbios_timers_rti_Timer_Params __prms;
12725 iStat = ti_sysbios_timers_rti_Timer_Instance_init__E((xdc_Ptr)__obj,
id, tickFxn, &__prms, eb);
12742 *((ti_sysbios_timers_rti_Timer_Handle*)instp) = NULL;
12866 #ifdef xdc_runtime_Main_Module_GateProxy_Module__id__CR
12867 #define Module__MID (*((CT__xdc_runtime_Main_Module_GateProxy_Module__id *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__id__C_offset)))
12869 #define Module__MID xdc_runtime_Main_Module_GateProxy_Module__id__C
12872 #undef Module__DGSINCL
12873 #ifdef xdc_runtime_Main_Module_GateProxy_Module__diagsIncluded__CR
12874 #define Module__DGSINCL (*((CT__xdc_runtime_Main_Module_GateProxy_Module__diagsIncluded *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__diagsIncluded__C_offset)))
12876 #define Module__DGSINCL xdc_runtime_Main_Module_GateProxy_Module__diagsIncluded__C
12879 #undef Module__DGSENAB
12880 #ifdef xdc_runtime_Main_Module_GateProxy_Module__diagsEnabled__CR
12881 #define Module__DGSENAB (*((CT__xdc_runtime_Main_Module_GateProxy_Module__diagsEnabled *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__diagsEnabled__C_offset)))
12883 #define Module__DGSENAB xdc_runtime_Main_Module_GateProxy_Module__diagsEnabled__C
12886 #undef Module__DGSMASK
12887 #ifdef xdc_runtime_Main_Module_GateProxy_Module__diagsMask__CR
12888 #define Module__DGSMASK (*((CT__xdc_runtime_Main_Module_GateProxy_Module__diagsMask *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__diagsMask__C_offset)))
12890 #define Module__DGSMASK xdc_runtime_Main_Module_GateProxy_Module__diagsMask__C
12893 #undef Module__LOGDEF
12894 #ifdef xdc_runtime_Main_Module_GateProxy_Module__loggerDefined__CR
12895 #define Module__LOGDEF (*((CT__xdc_runtime_Main_Module_GateProxy_Module__loggerDefined *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__loggerDefined__C_offset)))
12897 #define Module__LOGDEF xdc_runtime_Main_Module_GateProxy_Module__loggerDefined__C
12900 #undef Module__LOGOBJ
12901 #ifdef xdc_runtime_Main_Module_GateProxy_Module__loggerObj__CR
12902 #define Module__LOGOBJ xdc_runtime_Main_Module_GateProxy_Module__loggerObj__R
12903 #define Module__LOGOBJ (*((CT__xdc_runtime_Main_Module_GateProxy_Module__loggerObj *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__loggerObj__C_offset)))
12905 #define Module__LOGOBJ xdc_runtime_Main_Module_GateProxy_Module__loggerObj__C
12908 #undef Module__LOGFXN0
12909 #ifdef xdc_runtime_Main_Module_GateProxy_Module__loggerFxn0__CR
12910 #define Module__LOGFXN0 (*((CT__xdc_runtime_Main_Module_GateProxy_Module__loggerFxn0 *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__loggerFxn0__C_offset)))
12912 #define Module__LOGFXN0 xdc_runtime_Main_Module_GateProxy_Module__loggerFxn0__C
12915 #undef Module__LOGFXN1
12916 #ifdef xdc_runtime_Main_Module_GateProxy_Module__loggerFxn1__CR
12917 #define Module__LOGFXN1 (*((CT__xdc_runtime_Main_Module_GateProxy_Module__loggerFxn1 *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__loggerFxn1__C_offset)))
12919 #define Module__LOGFXN1 xdc_runtime_Main_Module_GateProxy_Module__loggerFxn1__C
12922 #undef Module__LOGFXN2
12923 #ifdef xdc_runtime_Main_Module_GateProxy_Module__loggerFxn2__CR
12924 #define Module__LOGFXN2 (*((CT__xdc_runtime_Main_Module_GateProxy_Module__loggerFxn2 *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__loggerFxn2__C_offset)))
12926 #define Module__LOGFXN2 xdc_runtime_Main_Module_GateProxy_Module__loggerFxn2__C
12929 #undef Module__LOGFXN4
12930 #ifdef xdc_runtime_Main_Module_GateProxy_Module__loggerFxn4__CR
12931 #define Module__LOGFXN4 (*((CT__xdc_runtime_Main_Module_GateProxy_Module__loggerFxn4 *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__loggerFxn4__C_offset)))
12933 #define Module__LOGFXN4 xdc_runtime_Main_Module_GateProxy_Module__loggerFxn4__C
12936 #undef Module__LOGFXN8
12937 #ifdef xdc_runtime_Main_Module_GateProxy_Module__loggerFxn8__CR
12938 #define Module__LOGFXN8 (*((CT__xdc_runtime_Main_Module_GateProxy_Module__loggerFxn8 *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__loggerFxn8__C_offset)))
12940 #define Module__LOGFXN8 xdc_runtime_Main_Module_GateProxy_Module__loggerFxn8__C
12943 #undef Module__G_OBJ
12944 #ifdef xdc_runtime_Main_Module_GateProxy_Module__gateObj__CR
12945 #define Module__G_OBJ (*((CT__xdc_runtime_Main_Module_GateProxy_Module__gateObj *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__gateObj__C_offset)))
12947 #define Module__G_OBJ xdc_runtime_Main_Module_GateProxy_Module__gateObj__C
12950 #undef Module__G_PRMS
12951 #ifdef xdc_runtime_Main_Module_GateProxy_Module__gatePrms__CR
12952 #define Module__G_PRMS (*((CT__xdc_runtime_Main_Module_GateProxy_Module__gatePrms *)(xdcRomConstPtr + xdc_runtime_Main_Module_GateProxy_Module__gatePrms__C_offset)))
12954 #define Module__G_PRMS xdc_runtime_Main_Module_GateProxy_Module__gatePrms__C
12957 #undef Module__GP_create
12958 #define Module__GP_create xdc_runtime_Main_Module_GateProxy_Module_GateProxy_create
12959 #undef Module__GP_delete
12960 #define Module__GP_delete xdc_runtime_Main_Module_GateProxy_Module_GateProxy_delete
12961 #undef Module__GP_enter
12962 #define Module__GP_enter xdc_runtime_Main_Module_GateProxy_Module_GateProxy_enter
12963 #undef Module__GP_leave
12964 #define Module__GP_leave xdc_runtime_Main_Module_GateProxy_Module_GateProxy_leave
12965 #undef Module__GP_query
12966 #define Module__GP_query xdc_runtime_Main_Module_GateProxy_Module_GateProxy_query
12997 #ifdef xdc_runtime_Memory_HeapProxy_Module__id__CR
12998 #define Module__MID (*((CT__xdc_runtime_Memory_HeapProxy_Module__id *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__id__C_offset)))
13000 #define Module__MID xdc_runtime_Memory_HeapProxy_Module__id__C
13003 #undef Module__DGSINCL
13004 #ifdef xdc_runtime_Memory_HeapProxy_Module__diagsIncluded__CR
13005 #define Module__DGSINCL (*((CT__xdc_runtime_Memory_HeapProxy_Module__diagsIncluded *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__diagsIncluded__C_offset)))
13007 #define Module__DGSINCL xdc_runtime_Memory_HeapProxy_Module__diagsIncluded__C
13010 #undef Module__DGSENAB
13011 #ifdef xdc_runtime_Memory_HeapProxy_Module__diagsEnabled__CR
13012 #define Module__DGSENAB (*((CT__xdc_runtime_Memory_HeapProxy_Module__diagsEnabled *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__diagsEnabled__C_offset)))
13014 #define Module__DGSENAB xdc_runtime_Memory_HeapProxy_Module__diagsEnabled__C
13017 #undef Module__DGSMASK
13018 #ifdef xdc_runtime_Memory_HeapProxy_Module__diagsMask__CR
13019 #define Module__DGSMASK (*((CT__xdc_runtime_Memory_HeapProxy_Module__diagsMask *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__diagsMask__C_offset)))
13021 #define Module__DGSMASK xdc_runtime_Memory_HeapProxy_Module__diagsMask__C
13024 #undef Module__LOGDEF
13025 #ifdef xdc_runtime_Memory_HeapProxy_Module__loggerDefined__CR
13026 #define Module__LOGDEF (*((CT__xdc_runtime_Memory_HeapProxy_Module__loggerDefined *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__loggerDefined__C_offset)))
13028 #define Module__LOGDEF xdc_runtime_Memory_HeapProxy_Module__loggerDefined__C
13031 #undef Module__LOGOBJ
13032 #ifdef xdc_runtime_Memory_HeapProxy_Module__loggerObj__CR
13033 #define Module__LOGOBJ xdc_runtime_Memory_HeapProxy_Module__loggerObj__R
13034 #define Module__LOGOBJ (*((CT__xdc_runtime_Memory_HeapProxy_Module__loggerObj *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__loggerObj__C_offset)))
13036 #define Module__LOGOBJ xdc_runtime_Memory_HeapProxy_Module__loggerObj__C
13039 #undef Module__LOGFXN0
13040 #ifdef xdc_runtime_Memory_HeapProxy_Module__loggerFxn0__CR
13041 #define Module__LOGFXN0 (*((CT__xdc_runtime_Memory_HeapProxy_Module__loggerFxn0 *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__loggerFxn0__C_offset)))
13043 #define Module__LOGFXN0 xdc_runtime_Memory_HeapProxy_Module__loggerFxn0__C
13046 #undef Module__LOGFXN1
13047 #ifdef xdc_runtime_Memory_HeapProxy_Module__loggerFxn1__CR
13048 #define Module__LOGFXN1 (*((CT__xdc_runtime_Memory_HeapProxy_Module__loggerFxn1 *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__loggerFxn1__C_offset)))
13050 #define Module__LOGFXN1 xdc_runtime_Memory_HeapProxy_Module__loggerFxn1__C
13053 #undef Module__LOGFXN2
13054 #ifdef xdc_runtime_Memory_HeapProxy_Module__loggerFxn2__CR
13055 #define Module__LOGFXN2 (*((CT__xdc_runtime_Memory_HeapProxy_Module__loggerFxn2 *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__loggerFxn2__C_offset)))
13057 #define Module__LOGFXN2 xdc_runtime_Memory_HeapProxy_Module__loggerFxn2__C
13060 #undef Module__LOGFXN4
13061 #ifdef xdc_runtime_Memory_HeapProxy_Module__loggerFxn4__CR
13062 #define Module__LOGFXN4 (*((CT__xdc_runtime_Memory_HeapProxy_Module__loggerFxn4 *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__loggerFxn4__C_offset)))
13064 #define Module__LOGFXN4 xdc_runtime_Memory_HeapProxy_Module__loggerFxn4__C
13067 #undef Module__LOGFXN8
13068 #ifdef xdc_runtime_Memory_HeapProxy_Module__loggerFxn8__CR
13069 #define Module__LOGFXN8 (*((CT__xdc_runtime_Memory_HeapProxy_Module__loggerFxn8 *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__loggerFxn8__C_offset)))
13071 #define Module__LOGFXN8 xdc_runtime_Memory_HeapProxy_Module__loggerFxn8__C
13074 #undef Module__G_OBJ
13075 #ifdef xdc_runtime_Memory_HeapProxy_Module__gateObj__CR
13076 #define Module__G_OBJ (*((CT__xdc_runtime_Memory_HeapProxy_Module__gateObj *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__gateObj__C_offset)))
13078 #define Module__G_OBJ xdc_runtime_Memory_HeapProxy_Module__gateObj__C
13081 #undef Module__G_PRMS
13082 #ifdef xdc_runtime_Memory_HeapProxy_Module__gatePrms__CR
13083 #define Module__G_PRMS (*((CT__xdc_runtime_Memory_HeapProxy_Module__gatePrms *)(xdcRomConstPtr + xdc_runtime_Memory_HeapProxy_Module__gatePrms__C_offset)))
13085 #define Module__G_PRMS xdc_runtime_Memory_HeapProxy_Module__gatePrms__C
13088 #undef Module__GP_create
13089 #define Module__GP_create xdc_runtime_Memory_HeapProxy_Module_GateProxy_create
13090 #undef Module__GP_delete
13091 #define Module__GP_delete xdc_runtime_Memory_HeapProxy_Module_GateProxy_delete
13092 #undef Module__GP_enter
13093 #define Module__GP_enter xdc_runtime_Memory_HeapProxy_Module_GateProxy_enter
13094 #undef Module__GP_leave
13095 #define Module__GP_leave xdc_runtime_Memory_HeapProxy_Module_GateProxy_leave
13096 #undef Module__GP_query
13097 #define Module__GP_query xdc_runtime_Memory_HeapProxy_Module_GateProxy_query
13164 #ifdef xdc_runtime_System_Module_GateProxy_Module__id__CR
13165 #define Module__MID (*((CT__xdc_runtime_System_Module_GateProxy_Module__id *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__id__C_offset)))
13167 #define Module__MID xdc_runtime_System_Module_GateProxy_Module__id__C
13170 #undef Module__DGSINCL
13171 #ifdef xdc_runtime_System_Module_GateProxy_Module__diagsIncluded__CR
13172 #define Module__DGSINCL (*((CT__xdc_runtime_System_Module_GateProxy_Module__diagsIncluded *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__diagsIncluded__C_offset)))
13174 #define Module__DGSINCL xdc_runtime_System_Module_GateProxy_Module__diagsIncluded__C
13177 #undef Module__DGSENAB
13178 #ifdef xdc_runtime_System_Module_GateProxy_Module__diagsEnabled__CR
13179 #define Module__DGSENAB (*((CT__xdc_runtime_System_Module_GateProxy_Module__diagsEnabled *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__diagsEnabled__C_offset)))
13181 #define Module__DGSENAB xdc_runtime_System_Module_GateProxy_Module__diagsEnabled__C
13184 #undef Module__DGSMASK
13185 #ifdef xdc_runtime_System_Module_GateProxy_Module__diagsMask__CR
13186 #define Module__DGSMASK (*((CT__xdc_runtime_System_Module_GateProxy_Module__diagsMask *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__diagsMask__C_offset)))
13188 #define Module__DGSMASK xdc_runtime_System_Module_GateProxy_Module__diagsMask__C
13191 #undef Module__LOGDEF
13192 #ifdef xdc_runtime_System_Module_GateProxy_Module__loggerDefined__CR
13193 #define Module__LOGDEF (*((CT__xdc_runtime_System_Module_GateProxy_Module__loggerDefined *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__loggerDefined__C_offset)))
13195 #define Module__LOGDEF xdc_runtime_System_Module_GateProxy_Module__loggerDefined__C
13198 #undef Module__LOGOBJ
13199 #ifdef xdc_runtime_System_Module_GateProxy_Module__loggerObj__CR
13200 #define Module__LOGOBJ xdc_runtime_System_Module_GateProxy_Module__loggerObj__R
13201 #define Module__LOGOBJ (*((CT__xdc_runtime_System_Module_GateProxy_Module__loggerObj *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__loggerObj__C_offset)))
13203 #define Module__LOGOBJ xdc_runtime_System_Module_GateProxy_Module__loggerObj__C
13206 #undef Module__LOGFXN0
13207 #ifdef xdc_runtime_System_Module_GateProxy_Module__loggerFxn0__CR
13208 #define Module__LOGFXN0 (*((CT__xdc_runtime_System_Module_GateProxy_Module__loggerFxn0 *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__loggerFxn0__C_offset)))
13210 #define Module__LOGFXN0 xdc_runtime_System_Module_GateProxy_Module__loggerFxn0__C
13213 #undef Module__LOGFXN1
13214 #ifdef xdc_runtime_System_Module_GateProxy_Module__loggerFxn1__CR
13215 #define Module__LOGFXN1 (*((CT__xdc_runtime_System_Module_GateProxy_Module__loggerFxn1 *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__loggerFxn1__C_offset)))
13217 #define Module__LOGFXN1 xdc_runtime_System_Module_GateProxy_Module__loggerFxn1__C
13220 #undef Module__LOGFXN2
13221 #ifdef xdc_runtime_System_Module_GateProxy_Module__loggerFxn2__CR
13222 #define Module__LOGFXN2 (*((CT__xdc_runtime_System_Module_GateProxy_Module__loggerFxn2 *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__loggerFxn2__C_offset)))
13224 #define Module__LOGFXN2 xdc_runtime_System_Module_GateProxy_Module__loggerFxn2__C
13227 #undef Module__LOGFXN4
13228 #ifdef xdc_runtime_System_Module_GateProxy_Module__loggerFxn4__CR
13229 #define Module__LOGFXN4 (*((CT__xdc_runtime_System_Module_GateProxy_Module__loggerFxn4 *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__loggerFxn4__C_offset)))
13231 #define Module__LOGFXN4 xdc_runtime_System_Module_GateProxy_Module__loggerFxn4__C
13234 #undef Module__LOGFXN8
13235 #ifdef xdc_runtime_System_Module_GateProxy_Module__loggerFxn8__CR
13236 #define Module__LOGFXN8 (*((CT__xdc_runtime_System_Module_GateProxy_Module__loggerFxn8 *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__loggerFxn8__C_offset)))
13238 #define Module__LOGFXN8 xdc_runtime_System_Module_GateProxy_Module__loggerFxn8__C
13241 #undef Module__G_OBJ
13242 #ifdef xdc_runtime_System_Module_GateProxy_Module__gateObj__CR
13243 #define Module__G_OBJ (*((CT__xdc_runtime_System_Module_GateProxy_Module__gateObj *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__gateObj__C_offset)))
13245 #define Module__G_OBJ xdc_runtime_System_Module_GateProxy_Module__gateObj__C
13248 #undef Module__G_PRMS
13249 #ifdef xdc_runtime_System_Module_GateProxy_Module__gatePrms__CR
13250 #define Module__G_PRMS (*((CT__xdc_runtime_System_Module_GateProxy_Module__gatePrms *)(xdcRomConstPtr + xdc_runtime_System_Module_GateProxy_Module__gatePrms__C_offset)))
13252 #define Module__G_PRMS xdc_runtime_System_Module_GateProxy_Module__gatePrms__C
13255 #undef Module__GP_create
13256 #define Module__GP_create xdc_runtime_System_Module_GateProxy_Module_GateProxy_create
13257 #undef Module__GP_delete
13258 #define Module__GP_delete xdc_runtime_System_Module_GateProxy_Module_GateProxy_delete
13259 #undef Module__GP_enter
13260 #define Module__GP_enter xdc_runtime_System_Module_GateProxy_Module_GateProxy_enter
13261 #undef Module__GP_leave
13262 #define Module__GP_leave xdc_runtime_System_Module_GateProxy_Module_GateProxy_leave
13263 #undef Module__GP_query
13264 #define Module__GP_query xdc_runtime_System_Module_GateProxy_Module_GateProxy_query
13349 #if defined(__llvm__) && defined(__ti__)
13350 __attribute__ ((used))
13352 #ifndef __TI_COMPILER_VERSION__
13353 __attribute__ ((externally_visible))
13365 #if defined(__llvm__) && defined(__ti__)
13366 __attribute__ ((used))
13368 #ifndef __TI_COMPILER_VERSION__
13369 __attribute__ ((externally_visible))