代码搜索结果
找到约 10,000 项符合
GPIO 的代码
gpio.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="gpio"
ProjectDir="D:\ti28\myprojects\gpio\"
ProjectType=Executable
CPUFamily=TMS320
gpio.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="gpio"
ProjectDir="H:\f2812\C\gpio\"
ProjectType=Executable
CPUFamily=TMS320C28XX
T
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
#ifndef __GPIO_H__
#define __GPIO_H__
#define PECNR (PDEPTCR+1)
#define PEDIR (PDEDIR+1)
#define PEDATA (PDEDAT+1)
/*
9001 8651 dir
----------------------------------
RESET D5 O (slic
gpio.c
#include
#include
#include
#include "rtl_glue.h"
#include "rtl_types.h"
#include "rtl_errno.h"
#include "assert.h"
#include "spi.h"
#include "gp