代码搜索:gpio的引脚
找到约 10,000 项符合「gpio的引脚」的源代码
代码结果 10,000
www.eeworm.com/read/381999/9059369
mak gpio.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/381999/9059371
asm gpio.asm
;************ GPIO.asm ***************
.global start
.global PHANTOM
.data
b0 .word 0fffEh ;turn-on GPIO0
b1 .word 0fffDh ;turn-on GPIO1
b2 .word 0fffBh ;turn-on GPIO2
b3
www.eeworm.com/read/381999/9059379
obj gpio.obj
www.eeworm.com/read/381999/9059388
cmd gpio.cmd
/* SOLUTION FILE FOR LAB11.CMD */
MEMORY
{
PAGE 0:
VECS origin = 0000h, length = 0040h
FLASH: origin = 100h, length = 7F00h
SAR
www.eeworm.com/read/381999/9059389
map gpio.map
******************************************************************************
TMS320C1x/C2x/C2xx/C5x COFF Linker Version 7.00
******************************************
www.eeworm.com/read/381999/9059391
wks gpio.wks
www.eeworm.com/read/381683/9078289
c gpio.c
/* File: gpio.c */
/* Copyright 2003, Cypress Semiconductor Corporation
*
* This software is owned by Cypress Semiconductor Corporation (Cypress) and
* is protected by United States copyright
www.eeworm.com/read/381525/9087422
mod gpio.mod
/home/luo/hongchang/gpio/driver/gpio.ko
/home/luo/hongchang/gpio/driver/gpio.o
www.eeworm.com/read/381525/9087426
c~ gpio.c~
//#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/381525/9087438