代码搜索:gpioctl
找到约 11 项符合「gpioctl」的源代码
代码结果 11
www.eeworm.com/read/324895/13239029
c gpioctl.c
#include
#include
#include
#include
#include
MODULE_LICENSE("GPL");
#define DEVICE_MAJOR 244
www.eeworm.com/read/310742/13644688
h gpioctl.h
/*++
Copyright (c) 1990-2000 Microsoft Corporation, All Rights Reserved
Module Name:
gpioctl.h
Abstract: Include file for Generic Port I/O Example Driver
Author: Robert R.
www.eeworm.com/read/310739/13644755
h gpioctl.h
/*++
Copyright (c) 1990-2000 Microsoft Corporation, All Rights Reserved
Module Name:
gpioctl.h
Abstract: Include file for Generic Port I/O Example Driver
Author: Robert R.
www.eeworm.com/read/110326/15536452
h gpioctl.h
/*++
Copyright (c) 1990-2000 Microsoft Corporation, All Rights Reserved
Module Name:
gpioctl.h
Abstract: Include file for Generic Port I/O Example Driver
Author: Robert R.
www.eeworm.com/read/110326/15536476
h gpioctl.h
/*++
Copyright (c) 1990-2000 Microsoft Corporation, All Rights Reserved
Module Name:
gpioctl.h
Abstract: Include file for Generic Port I/O Example Driver
Author: Robert R.
www.eeworm.com/read/110326/15536487
h gpioctl.h
/*++
Copyright (c) 1990-2000 Microsoft Corporation, All Rights Reserved
Module Name:
gpioctl.h
Abstract: Include file for Generic Port I/O Example Driver
Author: Robert R.
www.eeworm.com/read/110326/15536467
cpp dev.cpp
#include "stdafx.h"
#include
#include
#include "GPIOCTL.h"
#include "dev.h"
bool IsInitialized = false;
char szDriverPath[MAX_PATH];
bool dev::GetDriverPath()
{
www.eeworm.com/read/110326/15536456
h methoda.h
#include "stdafx.h"
#include "GPIOCTL.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
class Cmethoda : public CObject
www.eeworm.com/read/110326/15536460
cpp methoda.cpp
#include "stdafx.h"
#include "GPIOCTL.h"
#include
#include "methoda.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
www.eeworm.com/read/110326/15536458
h dev.h
#include "stdafx.h"
#include
#include
#include "GPIOCTL.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
class