?? flashhw.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 + -