代码搜索:dataflash

找到约 774 项符合「dataflash」的源代码

代码结果 774
www.eeworm.com/read/389957/8491021

h dataflash_.h

/******** Example Code : Accessing Atmel AT45Dxxx dataflash on STK500 ******* Device : AT90S8515 File name : dataflash.c Description : Functions to access the Atmel AT45Dxxx datafla
www.eeworm.com/read/389402/8523942

o dataflash.o

www.eeworm.com/read/389402/8523978

c dataflash.c

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------
www.eeworm.com/read/287637/8677469

h dataflash.h

//*--------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*----------------------------------------------------
www.eeworm.com/read/285610/8827986

c dataflash.c

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------
www.eeworm.com/read/285610/8828043

h dataflash.h

//*--------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*--------------------------------------------------
www.eeworm.com/read/186667/8919900

c dataflash.c

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------
www.eeworm.com/read/383709/8926094

c dataflash.c

/* ******************************************************************************* * Copyright (c) 2005, Comba Telecom System * All Rights Reserved *
www.eeworm.com/read/284242/8952647

h dataflash.h

//dataflash.h #ifndef DATAFLASH_H #define DATAFLASH_H //硬件引脚定义 #define FLASH_MOSI PB3 #define FLASH_MISO PB4 #define FLASH_SCK PB5 #define FLASH_CS PB1 #define UNSELECT_CHIP PORTB|=_BV(FL
www.eeworm.com/read/284242/8952655

c dataflash.c

/************************ AVR单片机SPI口读写at45db161d接口程序 文件名:dataflash.c 编译:WinAVR-20070525 设计思路:AT45DB161D内部有两个页缓冲BUFFER1和BUFFER2 本程序将它们分别用于读和写,当用户调用df_read_open函数时 将主存储器内的数据读到BUFFER1