代码搜索结果
找到约 10,000 项符合
SPI 的代码
spi.c
void SPI8Clocks ( unsigned char nClocks )
{
while (nClocks--)
{
SPIPutCharWithoutWaiting(0xff);
SPIWait();
}
}
unsigned char SPIGetChar (void)
{
SPIPutCh
spi.h
// ioctl definitions
// use 'k' as magic number
#define SPI_IOC_MAGIC 'k'
#define SPI_ADSL_RESERVE 0
#define SPI_ADSL_PSD 1
#define SPI_ADSL_RMS 2
#define SPI_ADSL_ATT 3
#define SPI_A
spi.h
// ioctl definitions
// use 'k' as magic number
#define SPI_IOC_MAGIC 'k'
#define SPI_ADSL_RESERVE 0
#define SPI_ADSL_PSD 1
#define SPI_ADSL_RMS 2
#define SPI_ADSL_ATT 3
#define SPI_A
spi.c
/*****************************************************************************
* spi.c: SPI C file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
spi.h
/*****************************************************************************
* spi.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
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