代码搜索结果
找到约 10,000 项符合
SPI 的代码
spi_full.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
spi.cspy.bat
@REM This bat file has been generated by the IAR Embeddded Workbench
@REM C-SPY interactive debugger,as an aid to preparing a command
@REM line for running the cspybat command line utility with the
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
hal_spi.h
/***********************************************************************************
Filename: hal_spi.h
Copyright 2007 Texas Instruments, Inc.
*******************************************
spi_drv.h
/*H**************************************************************************
* $RCSfile: spi_drv.h,v $
*----------------------------------------------------------------------------
* Copy
spi_drv.c
/*C**************************************************************************
* $RCSfile: spi_drv.c,v $
*----------------------------------------------------------------------------
* Copyright (c)
spi.m51
BL51 BANKED LINKER/LOCATER V5.03 03/29/2005 14:08:53 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
D:\PROGRAM FILES\KEIL\C51\BIN\B
spi.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Target '
hal_spi.c
/** @file
* Implementation of the SPI HAL module
* @author Ole Saether
*/
#include
#include "hal_spi.h"
#define SPI_DATA 0x01
#define SPI_START 0x02
#define SPI_S
hal_spi.h
/** @file
* Interface functions for the SPI bus
*
* @author Ole Saether
* @defgroup nordic_spi SPI HAL
* @{
* @ingroup nordic_hal
* Interface functions for the SPI bus
*/
#ifndef HAL_