代码搜索结果
找到约 6,975 项符合
Watchdog 的代码
watchdog.vcw
Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
##########################################################################
watchdog.rc
//Microsoft eMbedded Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
////////////////////////////////////////////////////////////////////////////
readme.txt
========================================================================
Microsoft Foundation Class Library for Windows CE: WATCHDOG
============================================================
watchdog.cpp
// WATCHDOG.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "WATCHDOG.h"
#include "WATCHDOGDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// WATCHDOG.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.
main.asm
#include
.code
reset:
mov.w #0x210, sp
mov.w #WDTPW + WDTHOLD, &WDTCTL // Stop watchdog.
.vectors
.keep
org RESET_VECTOR
dw reset
watchdog.apj
# ADT Project File, Format Version 1.00
# WARNING: DO NOT EDIT OR DELETE THIS FILE!
[APJ begin]
Active Config=_string(DEBUG)
[Project begin]
ProjectName=_string(watchdog)
msp430x20x3_wdt_06.c
//******************************************************************************
// MSP430F20xx Demo - WDT+ Failsafe Clock, 32kHz ACLK
//
// Description; Allow WDT+ in watchdog to timeout sourced
f_8_11_reset.c
#include "config.h"
#include "serial.c"
// tests power-on reset bits, watchdog timer, and persistent variables
char getch (void);
void putch (char c);
// return 8 bit char from Recieve port
ch
reset.c
#include "config.h"
#include "serial.c"
// tests power-on reset bits, watchdog timer, and persistent variables
char getch (void);
void putch (char c);
// return 8 bit char from Recieve port
ch