代码搜索结果
找到约 10,000 项符合
SPI 的代码
spi.c
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2005.2.26
\************************
spi.txt
#include "config.h"
#define SLAVE_CS 1
spi.c
#define MCF5272_GPIO_PACNT (0x0080)
#define MCF5272_GPIO_PDCNT (0x0098)
#define MCF5272_QSPI_QMR (0x00A0)
#define MCF5272_QSPI_QDLYR (0x00A4)
#define MCF5272_QSPI_QIR (0x00AC)
#define MCF5272_QSPI_QA
spi.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
spi.c
/*! \file spi.c \brief SPI Interface Driver for LPC2100. */
//*****************************************************************************
//
// File Name : 'spi.c'
// Title : SPI Interface Driv
spi.h
/*! \file spi.h \brief SPI Interface Driver for LPC2100. */
//*****************************************************************************
//
// File Name : 'spi.h'
// Title : SPI Interface Driv
spi.txt
F240 SPI master/slave example code from the C24x Reference Set, Vol 2, Chapter 5.
All contents (included source, executables, and text)