?? main.c
字號(hào):
#include "c5410_swicfg.h"
Uns mailbox;
void prd_550()
{
SWI_or(&SWI0,1);
}
void prd_1350()
{
SWI_or(&SWI0,2);
}
void my_swi()
{
mailbox=SWI_getmbox();
if(mailbox == 1)
LOG_printf(&LOG_msg,"The current SWI is post by PRD_550 !\n");
if(mailbox == 2)
LOG_printf(&LOG_msg,"The current SWI is post by PRD_1350 !\n");
}
main()
{
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -