代码搜索:SPI

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

代码结果 10,000
www.eeworm.com/read/261658/11631019

bak 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 {
www.eeworm.com/read/347668/11649984

asm mcbsp_spi.asm

.include "mcbsp_reg.asm" .def setTo8BitMode_ .def setTo16BitMode_ ;.def setTo5_8BitMode_ .def setTo40BitMode_ .def SPIModeInitial ;the default is also 8BitMode SPIModeInitial: ;reset the
www.eeworm.com/read/347595/11656104

crf spi_led.crf

www.eeworm.com/read/347595/11656351

h spi_led.h

/****************************Copyright (c)********************************************* ** ** 博格达科
www.eeworm.com/read/347595/11656366

c spi_led.c

/****************************Copyright (c)********************************************* ** ** (c) Copyright 2006-2008, hui lian. luo, china, zj. hz
www.eeworm.com/read/347293/11675784

txt spi通讯例程.txt

#define ENABLE_BIT_DEFINITIONS #include "iom64.h" #define SPIF 7 #define SPE 6 #define MSTR 4 #define SPR1 1 #define SPR0 0 #define SS 0 #define CPOL 3 void delay_ms(int time) { int i
www.eeworm.com/read/260843/11697771

c spi_test.c

#include "DSP28_Device.h" unsigned int *LedReg = (unsigned int *)0x23FF; unsigned int *Led8Lock = (unsigned int *)0x25FF; const Uint16 LedCode[]={0x7F,0xBF,0xDF,0xEF,0xF7,0xFB,0xFD,0xFE,0xFF};
www.eeworm.com/read/346833/11718957

c spi_mmc.c

/*----------------------------------------------------------------------- * Name: SPI_MMC.C * Purpose: SPI and SD/MMC command interface Module * Version: V1.03 * Copyright (c) 2006 NXP Semicon
www.eeworm.com/read/346833/11718967

h spi_mmc.h

/*---------------------------------------------------------------------- * Name: SPI_MMC.H * Purpose: SPI mode SD/MMC card interface driver * Version: V1.03 * Copyright (c) 2006 NXP Semicondu
www.eeworm.com/read/346833/11718968

o spi_mmc.o