⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 flash.h

📁 这同样是FS8610相关的代码.看起来不错啊.
💻 H
字号:
/**
 * \addtogroup DMA implementation funtions
 * @{
 */

/** 
 * \file dma.h
 * \brief DMA Implementation Header File.
 */
 
/*
******************************************************************************
*
Copyright (c) 2006 FameG Shanghai, Inc. All rights reserved.
*
This is unpublished proprietary source code of FameG Shanghai, Inc.
*
The copyright notice above does not evidence any actual or intended
*
publication of such source code.
******************************************************************************
*/
/*
******************************************************************************
*
Project: T4 Hardware TCP/IP
*
Filename: dma.h
*
Date: 04/28/06
*
Author: Guanglei Yin
******************************************************************************
*/

#ifndef __FLASH_H__
#define __FLASH_H__

#include "kernel/system.h"

RETURN_TYPE AM29LV160_SectorErase(UINT32 SectorAddr);
RETURN_TYPE AM29LV160_Opration(void);

#endif /*__FLASH_H__*/

/** @} */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -