代码搜索:spi总线

找到约 10,000 项符合「spi总线」的源代码

代码结果 10,000
www.eeworm.com/read/187967/8584869

ewd spi.ewd

1 Debug MSP430
www.eeworm.com/read/388634/8590432

h spi.h

#include "reg52stc.h" void SPIInit(void); // //void SPIWrite(unsigned char); //unsigned char SPIRead(void); //void SPIMasterIdle(void); unsigned char SPIReadWrite(unsigned char); //*****
www.eeworm.com/read/388599/8597954

pjt spi.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="E:\MYDSP\DSK2407\c\SPI\" ProjectType=Executable CPUFamily=TMS320C24XX Tool="Compiler
www.eeworm.com/read/388599/8597963

paf spi.paf

www.eeworm.com/read/432480/8602965

c spi.c

//-----------------------函数声明,变量定义-------------------------------------------------------- #include #include sbit SCK=P1^0; // 将p1.0口模拟时钟输出 sbit MOSI
www.eeworm.com/read/432452/8604687

c spi.c

#include "config.h" const u32_t MCP2515_SCK = (1
www.eeworm.com/read/432452/8604692

h spi.h

#ifndef IN_SPI #define IN_SPI #define SPI_CS_ON() IO0SET |= (1
www.eeworm.com/read/432287/8614868

h spi.h

//************************************************************* #ifndef __SPI_H #define __SPI_H void init_spi(void); void write_spi(char); char read_spi(void); void cs_delay(void); char
www.eeworm.com/read/432287/8614956

c spi.c

/* *********** DEVELOPED BY RAVINDRANATH G *************/ /****************************************************************/ #include "lpc23xx.h" #include "type.h" #include "spi.h" #include
www.eeworm.com/read/432287/8615078

o spi.o