代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/412239/11208825
v supercpsr.v
// To specify a specific mode, set SC_CTRL_Type = 10000 and SC_CTRL_Source to the mode you want
// See the defines file to see the available mode definitions, are in the form SC_CTRL_SELECT_SOURCE_XXX
www.eeworm.com/read/205515/15314481
h camapi.h
#ifndef _CAM_CTRL_API_H_
#define _CAM_CTRL_API_H_
#define MAX_CAPTRUE_FRAME_NUM 15
typedef enum
{
CAM_CTRL_ERR_NONE,
CAM_CTRL_OPERATION_FAILED,
CAM_CTRL_INVALID_PA
www.eeworm.com/read/288779/4004747
ref hdllib.ref
MO io_ctrl NULL io_ctrl.v vlg6C/io__ctrl.bin 1205384480
www.eeworm.com/read/167664/9956204
cpp mainwnd.cpp
#include "PocketGnuboy.h"
#include "MainWnd.h"
#include "Registory.h"
#include "wce.h"
BOOL g_fVPadPress = FALSE;
int MainWnd_MessageLoop()
{
MSG msg;
for (;;) {
if (get_romfile() &&
www.eeworm.com/read/457234/7330601
cc syskeyb.cc
/*
* HT Editor
* syskeyb.cc - keyboard access functions for POSIX
*
* Copyright (C) 1999-2004 Stefan Weyergraf (stefan@weyergraf.de)
*
* This program is free software; you can redistribute it an
www.eeworm.com/read/240666/13205711
c integrator_target.c
// *************************************************************************
//
// Copyright ARM Limited 1999 - 2003. All rights reserved.
//
// **************************************************
www.eeworm.com/read/407152/11427727
h vga_regs.h
#ifndef VGA_REGS_H_
#define VGA_REGS_H_
#include
#define VGACARD_DISP_EN_BIT 0x01 // I/O
#define VGACARD_SWITCH_BIT 0x02 // O
#define VGACARD_INIT_STATE (0)
#define IOWR_VGACARD_D