代码搜索:SPI

找到约 10,000 项符合「SPI」的源代码

代码结果 10,000
www.eeworm.com/read/321848/13396032

c spi_test.c

#include "DSP28_Device.h" unsigned int Spi_VarRx[100]; unsigned int i,j; //interrupt void ISRSciaTx(void); //interrupt void ISRSciaRx(void); void main(void) { /*初始化系统*/ InitSysCtrl(); /*
www.eeworm.com/read/320560/13423818

c spi+da.c

//该程序利用LF2407的SPI模块向MAX5741芯片发送数据用于D/A转换,MAX5741的模拟输出端A输出一个三角波 #include "register.h" int GPR3; int flag1; int flag; //系统初始化子程序 void initial() { asm(" setc INTM"); //屏蔽中
www.eeworm.com/read/320560/13423828

sbl spi+da.sbl

www.eeworm.com/read/320560/13423829

pjt spi+da.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="E:\lp\spi+DA\" ProjectType=Executable CPUFamily=TMS320C24XX Tool="Compiler" Tool="C
www.eeworm.com/read/320560/13423854

c spi+da.c

//该程序利用LF2407的SPI模块向MAX5741芯片发送数据用于D/A转换,MAX5741的模拟输出端A输出一个三角波 #include "register.h" int GPR3; int flag1; int flag; //系统初始化子程序 void initial() { asm(" setc INTM"); //屏蔽中
www.eeworm.com/read/320560/13423866

pjt spi+da.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="E:\lp\spi+DA\" ProjectType=Executable CPUFamily=TMS320C24XX Tool="Compiler" Tool="C
www.eeworm.com/read/320475/13426263

c spi_cmd.c

/* Module Name: SPI_CMD.C Abstract: Function definition for the CAN's spi command interface Notes: Presently, only the SPI Channel 0 is supported. Environment: MCP2515 Date: 200
www.eeworm.com/read/320475/13426265

h spi_cmd.h

/* * spi_cmd.h * Define the constant for the CAN's spi command interface * Date : 2004/04/27 * By : Zhang Jing */ #ifndef SPI_CMD_H #define SPI_CMD_H #ifdef SPI_CMD_FLAG #define SPI
www.eeworm.com/read/320236/13429959

mcp spi_master.mcp

www.eeworm.com/read/320236/13429964

c spi_master.c

/*********************************************************************/ /* Project Name: SPI_Master.mcp */ /* Source fle name: SPI_Master.c