gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:main from mtkernel_3 (0.00 seconds)
mtkernel_3
kernel/sysdepend/cpu/core/armv7a/reset_main.c - 2.5KB - 96 lines
89:         /* Startup Kernel */
90:         main();                /**** No return ****/
91:         while(1);      /* guard - infinite loops */
kernel/sysdepend/cpu/core/armv7m/reset_hdl.c - 3.4KB - 123 lines
118:         /* Startup Kernel */
119:         main();                /**** No return ****/
120:         while(1);      /* guard - infinite loops */
kernel/sysdepend/cpu/core/rxv2/reset_main.c - 3.1KB - 113 lines
108:         /* Startup Kernel */
109:         main();                /**** No return ****/
110:         while(1);      /* guard - infinite loops */