代码搜索:ctrl

找到约 10,000 项符合「ctrl」的源代码

代码结果 10,000
www.eeworm.com/read/336644/12427052

h osmessage.h

#ifndef __OSMESSAGE_H__ #define __OSMESSAGE_H__ #include "def.h" #include "..\ucos-ii\add\control.h" #define OSMessageQSize 20 ///////////////////////////Message struct////////////////////
www.eeworm.com/read/250047/12440722

c mvp_dma.c

/* * File: MVPdma.c * * Author: Elliot Hill * * Description: This file contains all of the functions used * for DMA control within the Mobile Videophone (MVP) * thesis project in the University
www.eeworm.com/read/148571/12457327

asm flash.asm

.include hardware.inc .define C_FLASH_SIZE 0x8000 .define C_FLASH_BLOCK_SIZE 0x0100 .define C_FLASH_MATCH 0xAAAA .define C_FLASH_PAGE_ERAZE 0x5511 .define C_FLASH_WORD_CTRL 0x5533 .d
www.eeworm.com/read/234563/14106277

h osmessage.h

#ifndef __OSMESSAGE_H__ #define __OSMESSAGE_H__ #include "def.h" #include "..\ucos-ii\add\control.h" #define OSMessageQSize 20 ///////////////////////////Message struct////////////////////
www.eeworm.com/read/234552/14106867

h osmessage.h

#ifndef __OSMESSAGE_H__ #define __OSMESSAGE_H__ #include "def.h" #include "..\ucos-ii\add\control.h" #define OSMessageQSize 20 ///////////////////////////Message struct////////////////////
www.eeworm.com/read/234257/14117639

inc flash.inc

/* Program : ET83X431 Chip Verification/Resolution Author : Ricky Liu/Multi-media System Engineer Date : 2004.10.15 File Type : FLASH SUB-ROUTINE File */ ;======================
www.eeworm.com/read/233973/14126919

c aic23_lib.c

/*************************************************** 模块说明 :TLV320AIC23操作库文件 作 者 :柳军胜 公 司 :杭州自由电子科技 :http://www.freefpga.com 电 话 :0571-85084089 修 改
www.eeworm.com/read/233964/14127286

c aic23_lib.c

/*************************************************** 模块说明 :TLV320AIC23操作库文件 作 者 :柳军胜 公 司 :杭州自由电子科技 :http://www.freefpga.com 电 话 :0571-85084089 修 改
www.eeworm.com/read/131795/14127397

dat funtc104b.dat

#include #include #define ABORT 0 int c_break(void) { printf("Control-Break pressed. Program aborting ... "); return (ABORT); } int main(void) { ctrlbrk(c_brea
www.eeworm.com/read/232327/14198321

c dma.c

/* * ApOS (Another Project software for s3c2410) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * pu