代码搜索结果
找到约 10,000 项符合
SPI 的代码
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
/*
*********************************************************************************
* Copyright (c) 2005 ASIX Electronic Corporation All rights reserved.
*
* This is unpublishe
spi.h
/*
*********************************************************************************
* Copyright (c) 2005 ASIX Electronic Corporation All rights reserved.
*
* This is unpublished
spi.lst
C51 COMPILER V8.08 SPI 07/26/2007 15:52:32 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE SPI
OBJECT MODULE PLACED IN .\o
spi.c
#ifdef PH_932
#include
#include "spi.h"
#include "message.h"
// flag to indicate if SPI is currently involved in a transfer or not
// stops a write to the SPI bus while a write i
spi.h
#ifdef PH_932
#ifndef _SPIH_
#define _SPIH_
extern bit spi_valid;
extern char information[];
extern char spi_cnt;
extern unsigned char spi_cmd;
void spi_init();
#endif
#endif
spi.h
#ifndef _SPI_H
#define _SPI_H
//#include "2410addr.h"
//#include "2410lib.h"
#include "def.h"
//===================== Register Configuration Constants ======================
#define C
spi.c
/*
Module Name: SPI.CPP
Abstract: SPI Interface Routines for Samsung SC2410 CPU
Notes: Presently, only the SPI Channel 0 is supported.
Environment: Samsung SC2410 CPU
Date: 2004
spi.c
#include "system.h"
#include "spi_dma.h"
#define rSPTXFIFO1 (*(volatile unsigned *)0x59000018)
#define rSPRXFIFO1 (*(volatile unsigned *)0x5900001C)
#define rSPFIC1 (*(volatile unsigned *)