显示器 主板RTD 代码 谁注释下????????????????///

[复制链接]
查看11 | 回复1 | 2011-8-11 11:08:48 | 显示全部楼层 |阅读模式
/********************************************************************************/
/* TheSoftwareisproprietary,confidential,andvaluable to Realtek */
/* SemiconductorCorporation("Realtek").Allrights, including but not */
/* limitedtocopyrights,patents,trademarks, trade secrets, mask work */
/* rights, and other similar rights and interests, are reserved to Realtek. */
/* WithoutpriorwrittenconsentfromRealtek,copying, reproduction, */
/* modification,distribution,orotherwiseis strictly prohibited. The */
/* Softwareshallbekeptstrictlyinconfidence,andshallnot be */
/* disclosed to or otherwise accessed by any third party.
*/
/* c -
*/
/* The Software is provided "AS IS" without any warranty of any kind,
*/
/* express, implied, statutory or otherwise.
*/
/********************************************************************************/
//----------------------------------------------------------------------------------------------------
// ID Code
: Int.c No.0000
// Update Note:
//----------------------------------------------------------------------------------------------------
#include "Common\Header\Include.h"
// V011 Modify 20090302 Start
// V011 Patch Note (10) : Update DP Setting
// V011 Modify 20090302 End
//--------------------------------------------------
// Timer0 Interrupt (1ms)
//--------------------------------------------------
void IntProcTimer0(void) interrupt 1
{

TR0 = _ON;

TL0 = _TIMER0_COUNT_LBYTE;

TH0 = _TIMER0_COUNT_HBYTE;
#if(_MCU_TYPE == _REALTEK_EMBEDDED)

MCU_WATCHDOG_TIMER_FFEA |= 0x40;
//clr wdt. V009_20080822
#endif

bNotifyTimer0Int = _TRUE;

if(--ucTimer0Cnt)

{
// V011 Modify 20090619 Start
// V011 Patch Note (46) : Add the Check Time Out function for Debug Tool.
#if(_DEBUG_TOOL == _ISP_FOR_EMBEDDED)

CDebugCheckTimeOut();
#endif
// V011 Modify 20090619 End

}

else

{

if(bTimer0Ctrl == _FALSE)

{

CTimerDecreaseTimerCnt();

}

ucTimer0Cnt = 10;
#if(_DCR_MODE == _DCR_TYPE_3)

g_ucDcrTimer += 1;
// 10msec, add by DCR add 20071219
#endif

}
        //Cooriee for second counter
        if ((++ucSecondCnt)>=(1000-30))
        {
                ucSecondCnt=0;
                if(GET_DDCPROTECT_ONOFF()&&GET_LIGHTPOWERSTATUS())
                {
                // modify by cooriee for work time 20100804 start
                        WorkSec++;
                        if(WorkSec==60)
                        {
                                WorkSec=0;
                                stOsdUserData.WorkMin++;
                                if((stOsdUserData.WorkMin%30) == 0)
                                {

回复

使用道具 举报

千问 | 2011-8-11 11:08:48 | 显示全部楼层
个人建议CPU用AMDX2 250的,和245价钱差不多,主板用技嘉880G的(分大板和小板看你的选择了),电源用长城静音大师ATX-350SD的,我装机一直在用这个型号,性能还可以。...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行