代码搜索结果

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

gpio.map

ARM Linker, RVCT3.1 [Build 939] for uVision [Standard] ================================================================================ Section Cross References main.o(.text) refers to ir

gpio.map

ARM Linker, RVCT3.0 [Build 951] for uVision [Full] ================================================================================ Section Cross References lpc2300.o(STACK) refers (Speci

gpio.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {

gpio.plg

礦ision3 Build Log Project: E:\work\LPC_ARM_23XX\例程\MCU123\功能部件\GPIO\GPIO.uv2 Project File Date: 08/16/2007 Output:

gpio.h

/* IO defintions HDI */ #ifndef GPIO_H_ #define GPIO_H_ #include #define LEDPORT (PORTC) #define LEDDDR (DDRC) #define LED0 (1

gpio.c

#include #include "gpio.h" void gpio_init(void) { LEDPORT |= ( LED0 | LED1 | LED2 ); // all off LEDDDR |= ( LED0 | LED1 | LED2 ); // set as output } void gpio_set_led(

gpio.h

/***************************************************************************\ Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved. by threewter 2004.4.26 \************************

gpio.cmd

/****************************************************************************\ \* GPIO.cmd V1.00 *\ \* Copyright 2004 by SEED Electronic Technology LTD.

gpio.h

/* This file has been prepared for Doxygen automatic documentation generation.*/ /*! \file ********************************************************************* * * \brief * Headerfile fo

gpio.c

/* This file has been prepared for Doxygen automatic documentation generation.*/ /*! \file ********************************************************************* * * \brief * I/O routines. *