代码搜索:spi总线

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

代码结果 10,000
www.eeworm.com/read/168730/9899368

exe spi.exe

www.eeworm.com/read/168730/9899377

txt spi.txt

F240 SPI master/slave example code from the C24x Reference Set, Vol 2, Chapter 5. All contents (included source, executables, and text)
www.eeworm.com/read/364651/9899438

v spi.v

//Legal Notice: (C)2005 Altera Corporation. All rights reserved. Your //use of Altera Corporation's design tools, logic functions and other //software and tools, and its AMPP partner logic function
www.eeworm.com/read/168532/9908735

spi_demo

www.eeworm.com/read/168448/9912906

c 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);
www.eeworm.com/read/168448/9913037

h spi.h

#ifndef __SPI_H__ #define __SPI_H__ void Test_Spi_MS_int(void); void Test_Spi_MS_poll(void); void Test_Spi_M_Tx_DMA1(void); void Test_Spi_M_Rx_DMA1(void); void Test_Spi_S_Tx_DMA1(void); voi
www.eeworm.com/read/364270/9916414

doc spi.doc

www.eeworm.com/read/168341/9919546

c 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);
www.eeworm.com/read/168341/9919698

h spi.h

#ifndef __SPI_H__ #define __SPI_H__ void Test_Spi_MS_int(void); void Test_Spi_MS_poll(void); void Test_Spi_M_Tx_DMA1(void); void Test_Spi_M_Rx_DMA1(void); void Test_Spi_S_Tx_DMA1(void); voi
www.eeworm.com/read/363992/9926739

asm 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