代码搜索:SPI
找到约 10,000 项符合「SPI」的源代码
代码结果 10,000
www.eeworm.com/read/414420/2148028
c spi.c
/*
This module implements an interface to the SPI on the lpc22xx.
Copyright (C) 2006 Embedded Artists AB (www.embeddedartists.com)
This program is free software; you can redistribute it
www.eeworm.com/read/414420/2148073
c spi.c
/* Driver for ATMEL DataFlash support
* Author : Hamid Ikdoumi (Atmel)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Licen
www.eeworm.com/read/414420/2148121
c spi.c
/*
* (C) Copyright 2004, Li-Pro.Net
* Stephan Linz
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free softwar
www.eeworm.com/read/414196/2154021
c spi.c
/****************************************Copyright (c)**************************************************
**--------------File Info---------------------------------------------------------------------
www.eeworm.com/read/414196/2154022
h spi.h
/****************************************Copyright (c)**************************************************
**--------------File Info---------------------------------------------------------------------
www.eeworm.com/read/413203/2163980
h spi.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2005.2.26
\************************
www.eeworm.com/read/413203/2164052
h spi.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2005.2.26
\************************
www.eeworm.com/read/412690/2166127
c spi.c
#include
#include
#include "def.h"
#include "option.h"
#include "2443addr.h"
#include "console.h"
#include "system.h"
#include "spi_dma.h"
#define rSPTXFIFO1 (*(volatil
www.eeworm.com/read/412690/2166128
h spi.h
#ifndef __SPI_H__
#define __SPI_H__
#ifdef __cplusplus
extern "C" {
#endif
void Test_SPI(void);
#ifdef __cplusplus
}
#endif
#endif /*__SPI_H__*/
www.eeworm.com/read/412668/2166591
c spi.c
/* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support
* ----------------------------------------------------------------