代码搜索:GPIO

找到约 10,000 项符合「GPIO」的源代码

代码结果 10,000
www.eeworm.com/read/283737/8992089

bin gpio_led.bin

www.eeworm.com/read/283737/8992287

h gpio_led.h

/* ********************************************************* * Copyright (c) * All rights reserved. * * 文件名称:Gpio_led.h * 文件标识:头文件 * 摘 要:本文件是Gpio_led头文件声明 * * 当前
www.eeworm.com/read/283737/8992413

c gpio_led.c

/* ********************************************************* * Copyright (c) * All rights reserved. * * 文件名称:Gpio_led.c * 文件标识: * 摘 要:S3C2410 io Test Program * 当前版本:1.0 * 作
www.eeworm.com/read/283405/9022436

uv2 gpio.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (MCB2140 Board), 0x0005 // Tools: '' Group (Startup Code) Group (Source Code) Group (Documentation) File 1,2,
www.eeworm.com/read/382439/9029324

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
www.eeworm.com/read/185394/9039421

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/185394/9039425

h gpio_drv.h

#ifndef _GPIO_H_ #define _GPIO_H_ #define IOWRITE 0xf021 #define IOCLEAR 0xf022 #endif
www.eeworm.com/read/185394/9039435

c gpio_test.c

#include #include #include #include #include #include #include #include #include "gpio_test.h"
www.eeworm.com/read/185394/9039437

h gpio_test.h

#ifndef _GPIO_H_ #define _GPIO_H_ #define IOWRITE 0xf021 #define IOCLEAR 0xf022 #endif
www.eeworm.com/read/381999/9059366

bak gpio.asm.bak

/************ GPIO.asm ***************/ .title "GPIO.asm" .data b0 .word 0fffEh ;turn-on GPIO0 b1 .word 0fffDh ;turn-on GPIO1 b2 .word 0fffBh ;turn-on GPIO2 b3 .word 0fff7h ;turn-o