代码搜索:SPI
找到约 10,000 项符合「SPI」的源代码
代码结果 10,000
www.eeworm.com/read/214378/15104333
c spi_135.c
//spi控制程序
//spi 协议: 70 08 读当前CT状态(430返回one_CT_state与two_CT_state两个值
// 70 09 启动初始化
// 70 07 启动检测
#include "msp430x13x.h"
extern unsigned char SpiTimeOverCount;
extern unsign
www.eeworm.com/read/214378/15104369
lst spi_135.lst
##############################################################################
# #
# IAR MSP430 C/C++ Compiler V3.21A/W32
www.eeworm.com/read/214378/15104380
c spi_1352.c
//spi控制程序
//spi 协议: 70 08 读当前CT状态(430返回one_CT_state与two_CT_state两个值
// 70 09 启动初始化
// 70 07 启动检测
#include "msp430x13x.h"
unsigned char receive[16]; //SPI接收缓存区
unsign
www.eeworm.com/read/213823/15123962
c slave_spi.c
/* Mega8 Slave_SPI.c */
unsigned char rev_buf[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; //接收数据缓存数组
unsigned char send_buf[10] = {1, 2, 3, 4, 5, 6, 7, 9, 0, 0}; //反馈回主机数据缓存数组
//SPI initialis
www.eeworm.com/read/213823/15123974
_c slave_spi._c
/* Mega8 Slave_SPI.c */
unsigned char rev_buf[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; //接收数据缓存数组
unsigned char send_buf[10] = {1, 2, 3, 4, 5, 6, 7, 9, 0, 0}; //反馈回主机数据缓存数组
//SPI initialis
www.eeworm.com/read/212710/15150888
dbk backup of spi.dbk
www.eeworm.com/read/211976/15168955
c spi_master.c
www.eeworm.com/read/211976/15168956
c spi_slave.c
www.eeworm.com/read/211976/15168968
bpf spi_slave.bpf
www.eeworm.com/read/211486/15179712
c mmc_spi.c
//###########################################################
// File: mmc_spi.c
//
// Read-/Writeroutines for MMC MultiMedia cards and
// SD SecureDigital cards in SPI mode.
//
// This will wor