📄 fssynchinterf.hic
字号:
/*S**************************************************************************** ........................................................................ COPYRIGHT (c) Philips Semiconductors Nuremberg 2003 .. All rights are reserved. Reproduction in whole or in part is .. prohibited without the written consent of the copyright owner. . ......................................................................... File name : FsSynchInterf.hic.. Project : SSYOL3 WAP/MMS.. Module : OSFS.. %version: 4 %.. Compiler name and release:...............:........:..........:............:........................... *----------------------------------------------------------------------------* * DESCRIPTION * * This file contains internally used constant declarations for Synchronous * interface. *----------------------------------------------------------------------------* *----------------------------------------------------------------------------* * FUNCTIONS DEFINED IN THIS FILE *----------------------------------------------------------------------------* * Name | Object *----------------------------------------------------------------------------* * * *----------------------------------------------------------------------------* *----------------------------------------------------------------------------* * EVOLUTION *----------------------------------------------------------------------------* * Date | Author | Description *----------------------------------------------------------------------------* * 27.03.03 | tcmc_sgp | File header is added * 02.05.03 | tcmc_sgp | Constant for max no. of procedure, erase * | start and end is added****************************************************************************E*/#ifndef _NBGSYS2_1_FsSynchInterf_hic_H#define _NBGSYS2_1_FsSynchInterf_hic_H#if defined(SYNCHRONOUS_FILE_SYSTEM_FTR)/* */#define FSS_SEM_LST_MAX 3#define FSS_ERR_LST_MAX 10/* Max no. of procedures to notify about read/write ready */#define FSS_PRO_LST_MAX 10#define FSS_SEM_UNUSED 0#define FSS_SEM_USED 1#define FSS_ERASE_START 1#define FSS_ERASE_END 0#define FSS_PROCESS_DUMMY 0xFF#endif /* SYNCHRONOUS_FILE_SYSTEM_FTR */#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -