代码搜索:spi总线
找到约 10,000 项符合「spi总线」的源代码
代码结果 10,000
www.eeworm.com/read/350185/10760721
h spi.h
uchar SPI_WR(uchar val) //用SPI口收发数据
{
uchar temp;
SPDR=val;
while ((SPSR&(1
www.eeworm.com/read/420994/10761980
c spi.c
/*****************************************************************************
* spi.c: SPI C file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
www.eeworm.com/read/420994/10761985
h spi.h
/*****************************************************************************
* spi.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
www.eeworm.com/read/420994/10761995
prj spi.prj
# Standard Project file created by RVDEBUG. Do not hand edit unless
# you know what you are doing. Use the Settings Window
# Copyright (c) 2002 - ARM Ltd
$sARM_C22.stp
[PROJECT]
author_=USB00423
www.eeworm.com/read/420994/10762005
o spi.o
www.eeworm.com/read/420994/10762006
axf spi.axf
www.eeworm.com/read/420899/10769030
c spi.c
/**************************************************************************************
*
* Project Name : S3C6400 Validation
*
* Copyright 2006 by Samsung Electronics, Inc.
* All rights reserve
www.eeworm.com/read/420899/10769044
h spi.h
#ifndef __SPI_H__
#define __SPI_h__
#include "dma.h"
#define SPI_TX_FIFO_SIZE 64
#define SPI_RX_FIFO_SIZE 64
#define SPI_NORMAL_DMA // normal DMA or SDMA Selection.
#define SPI_INT_TRA
www.eeworm.com/read/350068/10774715
doc spi.doc
www.eeworm.com/read/349944/10780431
h spi.h
#include
//#define WPON PORTB &= 0b11111101
//#define WPOFF PORTB |= 0b00000010
//#define CSON PORTB &= 0b11111011
//#define AOFF PORTB |= 0b00000110
#define Uchar unsig