代码搜索:UART

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

代码结果 10,000
www.eeworm.com/read/196668/5101148

_c uart._c

#include #define uchar unsigned char #define uint unsigned int uchar Table[16]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};
www.eeworm.com/read/196668/5101149

c uart.c

#include #define uchar unsigned char #define uint unsigned int uchar Table[16]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};
www.eeworm.com/read/196668/5101150

o uart.o

XL H 3 areas A global symbols M UART.C S push_gset1 Ref0000 S push_gset3 Ref0000 S pop_gset1 Ref0000 S pop_gset3 Ref0000 A text size D8 flags 0 dbfile J:\AVRpractice\BOOK\UARTforBook\UART.C d
www.eeworm.com/read/196668/5101151

dbg uart.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.1 CPU AVR DIR J:\AVRpractice\BOOK\UARTforBook\ FILE UART.C FUNC DelayMs 7A fV BLOCK 11 7C DEFREG j 20 i DEFREG i 16 i LINE 11 7C LINE 12 7C LINE 13 7E LIN
www.eeworm.com/read/196668/5101152

s uart.s

.module UART.C .area data(ram, con, rel) _Table:: .blkb 2 .area idata .byte 63,6 .area data(ram, con, rel) .blkb 2 .area idata .byte 91,'O .area data(ram, con, rel) .blkb 2 .ar
www.eeworm.com/read/196668/5101153

mak uart.mak

CC = iccavr CFLAGS = -IC:\icc\include\ -e -l -g -Wa-W ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -LC:\icc\lib\ -g -Wl-W -bfunc_lit:0x22.0x2000 -dram_end:0x25f -bdata:0x60.0x25f -dhwstk_size:16 -beepro
www.eeworm.com/read/196668/5101154

mp uart.mp

NOTE: AVR Code addresses are word addresses All other addresses (including ones in FLASH) are byte addresses Area Addr Size Decimal Bytes (Attributes) ----------
www.eeworm.com/read/195041/5115239

h uart.h

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : uart.h * Author : MCD Application Team * Date First Issued : 16/05/2003 * Descr
www.eeworm.com/read/195041/5115267

c uart.c

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : uart.c * Author : MCD Application Team * Date First Issued : 06/08/2003 * Descr
www.eeworm.com/read/195013/5118076

c uart.c

/* * BK Id: SCCS/s.uart.c 1.23 12/29/01 14:50:03 trini */ /* * UART driver for MPC860 CPM SCC or SMC * Copyright (c) 1997 Dan Malek (dmalek@jlc.net) * * I used the serial.c driver as the frame