代码搜索结果
找到约 10,000 项符合
SPI 的代码
spi.map
******************************************************************************
TMS320C1x/C2x/C2xx/C5x COFF Linker Version 7.00
******************************************
spi.cmd
/* SOLUTION FILE FOR LAB11.CMD */
MEMORY
{
PAGE 0:
VECS origin = 0000h, length = 0040h
FLASH: origin = 100h, length = 7F00h
SAR
spi.h
/************************************************************************************
FILENAME: SEED-DEC2407.h
************************************************************************************/
spi.opt
### 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.map
ARM Linker, RVCT3.1 [Build 903] for uVision [Professional]
================================================================================
Section Cross References
stm32f10x_vector.o(STA
spi.c
#include
#include "2410addr.h"
#include "2410lib.h"
#include "spi.h"
#include "def.h"
#define spi_count 0x80
#define SPI_BUFFER _NONCACHE_STARTADDRESS
void __irq Spi_Int(void);