代码搜索:SPI
找到约 10,000 项符合「SPI」的源代码
代码结果 10,000
www.eeworm.com/read/14775/408558
h spi.h
/*----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support - ROUSSET -
*------------------------------------------------------
www.eeworm.com/read/14782/409670
paf spi.paf
www.eeworm.com/read/14782/409673
pjt spi.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="spi"
ProjectDir="E:\now\updateprogram\updatespi\"
ProjectType=Executable
CPUFamily=
www.eeworm.com/read/14782/409714
wks spi.wks
www.eeworm.com/read/14790/410564
html spi.html
www.eeworm.com/read/15089/431093
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/15089/431094
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/15134/432891
html spi.html
www.eeworm.com/read/15240/439331
h spi.h
/*
* (C) Copyright 2001
* Gerald Van Baren, Custom IDEAS, vanbaren@cideas.com.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
www.eeworm.com/read/15240/439674
c spi.c
/*
* Copyright (c) 2001 Navin Boppuri / Prashant Patel
* ,
*
* Copyright (c) 2001 Gerd Mennchen