代码搜索结果
找到约 10,000 项符合
Control System 的代码
system.mss
PARAMETER VERSION = 2.2.0
BEGIN OS
PARAMETER OS_NAME = standalone
PARAMETER OS_VER = 1.00.a
PARAMETER PROC_INSTANCE = microblaze_0
END
BEGIN PROCESSOR
PARAMETER DRIVER_NAME = cpu
system.bsb
勬漠音ttκ璎输嬉捃@Dn\b\dDvC勬漠音ttκ鑴蘼淙@D耙匾莛D@D
system.h
/*
* linux/include/asm-arm/proc-armv/system.h
*
* Copyright (C) 1996 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
system.h
#ifndef __SYSTEM_h__
#define __SYSTEM_h__
// write your header here
extern void System_Initial(void);
extern void System_ServiceLoop(void);
#endif
system.asm
//////////////////////////////////////////////////////////////////
// Function: System commander
// Service for H/W, keyboard scan
// Input: None
// Output: None
// Functi
system.asm
//============================================================
// 文件名称: system.asm
// 功能描述: 端口操作函数
// 维护记录: 2005-10-14 v1.0
//============================================================
.INCLUDE
system.asm
.include hardware.inc
.data
address: .dw 0x00bf,0x0086,0x00db,0x00cf, 0x00e6,0x00ed,0x00fc,0x0087,0x00ff,0x00ef;//'0''1''2''3''4''5''6''7''8''9'的代码
Dig: .dw 0x0100,0x0200,0x0800,0x1000,
system.c
.include hardware.inc
.external _Interrupt_2Hz_flag //1秒标识符
.ram
.public sum;
.var sum // 进入中断的计数器
.data
address: .dw 0x00bf,0x0086,0x00db,0x00cf, 0x00e6,0x00ed,0x00fc,0x008
system.asm
//============================================================
// 文件名称: system.asm
// 功能描述: 端口操作函数
// 维护记录: 2005-10-14 v1.0
//============================================================
.INCLU
system.asm
//============================================================
// 文件名称: system.asm
// 功能描述: 开中断函数
// 维护记录: 2005-10-14 v1.0
//============================================================
.INCLUDE