代码搜索:SCI模块

找到约 10,000 项符合「SCI模块」的源代码

代码结果 10,000
www.eeworm.com/read/284836/8888752

asm sci.asm

st0_temp .usect ".b20",1 ; st1_temp .usect ".b20",1 ; context .usect ".b20",7 ;62-68 SCI_FLAG .usect ".data0",1 ;SCI标志寄存器 TXD_PTR .usect ".data0",8 ;发送的数据存放区 RXD_PTR .usect
www.eeworm.com/read/284836/8888759

pjt sci.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="E:\2407\2407asm\SCI\" ProjectType=Executable CPUFamily=TMS320C24XX Tool="Compiler"
www.eeworm.com/read/284836/8888920

c sci.c

// 功能描述:下面给出一个在两个DSP之间实现简单异步通信的通用程序 #include "register.h" //禁止总中断子程序 void inline disable() { asm(" setc INTM"); asm(" setc SXM"); } //使能总中断子程序 void inline enable() { asm(" c
www.eeworm.com/read/428015/8904827

map sci.map

****************************************************************************** TMS320C2000 COFF Linker PC Version 3.01 *******************************************************
www.eeworm.com/read/426929/8991269

h sci.h

#ifndef _sci_H_ #define _sci_H_ void SciInit(); void SciTx(unsigned char text); char SciRx(void); void interrupt 20 Serv_int(void); #endif
www.eeworm.com/read/426929/8991274

c sci.c

#include /* common defines and macros */ #include /* derivative information */ /*-------串口初始化----------------------*/ void SciInit() { SCI0BDL = (unsigned ch
www.eeworm.com/read/283727/8993542

paf sci.paf

www.eeworm.com/read/283727/8993564

pjt sci.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="E:\MYDSP\2407EVM2\C\SCI\" ProjectType=Executable CPUFamily=TMS320C24XX Tool="Compile
www.eeworm.com/read/426869/8993946

asm sci.asm

st0_temp .usect ".b20",1 ; st1_temp .usect ".b20",1 ; context .usect ".b20",7 ;62-68 SCI_FLAG .usect ".data0",1 ;SCI标志寄存器 TXD_PTR .usect ".data0",8 ;发送的数据存放区 RXD_PTR .usect
www.eeworm.com/read/426869/8993955

pjt sci.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="E:\2407\2407asm\SCI\" ProjectType=Executable CPUFamily=TMS320C24XX Tool="Compiler"