代码搜索结果
找到约 10,000 项符合
SPI 的代码
spi.m51
BL51 BANKED LINKER/LOCATER V6.00 04/06/2008 15:54:51 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE STARTU
spi_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
spi.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
spi_to_uart.h
#ifndef _SPI_TO_UART_H_
#define _SPI_TO_UART_H_
#include "global.h"
/***********************************************
spi_to_uart.h
***********************************************/
/
spi_to_uart.c
#include
#include "global.h"
#include
#include "spi_to_uart.h"
#include
void delay_spi_tcss()
{
//100ns
NOP();
NOP();
}
/******
spi+da.c
//该程序利用LF2407的SPI模块向MAX5741芯片发送数据用于D/A转换,MAX5741的模拟输出端A输出一个三角波
#include "register.h"
int GPR3;
int flag1;
int flag;
//系统初始化子程序
void initial()
{
asm(" setc INTM"); //屏蔽中
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
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
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