代码搜索:dataflash
找到约 774 项符合「dataflash」的源代码
代码结果 774
www.eeworm.com/read/311666/13627164
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/307638/13718504
h dataflash.h
//*----------------------------------------------------------------------------
//* File Name : dataflash.h
//* Object : Flash constan description
//* Creation : z
www.eeworm.com/read/307638/13718505
c dataflash.c
//*----------------------------------------------------------------------------
//* File Name : dataflashFlash.c
//* Object : Flash routine
//* Creation : ZZF 200
www.eeworm.com/read/303915/13806265
c dataflash.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/107423/6189316
c dataflash.c
#include
#ifdef CFG_HAS_DATAFLASH
dataflash_info_t dataflash_info[CFG_MAX_DATAFLASH_BANKS];
extern int get_dataflash_status( char);
dataflash_info_t * dataflash_init( void) {
int i,
www.eeworm.com/read/107422/6189398
c dataflash.c
#include
#ifdef CFG_HAS_DATAFLASH
dataflash_info_t dataflash_info[CFG_MAX_DATAFLASH_BANKS];
extern int get_dataflash_status( char);
dataflash_info_t * dataflash_init( void) {
int i,
www.eeworm.com/read/491733/6433449
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/491733/6433452
lst dataflash.lst
1 .file "dataflash.c"
2 __SREG__ = 0x3f
3 __SP_H__ = 0x3e
4 __SP_L__ = 0x3d
5 __CCP__ = 0x34
6
www.eeworm.com/read/491733/6433457
o dataflash.o
www.eeworm.com/read/491733/6433469
c dataflash.c
/*
,-----------------------------------------------------------------------------------------.
| io/dataflash
|-----------------------------------------------------------------------------------------