代码搜索:如何学习 HC?
找到约 10,000 项符合「如何学习 HC?」的源代码
代码结果 10,000
www.eeworm.com/read/454517/7388088
o hc595.o
XL
H 5 areas 19 global symbols
M hc595.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S cmp32f Ref0000
S sub32f Ref0000
S mod16u Ref0000
S div16u Ref0000
S _delay_nus Ref0000
S fp2int Ref0000
www.eeworm.com/read/454517/7388093
lst hc595.lst
__start:
__text_start:
0066 EFCF LDI R28,0xFF
0067 E1D0 LDI R29,0x10
0068 BFCD OUT 0x3D,R28
0069 BFDE OUT 0x3E,R29
006A 51C0 SUBI R28,0x10
006B
www.eeworm.com/read/454517/7388095
s hc595.s
.module hc595.c
.area lit(rom, con, rel)
_Seg7_Data::
.byte 63,6
.byte 91,'O
.byte 'f,'m
.byte 125,7
.byte 127,'o
.byte 'w,124
.byte 57,94
.byte 'y,'q
.byte 0
.dbfile D:\avrvi\
www.eeworm.com/read/454517/7388097
dbg hc595.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR D:\avrvi\AVRVi_m128_Starter_Kit\SPI\source\lib\
FILE hc595.c
DEFGLOBAL Seg7_Data 8C A[17:17]kc
DIR D:\avrvi\AVRVi_m128_Starter_Kit\SPI\source\
FI
www.eeworm.com/read/454512/7388122
h hc595.h
/************************************************
文件:hc595.h
用途:
注意:内部8M晶振
创建:2008.4.1
修改:2008.4.1
Copy Right (c) www.avrvi.com AVR与虚拟仪器
************************************************/
#i
www.eeworm.com/read/454512/7388125
_h hc595._h
#ifndef __HC595_H__
#define __HC595_H__
#define OE_PORT PORTC
#define OE_PIN PINC
#define OE_DDR DDRC
#define OE 7
#define Seg7_Bitselect_PORT PORTB
#define Seg7_Bitselect_PIN PINB
#define
www.eeworm.com/read/454512/7388127
_c hc595._c
/************************************************
文件:spi.c
用途:SPI驱动
注意:
创建:2008.1.25
修改:2008.1.25
Copy Right (c) www.avrvi.com AVR与虚拟仪器
************************************************/
#in
www.eeworm.com/read/454512/7388128
c hc595.c
/************************************************
文件:hc595.c
用途:
注意:内部8M晶振
创建:2008.4.1
修改:2008.4.1
Copy Right (c) www.avrvi.com AVR与虚拟仪器
************************************************/
#i
www.eeworm.com/read/454512/7388139
lis hc595.lis
.module hc595.c
.area lit(rom, con, rel)
0000 _Seg7_Data::
0000 3F06 .byte 63,6
0002 5B4F .byte 91,'O
0004
www.eeworm.com/read/454512/7388145
o hc595.o
XL
H 5 areas 19 global symbols
M hc595.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S cmp32f Ref0000
S sub32f Ref0000
S mod16u Ref0000
S div16u Ref0000
S _delay_nus Ref0000
S fp2int Ref0000