代码搜索结果
找到约 10,000 项符合
GPIO 的代码
gpio.h
//*****************************************************************************
//
// gpio.h - Defines and Macros for GPIO API.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. All rights reser
gpio.h
#ifndef GPIO_H
#define GPIO_H
/* Debug constants */
#define DEBUG_FRAME 0x0001
#define DEBUG_STATUS 0x0002
#define DEBUG_FIELD 0x0004
#define DEBUG_ERR 0x0008
#define DEBUG_TIME 0x0010
#define D
gpio.c
/*
* (C) Copyright 2004 Roman Avramenko
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
*
gpio.c
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
gpio.h
/**************************************************************************************
*
* Project Name : S3C6410 Validation
*
* Copyright 2006 by Samsung Electronics, Inc.
* All rights reserve
gpio.c
/**************************************************************************************
*
* Project Name : S3C6410 Validation
*
* Copyright 2006 by Samsung Electronics, Inc.
* All rights reserve
gpio.h
/*
* Asus Mypal 716 GPIO definitions.
*/
#ifndef _ASUS_716_GPIO_
#define _ASUS_716_GPIO_
#define GET_A716_GPIO(gpio) \
(GPLR(GPIO_NR_A716_ ## gpio) & GPIO_bit(GPIO_NR_A716_ ## gpio))
#define SET
gpio.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="gpio"
ProjectDir="C:\CCStudio_v3.3\MyProjects\gpio\"
ProjectType=Executable
CPUFami