代码搜索:UART 有哪些应用?

找到约 10,000 项符合「UART 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/415274/11078627

cce uart.cce

www.eeworm.com/read/415064/11084601

h uart.h

/************************************************************************** * C O N S T A N T S * *******************************************
www.eeworm.com/read/415064/11084602

c uart.c

//============================================================= // 文件名称: UART.c // 功能描述: UART发送和接收子程序 //维护记录: // 2007.01.16 V1.0 by wangtao //========================
www.eeworm.com/read/269657/11084717

c uart.c

#include "..\startup\def.h" #include "..\startup\44b.h" #include "..\ucos-ii\includes.h" #include "isr.h" #include "uart.h" OS_EVENT *Uart0_Rev_mbox=NULL; //Uart0 receive ma
www.eeworm.com/read/269657/11084720

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
www.eeworm.com/read/414976/11088778

c uart.c

#include "public.h" #include "p_main.H" /* LF2407.H 的外部变量 */ /*SCI串行口状态寄存器*/ extern unsigned int *SCICTL2; /*SCI串行输出缓冲寄存器*/ extern unsigned int *SCITXBUF; extern unsigned int *PEDATDIR;
www.eeworm.com/read/269589/11089429

c uart.c

#include #define uchar unsigned char uchar a,flag; void main() { TMOD=0x20; TH1=0xfd; TL1=0xfd; TR1=1; SM0=0; SM1=1; REN=1; EA=1; ES=1; PCON=0x80; while(1) { if
www.eeworm.com/read/269543/11095192

pdf uart.pdf

www.eeworm.com/read/414690/11106339

lis uart.lis

.module uart.c .area text(rom, con, rel) 0000 .dbfile E:\公司用\atmega8l\final\nrf905_send1\uart.c 0000 .dbfunc e
www.eeworm.com/read/414690/11106349

c uart.c

#include #include #include "confg.h" /*****************************************/ //文件名:usart int .c //功能:中断模式串口通信的应用 //目标MC U:ATYnega8 //晶振8MHZ /**************************