代码搜索结果
找到约 10,000 项符合
GPIO 的代码
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
gpio.cmd
/* SOLUTION FILE FOR LAB11.CMD */
MEMORY
{
PAGE 0:
VECS origin = 0000h, length = 0040h
FLASH: origin = 100h, length = 7F00h
SAR
gpio.map
******************************************************************************
TMS320C1x/C2x/C2xx/C5x COFF Linker Version 7.00
******************************************
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
gpio.mod
/home/luo/hongchang/gpio/driver/gpio.ko
/home/luo/hongchang/gpio/driver/gpio.o
gpio.c~
//#include
#include
#include
#include
#include
#include
#include
#include