代码搜索结果
找到约 31,537 项符合
UART 的代码
uart._h
/* 字符输出函数 */
extern void putchar(unsigned char c);
/* 字符输入函数 */
extern unsigned char getchar(void);
/* 字符串输出函数 */
extern void puts(char *s);
/* UART初始化 */
extern void
uart.dp2
uart.o: e:/ICC/include/iom8v.h E:\icc\iccavr\mega8\mega8\I2C_COM/Twi.h
uart.h
/* 字符输出函数 */
void putchar(unsigned char c);
/* 字符输入函数 */
unsigned char getchar(void);
/* 字符串输出函数 */
void puts(char *s);
/* UART初始化 */
void uart_init(void);
uart.dp2
uart.o: e:/ICC/include/iom8v.h
uart.dp2
uart.o: e:/ICC/include/iom8v.h
uart.lis
.module uart.c
.area text(rom, con, rel)
0000 .dbfile E:\icc\iccavr\mega8\mega8\uart\uart.c
0000 .dbfunc e putc
uart.lk
uart.o read_flash.o
uart.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR E:\icc\iccavr\mega8\mega8\uart\
FILE uart.c
FUNC putchar C6 fV
BLOCK 20 C6
DEFREG c 16 c
LINE 20 C6
LINE 21 C6
LINE 21 C6
LINE 22 CA
BLOCKEN
uart.src
[Files]
uart.c
read_flash.s
[Headers]
[Documents]
uart.s
.module uart.c
.area text(rom, con, rel)
.dbfile E:\icc\iccavr\mega8\mega8\uart\uart.c
.dbfunc e putchar _putchar fV
; c -> R16
.even
_putchar::
.dbline -1
.dbline 20
; /*