代码搜索:AVR UART 232

找到约 10,000 项符合「AVR UART 232」的源代码

代码结果 10,000
www.eeworm.com/read/485155/6566204

obj uart.obj

www.eeworm.com/read/485155/6566210

c uart.c

#include sbit BT_SND =P2^0; sbit BT_REC =P2^1; /********************************************** IO 口模拟232通讯程序 使用两种方式的C程序 占用定时器0 **********************************************/
www.eeworm.com/read/485155/6566214

lst uart.lst

C51 COMPILER V7.20 UART 07/18/2007 21:13:43 PAGE 1 C51 COMPILER V7.20, COMPILATION OF MODULE UART OBJECT MODULE PLACED IN ua
www.eeworm.com/read/484926/6568990

h uart.h

void mInitSTDIO( ) { unsigned long x; PINSEL0 = PINSEL0 & 0xFFFFFFF0 | 0x00000005; // 设置I/O连接到UART0 U0LCR = 0x80; // DLAB位置1 x = (Fpclk>>4)/115200; // 115200
www.eeworm.com/read/484559/6579846

o uart.o

www.eeworm.com/read/484559/6579871

h uart.h

#ifndef __UART_h #define __UART_h #define IER_RBR 0x01 #define IER_THRE 0x02 #define IER_RLS 0x04 #define IIR_PEND 0x01 #define IIR_RLS 0x03 #define IIR_RDA 0x02 #define IIR_CTI
www.eeworm.com/read/484559/6579878

c uart.c

//头文件包含 #include "config.h" #if UART0_EN #if UART_INTERRUPT_FLAG /***************************************************************************** ** 函数名 : UART0Handler ** ** 功能描述:
www.eeworm.com/read/484191/6581070

hex uart.hex

:0400000500000000F7 :020000040000FA :1000000018F09FE518F09FE518F09FE518F09FE5C0 :1000100018F09FE50000A0E1F0FF1FE518F09FE554 :1000200058000000400000004400000048000000AC :100030004C0000000000000050
www.eeworm.com/read/484191/6581075

lnp uart.lnp

"startup.o" "serial0_teststub.o" "serial0_driver.o" --strict --scatter "uart.sct" --map --xref --callgraph --symbols --info sizes --info totals --info unused --info veneers --list ".\uart.map"
www.eeworm.com/read/484191/6581076

tra uart.tra

*** Creating Trace Output File 'uart.tra' Ok. ### Preparing for ADS-LD. ### Creating ADS-LD Command Line ### List of Objects: adding '"startup.o"' ### List of Objects: adding '"serial0_teststub.o"