代码搜索:GPIO

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

代码结果 10,000
www.eeworm.com/read/434443/6330738

c main.c

#include "systemInit.h" #define LED1 GPIO_PIN_0 #define LED2 GPIO_PIN_2 #define KEY1 GPIO_PIN_1 #define KEY2 GPIO_PIN_5 // 主函数(程序入口) int m
www.eeworm.com/read/493216/6398705

h ili9320.h

#include "stm32f10x_lib.h" //硬件相关的子函数 #define Set_Cs GPIO_SetBits(GPIOC,GPIO_Pin_8); #define Clr_Cs GPIO_ResetBits(GPIOC,GPIO_Pin_8); #define Set_Rs GPIO_SetBits(GPIOC,GPIO_Pin_9); #define
www.eeworm.com/read/489017/6481580

s stm32f10x_gpio.s

/////////////////////////////////////////////////////////////////////////////// // / //
www.eeworm.com/read/400580/11572526

c main.c

/******************** (C) COPYRIGHT 2006 STMicroelectronics ******************** * File Name : main.c * Author : MCD Application Team * Date First Issued : 03/10/2006 * Descr
www.eeworm.com/read/252991/12251501

c testled.c

#include #include #include #include #include #include #include #include
www.eeworm.com/read/152843/5657767

c irq.c

/* * linux/arch/arm/mach-sa1100/irq.c * * Copyright (C) 1999-2001 Nicolas Pitre * * Generic IRQ handling for the SA11x0, GPIO 11-27 IRQ demultiplexing. * * This program is free software; you ca
www.eeworm.com/read/338296/12314396

h kbd.h

#ifndef KBD_H_ #define KBD_H_ #define read_gpio_bit(x) ((GPDAT(GRAB_PORT((x))) & (1 GRAB_OFS((x))) #define GRAB_PORT(x) (((x) & GPIO_PORT_MASK) >> GPIO_PORT_SHIFTT) #define GRAB_O
www.eeworm.com/read/378355/9235225

lkf debug.lkf

-z -q -c -m"./Debug/gpio.map" -o"./Debug/gpio.out" -x -i"C:/ti2000/c2000/bios/lib" -i"C:/ti2000/c2000/rtdx/lib" -i"C:/ti2000/c2000/cgtools/lib" "D:\2812\3.2.5 gpio\Debug\DSP28_DefaultIsr.obj" "D:\28
www.eeworm.com/read/378355/9235271

lkv debug.lkv

-z -q -c -m"./Debug/gpio.map" -o"./Debug/gpio.out" -x -i"C:/ti2000/c2000/bios/lib" -i"C:/ti2000/c2000/rtdx/lib" -i"C:/ti2000/c2000/cgtools/lib" "D:\2812\3.2.5 gpio\Debug\DSP28_DefaultIsr.obj" "D:\28
www.eeworm.com/read/275564/10811745

h led.h

/* * led.h: header file for memory.c * * Copyright (C) 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl) * * This program is free software; you can redistribute it and/or modify * it under the terms o