代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
remote.mak
CC = iccavr
CFLAGS = -IC:\iccavr\include\ -e -l -g -Mavr_enhanced_small -Wa-W -Wf-str_in_flash
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\iccavr\lib\ -g -Wl-W -bfunc_lit:0x26.0x2000 -dram_end:0x4
remote.hex
:0400000070C1CAC33E
:0200120018C311
:0200160015C40F
:1400260020506C6179696E670044697220204C697374005384
:14003A006F6E67204C69737400566572203A20312E3000423A
:14004E006973736F6E6E657474650053796C76
remote.lis
.module remote.c
.area data(ram, con, rel)
0000 _TimeOut::
0000 .blkb 2
.area idata
0000 000
remote._h
#ifndef __remote_h
#define __remote_h
//******************************************************************
//* FUNCTION PROTOTYPES
//*************************************************************
remote.h
#ifndef __remote_h
#define __remote_h
//******************************************************************
//* FUNCTION PROTOTYPES
//*************************************************************
remote.s
.module remote.c
.area text(rom, con, rel)
.dbfile C:\DATA\MP3\Player\Code\remote.c
.dbfunc e InitRemote _InitRemote fV
.even
_InitRemote::
.dbline -1
.dbline 22
; #include
remote.o
XL
H 5 areas 11 global symbols
M remote.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset4 Ref0000
S _sprintf Ref0000
S _Key Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
S pop_gset4
remote.c
#include
#include "remote.h"
#include "vs1001.h"
#include "fat.h"
#include "generic.h"
#include
#include
#include
//******************************
remote._c
#include
#include "remote.h"
#include "vs1001.h"
#include "fat.h"
#include "generic.h"
#include
#include
#include
//******************************