代码搜索结果
找到约 10,000 项符合
SPI 的代码
spi.c
/* ---------- 宏晶科技 大唐设计 9/30/2004--- */
/* ---Fax: 0755-82944243 -------------------- */
/* ---Mobile:13922805190--------------------- */
/* ---Email: support@dsp-memory.com------------ */
spi.lst
C51 COMPILER V7.10 SPI 06/29/2005 14:41:51 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE SPI
OBJECT MODULE PLACED IN Spi
spi.c
#include "2410addr.h"
#include "spi.h"
#define SPIDONTCARE (0xff)
/* init as SPI-Master */
void spi_init(void)
{
int i;
rGPECON&=0xf03fffff;
rGPECON|=((1
spi.h
/*! \file spi.h
\brief CAN总线收发数据头文件
\author 丁雷
\version 0.1
*/
#ifndef _SPI_H_
#define _SPI_H_
#define ucSpiBaud 10000000
#define CAN_RESET 0xC0
#define CAN_READ 0x
spi.c
#include "2410addr.h"
#include "spi.h"
#define SPIDONTCARE (0xff)
/* init as SPI-Master */
void spi_init(void)
{
int i;
rGPECON&=0xf03fffff;
rGPECON|=((1
spi.h
/*! \file spi.h
\brief CAN总线收发数据头文件
\author 丁雷
\version 0.1
*/
#ifndef _SPI_H_
#define _SPI_H_
#define ucSpiBaud 10000000
#define CAN_RESET 0xC0
#define CAN_READ 0x
spi.c
#include "2410addr.h"
#include "spi.h"
#define SPIDONTCARE (0xff)
/* init as SPI-Master */
void spi_init(void)
{
int i;
rGPECON&=0xf03fffff;
rGPECON|=((1
spi.h
/*
* File : config.h
*
* Description: This file contains the Telnet Client side API definitions.
*
* Copyright 2004 ZiLOG Inc. ALL RIGHTS RESERVED.
*
* This file contains unp