代码搜索结果
找到约 10,000 项符合
Control 的代码
control.h
#ifndef __CONTROL_H__
#define __CONTROL_H__
#include "..\ucos-ii\includes.h" /* uC/OS interface */
#include "..\inc\drv\figure.h"
#include "..\inc\drv\display.h"
#include "..\ucos
control.c
#include "../inc/def.h"
#include "../inc/config.h"
#include "../inc/board.h"
#include "../inc/slib.h"
#include "../inc/utils.h"
#include "2410addr.h"
EnvParams Env;
#define ROM_SIZE SIZE_2M
control.lst
C:\tic2xx\c2000\cgtools\bin\dspa.exe control.asm control.obj -ls -v2xx
TMS320C1x/C2x/C2xx/C5x COFF Assembler Version 7.00 Thu Sep 9 16:54:59 2004
Copyright (c) 1987-1999 Texas Instruments Inco
control.cmd
MEMORY
{
PAGE 0 : VECS : origin = 8800h , length =40h /* 程序复位 */
PVECS : origin = 8844h , length =0100h /* 外围模块中断向量 */
PROG : origin = 9000h , length =0700h /* 在片FLASH */
PAGE
control.map
******************************************************************************
TMS320C1x/C2x/C2xx/C5x COFF Linker Version 7.00
******************************************
control.asm
.title "control.asm"
.ref _c_int0,_nothing
.sect ".control"
reset: b _c_int0
int1: b _nothing
int2: b _nothing
int3: b _nothing
control.c
#include "2407c.h"
ioport int port0;
/*初始化子程序*/
initial()
{
asm(" setc SXM" ); /*抑制符号位扩展*/
asm(" clrc OVM" ); /*累加器中结果正常溢出*/
asm(" clrc CNF" ); /*B0被配置为数据存储空间 */
asm(" setc IN
control.css
/*
'***************ASPSecurity CSS *********************
' Thanks PuterJam's PJBlog2
' Copyleft 2006
' Create:2006-1-14
' Update:2006-1-14
'**************************************************