代码搜索结果

找到约 31,537 项符合 UART 的代码

uart.lst

C51 COMPILER V8.09 UART 06/18/2008 16:40:38 PAGE 1 C51 COMPILER V8.09, COMPILATION OF MODULE UART OBJECT MODULE PLACED IN UA

uart.lst

ARM COMPILER V2.53, UART 13/07/07 19:51:17 PAGE 1 ARM COMPILER V2.53, COMPILATION OF MODULE UART OBJECT MODULE PLACED IN .

uart.lst

C51 COMPILER V8.15 UART 12/25/2008 21:36:25 PAGE 1 C51 COMPILER V8.15, COMPILATION OF MODULE UART OBJECT MODULE PLACED IN .\

uart.lst

ARM COMPILER V2.42, uart 17/01/09 22:24:15 PAGE 1 ARM COMPILER V2.42, COMPILATION OF MODULE uart OBJECT MODULE PLACED IN u

uart.h

void InitUART(void); void InitUART(void) { SCON = 0x50; // SCON: mode 1, 8-bit UART, enable rcvr BDRCON = 0x1e; //BRR=1,TBCK=1,RBCK=1,SPD=1,M0SRC=0 BRL = 223; // bound rate 38400

uart.lnp

"uart.obj" TO "uart"

uart._ia

"uart.asm" SET (SMALL) DEBUG EP

uart.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2, 0x0 File 1,5,

uart.h

/*! \file uart.h \brief UART driver with buffer support. */ //***************************************************************************** // // File Name : 'uart.h' // Title : UART driver with

uart.c

/*! \file uart.c \brief UART driver with buffer support. */ // ***************************************************************************** // // File Name : 'uart.c' // Title : UART driver with