?? tinirmot.c.svn-base
字號:
#include "tdefs.h"
#include "tremote.h"
#include "ioctrl.h"
#include "tio.h"
#include "tvconfig.h"
void tdInterruptService0(Void);
void tdInterruptService5(Void);
Void tdInterruptService0(Void)
{
#if defined(_CX12_FB203B_ENABLE_) \
|| defined(_CX12_FB201A_ENABLE_)
tdRemoteService();
#endif
}
Void tdInterruptService5(Void)
{
#if defined(_CX32_LCD203_ENABLE_) \
|| defined(_CX32_LCD250A_ENABLE_)\
|| defined(_CX12_FB202A_ENABLE_) \
|| defined(_CX12_LGBOARD_ENABLE_) \
|| defined(_CX32_TK204B_ENABLE_)
tdRemoteService();
#endif
}
Void tdInitRemoteEx(RPByte rpData, Word wFirstDelay, Word wRepeatDelay)
{
tdInitRemoteData(rpData, wFirstDelay, wRepeatDelay);
#ifdef _CX12_FB203B_ENABLE_
INT0 = INT_PRIORITY_A; //00000110 INT0 interrupt enabled for Remoter
#else
INT5 = INT_PRIORITY_A; //00000110 INT0 interrupt enabled for Remoter
#endif
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -