代码搜索:SD卡文件
找到约 10,000 项符合「SD卡文件」的源代码
代码结果 10,000
www.eeworm.com/read/191844/8419852
lis sd.lis
.module sd.c
.area data(ram, con, rel)
0000 _reading::
0000 .blkb 1
.area idata
0000 00
www.eeworm.com/read/191844/8419869
mak sd.mak
CC = iccavr
CFLAGS = -IC:\icc\include -e -DATMEGA -l -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib -g -ucrtatmega.o -bfunc_lit:0x54.0x4000 -dram_end:0x45f -bdata:0x60.0x45f
www.eeworm.com/read/191844/8419874
cof sd.cof
www.eeworm.com/read/191844/8419876
mp sd.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/191844/8419882
src sd.src
[Files]
sd.c
1011.c
fat.c
uarst.c
uarst.h
mp3.c
3310.c
[Headers]
fat.h
sd.h
mp3.h
1011.h
3310.h
[Documents]
www.eeworm.com/read/191844/8419884
dbg sd.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR D:\Temp\AVRTest\SDMP3~1\
FILE english_6x8_pixel.h
DEFGLOBAL font6x8 1314 A[552:92:6]kc
FILE sd.c
FUNC sd_port_init 15D0 fV
BLOCK 18 15D0
LINE 1
www.eeworm.com/read/191844/8419889
s sd.s
.module sd.c
.area data(ram, con, rel)
_reading::
.blkb 1
.area idata
.byte 0
.area data(ram, con, rel)
.dbfile D:\Temp\AVRTest\SDMP3~1\sd.c
.dbsym e reading _reading c
_a::
.blkb 1
www.eeworm.com/read/191844/8419927
c sd.c
/************************************************************/
/* SD Code for M32L */
/* By pasyong */
/* 2006-4 */
/* Base ICC6.31A
www.eeworm.com/read/191844/8419932
h sd.h
/************************************************************/
/* HEAD FILE for sd */
/* By pasyong */
/* 2006-4 */
/* Base ICC6.31A