flashd.h
来自「TI三相电能表源程序」· C头文件 代码 · 共 24 行
H
24 行
/***********************************************************************/
/* flash.h 2000-05-30 */
/* */
/* Flash Definitions */
/* */
/* Texas Instruments Incorporated */
/***********************************************************************/
#ifndef __flashd
#define __flashd
/* ---------------------- Function Prototypes ------------------------ */
void Flash_wb( char *Data_ptr, char byte );
void Flash_ww( int *Data_ptr, int word );
void Flash_clr( int *Data_ptr );
int Flash_copy( int *source_ptr, int *dest_ptr );
/* ---------------------- external Variable -------------------------- */
/* defined in assembly file "flash_var.s43" */
extern unsigned char SegA_last; /* absolute address 010FFh */
extern unsigned char SegB_last; /* abosluet address 0107Fh */
/* ------------------------------------------------------------------- */
#endif /* __flashd */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?