代码搜索:UART
找到约 10,000 项符合「UART」的源代码
代码结果 10,000
www.eeworm.com/read/367965/7808601
h uart.h
/**************************************************************************************
*
* Project Name : S3C6400 Validation
*
* Copyright 2006 by Samsung Electronics, Inc.
* All rights reserve
www.eeworm.com/read/367965/7808614
c uart.c
/**************************************************************************************
*
* Project Name : S3C6400 Validation
*
* Copyright 2006 by Samsung Electronics, Inc.
* All rights res
www.eeworm.com/read/299960/7817826
h uart.h
#ifndef __UART_H__
#define __UART_H__
#define UART_REVBUFFER_SIZE 1024
typedef struct{
U8 Buffer[UART_REVBUFFER_SIZE];
OS_EVENT *Uart_Rev_mbox; //Uart0 receive mail b
www.eeworm.com/read/299960/7817897
h uart.h
/*#ifndef __UART_H__
#define __UART_H__
#define UART_REVBUFFER_SIZE 1024
typedef struct{
U8 Buffer[UART_REVBUFFER_SIZE];
OS_EVENT *Uart_Rev_mbox; //Uart0 receive mail
www.eeworm.com/read/299837/7828971
h uart.h
/*--------------------------------------------------------------------------
uart.H
Header file for the uart Atmel AT89C51SND1
---------------------------------------------------------------
www.eeworm.com/read/299837/7828996
lst uart.lst
C51 COMPILER V7.50 UART 02/08/2007 11:18:09 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN UA
www.eeworm.com/read/299837/7829000
c uart.c
#include "REGSND1.H"
#include "uart.h"
#define AT89C51SND1 1 //如果使用的是AT89C51SND1
/*------------------------------------------------------
www.eeworm.com/read/299837/7829001
obj uart.obj
www.eeworm.com/read/399787/7836662
h uart.h
#include "e:\nucleus\nucleus_plus\io.h"
#include "e:\nucleus\nucleus_plus\nucleus.h"
#define UART0 0
#define UART1 1
#define ULCON0 0x3ffd000 // UART0 Line Control Register
#define ULCON1
www.eeworm.com/read/399787/7836680
c uart.c
#include "uart.h"
#include "wtx.h"
NU_HISR URT_HISR0, URT_HISR1;
unsigned char command[100],command1[100];
unsigned char Txbuff0[BUFFSIZE], Txbuff1[BUFFSIZE],Rxbuff0[BUFFSIZE],Rxbuff1[BUFFSIZE],Fr