资源简介
MR25H256 驱动程序 源文件 本人亲测 好用 免费
代码片段和文件信息
#include “MR25H256.h“
#define WREN 0x06
#define WRDI 0x04
#define RDSR 0x05
#define WRSR 0x01
#define READ 0x03
#define WRITE 0x02
#define SLEEP 0xb9
#define WAKE 0xab
#define DUMMY 0xff
/*******************************************************************************
* Function Name : MR25H256_Config
* Description : Configures the SPI BUS.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void MR25H256_Config(void)
{
}
/*******************************************************************************
* Function Name : SPI_MRAM_WR
* Description : Write and Read data with SPI BUS.
* Input : uint8_t data --- the send command
* Output : uint8_t recv --- the receive data
* Return : None
*******************************************************************************/
uint8_t SPI_MRAM_WR(uint8_t data)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5501 2012-07-28 19:23 MR25H256\MR25H256.c
文件 619 2012-07-28 19:33 MR25H256\MR25H256.h
文件 1589404 2012-07-28 16:59 MR25H256\mr25h256.pdf
目录 0 2012-09-11 19:54 MR25H256\
- 上一篇:STM32读12位绝对式编码器
- 下一篇:Delphi 操作WMI的类
相关资源
- 华成英模电课件.zip
- 70d0cd041f738f12db575d3b46e97582.pdf
- OfficeTabEnterprise13.1.zip
- wxu998.rar
- PowerDesigner16.5汉化文件.rar
- jsgis.zip
- PinyinIME(关键代码写了注释).zip
- 锁相环设计、仿真与应用第5版中.pd
- novelOnLine.zip
- SingleSensorImagingMethodsandApplicationsforDi
- ControlSystemsEngineering7th(NormanS.Nise)
- ModernControlSystems13th(RichardC.Dorf).ra
- VectorMagic_1.15pojie.rar
- complexityoflattice__problems.pdf
- xnby_883749.zip
- TOGAF培训讲义-周金根.pdf
- OS12.2驱动,手机虚拟定位软件,Loca
- 大话系列-大话数据结构(pdf高清版)
- 梁宁产品经理思维30讲.pdf
- CHI760E辰华电化学工作站软件最新版
- SAPERPHCM葵花宝典系列之配置指南(电
- TangZhuoLin.rar
- Day3_NOI.zip
- 图解HTTP.pdf
- VisionProStandardv7.2(2Day).zip
- ElevatorSimulation.zip
- 14002454IPC-A-610DChinese(L).pdf
- SoftwareEngineering.pdf
- linfanrong_10164999.rar
- The.Art.Of.Unit.Testing.With.Examples.in.C.2nd
评论
共有 条评论