代码搜索:dataflash
找到约 774 项符合「dataflash」的源代码
代码结果 774
www.eeworm.com/read/377864/9260321
h dataflash.h
// DataFlash.h
#pragma language=extended
//Global status register flags
#define T1_OVF 0x01
#define CLEARED 0x02
// DataFlash reset port pin (PB 0)
#define DF_RESET 0x01
/
www.eeworm.com/read/165655/10055194
c dataflash.c
#include "my_head.h"
#include "mem_addr.h"
#include "DataFlash.H"
//#define _DEBUG
#ifdef _DEBUG
#include "Debug.H"
#endif
#define THE_BUFFER_ONE 0
#define THE_BUFFER_TWO
www.eeworm.com/read/165655/10055220
h dataflash.h
#ifndef __CARDSTATUSLIST_H__
#define __CARDSTATUSLIST_H__
#define FILL_MONEY 1 //充值
#define FILL_TIMES 2 //充次
typedef struct _FILL_LIMIT_INFO{
unsigned char cStartTime[6]; //有效充值开始时间
www.eeworm.com/read/425051/10384680
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/425051/10384695
c dataflash.c
/************************
AVR单片机SPI口读写at45db161d接口程序
文件名:dataflash.c
编译:WinAVR-20070525
设计思路:AT45DB161D内部有两个页缓冲BUFFER1和BUFFER2
本程序将它们分别用于读和写,当用户调用df_read_open函数时
将主存储器内的数据读到BUFFER1
www.eeworm.com/read/425051/10384709
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/425051/10384723
c dataflash.c
/************************
AVR单片机SPI口读写at45db161d接口程序
文件名:dataflash.c
编译:WinAVR-20070525
设计思路:AT45DB161D内部有两个页缓冲BUFFER1和BUFFER2
本程序将它们分别用于读和写,当用户调用df_read_open函数时
将主存储器内的数据读到BUFFER1
www.eeworm.com/read/161671/10387079
h dataflash.h
//*---------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
www.eeworm.com/read/278838/10502899
h dataflash.h
/* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support - ROUSSET -
* ----------------------------------------------------
www.eeworm.com/read/278838/10503044
c dataflash.c
/* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support - ROUSSET -
* ----------------------------------------------------