代码搜索:driver development
找到约 10,000 项符合「driver development」的源代码
代码结果 10,000
www.eeworm.com/read/476848/6752109
c 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
www.eeworm.com/read/476532/6755625
c driver.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/410239/11296841
res driver.res
www.eeworm.com/read/264540/11310608
h 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
www.eeworm.com/read/264540/11310609
c driver.c
#include "HEAD.H"
/*---------------------------------*/
#define _UART //串口开启
#define _RTI //实时中断开启
//#define _I2C
/*---------------------------------*/
void delay(word time)
www.eeworm.com/read/409713/11315395
h driver.h
#include
#include
#include
#include "resource.h"
#define EXE_DRIVER_NAME _T("KILLIS")
#define DISPLAY_NAME _T("KILLIS Driver")
//加载驱动
HANDLE LoadDriver
www.eeworm.com/read/264377/11318272
c 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
www.eeworm.com/read/263432/11363215
java 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
www.eeworm.com/read/408899/11365902
png driver.png
www.eeworm.com/read/408723/11375763
h driver.h
/***************************************************************************
Module Name: DRIVER.H
Purpose: the declaration of functions, data structures, status codes,
constants, and m