代码搜索结果
找到约 10,000 项符合
GPIO 的代码
gpio.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
gpio.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
gpio.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
gpio.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="gpio"
ProjectDir="C:\ti\myprojects\gpio\"
ProjectType=Executable
CPUFamily=TMS320C2
gpio.h
//
// Registers : I/O port
//
#define IOP_BASE 0xB1600000 // 0x56000000
typedef struct {
unsigned int rGPACON; // 00
unsigned int rGPADAT;
unsigned int rPAD1[2];