代码搜索:SCI模块
找到约 10,000 项符合「SCI模块」的源代码
代码结果 10,000
www.eeworm.com/read/426672/9006196
asm sci.asm
.include "F2407REGS.H" ;引用头部文件
.def _c_int0
.data
SCI_FLAG: .word 1 ;SCI标志寄存器
;TXD_PTR: .word '1
www.eeworm.com/read/426672/9006208
obj sci.obj
www.eeworm.com/read/283403/9023061
pjt sci.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="sci"
ProjectDir="C:\ti\myprojects\sci\"
ProjectType=Executable
CPUFamily=TMS320C28X
www.eeworm.com/read/283403/9023078
paf sci.paf
www.eeworm.com/read/283403/9023105
wks sci.wks
www.eeworm.com/read/380716/9133637
h sci.h
/**
* Copyright (c) 2004, Freescale Semiconductor
* Freescale Confidential Proprietary
*
* File name : SCI.h
* Project name: SMAC (Simple Media Access Controller)
*
* Department : Frees
www.eeworm.com/read/380716/9133639
c sci.c
/*******************************************
*SCI.c
*Author:echo
********************************************/
//头文件
#include
#include "SCI.h"
#include /* for EnableI
www.eeworm.com/read/182923/9184110
c sci.c
#include "REGISTER.H"
int x,y,k=0,key;
void inline disable()
{
asm(" setc INTM");
asm(" setc SXM");
}
//
void inline enable()
{
asm(" clrc INTM");
}
//
void initial()
{
PBDATDIR=P
www.eeworm.com/read/182923/9184115
obj sci.obj
www.eeworm.com/read/182923/9184539
c sci.c
#include "REGISTER.H"
int x,y,k=0;
//static int receive[4],j=0;
int receive[4],j=0;
const int var[4]={0x12,0x23,0x34,0x45};
//int var=0x0012;
void inline disable()
{
asm(" setc INTM");