代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/247809/12617851
lst uart.lst
__text_start:
__start:
005A EFCF LDI R28,0xFF
005B E1D0 LDI R29,0x10
005C BFCD OUT P3D,R28
005D BFDE OUT P3E,R29
005E 51C0 SUBI R28,0x10
005F 40
www.eeworm.com/read/247809/12617858
lis uart.lis
.module UART.c
.area data(ram, con, rel)
0000 _Rx_counter::
0000 .blkb 1
.area idata
0000 00
www.eeworm.com/read/247809/12617860
_c uart._c
#include
#include
#define Red_LED_on PORTB&~BIT(0)
#define Red_LED_off PORTB|(1
www.eeworm.com/read/247809/12617861
cof uart.cof
www.eeworm.com/read/247809/12617863
dsn uart.dsn
www.eeworm.com/read/247809/12617865
hex uart.hex
:100000000C945A000C945D010C9466010C947C01D4
:040048000C943201E1
:040050000C94040107
:14008C000000DE6F6432140A050201160101043F065B4F66E6
:1300A0006D7D077F6F777C395E79717638373E735C4000C8
:1400B400
www.eeworm.com/read/247809/12617873
o uart.o
XL
H 5 areas 22 global symbols
M UART.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
S mod8u Ref0000
S div8u Ref0000
A text size 30C flags 0
dbfile G:\猛\
www.eeworm.com/read/247809/12617876
dbg uart.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR G:\猛\avr实践\UART\
FILE UART.c
FUNC main F6 fV
BLOCK 86 F6
DEFREG i 22 c
LINE 86 F6
LINE 89 F6
LINE 90 F8
LINE 91 FA
LINE 93 FC
LINE 94 FC
L
www.eeworm.com/read/247809/12617878
c uart.c
#include
#include
//LED 开关定义
#define Red_LED_on PORTB&~BIT(0)
#define Red_LED_off PORTB|(1