代码搜索:GPIO
找到约 10,000 项符合「GPIO」的源代码
代码结果 10,000
www.eeworm.com/read/168763/5438895
c bamboo.c
/*
* (C) Copyright 2005
* Stefan Roese, DENX Software Engineering, sr@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
www.eeworm.com/read/168763/5440568
c bamboo.c
/*
* (C) Copyright 2005
* Stefan Roese, DENX Software Engineering, sr@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
www.eeworm.com/read/391260/8413558
h at91_gpio.h
#define PIN_BASE 32
#define AT91_PIN_PA1 (PIN_BASE + 0x00 + 1)
#define AT91_PIN_PA2 (PIN_BASE + 0x00 + 2)
#define AT91_PIN_PA3 (PIN_BASE + 0x00 + 3)
#define AT91_PIN_PA4 (PIN_BASE + 0x00 + 4)
#defin
www.eeworm.com/read/390379/8468320
c gpio_drv.c
/* driver/char/gpio_drv.c
*
* This file provide IO reading and writing from user space.
* Pls create some device file in diretory /dev/ppcflash whose major is 218.
* This driver support 0-25
www.eeworm.com/read/390379/8468325
h gpio_drv.h
#ifndef _GPIO_H_
#define _GPIO_H_
#define IOWRITE 0xf021
#define IOCLEAR 0xf022
#endif
www.eeworm.com/read/390379/8468334
c gpio_test.c
#include
#include
#include
#include
#include
#include
#include
#include
#include "gpio_test.h"
www.eeworm.com/read/390379/8468338
h gpio_test.h
#ifndef _GPIO_H_
#define _GPIO_H_
#define IOWRITE 0xf021
#define IOCLEAR 0xf022
#endif
www.eeworm.com/read/390275/8472810
h pxa-gpio.h
/*
File name: pxa-gpio.h
Description: This is an utility for configuring the Bulverde GPIO
- We implemented it based on the Monta_Vista generic.c
*/
#ifndef _PXA_GPIO_H
#define _PXA_GPIO_H
#if
www.eeworm.com/read/290044/8509785
h regs-gpio.h
/* linux/include/asm/hardware/s3c2410/regs-gpio.h
*
* Copyright (c) 2003,2004 Simtec Electronics
* http://www.simtec.co.uk/products/SWLINUX/
*
* This program is f