代码搜索结果
找到约 10,000 项符合
SPI 的代码
stm32f10x_spi.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : stm32f10x_spi.c
* Author : MCD Application Team
* Date First Issued : 09/29/2006
stm32f10x_spi.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : stm32f10x_spi.c
* Author : MCD Application Team
* Date First Issued : 09/29/2006
spi1ci.h
/**************************** .FILE_HEADER_BEGIN *****************************
.TITLE [ SPI display data communication control ]
*----------------------------------
stm32f10x_spi.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : stm32f10x_spi.c
* Author : MCD Application Team
* Date First Issued : 09/29/2006
stm32f10x_spi.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : stm32f10x_spi.c
* Author : MCD Application Team
* Date First Issued : 09/29/2006
stm32f10x_spi.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : stm32f10x_spi.c
* Author : MCD Application Team
* Date First Issued : 09/29/2006
stm32f10x_spi.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : stm32f10x_spi.c
* Author : MCD Application Team
* Date First Issued : 09/29/2006
spireadandwrite.txt
//<mark>SPI</mark> 端口定义
sbit DOUT = P1^1; //<mark>SPI</mark>串行数据输出口,单片机输入口
sbit DIN = P1^2; //<mark>SPI</mark>串行数据输入口,单片机输出口
sbit SCLK = P1^3; //<mark>SPI</mark>时钟,单片机输出口
sbit CS_ = P1^4; //<mark>SPI</mark>使能,低电平有效,单片机输出口
//全局变量定义
unsigned char <mark>SPI</mark>_CM ...
stm32f10x_spi.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : stm32f10x_spi.c
* Author : MCD Application Team
* Date First Issued : 09/29/2006
stm32f10x_spi.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : stm32f10x_spi.c
* Author : MCD Application Team
* Date First Issued : 09/29/2006