代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/390806/2524885
map uart.map
################################################################################
# #
# IAR Universal Linker V4.60I/3
www.eeworm.com/read/390806/2524886
pbd 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
www.eeworm.com/read/390806/2524887
pbd 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
www.eeworm.com/read/390394/2528627
c uart.c
/*******************************************************************************
Filename: uart.c
Target: cc2430
Revised: 16/12-2005
Revision: 1.0
Description:
Reads in
www.eeworm.com/read/390393/2528704
c uart.c
/******************************************************************************
Filename: uart.c
Target: cc2430
Revised: 16/12-2005
Revision: 1.0
Description:
Reads in d
www.eeworm.com/read/389098/2544056
c uart.c
/******************************************************
* 文件名称:uart.c
* 文件说明:
* RS232通迅使用的UART0 模块
*****************************************************/
#ifndef MSP430XF449_H
#include
www.eeworm.com/read/388695/2548436
c uart.c
/*******************************************************************************
Filename: uart.c
Target: cc2430
Revised: 16/12-2005
Revision: 1.0
Description:
Reads in
www.eeworm.com/read/386455/2571237
h 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
www.eeworm.com/read/386455/2571317
c uart.c
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
www.eeworm.com/read/386001/2576996
h uart.h
#ifndef __UART_H__
#define __UART_H__
#define UART0_REVBUFFER_SIZE 1024
#define UART1_REVBUFFER_SIZE 1024
void OSInitUart(void);
int OSReadUart0(U8 data[], int num, int ntimeout);
void Ope