代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/182972/5261209
h control.h
/*
* control.h
*
* Written by: Ullrich Hafner
*
* This file is part of FIASCO (獸籸actal 獻籱age 獳籲d 玈籩quence 獵O籨ec)
* Copyright (C) 1994-2000 Ullrich Hafner
*/
/*
* $
www.eeworm.com/read/182972/5261211
c control.c
/*
* control.c: Control unit of WFA structure
*
* Written by: Ullrich Hafner
*
* This file is part of FIASCO (獸籸actal 獻籱age 獳籲d 玈籩quence 獵O籨ec)
* Copyright (C) 1994-2000 Ullrich Hafner
www.eeworm.com/read/180437/5284502
h control_.h
/*---------------------------------------------------------------------------+
| control_w.h |
|
www.eeworm.com/read/180227/5287780
h control.h
#define START_TASK 1
#define STOP_TASK 2
struct my_msg_struct {
int command;
int task;
int period;
};
www.eeworm.com/read/180227/5287889
h control.h
#define COMMAND_FIFO 3
#define START_TASK 1
#define STOP_TASK 2
struct my_msg_struct {
int command;
int task;
int period;
};
www.eeworm.com/read/179911/5295887
h control.h
/****************************************************************************
******* *******
******* C O N T R O L P A C K
www.eeworm.com/read/179517/5304381
c control.c
#include "def.h"
#include "44b.h"
#include "option.h"
#include "utils.h"
void PortInit(void)
{
// PORT A GROUP
/* BIT 9 8 7 6 5 4 3 2 1 0 */
/* A24 A23 A22 A21 A20 A19 A18 A17 A16 A
www.eeworm.com/read/179298/5306471
cpp control.cpp
// Control.cpp -- IOCTL handlers for usbint driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stddcls.h"
#include "driver.h"
#include "ioctls.h"
//////////////////
www.eeworm.com/read/179298/5306518
cpp control.cpp
// Control.cpp -- IOCTL handlers for feature driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stddcls.h"
#include "driver.h"
#include "ioctls.h"
/////////////////
www.eeworm.com/read/179298/5306536
cpp control.cpp
// Control.cpp -- IOCTL handlers for usb42 driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stddcls.h"
#include "driver.h"
#include "ioctls.h"
///////////////////