代码搜索结果
找到约 10,000 项符合
Debug 的代码
debug.h
//#define DEBUG_TCP 1
#define IRCP_DEBUG 0
#ifdef IRCP_DEBUG
#define DEBUG(n, format, args...) if(n
debug.h
/*============================================================================
____________________________________________________________________________
________
debug.ini
/*---------------------------------------------------------
Disable the timer 0 external gate so that the program works.
---------------------------------------------------------*/
PORT3 &= ~0x04;
debug.ini
define button "Toggle EX0 (P3.2)" , "PORT3 ^= 0x04"
debug.ini
/*-------------------------------------------------------------
This file set the analog inputs for the A/D to different
values depending on the button clicked
-------------------------------------
debug.ini
define button "Set P1.0", "PORT1 |= 0x01"
define button "Clr P1.0", "PORT1 &= ~0x01"
debug.ini
signal void P1_Inject (void)
{
unsigned char i;
for (i = 0; ; i++) /* Loop from 0 to 255 forever */
{
PORT1 = i; /* Input i on the P1 pins */
twatch(CLOCK/50); /* Del
debug.h
/*
InterruptHook
Copyright (C) 2003 Alexander M.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the F
debug.lkf
-z -q -c -m"./Debug/gpio.map" -o"./Debug/gpio.out" -x -i"C:/ti/c2000/cgtools/lib"
"C:\ti\myprojects\gpio\Debug\DSP28_Adc.obj"
"C:\ti\myprojects\gpio\Debug\DSP28_CpuTimers.obj"
"C:\ti\myprojects\gpi
debug.lkv
-z -q -c -m"./Debug/gpio.map" -o"./Debug/gpio.out" -x -i"C:/ti/c2000/cgtools/lib"
"C:\ti\myprojects\gpio\Debug\DSP28_Adc.obj"
"C:\ti\myprojects\gpio\Debug\DSP28_CpuTimers.obj"
"C:\ti\myprojects\gpi