代码搜索结果
找到约 10,000 项符合
0 的代码
uart0.wsp
[WorkState_v1_1]
ptn_Child1=DockState
ptn_Child2=ToolBarMgr
ptn_Child3=Frames
ptn_Child4=ProjectTarget
ptn_Child5=WorkSpaceName
ptn_Child6=SerialPort
ptn_Child7=StepInc
ptn_Child8=DisassemblyA
uart0.c
//UATR0 试验,从串口以9600,N,1的模式循环输出16进制的 00--FF
#include
void PORT_Init(void)
{
P0MDOUT |= 0x10;
P0MDOUT &=~0x20;
XBR0=0x01;
XBR1=0xC0;
}
void Interal_Crystal(void)
{
uart0.lnp
"UART0.obj"
TO "UART0"
RAMSIZE(256)
uart0.lst
C51 COMPILER V8.02 UART0 07/29/2008 10:46:19 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE UART0
OBJECT MODULE PLACED IN U
uart0.c
#include "C8051F020.h"
#include "string.h"
// Peripheral specific initialization functions,
// Called from the Init_Device() function
void Reset_Sources_Init()
{
WDTCN = 0xDE;
WDT
uart0.plg
礦ision3 Build Log
Project:
F:\practice\C8051F\UART0\UART0.uv2
Project File Date: 07/28/2008
Output:
uart0.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
yunkong0.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form frmkongzhi
BorderStyl