代码搜索结果

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

gpio_in.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.h

/************************************************************************************** * * Project Name : S3C6400 Validation * * Copyright 2006 by Samsung Electronics, Inc. * All rights reserve

gpio.c

/************************************************************************************** * * Project Name : S3C6400 Validation * * Copyright 2006 by Samsung Electronics, Inc. * All rights reserve

gpio.cmd

/* // // TMDX BETA RELEASE // Intended for product evaluation purposes // //########################################################################### // // FILE: EzDSP_RAM_lnk.cmd

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\" ProjectType=Executable CPUFamily=TMS320C2

gpio.c

#include "config.h" void GPIO_init(void) { OS_ENTER_CRITICAL(); /* SCS = 0; PINSEL0 = 0xc00515c5; PINSEL1 = 0x00f30000; PINSEL2 = 0x04; IODIR0 = EEPROM_CS | LCD_RW | LCD_XD

gpio.h

#ifndef __GPIO_H #define __GPIO_H /***********初始化各个IO口的功能********/ extern void GPIO_init(void); #endif