📄 fssynchinterf.hit
字号:
/*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.hit.. Project : SSYOL3 WAP/MMS.. Module : OSFS.. %version: MMS1.0 %.. Compiler name and release:...............:........:..........:............:........................... *----------------------------------------------------------------------------* * DESCRIPTION * * This file contains internally used type declarations for Synchronous * interface. *----------------------------------------------------------------------------* *----------------------------------------------------------------------------* * FUNCTIONS DEFINED IN THIS FILE *----------------------------------------------------------------------------* * Name | Object *----------------------------------------------------------------------------* * * *----------------------------------------------------------------------------* *----------------------------------------------------------------------------* * EVOLUTION *----------------------------------------------------------------------------* * Date | Author | Description *----------------------------------------------------------------------------* * 27.03.03 | tcmc_sgp | File header is added *****************************************************************************E*/#ifndef FSSYNCHINTERF_HIT#define FSSYNCHINTERF_HIT#if defined(SYNCHRONOUS_FILE_SYSTEM_FTR)/* */typedef struct st_fssSemList { u8 v_Semaphore; u8 v_SemState; t_ProcessIdentity v_ProcessIdentity; MC_PCC_FILL_STRUCT2} t_fssSemList ;/* structure for setting error number */typedef struct st_FsErrorNumber { t_ProcessIdentity v_ProcessIdentity; u8 v_ErroNumber; MC_PCC_FILL_STRUCT1} t_FsErrorNumber; #endif /* SYNCHRONOUS_FILE_SYSTEM_FTR */#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -