代码搜索结果

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

spi.h

#define Set_SPI_CLK_high SetBit(PC_DR,SPI_CLK) #define Set_SPI_CLK_low ClrBit(PC_DR,SPI_CLK) #define Set_SPI_SI_high SetBit(PC_DR,SPI_SI) #define Set_SPI_SI_low ClrBit(PC_DR,SPI_SI) #defin

spi.c

//------------------------------------------------------------------------------------------------------------------------- // Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. //---

spi.h

//------------------------------------------------------------------------------------------------------------------------- // Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. //---

spi.def

; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ; ; Use of this source code is subject to the terms of the Microsoft end-user ; license agreement (EULA) under which you licensed

spi.c

/***************************************************************************** * spi.c: SPI C file for NXP LPC23xx/24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor *

spi.h

/***************************************************************************** * spi.h: Header file for NXP LPC23xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor * All

spi.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {

spi.c

/****************************************************************************** when reading 5323,just use the only function : ReadEEp5323(int * Data,int Add,int Len); when writing 5323,just use t

spi.h

//########################################################################### // // FILE: DSP281x_Spi.h // // TITLE: DSP281x Device SPI Register Definitions. // //############################