代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/358400/10189825
c emac_init.c
/**
* EMAC - Peripheral setup code
*
* @date 7/21/2004
* @author Magdalena Iovescu
*
**/
#include "emac.h"
/* ------------------------------------------------------
www.eeworm.com/read/357698/10202688
c hd44780.c
#include
#include
sbit GND_LCD=P1^7;
sbit rs=P1^0;
sbit rw=P1^1;
sbit e=P1^2;
unsigned char busy(void);
void ctrl(unsigned char);
void wd_h(unsigned char);
void wd_l
www.eeworm.com/read/356441/10226895
txt 说明.txt
1. 该代码是研究Nand Flash 驱动IP得例子程序,希望对大家有帮助。
2. 该代码,只实现了ReadID指令,可正常读取芯片ID,虽然只有实现一条指令,但基本架 构已具备,可自行添加其他指令。
3. 使用方法:
a.clk 使用100M 以下得信号。
b.<mark>ctrl</mark> 给值0x02.在wr_n,下跳启动操作。
c.ID,输出极为芯片ID。
...
www.eeworm.com/read/356102/10237163
extra entries.extra
/ps2_defines.v////*///
/ps2_io_ctrl.v////*///
/ps2_keyboard.v////*///
/ps2_mouse.v////*///
/ps2_top.v////*///
/ps2_translation_table.v////*///
/ps2_wb_if.v////*///
/timescale.v////*///
www.eeworm.com/read/355639/10252295
c hd44780.c
#include
#include
sbit GND_LCD=P1^7;
sbit rs=P1^0;
sbit rw=P1^1;
sbit e=P1^2;
unsigned char busy(void);
void ctrl(unsigned char);
void wd_h(unsigned char);
void wd_l
www.eeworm.com/read/280573/10313242
rc ddd.rc
#include "menutest.h"
/////////////////////////////////////////////////////////////////////////////
//
// Menu
//
MENU MENU DISCARDABLE
BEGIN
POPUP "文件(&F)"
BEGIN
MENUI
www.eeworm.com/read/162278/10319776
cpp parportmodedlg.cpp
// ParPortModeDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ParPortMode.h"
#include "ParPortModeDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THI
www.eeworm.com/read/162273/10320485
h keyboard16.h
#include "..\inc\def.h"
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
void KeyBoard_init(void);
www.eeworm.com/read/425797/10321825
txt hotkey.txt
Turbo C 2.01 IDE系统简要说明
〖 颖思学院 ☆ WinYes.COM 〗
---------------------------------------------------------------
F1 : 打开帮助
F2 : 保存文件
F3 : 打开文件
F5 : 缩放
www.eeworm.com/read/162163/10331374
h keyboard16.h
#include "..\inc\def.h"
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
void KeyBoard_init(void);