代码搜索结果

找到约 10,000 项符合 UART 的代码

uart.c

#include #include #include "..\..\inc\44b.h" #include "..\..\inc\44blib.h" #include "..\..\inc\def.h" #include "..\..\inc\cputest\rtc.h" #define KEY_BUFLEN 100 #define A

uart.lds

SECTIONS { firtst 0x00000000 : { head.o init.o } second 0x30000000 : AT(4096) { main.o serial.o } }

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

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

uart.h

/******************************************************* 本程序只供学习使用,未经作者许可,不得用于其它任何用途 UART.h file Created by Computer-lov Date: 2005.12.12 Version V1.1 Copyright(C) Computer-lov 2005-2015

uart.c

/******************************************************* 本程序只供学习使用,未经作者许可,不得用于其它任何用途 UART.c file Created by Computer-lov Date: 2005.12.12 Edit date:2006.2.24 Version V1.1 Copyright(C) C

uart.lst

C51 COMPILER V7.06 UART 02/25/2006 14:24:59 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE UART OBJECT MODULE PLACED IN UA

uart.h

// UART functions for SDCC / P89V51RD2 /* Original Code by: * Author : Chin-Shiuh Shieh (http://bit.kuas.edu.tw/~csshieh/) * Date : 2001-01-01 (yyyy-mm-dd) */ /* Modified for ucmicrosys