代码搜索:SPI
找到约 10,000 项符合「SPI」的源代码
代码结果 10,000
www.eeworm.com/read/478283/6714213
sct spi_main.sct
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_
www.eeworm.com/read/478283/6714218
o spi_main.o
www.eeworm.com/read/478283/6714223
axf spi_main.axf
www.eeworm.com/read/478283/6714224
crf spi_main.crf
www.eeworm.com/read/477748/6733735
c spi_driver.c
/* Mark de Jong Electronics (c) 2005
*
* Project: SPI Driver
*
* Filename: SPI_driver.c
*
*
*/
#ifdef TARGET_C164CI
#include
#endif
#ifdef TARGET_MM167
#include
www.eeworm.com/read/477748/6733736
h spi_driver_if.h
/* Mark de Jong Electronics (c) 2005
*
* Project: SPI Driver
*
* Filename: SPI_driver_if.h
*
*
*/
#define SPI_BUSY 0x01
#define SPI_IDLE 0x00
#define SPI_BYTES 0x00
#define SPI_WORDS 0x
www.eeworm.com/read/477753/6733765
c spi_flash.c
/****************************************
* File Name : spi_flash.c
* Author :
* Date First Issued : 2009.4.20
* Description : AT26F004 驱动
* vertion : 1.0
www.eeworm.com/read/477753/6733766
h spi_flash.h
/****************************************
* File Name : spi_flash.h
* Author :
* Date First Issued : 2009.4.20
* Description : AT26F004 驱动头文件
* vertion :
www.eeworm.com/read/477274/6741204
c spi_7219.c
/**************************************************
说明:本程序主要实现利用max7219对8位LED的进行控制。接线方式
接标准的SPI接法就行了。
使用范围:AVR系列单片机
对上层上层软件提供两个一接口函数:
1,init_display (void)
功能:初使化AVR单片机,使其能SPI通信
2, sent_t