- mp3_toolbox 用于读写mp3文件的matlab程序
- EnterpriseJavaBeankaifa Java 中间层开发
- project4 令人着迷的电影特效
- heft-master DAG调度HEFT算法实现 DAG analog multi
- .NET本质论 这是一本讲解.NET平台的非常详细和具体的书籍
- dfftpack FFTPACK is a package of Fortran subprograms for the fast Fourier transform of periodic and other symmetric sequences. It includes complex
文件名称:SSP
-
所属分类:
- 标签属性:
- 上传时间:2013-12-19
-
文件大小:4.91kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
下载1 (4.91kb)
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容来自于网络,使用问题请自行百度
LPC1343 SSP.C SSP.H @file ssp.c @author K. Townsend (microBuilder.eu) @section DEscr iptION Generic code for SSP/SPI communications. By default, the SSP block is initialised in SPI master mode. @section Example @code #include "core/cpu/cpu.h" #include "core/ssp/ssp.h" ... cpuInit(); sspInit(0, sspClockPolarity_High, sspClockPhase_RisingEdge); ... uint8_t request[SSP_FIFOSIZE]; uint8_t response[SSP_FIFOSIZE]; // Send 0x9C to the slave device and wait for a response request[0] = 0x80 | 0x1C; // Toggle the select pin ssp0Select(); // Send 1 byte from the request buffer sspSend(0, (uint8_t *)&request, 1); // Receive 1 byte into the response buffer sspReceive(0, (uint8_t *)&response, 1); // Reset the select pin ssp0Deselect(); // Print the results debug_printf("Ox%x ", response[0]); @endcode
相关搜索: lpc1343
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : ssp.rar 列表 ssp.h ssp.c
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
