代码搜索:spi总线
找到约 10,000 项符合「spi总线」的源代码
代码结果 10,000
www.eeworm.com/read/162666/10286885
c spi.c
/* ---------- 宏晶科技 大唐设计 9/30/2004--- */
/* ---Fax: 0755-82944243 -------------------- */
/* ---Mobile:13922805190--------------------- */
/* ---Email: support@dsp-memory.com------------ */
www.eeworm.com/read/162666/10286955
obj spi.obj
www.eeworm.com/read/162666/10286957
lst 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
www.eeworm.com/read/355197/10287050
c 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
www.eeworm.com/read/355196/10287219
h 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
www.eeworm.com/read/355196/10287347
c 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
www.eeworm.com/read/355195/10287571
h 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
www.eeworm.com/read/355195/10287738
c 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
www.eeworm.com/read/280821/10291051
h 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
www.eeworm.com/read/280796/10292207