代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.c
/*
*********************************************************************************************************
* uC/OS-II
*
serial.lnp
"STARTUP.obj",
"F34x_UART_STDIO.obj"
TO "serial"
RAMSIZE(256)
serial.plg
礦ision3 Build Log
Project:
K:\2008\080315_c8051\测试程序\UART\serial.uv2
Project File Date: 04/13/2008
Output:
serial.c
/*
* linux/kernel/serial.c
*
* (C) 1991 Linus Torvalds
*/
/*
* serial.c
*
* This module implements the rs232 io functions
* void rs_write(struct tty_struct * queue);
* void rs_init(void);
* and all i
serial.c
#include "config.h"
#include
#include
#include
INT8U rcv_buf0[128]; // UART0数据接收缓冲区
INT16U rcv_buf0Len; // 要用链表来代替
INT8U rcv_buf1[128]; // UART1数据接收缓冲区