代码搜索:dataflash
找到约 774 项符合「dataflash」的源代码
代码结果 774
www.eeworm.com/read/405241/7072496
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/405241/7072500
c dataflash.c
/************************
AVR单片机SPI口读写at45db161d接口程序
文件名:dataflash.c
编译:WinAVR-20070525
设计思路:AT45DB161D内部有两个页缓冲BUFFER1和BUFFER2
本程序将它们分别用于读和写,当用户调用df_read_open函数时
将主存储器内的数据读到BUFFER1
www.eeworm.com/read/464227/7167348
h dataflash.h
#ifndef _DATAFLASH_H_
#define _DATAFLASH_H_
#include
//pin config
#include "config.h"
//rst/cs macros
#define DATAFLASH_RESET_LO() DATAFLASH_PORT &= ~(1
www.eeworm.com/read/464227/7167358
c dataflash.c
/*
,-----------------------------------------------------------------------------------------.
| io/dataflash
|-----------------------------------------------------------------------------------------
www.eeworm.com/read/461674/7222656
h dataflash.h
/******** Example Code : Accessing Atmel AT45Dxxx dataflash on STK500 *******
Device : AT90S8515
File name : dataflash.h
Description : Defines and prototypes for AT45Dxxx
www.eeworm.com/read/461674/7222661
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/458728/7290399
h dataflash.h
// DataFlash.h
// changed on 19.04.1999
// for use with the 8535
#include "ina90.h"
#pragma language=extended
//Global status register flags
#define T1_OVF 0x01
#define CLEARED 0x02
www.eeworm.com/read/452346/7441853
c dataflash.c
/*********************************************
SD Card Access Algorithms
Designed by Karl Antle
For use in ECE 402 Biomedical System Design
Note: A char sector_array[] must be defined in an ext
www.eeworm.com/read/452344/7441857
c dataflash.c
/*********************************************
SD Card Access Algorithms
Designed by Karl Antle
For use in ECE 402 Biomedical System Design
Note: A char sector_array[] must be defined in an ext
www.eeworm.com/read/451367/7466743
h dataflash.h
/******** Example Code : Accessing Atmel AT45Dxxx dataflash on STK500 *******
Device : AT90S8515
File name : dataflash.h
Description : Defines and prototypes for AT45Dxxx