gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:SYSTEM_MESSAGE from mtkernel_3/kernel/sysdepend/iote_stm32l4/hw_setting.c (0.00 seconds)
mtkernel_3
kernel/sysdepend/iote_stm32l4/hw_setting.c - 4.5KB - 158 lines
143:         case -1: /* Reset and re-start */
144:                 SYSTEM_MESSAGE("\n<< SYSTEM RESET & RESTART >>\n");
145:                 return E_NOSPT;
146:         case -2: /* fast re-start */
147:                 SYSTEM_MESSAGE("\n<< SYSTEM FAST RESTART >>\n");
148:                 return E_NOSPT;
149:         case -3: /* Normal re-start */
150:                 SYSTEM_MESSAGE("\n<< SYSTEM RESTART >>\n");
151:                 return E_NOSPT;