代码搜索结果
找到约 10,000 项符合
Driver 的代码
driver.c
#include "apue.h"
void
do_driver(char *driver)
{
pid_t child;
int pipe[2];
/*
* Create a stream pipe to communicate with the driver.
*/
if (s_pipe(pipe) < 0)
err_sys("can't create stream
driver.c
#include
#include
#include "ourhdr.h"
void
do_driver(char *driver)
{
pid_t child;
int pipe[2];
/* create a stream pipe to communicate with the driver */
if (s_pipe(pip
driver.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
driver.h
#ifndef _DRIVER_H
#define _DRIVER_H
#define LED2 PTBD_PTBD7
#define LED1 PTBD_PTBD6
void Send_char(byte ch);
void Send_string( byte *str,word strlen);
void SCI_init(void);
void RTI_Init
driver.c
#include "HEAD.H"
/*---------------------------------*/
#define _UART //串口开启
#define _RTI //实时中断开启
//#define _I2C
/*---------------------------------*/
void delay(word time)
driver.h
#include
#include
#include
#include "resource.h"
#define EXE_DRIVER_NAME _T("KILLIS")
#define DISPLAY_NAME _T("KILLIS Driver")
//加载驱动
HANDLE LoadDriver
driver.c
#include "apue.h"
void
do_driver(char *driver)
{
pid_t child;
int pipe[2];
/*
* Create a stream pipe to communicate with the driver.
*/
if (s_pipe(pipe) < 0)
err_sys("can't create stream
driver.java
/*
* @(#)Driver.java 1.22 03/01/23
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package java.sql;
/**
* Th