代码搜索:SPI

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

代码结果 10,000
www.eeworm.com/read/157103/11738987

lk spi_test.lk

Spi_test.o Display.o
www.eeworm.com/read/157103/11738991

s spi_slave.s

.module SPI_slave.c .area text(rom, con, rel) .dbfile F:\IccAvr_Pro\SPI_slave.c .area vector(rom, abs) .org 40 jmp _spi_stc_isr .area text(rom, con, rel) .dbfunc e spi_stc_isr _spi_stc_
www.eeworm.com/read/157103/11738994

h spi_slave.h

#include #include #define SPI_size 3 #define MOSI PORTB5 #define MISO PINB6 #define SCK PORTB7 #define SS PORTB4 void spi_stc_isr(void); unsigned
www.eeworm.com/read/157103/11739060

dbg spi_test.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.1 CPU AVR DIR F:\IccAvr_Pro\ FILE Spi_test.c FUNC spi_stc_isr 96 fV BLOCK 18 A4 LINE 18 A4 LINE 20 A4 LINE 21 B6 LINE 22 BC LINE 23 C0 LINE 23 D0 LINE 24
www.eeworm.com/read/157103/11739078

lis spi_slave.lis

.module SPI_slave.c .area text(rom, con, rel) 0000 .dbfile F:\IccAvr_Pro\SPI_slave.c .area vector(rom, abs
www.eeworm.com/read/157103/11739096

hex spi_test.hex

www.eeworm.com/read/157103/11739132

s spi_test.s

.module Spi_test.c .area text(rom, con, rel) .dbfile F:\IccAvr_Pro\Spi_test.c .area vector(rom, abs) .org 40 jmp _spi_stc_isr .area text(rom, con, rel) .dbfunc e spi_stc_isr _spi_stc_is
www.eeworm.com/read/157103/11739147

h spi_master.h

#include #include #define SIZE 100 #define MOSI PORTB5 #define MISO PINB6 #define SCK PORTB7 #define SS PORTB4 void spi_stc_isr(void); unsigned char getSPI
www.eeworm.com/read/157103/11739174

_c spi_master._c

#include "SPI_master.h" unsigned char SPI_rx_buff[SIZE]; unsigned char SPI_tx_buff[SIZE]; unsigned char rx_wr_index,rx_rd_index,rx_counter,rx_buffer_overflow; unsigned char tx_wr_index,tx_
www.eeworm.com/read/157103/11739192

c spi_slave.c

#include "SPI_slave.h" #include "qep.h" unsigned char SPI_rx_buf[SPI_size]; unsigned char SPI_tx_buf[SPI_size]; unsigned char rx_index; unsigned char tx_index,SPI_tx_flag,SPI_rx_flag; un