代码搜索:SPI

找到约 10,000 项符合「SPI」的源代码

代码结果 10,000
www.eeworm.com/read/229454/4755697

ewd spi.ewd

1 Debug MSP430
www.eeworm.com/read/229453/4755775

c spi.c

#include #include "SPI.h" void SPI_Init(void) { // P3.1 P3.2 P3.3作为SPI的管脚 P3SEL = BIT3 + BIT2 + BIT1; //P3.1作为输出 P3DIR |= BIT1; //P3.0作为输出 P3DIR |= B
www.eeworm.com/read/229453/4755776

h spi.h

void SPI_Init(void); void PORT_Init(void); void Init_CLK(void); void Delay_ms(unsigned long nValue); void Delay_us(unsigned long nValue);
www.eeworm.com/read/228618/4763231

inc spi.inc

;----------------------------------------------------------------------------- ;- ATMEL Microcontroller Software Support - ROUSSET - ;--------------------------------------------------------
www.eeworm.com/read/228618/4763234

h spi.h

//*--------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*--------------------------------------------------
www.eeworm.com/read/227628/4771763

c spi.c

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究
www.eeworm.com/read/227628/4771770

h spi.h

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究
www.eeworm.com/read/226641/4783007

h spi.h

/* * linux/include/linux/spi/spi.h * * Copyright (C) 2001 Russell King, All Rights Reserved. * Copyright (C) 2002 Compaq Computer Corporation, All Rights Reserved. * * This program is free so
www.eeworm.com/read/226641/4783157

h spi.h

/* * linux/include/asm-mips/tx4938/spi.h * * Definitions for TX4937/TX4938 SPI * * Author: source@mvista.com * * Copyright 2001-2002 MontaVista Software Inc. * * Copyright (C) 2000-2001 Toshi
www.eeworm.com/read/226641/4783169

h spi.h

#ifndef __IDT_SPI_H__ #define __IDT_SPI_H__ /******************************************************************************* * * Copyright 2002 Integrated Device Technology, Inc. * All rights res