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

📄 flashhw.h

📁 lpc3250 example program
💻 H
字号:
/***********************************************************************/
/*  This file is part of the ARM Toolchain package                     */
/*  Copyright KEIL ELEKTRONIK GmbH 2003 - 2006                         */
/***********************************************************************/
/*                                                                     */
/*  FlashHW.H:   Include file for Hardware Layer Flash Programming     */
/*               functions                                             */
/***********************************************************************/


/* Functions defined in module FlashHW.c                                       */
int InitFlashController_HW (unsigned char bus_width, unsigned char adr_cycles, unsigned char page_type, unsigned long clk);
int EraseBlock_HW          (unsigned long adr);
int CheckBlock_HW          (unsigned long adr);
int MarkBlockBad_HW        (unsigned long adr);
int ReadPage_HW            (unsigned long adr, unsigned long sz, unsigned char *buf);
int ProgramPage_HW         (unsigned long adr, unsigned long sz, unsigned char *buf);
int WaitOperation_HW       (void);


/*******************************************************************************/

⌨️ 快捷键说明

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