代码搜索结果
找到约 10,000 项符合
UART 的代码
serial_uart
The SA1100 serial port had its major/minor numbers officially assigned:
> Date: Sun, 24 Sep 2000 21:40:27 -0700
> From: H. Peter Anvin
> To: Nicolas Pitre
> Cc: Dev
uart.c
/******************************************************************************
* *
* **********
uart.map
################################################################################
# #
# IAR Universal Linker V4.60I/3
uart.pbd
This is an internal working file generated by the Source Browser.
23:48 54s
C:\Documents and Settings\Administrator\桌面\lcd2468教程\2468_uart\UART\Flash_Debug_2378-SK\Obj\irq.pbi
C:\Documents and Sett
uart.pbd
This is an internal working file generated by the Source Browser.
22:59 31s
C:\Documents and Settings\Administrator\桌面\lcd2468教程\2468_uart\UART\RAM_Debug_2378-SK\Obj\irq.pbi
C:\Documents and Settin
uart.c
/*******************************************************************************
Filename: uart.c
Target: cc2430
Revised: 16/12-2005
Revision: 1.0
Description:
Reads in
uart.c
/******************************************************************************
Filename: uart.c
Target: cc2430
Revised: 16/12-2005
Revision: 1.0
Description:
Reads in d
uart.c
/******************************************************
* 文件名称:uart.c
* 文件说明:
* RS232通迅使用的UART0 模块
*****************************************************/
#ifndef MSP430XF449_H
#include
uart.c
/*******************************************************************************
Filename: uart.c
Target: cc2430
Revised: 16/12-2005
Revision: 1.0
Description:
Reads in
uart.h
#ifndef __UART_H__
#define __UART_H__
#include "../inc/macro.h"
#include "../ucos-ii/ucos_ii.h"
#define UART_REVBUFFER_SIZE 1024
typedef struct{
U8 Buffer[UART_REVBUFFER_SIZE];
OS_EVEN