代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.c
/*= uart.c =========================================================================================
*
* Copyright (C) 2004 Nordic Semiconductor
*
* This file is distributed in the hope that i
uart.lst
C51 COMPILER V7.08 UART 01/05/2006 16:42:04 PAGE 1
C51 COMPILER V7.08, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN ua
uart.c
/* 软件模拟串口测试程序*/
/* 该软件模拟串口主要用于半双工通讯,波特率为9600,或4800或2400或1200
使用定时器0为波特率发生器器,使用INT0为RXD,平时通过TXD检测起始位的下降沿
检测到下降沿后启动接受波特率发生器器接受8位数据及一个停止位,然后又处于接受
模式等待起始位,如不能正常接受到停止位,则停止接受直到接受到停止位为止,
本串口*/
/ ...
uart.c
#include "2410addr.h"
#include "def.h"
#include "2410lib.h"
#include "k9s1208.h"
//#include "pIPL.h"
//#include "pSPL.h"
#include "vivi.h"
void Main()
{
int block, page;
int page_cou
uart.c
#include "ccblkfn.h"
#include "sysreg.h"
#include
#include
#define pCtrlReg1 (volatile unsigned char *)0x20220000
#define pCtrlReg2 (volatile unsigned ch
uart.mak
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes,
uart.h
//uart header file
#ifdef UART_G
#define uart_ext
#else
#define uart_ext extern
#endif
#define printf UartPrintf
#define Uart_Printf UartPrintf
#define Uart_SendByte UartSen