代码搜索:gpio的引脚

找到约 10,000 项符合「gpio的引脚」的源代码

代码结果 10,000
www.eeworm.com/read/278838/10503050

c gpio.c

/* ---------------------------------------------------------------------------- * ATMEL Microcontroller Software Support - ROUSSET - * ----------------------------------------------------
www.eeworm.com/read/352779/10513840

h gpio.h

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

opt 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 {
www.eeworm.com/read/352386/10557581

opt 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 {
www.eeworm.com/read/352386/10557663

opt 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 {
www.eeworm.com/read/352211/10574876

h gpio.h

/* IO defintions HDI */ #ifndef GPIO_H_ #define GPIO_H_ #include #define LEDPORT (PORTC) #define LEDDDR (DDRC) #define LED0 (1
www.eeworm.com/read/352211/10574913

c 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(
www.eeworm.com/read/352204/10575056

cmd gpio.cmd

/* // // TMDX BETA RELEASE // Intended for product evaluation purposes // //########################################################################### // // FILE: EzDSP_RAM_lnk.cmd
www.eeworm.com/read/352204/10575077

paf gpio.paf

www.eeworm.com/read/352204/10575160

pjt gpio.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectName="gpio" ProjectDir="C:\ti\myprojects\gpio\gpio\" ProjectType=Executable CPUFamily=TMS