代码搜索结果
找到约 16,769 项符合
SPI 的代码
spi.err
"spi.c", line 98: Warning: C2917W: no side effect in void context: 'unary *'
"spi.c", line 154: Warning: C2870W: variable 'i' declared but not used
"spi.c", line 186: Warning: C2892E: signed c
lianxude-spi.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\lianxude-spi\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="C
spi.asm
#include Project.inc
#define AFECS PORTC,1 ; Chip select output
#define SCK PORTC,2 ; SPI Clock Output
#define SDIO PORTC,3 ; Serial output
udata
SPI.BufferH res 1
SPI.BufferL res 1
SP
spi.err
"spi.c", line 98: Warning: C2917W: no side effect in void context: 'unary *'
"spi.c", line 154: Warning: C2870W: variable 'i' declared but not used
"spi.c", line 186: Warning: C2892E: signed c
spi.m51
BL51 BANKED LINKER/LOCATER V5.03 09/09/2008 14:19:44 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE SPI.ob
spi.plg
礦ision2 Build Log
Project:
E:\51SPI\SPI总线在单片机系统中的实现\SPI.uv2
Project File Date: 09/09/2008
Output:
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 '
spi.c
/** \file
SPI
Autor: Matthias Wei遝r
Copyright 2004: Matthias Wei遝r
License: QPL (see license.txt)
*/
#include
#include
#include "spi.
spi.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\ti2000\myprojects\spi_0608\SPI\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Too
mmc-spi-driver.txt
这个程序是基于avr单片机的,使用了硬件spi接口,
导出了三个关键函数:
MMCReadSector(unsigned long sector, unsigned char *buf);
MMCWriteSector(unsigned long sector, unsigned char *buf);
MMCIdentify(void);
使用之前必须先调用