代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.v
// *********************************************
//
// UART.v
//
// www.cmosexod.com
// 4/13/2001 (c) 2001
// Jeung Joon Lee
//
// Universal Asyhnchronous Receiver, Transmitter
// This is
uart.c
//利用中断接收 A1 5F 00 FE 发送8字节数据
//IFS0: CNIF MI2CIF SI2CIF NVMIF ADIF U1TXIF U1RXIF API1IF
// T3IF T2IF OC2IF IC2IF T1IF 0X1IF IC1IF INT0IF
#include "p30f6010A.h"
_FOSC(CSW_FSCM_OFF & X
uart.cpp
#include "LPC213XDEF.h"
#include "uart.h"
extern "C" void IRQ_UART0 (void) __irq;
UartObj::UartObj(void)
{
Init();
}
void UartObj::Init(void)
{
unsigned int Fdiv;
TxCount = 0;
R
uart.h
#ifndef __IAPUART_H
#define __IAPUART_H
class UartObj;
#define Fosc 11059200 //Crystal frequence,10MHz~25MHz,should be the same as actual status.
//应当与
uart.h
/*****************************************************************************
* uart.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
uart.c
/*****************************************************************************
* uart.c: UART API file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconducto
uart.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 {
uart.h
/*
* Copyright (c) 2006-2007 by Roland Riegel
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public L
uart.c
/*
* Copyright (c) 2006-2007 by Roland Riegel
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public L