代码搜索结果

找到约 10,000 项符合 Remote Control 的代码

ppu_control.c

/****************************************************************************** * * The information contained herein is the exclusive property of * Sunplus Technology Co. And shall not be

miu_control.c

/****************************************************************************** * * The information contained herein is the exclusive property of * Sunplus Technology Co. And shall not be

tve_control.c

/****************************************************************************** * * The information contained herein is the exclusive property of * Sunplus Technology Co. And shall not be

ppu_control.h

/****************************************************************************** * * The information contained herein is the exclusive property of * Sunplus Technology Co. And shall not be

spu_control.h

#ifndef __SPUDRV_H__ #define __SPUDRV_H__ #include "..\SysLib_Basic\Include\Sys_Define.h" //Type definition. //Type definition. // Defined R_SPU_Status BITS, same as those def

miu_control.h

/****************************************************************************** * * The information contained herein is the exclusive property of * Sunplus Technology Co. And shall not be

tve_control.h

/****************************************************************************** * * The information contained herein is the exclusive property of * Sunplus Technology Co. And shall not be

adc_control.h

//--------------------------------------------------- // analog ad setup //--------------------------------------------------- #define ANA_AD_POWON 0x80000000 #define ANA_AD_POWOFF 0x00000000 #de

workflow_control.java

package treedoc; // 功能 // WORKFLOW客户处理层和底层的接口,功能是调用workflow_engine获得流程访问序列 // 通知服务器调用活动节点对应的USERID开始处理预先定义的活动,并将需要处理的数 // 据提交给客户处理界面 // 一旦客户处理完成,返回该类,则重新激活workflow_engine,进行下一个节点的处理流程 // 该类主 ...