This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

sys/bios中静态配置



Error_Block eb;
Error_init(&eb);
/* HookSet 1 functions */
/* ======== myRegister1 ========
* invoked during Hwi module startup before main()
* for each HookSet */
Void myRegister1(Int hookSetId)
{
System_printf("myRegister1: assigned hookSet Id = %d\n", hookSetId);
myHookSetId1 = hookSetId;
}

前面这断代码是否是通过静态配置来实现声明它是HWI函数HOOK的注册函数?如果是

请问SYS/BIOS那个静态配置怎么.tcf文件怎么出现~~~谢谢啊