代码搜索结果
找到约 10,000 项符合
SPI 的代码
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
spi.c
#include "LPC214x.H"
#include "SPI.H"
//#include "config.h"
/********UC/OS模板来自高手之手,鄙人挪用*********************/
/*************************M*********************************/
/******挪用:月亮 QQ:2289391
spi.h
#ifndef __SPI_H__
#define __SPI_H__
#include "config.h"
extern void SPI_Int (void);
extern void SPI_init(void);
extern uint8 MSPI_SendData(uint8 data);
#endif
spi.txt
F240 SPI master/slave example code from the C24x Reference Set, Vol 2, Chapter 5.
All contents (included source, executables, and text)
spi.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Author: Till Harbaum
// Create Date: 20:12:16 08/24/2006
// Pr