代码搜索:UART 有哪些应用?

找到约 10,000 项符合「UART 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/300721/13896529

c uart.c

#include #include void put(unsigned int i) { char d[8]={0}; Int_to_Char(i,d); puts(d); } void Int_to_Char(unsigned int i,char *p) {p[0]=i/1000+48; p[1]=(i/100)%
www.eeworm.com/read/300721/13896544

o uart.o

XL H 2 areas E global symbols M uart.c S push_gset1 Ref0000 S push_gset2 Ref0000 S mod16u Ref0000 S div16u Ref0000 S asgncblk Ref0000 S pop_gset1 Ref0000 S pop_gset2 Ref0000 A text size E8 f
www.eeworm.com/read/300721/13896570

s uart.s

.module uart.c .area lit(rom, con, rel) L2: .byte 0 .byte 0,0,0,0,0,0,0 .area text(rom, con, rel) .dbfile E:\atmega16子函数\TWI_master\uart.c .dbfunc e put _put fV ; d -> y+0
www.eeworm.com/read/300721/13896589

i uart.i

www.eeworm.com/read/300721/13896609

h uart.h

#ifndef __UART__H #define __UART__H void put(unsigned int i); void putchar(char c); unsigned char getchar(void); void puts(char * s); void putstr(char * s); void uart_init(void); #endif
www.eeworm.com/read/300721/13896631

lis uart.lis

.module uart.c .area lit(rom, con, rel) 0000 L2: 0000 00 .byte 0 0001 00000000000000 .byte 0,0,0,0,0,0,0
www.eeworm.com/read/300721/13896634

_c uart._c

#include #include void put(unsigned int i) { char d[8]={0}; Int_to_Char(i,d); puts(d); } void Int_to_Char(unsigned int i,char *p) {p[0]=i/1000+48; p[1]=(i/100)%
www.eeworm.com/read/300721/13896654

c uart.c

#include #include void put(unsigned int i) { char d[8]={0}; Int_to_Char(i,d); puts(d); } void Int_to_Char(unsigned int i,char *p) {p[0]=i/1000+48; p[1]=(i/100)
www.eeworm.com/read/300721/13896674

o uart.o

XL H 2 areas E global symbols M uart.c S push_gset1 Ref0000 S push_gset2 Ref0000 S mod16u Ref0000 S div16u Ref0000 S asgncblk Ref0000 S pop_gset1 Ref0000 S pop_gset2 Ref0000 A text size 108
www.eeworm.com/read/300721/13896689

s uart.s

.module uart.c .area lit(rom, con, rel) L2: .byte 0 .byte 0,0,0,0,0,0,0 .area text(rom, con, rel) .dbfile E:\atmega16子函数\TWI_slaver0\uart.c .dbfunc e put _put fV ; d -> y+0