代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/383025/8980935
c uart.c
#include
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\uart.h"
#define KEY_BUFLEN 100
#define AFC_BUFLEN 0x100
#d
www.eeworm.com/read/185789/8984677
asm uart.asm
//========================================================================================================//
// 程序名称:uart.asm
// 功能描述:实现RS232通讯的UART初始化和UART的读写
// 日 期:2003/7/7
//===============
www.eeworm.com/read/283843/8986151
h uart.h
#ifndef _UART_H
#define _UART_H
void UartSetBaud(U32 ch, U32 baud);
char UartGetch(U32 ch);
char UartGetkey(U32 ch);
void UartPutch(U32 ch, U32 data);
void UartPuts(U32 ch, char *pt);
void Ua
www.eeworm.com/read/283804/8987519
h uart.h
#ifndef _UART_H_
#define _UART_H_
void UART_inititialize(int divisor);
int UART_write (int fd, unsigned char *buf, int size);
int UART_read (int fd, unsigned char *buf, int size);
void UART
www.eeworm.com/read/426892/8993039
h uart.h
#ifndef UART_H
#define UART_H
#include
#include
#include
#include "main.h"
unsigned char ucTxIndex,ucTxCRCHi,ucTxCRCLo;
unsigned char *pTxStr;
uint8
www.eeworm.com/read/426892/8993061
c uart.c
#include "uart.h"
/* Table of CRC values for high-order byte */
const /*static*/ uint8_t auchCRCHi[] PROGMEM = {\
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0,\
0x80, 0x41, 0x00, 0
www.eeworm.com/read/283705/8994854
c uart.c
////////////////////////////////////////uart.c//////////////////////////////
/////////////////////////////////file name :okiml674000////////////////////
////////////////////////////////data:2005nia\
www.eeworm.com/read/283700/8995564
uart_rec
www.eeworm.com/read/426736/9002586
vhd uart.vhd
----------------------------------------------------------------
--
-- Copyright (c) 1992,1993,1994, Exemplar Logic Inc. All rights reserved.
--
---------------------------------------------------
www.eeworm.com/read/382745/9003686