📄 flashd.h
字号:
/***********************************************************************/
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -