代码搜索结果
找到约 10,000 项符合
GPIO 的代码
gpio.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\CCStudio_v3.1\MyProjects\gpio\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool
gpio.c
// gpio.c ---- 实验一 :测试GPIO口,控制D2灯(IOPF6)闪烁
//ZLX ---- SEED-DSK 2407板
#include "register.h"
// 系统初始化子程序
int initial()
{
asm(" setc INTM"); // 禁止所有中断
asm(" setc
gpio.h
#ifndef MCU_GPIO_H_
#define MCU_GPIO_H_
#define DAT1380_PIN P02
#define CLK1380_PIN P03
#define RST1380_PIN P01
#define Off_LED P10
#define On_LED P12
#define Current_LED P13
#define
gpio.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
gpio.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
gpio.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
gpio.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
gpio.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************