代码搜索结果
找到约 10,000 项符合
Debug 的代码
debug.lkf
-z -q -c -m"./Debug/SobelEdgeloop2.map" -o"./Debug/SobelEdgeloop2.out" -stack0x400 -w -x -i"C:/CCStudio/c6000/bios/lib" -i"C:/CCStudio/C6000/rtdx/lib" -i"C:/CCStudio/c6000/xdais/lib" -i"C:/CCStudio/C6
debug.lkv
-z -q -c -m"./Debug/SobelEdgeloop2.map" -o"./Debug/SobelEdgeloop2.out" -stack0x400 -w -x -i"d:/ti6000/c6000/bios/lib" -i"d:/ti6000/c6000/rtdx/lib" -i"d:/ti6000/C6000/xdais/lib" -i"d:/ti6000/c6000/cgto
debug.h
#ifndef _debug_h_
#define _debug_h_
void debugout(void);
#endif
debug.c
#include "debug.h"
#ifdef HARDDEBUG
void DSend(char *Str)
{
unsigned char data i,c;
for(i = 0x00;i < 0x3f;i ++)
{
c = Str[i];
if(!c) break;
TI = false;
SBUF = c;
while(!TI){}
debug.h
#include "include.h"
debug.h
/*****************************************************************************
* (c) Freescale Semiconductor Inc. 2005 All rights reserved
*
* File Name : debug.h
debug.c
/*****************************************************************************
* (c) Freescale Semiconductor Inc. 2005 All rights reserved
*
* File Name : debug.c