代码搜索:sysio
找到约 63 项符合「sysio」的源代码
代码结果 63
www.eeworm.com/read/333835/3382269
h sysio.h
/*
* This Cplant(TM) source code is the property of Sandia National
* Laboratories.
*
* This Cplant(TM) source code is copyrighted by Sandia National
* Laboratories.
*
* The redi
www.eeworm.com/read/236056/14034449
c sysio.c
//**********************************
//*版本: Test 1.0
//*作者: XUGUOHONG
//*E-MAIL: KK20Y@YAHOO.COM.CN
//*WEBSITE:microdesign.000webhost.com
//**********************************
#include
www.eeworm.com/read/236056/14034466
h sysio.h
#ifndef __sysio_h
#define __sysio_h
#include
/*系统低层接口定义*/
//PART1---总线数据读写控制部分
/*外围数据总线定义,8-BIT DATA BUS*/
#define DB_PORT PORTA
#define DB_PIN PINA
#define D
www.eeworm.com/read/109280/6174887
h hw_sysio.h
/*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laborat
www.eeworm.com/read/237025/4635839
h hw_sysio.h
/*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laborat
www.eeworm.com/read/184908/5243502
h hw_sysio.h
/*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laborat
www.eeworm.com/read/333835/3382267
h sysio-cmn.h
/*
* This Cplant(TM) source code is the property of Sandia National
* Laboratories.
*
* This Cplant(TM) source code is copyrighted by Sandia National
* Laboratories.
*
* The redi
www.eeworm.com/read/333835/3382275
h sysio-symbols.h
#if defined(HAVE_ASM_WEAK_DIRECTIVE) || defined(HAVE_ASM_WEAKEXT_DIRECTIVE)
#define HAVE_WEAK_SYMBOLS
#endif
#define STRINGOF(x) #x
/*
* Define alias, asym, as a strong alias for symbol, sym.
*/
#
www.eeworm.com/read/279828/4133447
h hw_sysio.h
/*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laborat
www.eeworm.com/read/333835/3382232
c sysio-run-start.c
#include
#include
#include
#include
#include
#include
#include "test.h"
void _sysio_startup(void) __attribute__ ((constructor));
voi