代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.dep
2
Debug
$TOOLKIT_DIR$\examples\ST\STR91x\STR91xD
uart.eww
$WS_DIR$\uart.ewp
uart.ewp
1
Debug
ARM
uart.h
/*****************************************************************************
* uart.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
uart.prj
# Standard Project file created by RVDEBUG. Do not hand edit unless
# you know what you are doing. Use the Settings Window
# Copyright (c) 2002 - ARM Ltd
$sARM_C22.stp
[PROJECT]
author_=USB00423
uart.c
/*****************************************************************************
* uart.c: UART API file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconducto
uart.c
//uart.c
//初始化UART0
# include "ioCC2430.h"
/*****************************************
*函数功能 :初始化串口
*入口参数 : 无
*返 回 值 :无
*说 明 :57600-n-8-0
****************************
uart.h
#ifndef __UART_H__
#define __UART_H__
void Test_Uart0(void);
void Test_Uart0Fifo(void);
void Test_Uart1(void);
void Test_Uart1Fifo(void);
void Test_Uart0Range(void);
void Test_Uart1Max(void);
uart.c
#include
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\rtc.h"
#define KEY_BUFLEN 100
#define AFC_BUFLEN 0x100
c