代码搜索结果
找到约 16,769 项符合
SPI 的代码
spi.src
[Files]
SPI.C
[Headers]
C:\icc\include\io8535v.h
[Documents]
spi.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\ntscking\桌面\书程序\第二章\2.5 SPI总线在单片机系统中的实现\SPI.uv2
Project File Date: 03/29/2005
Output:
spi.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Target '
spi.lnp
"SPI.obj"
TO "SPI"
RAMSIZE(256)
spi.lst
C51 COMPILER V7.06 SPI 03/29/2005 14:08:44 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE SPI
OBJECT MODULE PLACED IN SPI
spi.h
/*
This file defines the interface to the lpc22xx SPI module.
Copyright (C) 2006 Embedded Artists AB (www.embeddedartists.com)
This file may be included in software not adhering to the G
spi.h
/*
* SPI Masks
*/
#ifndef __BFIN_PERIPHERAL_SPI__
#define __BFIN_PERIPHERAL_SPI__
/* SPI_CTL Masks */
#define TIMOD 0x0003 /* Transfer Initiate Mode */
#define RDBR_CORE 0x0000 /* RDBR Read Ini
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
spi.c
/* Includes ------------------------------------------------------------------*/
#include "stm32f10x_conf.h"
#include "stm32f10x_lib.h"
void SPI_Configuration(void)
{
SPI_InitTypeDef SPI
spi.c
/* Includes ------------------------------------------------------------------*/
#include "stm32f10x_conf.h"
#include "stm32f10x_lib.h"
void SPI_Configuration(void)
{
SPI_InitTypeDef SPI