代码搜索结果
找到约 10,000 项符合
Monitor 的代码
monitor.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
Target (Bootstrap), 0x0002 // Tools: '16
monitor.lnp
"Inst167.obj",
"..\..\Mon.lib"
TO "Monitor"
SECTIONS ( INIT_CODE,MON166_CODE,MON166_CONST,
MON166_DATA_START%M_DATA, MON166_W_DATA%M_DATA,
MON166_EXEC%M_DATA , MON166_B_DATA%M_DATA )
monitor.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (Boo
monitor.java
/*
* Copyright 2004 JavaFree.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a cop
monitor.xpm
/* XPM */
static char * BMP_MONITOR_xpm[] = {
"16 16 233 2",
" c None",
". c #000000",
"+ c #FFFBF0",
"@ c #FCF8ED",
"# c #F9F6EB",
"$ c #F7F3E9",
"% c #F4F1E7",
"& c #F2EEE5",
"* c #EFECE3"
monitor.java
/*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying mater
monitor.java
/**
* Copyright 2001 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and
* redistribution of this file, and for a DISCLAIMER OF ALL
* WARRANTIES.
*/
import jav
monitor.h
void uart_init(); /* Initialize UART and Flush FIFOs */
char xgetc (); /* Get a byte from UART Rx FIFO */
char uart_test(); /* Check number of data in UART Rx FIFO */
void xputc (char); /* P
monitor.c
/*------------------------------------------------*/
/* SCI and Monitor I/O functions */
#include
#include
#include "iodefine.h"
#include "monitor.h"
monitor.h
#include "integer.h"
#include "comm.h"
#define xputc(chr) uart_put((BYTE)(chr))
#define xgetc() (char)uart_get()
int xatoi (char**, long*);
void xputs (char*);
void xitoa (long, char, char);