代码搜索:spi总线
找到约 10,000 项符合「spi总线」的源代码
代码结果 10,000
www.eeworm.com/read/465548/7049662
asm spi_test_save.asm
// 可以用的
// 3线主方式或3线从方式
$include (C8051F310.inc)
ORG 00H
LJMP Main
ORG 0100H
Main:
ANL PCA0MD,#0BFH ; 关闭看门狗
LCALL SYSCLK_Init
LCALL Port_IO_Init
LCALL SPI_Init
www.eeworm.com/read/465636/7050930
mti spi_controller.cr.mti
D:/proj/Chapter-6/spi_controller/spi_top.v {1 {vlog -work work D:/proj/Chapter-6/spi_controller/spi_top.v
Model Technology ModelSim SE vlog 5.8c Compiler 2004.03 Mar 25 2004
-- Compiling module spi_
www.eeworm.com/read/465636/7050937
v spi_slave_model.v
`include "timescale.v"
module spi_slave_model (rst, ss, sclk, mosi, miso);
input rst;
input ss; // slave select
input sclk; // s
www.eeworm.com/read/465636/7050939
bmp tb_spi_top.bmp
www.eeworm.com/read/465636/7050944
bmp spi_slave_model.bmp
www.eeworm.com/read/465636/7050945
v tb_spi_top.v
`include "timescale.v"
module tb_spi_top();
reg clk;
reg rst;
wire [31:0] adr;
wire [31:0] dat_i, dat_o;
wire we;
wire [3:0] sel;
wire stb;
www.eeworm.com/read/247053/7089815
h dsp28_spi.h
#ifndef DSP28_SPI_H
#define DSP28_SPI_H
//---------------------------------------------------------------------------
// SPI Individual Register Bit Definitions:
//
// SPI FIFO Transmit regis
www.eeworm.com/read/161543/7098154
h dsp28_spi.h
//
// TMDX ALPHA RELEASE
// Intended for product evaluation purposes
//
//###########################################################################
//
// FILE: DSP28_Spi.h
//
// TI
www.eeworm.com/read/161543/7098166
c dsp28_spi.c
//
// TMDX ALPHA RELEASE
// Intended for product evaluation purposes
//
//###########################################################################
//
// FILE: DSP28_Spi.c
//
// TI
www.eeworm.com/read/419785/7132311
v simple_spi_top.v
/////////////////////////////////////////////////////////////////////
//// ////
//// OpenCores MC68HC11E based SPI int