代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
remote.c
/*
* taken from gdb/remote.c
*
* I am only interested in the write to memory stuff - everything else
* has been ripped out
*
* all the copyright notices etc have been left in
*/
/* enough so t
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
//******************************
remote.lis
.module remote.c
.area text(rom, con, rel)
0000 .dbfile C:\DATA\MP3\Player\Code\remote.c
0000 .dbfunc e InitRem
remote.h
#ifndef _REMOTE_H
#define _REMOTE_H
/* Remote reset/restart server definitions */
extern char *Rempass;
/* Commands */
#define SYS_RESET 1
#define SYS_EXIT 2
#define KICK_ME 3
#endif