代码搜索:GPIO

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

代码结果 10,000
www.eeworm.com/read/174959/9567230

map 5509gpio.map

****************************************************************************** TMS320C55x COFF Linker PC Version 2.56 *******************************************************
www.eeworm.com/read/174959/9567233

c maxt_gpio.c

//const1.c //0x0000~0x032A数据范围 const int data_read[0x3BC]= { 00 00 40 00 00 00 00 01 1C 00 21 80 00 00 03 11 00 00 40 00 4E FF 6C 00 41 94 3C 04 6C 00 41 78 4E 01 48 04 50 D5 50 F5 4E FF E6 00 0
www.eeworm.com/read/370856/9578866

c gpio_led.c

#define IOPMOD (*(volatile unsigned *)0x03FF5000) //IO 口模式注册 #define IOPDATA (*(volatile unsigned *)0x03FF5008) //IO口数据注册 void Delay(unsigned int); int Main() { unsigned long LED; IOPMOD
www.eeworm.com/read/370841/9581103

c gpio_test.c

#include #include #include #include #include #include #include #include #include "gpio_test.h"
www.eeworm.com/read/370841/9581105

h gpio_test.h

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

c gpio_do.c

//*********************************************** #include #include #include #include #include #include #
www.eeworm.com/read/366019/9836445

pjt gpio_application.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="D:\book\test3\GPIO_application\" ProjectType=Executable CPUFamily=TMS320C28XX Tool="
www.eeworm.com/read/363324/9959177

c at91gpio.c

/* * 2006. Carlos Camargo * Based in Werner Almesberger's TrivialSerial Programmer * 2007.May.10 Andres Calderon, generalized */ #include #include #include #includ
www.eeworm.com/read/363324/9959194

h at91gpio.h

/* * ecb_at91.h - AT91RM9200 Programmer * This programmer uses AT91' GPIO lines * * 2006 by Carlos Camargo * 2007.May.10 Andres Calderon, generalized */ #ifndef ECB_AT91_H #define ECB_AT91_