File System Component  Version 6.10.1
MDK Middleware for Devices with Flash File System
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups Pages
fs_evr.h File Reference
#include "EventRecorder.h"
#include "rl_fs.h"

Go to the source code of this file.

Macros

#define __STATIC_INLINE   static __inline
 
#define EvtFsCore_No   (0x80 | 0) /* FsCore component number */
 
#define EvtFsFAT_No   (0x80 | 1) /* FsFAT component number */
 
#define EvtFsEFS_No   (0x80 | 2) /* FsEFS component number */
 
#define EvtFsIOC_No   (0x80 | 3) /* FsIOC component number */
 
#define EvtFsNFTL_No   (0x80 | 4) /* FsNFTL component number */
 
#define EvtFsNAND_No   (0x80 | 5) /* FsNAND component number */
 
#define EvtFsMcMCI_No   (0x80 | 6) /* FsMcMCI component number */
 
#define EvtFsMcSPI_No   (0x80 | 7) /* FsMcSPI component number */
 
#define EvtFsCoreId(Level,Msg_No)   EventID(Level, EvtFsCore_No, Msg_No)
 
#define EvtFsFATId(Level,Msg_No)   EventID(Level, EvtFsFAT_No, Msg_No)
 
#define EvtFsEFSId(Level,Msg_No)   EventID(Level, EvtFsEFS_No, Msg_No)
 
#define EvtFsIOCId(Level,Msg_No)   EventID(Level, EvtFsIOC_No, Msg_No)
 
#define EvtFsNFTLId(Level,Msg_No)   EventID(Level, EvtFsNFTL_No, Msg_No)
 
#define EvtFsNANDId(Level,Msg_No)   EventID(Level, EvtFsNAND_No, Msg_No)
 
#define EvtFsMcMCIId(Level, Msg_No)   EventID(Level, EvtFsMcMCI_No, Msg_No)
 
#define EvtFsMcSPIId(Level, Msg_No)   EventID(Level, EvtFsMcSPI_No, Msg_No)
 
#define EvtFsCore_sys_open   EvtFsCoreId(EventLevelAPI, 0)
 
#define EvtFsCore_sys_close   EvtFsCoreId(EventLevelAPI, 1)
 
#define EvtFsCore_sys_write   EvtFsCoreId(EventLevelAPI, 2)
 
#define EvtFsCore_sys_read   EvtFsCoreId(EventLevelAPI, 3)
 
#define EvtFsCore_sys_seek   EvtFsCoreId(EventLevelAPI, 4)
 
#define EvtFsCore_sys_flen   EvtFsCoreId(EventLevelAPI, 5)
 
#define EvtFsCore_sys_handle_assign   EvtFsCoreId(EventLevelOp, 6)
 
#define EvtFsCore_finit   EvtFsCoreId(EventLevelAPI, 7)
 
#define EvtFsCore_funinit   EvtFsCoreId(EventLevelAPI, 8)
 
#define EvtFsCore_fmount   EvtFsCoreId(EventLevelAPI, 9)
 
#define EvtFsCore_funmount   EvtFsCoreId(EventLevelAPI, 10)
 
#define EvtFsCore_fdelete_l   EvtFsCoreId(EventLevelAPI, 11)
 
#define EvtFsCore_fdelete   EvtFsCoreId(EventLevelAPI, 12)
 
#define EvtFsCore_ffind   EvtFsCoreId(EventLevelAPI, 13)
 
#define EvtFsCore_frename   EvtFsCoreId(EventLevelAPI, 14)
 
#define EvtFsCore_fattrib   EvtFsCoreId(EventLevelAPI, 15)
 
#define EvtFsCore_fpwd   EvtFsCoreId(EventLevelAPI, 16)
 
#define EvtFsCore_fchdir   EvtFsCoreId(EventLevelAPI, 17)
 
#define EvtFsCore_fmkdir   EvtFsCoreId(EventLevelAPI, 18)
 
#define EvtFsCore_frmdir   EvtFsCoreId(EventLevelAPI, 19)
 
#define EvtFsCore_fchdrive   EvtFsCoreId(EventLevelAPI, 20)
 
#define EvtFsCore_ffree   EvtFsCoreId(EventLevelAPI, 21)
 
#define EvtFsCore_fformat   EvtFsCoreId(EventLevelAPI, 22)
 
#define EvtFsCore_fanalyse   EvtFsCoreId(EventLevelAPI, 23)
 
#define EvtFsCore_fcheck   EvtFsCoreId(EventLevelAPI, 24)
 
#define EvtFsCore_fdefrag   EvtFsCoreId(EventLevelAPI, 25)
 
#define EvtFsCore_fmedia   EvtFsCoreId(EventLevelAPI, 26)
 
#define EvtFsCore_finfo   EvtFsCoreId(EventLevelAPI, 27)
 
#define EvtFsCore_fvol   EvtFsCoreId(EventLevelAPI, 28)
 
#define EvtFsCore_InvalidDrive   EvtFsCoreId(EventLevelError, 29)
 
#define EvtFsCore_CurrentDriveSelect   EvtFsCoreId(EventLevelOp, 30)
 
#define EvtFsFAT_InitDrive   EvtFsFATId(EventLevelOp, 0)
 
#define EvtFsFAT_InitDriveSuccess   EvtFsFATId(EventLevelOp, 1)
 
#define EvtFsFAT_InitDriverCfgError   EvtFsFATId(EventLevelError, 2)
 
#define EvtFsFAT_InitDriverError   EvtFsFATId(EventLevelError, 3)
 
#define EvtFsFAT_UninitDrive   EvtFsFATId(EventLevelOp, 4)
 
#define EvtFsFAT_MountDrive   EvtFsFATId(EventLevelOp, 5)
 
#define EvtFsFAT_InitMediaError   EvtFsFATId(EventLevelError, 6)
 
#define EvtFsFAT_MediaInsertStatError   EvtFsFATId(EventLevelError, 7)
 
#define EvtFsFAT_MediaInitStatError   EvtFsFATId(EventLevelError, 8)
 
#define EvtFsFAT_VolumeReadyStatError   EvtFsFATId(EventLevelError, 9)
 
#define EvtFsFAT_VolumeWriteStatError   EvtFsFATId(EventLevelError, 10)
 
#define EvtFsFAT_VolumeNotMounted   EvtFsFATId(EventLevelError, 11)
 
#define EvtFsFAT_ReadMBR   EvtFsFATId(EventLevelOp, 12)
 
#define EvtFsFAT_InvalidMBR   EvtFsFATId(EventLevelError, 13)
 
#define EvtFsFAT_NonexistentMBR   EvtFsFATId(EventLevelOp, 14)
 
#define EvtFsFAT_ReadBootSector   EvtFsFATId(EventLevelOp, 15)
 
#define EvtFsFAT_InvalidBootSector   EvtFsFATId(EventLevelError, 16)
 
#define EvtFsFAT_InvalidFAT   EvtFsFATId(EventLevelError, 17)
 
#define EvtFsFAT_ReadFSInfo   EvtFsFATId(EventLevelOp, 18)
 
#define EvtFsFAT_InvalidFSInfo   EvtFsFATId(EventLevelError, 19)
 
#define EvtFsFAT_InvalidFreeClusFSInfo   EvtFsFATId(EventLevelError, 20)
 
#define EvtFsFAT_InvalidNextClusFSInfo   EvtFsFATId(EventLevelError, 21)
 
#define EvtFsFAT_WriteFSInfo   EvtFsFATId(EventLevelOp, 22)
 
#define EvtFsFAT_CountFreeClus   EvtFsFATId(EventLevelOp, 23)
 
#define EvtFsFAT_MountDriveSuccess   EvtFsFATId(EventLevelOp, 24)
 
#define EvtFsFAT_UnmountDrive   EvtFsFATId(EventLevelOp, 25)
 
#define EvtFsFAT_UnmountDriveSuccess   EvtFsFATId(EventLevelOp, 26)
 
#define EvtFsFAT_FormatDrive   EvtFsFATId(EventLevelOp, 27)
 
#define EvtFsFAT_FormatDriveSuccess   EvtFsFATId(EventLevelOp, 28)
 
#define EvtFsFAT_ResetHandles   EvtFsFATId(EventLevelOp, 29)
 
#define EvtFsFAT_FormatOptionDetected   EvtFsFATId(EventLevelOp, 30)
 
#define EvtFsFAT_FormatMediaCapacity   EvtFsFATId(EventLevelOp, 31)
 
#define EvtFsFAT_FormatLowLevel   EvtFsFATId(EventLevelOp, 32)
 
#define EvtFsFAT_FormatNoSpace   EvtFsFATId(EventLevelError, 33)
 
#define EvtFsFAT_FormatNoSpaceFAT32   EvtFsFATId(EventLevelError, 34)
 
#define EvtFsFAT_WriteMBR   EvtFsFATId(EventLevelOp, 35)
 
#define EvtFsFAT_WriteBootSector   EvtFsFATId(EventLevelOp, 36)
 
#define EvtFsFAT_ClearHiddenSectors   EvtFsFATId(EventLevelOp, 37)
 
#define EvtFsFAT_ClearReservedSectors   EvtFsFATId(EventLevelOp, 38)
 
#define EvtFsFAT_ClearRootSectors   EvtFsFATId(EventLevelOp, 39)
 
#define EvtFsFAT_CreateFAT   EvtFsFATId(EventLevelOp, 40)
 
#define EvtFsFAT_FormatProperties   EvtFsFATId(EventLevelOp, 41)
 
#define EvtFsFAT_FileOpen   EvtFsFATId(EventLevelOp, 42)
 
#define EvtFsFAT_PathInvalidChar   EvtFsFATId(EventLevelError, 43)
 
#define EvtFsFAT_PathIsTooLong   EvtFsFATId(EventLevelError, 44)
 
#define EvtFsFAT_PathIsDirNotFile   EvtFsFATId(EventLevelError, 45)
 
#define EvtFsFAT_FileIsInUse   EvtFsFATId(EventLevelError, 46)
 
#define EvtFsFAT_FileIsReadOnly   EvtFsFATId(EventLevelError, 47)
 
#define EvtFsFAT_FileIsNonExistent   EvtFsFATId(EventLevelError, 48)
 
#define EvtFsFAT_PathProcessing   EvtFsFATId(EventLevelOp, 49)
 
#define EvtFsFAT_FileHandleUnavailable   EvtFsFATId(EventLevelError, 50)
 
#define EvtFsFAT_FileHandleInvalid   EvtFsFATId(EventLevelError, 51)
 
#define EvtFsFAT_LabelInvalid   EvtFsFATId(EventLevelError, 52)
 
#define EvtFsFAT_LabelNotSet   EvtFsFATId(EventLevelError, 53)
 
#define EvtFsFAT_SectorReadFailed   EvtFsFATId(EventLevelError, 54)
 
#define EvtFsFAT_SectorWriteFailed   EvtFsFATId(EventLevelError, 55)
 
#define EvtFsFAT_DiskFull   EvtFsFATId(EventLevelError, 56)
 
#define EvtFsFAT_DirEntryAllocFailed   EvtFsFATId(EventLevelError, 57)
 
#define EvtFsFAT_PathBufferToSmall   EvtFsFATId(EventLevelError, 58)
 
#define EvtFsFAT_InitJournal   EvtFsFATId(EventLevelOp, 59)
 
#define EvtFsFAT_InitJournalSuccess   EvtFsFATId(EventLevelOp, 60)
 
#define EvtFsFAT_InitJournalFATError   EvtFsFATId(EventLevelOp, 61)
 
#define EvtFsFAT_FileClose   EvtFsFATId(EventLevelOp, 62)
 
#define EvtFsFAT_FileHandleError   EvtFsFATId(EventLevelError, 63)
 
#define EvtFsFAT_FileRead   EvtFsFATId(EventLevelOp, 64)
 
#define EvtFsFAT_FileWrite   EvtFsFATId(EventLevelOp, 65)
 
#define EvtFsFAT_FileFlush   EvtFsFATId(EventLevelOp, 66)
 
#define EvtFsFAT_FileSeek   EvtFsFATId(EventLevelOp, 67)
 
#define EvtFsFAT_FileSeekIncrease   EvtFsFATId(EventLevelOp, 68)
 
#define EvtFsFAT_FileDelete   EvtFsFATId(EventLevelOp, 69)
 
#define EvtFsFAT_FileDeleteSuccess   EvtFsFATId(EventLevelOp, 70)
 
#define EvtFsFAT_FileRename   EvtFsFATId(EventLevelOp, 71)
 
#define EvtFsFAT_FileRenameSuccess   EvtFsFATId(EventLevelOp, 72)
 
#define EvtFsFAT_DirCreate   EvtFsFATId(EventLevelOp, 73)
 
#define EvtFsFAT_DirCreateSuccess   EvtFsFATId(EventLevelOp, 74)
 
#define EvtFsFAT_DirRemove   EvtFsFATId(EventLevelOp, 75)
 
#define EvtFsFAT_DirRemoveSuccess   EvtFsFATId(EventLevelOp, 76)
 
#define EvtFsFAT_ChDir   EvtFsFATId(EventLevelOp, 77)
 
#define EvtFsFAT_ChDirSuccess   EvtFsFATId(EventLevelOp, 78)
 
#define EvtFsFAT_Pwd   EvtFsFATId(EventLevelOp, 79)
 
#define EvtFsFAT_PwdSuccess   EvtFsFATId(EventLevelOp, 80)
 
#define EvtFsFAT_AttribSet   EvtFsFATId(EventLevelOp, 81)
 
#define EvtFsFAT_AttribSetSuccess   EvtFsFATId(EventLevelOp, 82)
 
#define EvtFsFAT_GetFreeSpace   EvtFsFATId(EventLevelOp, 83)
 
#define EvtFsFAT_FreeAmount   EvtFsFATId(EventLevelOp, 84)
 
#define EvtFsFAT_FileModeRead   EvtFsFATId(EventLevelError, 85)
 
#define EvtFsFAT_FileFind   EvtFsFATId(EventLevelOp, 86)
 
#define EvtFsFAT_InvalidParameter   EvtFsFATId(EventLevelError, 87)
 
#define EvtFsFAT_DriverNotInitialized   EvtFsFATId(EventLevelError, 88)
 
#define EvtFsFAT_PathName   EvtFsFATId(EventLevelDetail, 89)
 
#define EvtFsFAT_OptionsString   EvtFsFATId(EventLevelDetail, 90)
 
#define EvtFsFAT_LabelString   EvtFsFATId(EventLevelDetail, 91)
 
#define EvtFsFAT_NameCacheHit   EvtFsFATId(EventLevelOp, 92)
 
#define EvtFsFAT_NameCacheMiss   EvtFsFATId(EventLevelOp, 93)
 
#define EvtFsFAT_NameCacheEntryFound   EvtFsFATId(EventLevelDetail, 94)
 
#define EvtFsFAT_NameCacheEntryInsert   EvtFsFATId(EventLevelDetail, 95)
 
#define EvtFsFAT_NameCacheEntryDelete   EvtFsFATId(EventLevelDetail, 96)
 
#define EvtFsEFS_InitDrive   EvtFsEFSId(EventLevelOp, 0)
 
#define EvtFsEFS_InitDriver   EvtFsEFSId(EventLevelOp, 1)
 
#define EvtFsEFS_InitDriverFailed   EvtFsEFSId(EventLevelError, 2)
 
#define EvtFsEFS_UninitDrive   EvtFsEFSId(EventLevelOp, 3)
 
#define EvtFsEFS_UninitDriver   EvtFsEFSId(EventLevelOp, 4)
 
#define EvtFsEFS_MountDrive   EvtFsEFSId(EventLevelOp, 5)
 
#define EvtFsEFS_MountDriveSuccess   EvtFsEFSId(EventLevelError, 6)
 
#define EvtFsEFS_FlashGetInfo   EvtFsEFSId(EventLevelOp, 7)
 
#define EvtFsEFS_FlashProgUnitTooBig   EvtFsEFSId(EventLevelError, 8)
 
#define EvtFsEFS_FlashCapacity   EvtFsEFSId(EventLevelOp, 9)
 
#define EvtFsEFS_UnmountDrive   EvtFsEFSId(EventLevelOp, 10)
 
#define EvtFsEFS_UnmountDriveSuccess   EvtFsEFSId(EventLevelOp, 11)
 
#define EvtFsEFS_FormatDrive   EvtFsEFSId(EventLevelOp, 12)
 
#define EvtFsEFS_FormatDriveSuccess   EvtFsEFSId(EventLevelOp, 13)
 
#define EvtFsEFS_FlashEraseChip   EvtFsEFSId(EventLevelOp, 14)
 
#define EvtFsEFS_FlashEraseChipFailed   EvtFsEFSId(EventLevelError, 15)
 
#define EvtFsEFS_FlashEraseChipTimeout   EvtFsEFSId(EventLevelError, 16)
 
#define EvtFsEFS_FlashEraseSectors   EvtFsEFSId(EventLevelOp, 17)
 
#define EvtFsEFS_FileOpen   EvtFsEFSId(EventLevelOp, 18)
 
#define EvtFsEFS_FileNameInvalid   EvtFsEFSId(EventLevelError, 19)
 
#define EvtFsEFS_OpenModeUnsupported   EvtFsEFSId(EventLevelError, 20)
 
#define EvtFsEFS_FileClose   EvtFsEFSId(EventLevelOp, 21)
 
#define EvtFsEFS_FileNotOpened   EvtFsEFSId(EventLevelError, 22)
 
#define EvtFsEFS_FileRead   EvtFsEFSId(EventLevelOp, 23)
 
#define EvtFsEFS_FileOpenWriteMode   EvtFsEFSId(EventLevelError, 24)
 
#define EvtFsEFS_FileWrite   EvtFsEFSId(EventLevelOp, 25)
 
#define EvtFsEFS_FileOpenReadMode   EvtFsEFSId(EventLevelError, 26)
 
#define EvtFsEFS_FileFlush   EvtFsEFSId(EventLevelOp, 27)
 
#define EvtFsEFS_OpenModeInvalid   EvtFsEFSId(EventLevelError, 28)
 
#define EvtFsEFS_FileSeek   EvtFsEFSId(EventLevelOp, 29)
 
#define EvtFsEFS_FileSeekEOF   EvtFsEFSId(EventLevelError, 30)
 
#define EvtFsEFS_FileDelete   EvtFsEFSId(EventLevelOp, 31)
 
#define EvtFsEFS_FileRename   EvtFsEFSId(EventLevelOp, 32)
 
#define EvtFsEFS_FileNotFound   EvtFsEFSId(EventLevelError, 33)
 
#define EvtFsEFS_FileAlreadyExists   EvtFsEFSId(EventLevelError, 34)
 
#define EvtFsEFS_FreeSpaceRetrieve   EvtFsEFSId(EventLevelOp, 35)
 
#define EvtFsEFS_FreeSpaceAmount   EvtFsEFSId(EventLevelOp, 36)
 
#define EvtFsEFS_DriveAnalyze   EvtFsEFSId(EventLevelOp, 37)
 
#define EvtFsEFS_DriveAnalyzeSuccess   EvtFsEFSId(EventLevelOp, 38)
 
#define EvtFsEFS_DriveCheck   EvtFsEFSId(EventLevelOp, 39)
 
#define EvtFsEFS_DriveCheckSuccess   EvtFsEFSId(EventLevelOp, 40)
 
#define EvtFsEFS_DataAreaOverlap   EvtFsEFSId(EventLevelError, 41)
 
#define EvtFsEFS_FileIdInvalid   EvtFsEFSId(EventLevelError, 42)
 
#define EvtFsEFS_AllocationOrderInvalid   EvtFsEFSId(EventLevelError, 43)
 
#define EvtFsEFS_AllocationAreaOverlap   EvtFsEFSId(EventLevelError, 44)
 
#define EvtFsEFS_DriveDefrag   EvtFsEFSId(EventLevelOp, 45)
 
#define EvtFsEFS_FileHandleActive   EvtFsEFSId(EventLevelError, 46)
 
#define EvtFsEFS_FileHandleUnavailable   EvtFsEFSId(EventLevelError, 47)
 
#define EvtFsEFS_FileHandleInvalid   EvtFsEFSId(EventLevelError, 48)
 
#define EvtFsEFS_FileInUse   EvtFsEFSId(EventLevelError, 49)
 
#define EvtFsEFS_FlashWriteFailed   EvtFsEFSId(EventLevelError, 50)
 
#define EvtFsEFS_FlashReadFailed   EvtFsEFSId(EventLevelError, 51)
 
#define EvtFsEFS_FlashReadTimeout   EvtFsEFSId(EventLevelError, 52)
 
#define EvtFsEFS_FlashEraseFailed   EvtFsEFSId(EventLevelError, 53)
 
#define EvtFsEFS_DiskFull   EvtFsEFSId(EventLevelError, 54)
 
#define EvtFsEFS_InvalidParameter   EvtFsEFSId(EventLevelError, 55)
 
#define EvtFsEFS_DriveNotMounted   EvtFsEFSId(EventLevelError, 56)
 
#define EvtFsEFS_DriveNotInitialized   EvtFsEFSId(EventLevelError, 57)
 
#define EvtFsEFS_FileName   EvtFsEFSId(EventLevelDetail, 58)
 
#define EvtFsEFS_FileAllocWrite   EvtFsEFSId(EventLevelDetail, 59)
 
#define EvtFsEFS_FileAllocRead   EvtFsEFSId(EventLevelDetail, 60)
 
#define EvtFsIOC_GetId   EvtFsIOCId(EventLevelAPI, 0)
 
#define EvtFsIOC_GetIdSuccess   EvtFsIOCId(EventLevelOp, 1)
 
#define EvtFsIOC_GetIdError   EvtFsIOCId(EventLevelError, 2)
 
#define EvtFsIOC_Lock   EvtFsIOCId(EventLevelAPI, 3)
 
#define EvtFsIOC_LockSuccess   EvtFsIOCId(EventLevelOp, 4)
 
#define EvtFsIOC_Unlock   EvtFsIOCId(EventLevelAPI, 5)
 
#define EvtFsIOC_UnlockSuccess   EvtFsIOCId(EventLevelOp, 6)
 
#define EvtFsIOC_GetCache   EvtFsIOCId(EventLevelAPI, 7)
 
#define EvtFsIOC_GetCacheSuccess   EvtFsIOCId(EventLevelOp, 8)
 
#define EvtFsIOC_ReadSector   EvtFsIOCId(EventLevelAPI, 9)
 
#define EvtFsIOC_ReadSectorSuccess   EvtFsIOCId(EventLevelOp, 10)
 
#define EvtFsIOC_ReadSectorError   EvtFsIOCId(EventLevelError, 11)
 
#define EvtFsIOC_WriteSector   EvtFsIOCId(EventLevelAPI, 12)
 
#define EvtFsIOC_WriteSectorSuccess   EvtFsIOCId(EventLevelOp, 13)
 
#define EvtFsIOC_WriteSectorError   EvtFsIOCId(EventLevelError, 14)
 
#define EvtFsIOC_ReadInfo   EvtFsIOCId(EventLevelAPI, 15)
 
#define EvtFsIOC_ReadInfoSuccess   EvtFsIOCId(EventLevelOp, 16)
 
#define EvtFsIOC_ReadInfoError   EvtFsIOCId(EventLevelError, 17)
 
#define EvtFsIOC_DeviceControl   EvtFsIOCId(EventLevelAPI, 18)
 
#define EvtFsIOC_DeviceControlSuccess   EvtFsIOCId(EventLevelOp, 19)
 
#define EvtFsIOC_DriveIdInvalid   EvtFsIOCId(EventLevelError, 20)
 
#define EvtFsIOC_DriveNotFAT   EvtFsIOCId(EventLevelError, 21)
 
#define EvtFsIOC_NotAllowed   EvtFsIOCId(EventLevelError, 22)
 
#define EvtFsNFTL_Init   EvtFsNFTLId(EventLevelOp, 0)
 
#define EvtFsNFTL_InitMediaFailed   EvtFsNFTLId(EventLevelError, 1)
 
#define EvtFsNFTL_Mount   EvtFsNFTLId(EventLevelOp, 2)
 
#define EvtFsNFTL_MountSuccess   EvtFsNFTLId(EventLevelOp, 3)
 
#define EvtFsNFTL_DeviceNotInitialized   EvtFsNFTLId(EventLevelError, 4)
 
#define EvtFsNFTL_ResetDevice   EvtFsNFTLId(EventLevelOp, 5)
 
#define EvtFsNFTL_ResetDeviceFailed   EvtFsNFTLId(EventLevelError, 6)
 
#define EvtFsNFTL_ResetDeviceTimeout   EvtFsNFTLId(EventLevelError, 7)
 
#define EvtFsNFTL_ReadBootBlock   EvtFsNFTLId(EventLevelOp, 8)
 
#define EvtFsNFTL_ReadBootBlockFailed   EvtFsNFTLId(EventLevelError, 9)
 
#define EvtFsNFTL_BootSignatureValid   EvtFsNFTLId(EventLevelOp, 10)
 
#define EvtFsNFTL_BootSignatureInvalid   EvtFsNFTLId(EventLevelOp, 11)
 
#define EvtFsNFTL_DataBlockCapacity   EvtFsNFTLId(EventLevelOp, 12)
 
#define EvtFsNFTL_ReadTable   EvtFsNFTLId(EventLevelOp, 13)
 
#define EvtFsNFTL_ReadTableFailed   EvtFsNFTLId(EventLevelError, 14)
 
#define EvtFsNFTL_Uninit   EvtFsNFTLId(EventLevelOp, 15)
 
#define EvtFsNFTL_UninitDriver   EvtFsNFTLId(EventLevelOp, 16)
 
#define EvtFsNFTL_UninitDriverFailed   EvtFsNFTLId(EventLevelError, 17)
 
#define EvtFsNFTL_ReadInfo   EvtFsNFTLId(EventLevelOp, 18)
 
#define EvtFsNFTL_ReadInfoSuccess   EvtFsNFTLId(EventLevelOp, 19)
 
#define EvtFsNFTL_DevCtrl   EvtFsNFTLId(EventLevelOp, 20)
 
#define EvtFsNFTL_DevCtrlUnsupported   EvtFsNFTLId(EventLevelError, 21)
 
#define EvtFsNFTL_Format   EvtFsNFTLId(EventLevelOp, 22)
 
#define EvtFsNFTL_FormatSuccess   EvtFsNFTLId(EventLevelOp, 23)
 
#define EvtFsNFTL_FormatLLEB   EvtFsNFTLId(EventLevelOp, 24)
 
#define EvtFsNFTL_BBMPositionSet   EvtFsNFTLId(EventLevelOp, 25)
 
#define EvtFsNFTL_BadBlockDetected   EvtFsNFTLId(EventLevelOp, 26)
 
#define EvtFsNFTL_BadBlockMark   EvtFsNFTLId(EventLevelOp, 27)
 
#define EvtFsNFTL_WriteSector   EvtFsNFTLId(EventLevelOp, 28)
 
#define EvtFsNFTL_WriteSectorSuccess   EvtFsNFTLId(EventLevelOp, 29)
 
#define EvtFsNFTL_ReadSector   EvtFsNFTLId(EventLevelOp, 30)
 
#define EvtFsNFTL_ReadSectorSuccess   EvtFsNFTLId(EventLevelOp, 31)
 
#define EvtFsNFTL_LsnToLbn   EvtFsNFTLId(EventLevelOp, 32)
 
#define EvtFsNFTL_LbnToPbn   EvtFsNFTLId(EventLevelOp, 33)
 
#define EvtFsNFTL_LbnOutOfRange   EvtFsNFTLId(EventLevelError, 34)
 
#define EvtFsNFTL_PbnOutOfRange   EvtFsNFTLId(EventLevelError, 35)
 
#define EvtFsNFTL_TableLookup   EvtFsNFTLId(EventLevelOp, 36)
 
#define EvtFsNFTL_TableEntryNotFound   EvtFsNFTLId(EventLevelOp, 37)
 
#define EvtFsNFTL_AllocateBlock   EvtFsNFTLId(EventLevelOp, 38)
 
#define EvtFsNFTL_LsnFind   EvtFsNFTLId(EventLevelOp, 39)
 
#define EvtFsNFTL_LsnFound   EvtFsNFTLId(EventLevelOp, 40)
 
#define EvtFsNFTL_LsnNotFound   EvtFsNFTLId(EventLevelOp, 41)
 
#define EvtFsNFTL_GarbageCollection   EvtFsNFTLId(EventLevelOp, 42)
 
#define EvtFsNFTL_SetBadBlockMarker   EvtFsNFTLId(EventLevelOp, 43)
 
#define EvtFsNFTL_MoveData   EvtFsNFTLId(EventLevelOp, 44)
 
#define EvtFsNFTL_RelocateBlock   EvtFsNFTLId(EventLevelOp, 45)
 
#define EvtFsNFTL_RelocateBlockFailed   EvtFsNFTLId(EventLevelError, 46)
 
#define EvtFsNFTL_SkipBadBlock   EvtFsNFTLId(EventLevelOp, 47)
 
#define EvtFsNFTL_PageReadFailed   EvtFsNFTLId(EventLevelError, 48)
 
#define EvtFsNFTL_PageProgramStatusErr   EvtFsNFTLId(EventLevelOp, 49)
 
#define EvtFsNFTL_PageProgramFailed   EvtFsNFTLId(EventLevelError, 50)
 
#define EvtFsNFTL_PageProgramTimeout   EvtFsNFTLId(EventLevelError, 51)
 
#define EvtFsNFTL_BlockEraseStatusErr   EvtFsNFTLId(EventLevelOp, 52)
 
#define EvtFsNFTL_BlockEraseFailed   EvtFsNFTLId(EventLevelError, 53)
 
#define EvtFsNFTL_BlockEraseTimeout   EvtFsNFTLId(EventLevelError, 54)
 
#define EvtFsNFTL_BitErrorCorrected   EvtFsNFTLId(EventLevelOp, 55)
 
#define EvtFsNFTL_ParameterInvalid   EvtFsNFTLId(EventLevelError, 56)
 
#define EvtFsNFTL_TableUpdate   EvtFsNFTLId(EventLevelOp, 57)
 
#define EvtFsNFTL_AllocatedBlock   EvtFsNFTLId(EventLevelOp, 58)
 
#define EvtFsNFTL_LoadSector   EvtFsNFTLId(EventLevelDetail, 59)
 
#define EvtFsNFTL_LoadTableLayout   EvtFsNFTLId(EventLevelDetail, 60)
 
#define EvtFsNFTL_LoadDataLayout   EvtFsNFTLId(EventLevelDetail, 61)
 
#define EvtFsNFTL_SetupPageLayout   EvtFsNFTLId(EventLevelDetail, 62)
 
#define EvtFsNFTL_SetupSpareLayout   EvtFsNFTLId(EventLevelDetail, 63)
 
#define EvtFsNFTL_PageWrite   EvtFsNFTLId(EventLevelDetail, 64)
 
#define EvtFsNFTL_PageRead   EvtFsNFTLId(EventLevelDetail, 65)
 
#define EvtFsNFTL_BlockErase   EvtFsNFTLId(EventLevelDetail, 66)
 
#define EvtFsNFTL_StatusRead   EvtFsNFTLId(EventLevelDetail, 67)
 
#define EvtFsNFTL_CacheWrite   EvtFsNFTLId(EventLevelDetail, 68)
 
#define EvtFsNFTL_CacheRead   EvtFsNFTLId(EventLevelDetail, 69)
 
#define EvtFsNAND_Init   EvtFsNANDId(EventLevelOp, 0)
 
#define EvtFsNAND_InitDriver   EvtFsNANDId(EventLevelOp, 1)
 
#define EvtFsNAND_InitDriverError   EvtFsNANDId(EventLevelError, 2)
 
#define EvtFsNAND_DriverPowerCtrlError   EvtFsNANDId(EventLevelError, 3)
 
#define EvtFsNAND_DriverBusModeSelect   EvtFsNANDId(EventLevelOp, 4)
 
#define EvtFsNAND_DriverBusWidthSelect   EvtFsNANDId(EventLevelOp, 5)
 
#define EvtFsNAND_DriverBusWidthError   EvtFsNANDId(EventLevelError, 6)
 
#define EvtFsNAND_DriverDevPowerSelect   EvtFsNANDId(EventLevelOp, 7)
 
#define EvtFsNAND_DriverEccInquire   EvtFsNANDId(EventLevelOp, 8)
 
#define EvtFsNAND_DriverEccSelect   EvtFsNANDId(EventLevelOp, 9)
 
#define EvtFsNAND_DriverEccInquireError   EvtFsNANDId(EventLevelOp, 10)
 
#define EvtFsNAND_DriverTimeoutError   EvtFsNANDId(EventLevelError, 11)
 
#define EvtFsNAND_DeviceTimeoutError   EvtFsNANDId(EventLevelError, 12)
 
#define EvtFsNAND_Uninit   EvtFsNANDId(EventLevelOp, 13)
 
#define EvtFsNAND_StatusRead   EvtFsNANDId(EventLevelDetail, 14)
 
#define EvtFsNAND_BlockErase   EvtFsNANDId(EventLevelOp, 15)
 
#define EvtFsNAND_PageWrite   EvtFsNANDId(EventLevelOp, 16)
 
#define EvtFsNAND_PageRead   EvtFsNANDId(EventLevelOp, 17)
 
#define EvtFsNAND_ParamPageRead   EvtFsNANDId(EventLevelOp, 18)
 
#define EvtFsNAND_IdRead   EvtFsNANDId(EventLevelOp, 19)
 
#define EvtFsNAND_DeviceReset   EvtFsNANDId(EventLevelOp, 20)
 
#define EvtFsMcMCI_InitDriver   EvtFsMcMCIId(EventLevelOp, 0)
 
#define EvtFsMcMCI_InitDriverError   EvtFsMcMCIId(EventLevelError, 1)
 
#define EvtFsMcMCI_InitDriverPowerError   EvtFsMcMCIId(EventLevelError, 2)
 
#define EvtFsMcMCI_InitMedia   EvtFsMcMCIId(EventLevelOp, 3)
 
#define EvtFsMcMCI_MediaNotInitialized   EvtFsMcMCIId(EventLevelOp, 4)
 
#define EvtFsMcMCI_MediaCdActive   EvtFsMcMCIId(EventLevelOp, 5)
 
#define EvtFsMcMCI_MediaCdInactive   EvtFsMcMCIId(EventLevelError, 6)
 
#define EvtFsMcMCI_MediaWpActive   EvtFsMcMCIId(EventLevelOp, 7)
 
#define EvtFsMcMCI_MediaWpInactive   EvtFsMcMCIId(EventLevelOp, 8)
 
#define EvtFsMcMCI_MediaReset   EvtFsMcMCIId(EventLevelOp, 9)
 
#define EvtFsMcMCI_MediaDetectionSD   EvtFsMcMCIId(EventLevelOp, 10)
 
#define EvtFsMcMCI_MediaSD_V2   EvtFsMcMCIId(EventLevelOp, 11)
 
#define EvtFsMcMCI_MediaReady   EvtFsMcMCIId(EventLevelOp, 12)
 
#define EvtFsMcMCI_MediaNoResponse   EvtFsMcMCIId(EventLevelOp, 13)
 
#define EvtFsMcMCI_MediaDetectionMMC   EvtFsMcMCIId(EventLevelOp, 14)
 
#define EvtFsMcMCI_MediaDetectionError   EvtFsMcMCIId(EventLevelError, 15)
 
#define EvtFsMcMCI_CidReadError   EvtFsMcMCIId(EventLevelError, 16)
 
#define EvtFsMcMCI_RcaReadError   EvtFsMcMCIId(EventLevelError, 17)
 
#define EvtFsMcMCI_RcaWriteError   EvtFsMcMCIId(EventLevelError, 18)
 
#define EvtFsMcMCI_CsdReadError   EvtFsMcMCIId(EventLevelError, 19)
 
#define EvtFsMcMCI_TranStateError   EvtFsMcMCIId(EventLevelError, 20)
 
#define EvtFsMcMCI_BlenWriteError   EvtFsMcMCIId(EventLevelError, 21)
 
#define EvtFsMcMCI_ExtCsdReadError   EvtFsMcMCIId(EventLevelError, 22)
 
#define EvtFsMcMCI_HighSpeedSwitchError   EvtFsMcMCIId(EventLevelError, 23)
 
#define EvtFsMcMCI_DataBusSwitchError   EvtFsMcMCIId(EventLevelError, 24)
 
#define EvtFsMcMCI_StbyStateError   EvtFsMcMCIId(EventLevelError, 25)
 
#define EvtFsMcMCI_InitSuccess   EvtFsMcMCIId(EventLevelError, 26)
 
#define EvtFsMcMCI_UninitDriver   EvtFsMcMCIId(EventLevelOp, 27)
 
#define EvtFsMcMCI_UninitMedia   EvtFsMcMCIId(EventLevelOp, 28)
 
#define EvtFsMcMCI_SectorRead   EvtFsMcMCIId(EventLevelOp, 29)
 
#define EvtFsMcMCI_SectorReadError   EvtFsMcMCIId(EventLevelError, 30)
 
#define EvtFsMcMCI_SectorWrite   EvtFsMcMCIId(EventLevelOp, 31)
 
#define EvtFsMcMCI_SectorWriteError   EvtFsMcMCIId(EventLevelError, 32)
 
#define EvtFsMcMCI_TransferSetupError   EvtFsMcMCIId(EventLevelError, 33)
 
#define EvtFsMcMCI_TransferRetry   EvtFsMcMCIId(EventLevelOp, 34)
 
#define EvtFsMcMCI_ReadInfo   EvtFsMcMCIId(EventLevelOp, 35)
 
#define EvtFsMcMCI_ReadInfoSuccess   EvtFsMcMCIId(EventLevelOp, 36)
 
#define EvtFsMcMCI_DevCtrl   EvtFsMcMCIId(EventLevelOp, 37)
 
#define EvtFsMcMCI_DevCtrlUnsupported   EvtFsMcMCIId(EventLevelOp, 38)
 
#define EvtFsMcMCI_LockUnlockExec   EvtFsMcMCIId(EventLevelOp, 39)
 
#define EvtFsMcMCI_LockUnlockExecError   EvtFsMcMCIId(EventLevelError, 40)
 
#define EvtFsMcMCI_LockActive   EvtFsMcMCIId(EventLevelOp, 41)
 
#define EvtFsMcMCI_LockDeactivated   EvtFsMcMCIId(EventLevelOp, 42)
 
#define EvtFsMcMCI_DeviceStateUnknown   EvtFsMcMCIId(EventLevelError, 43)
 
#define EvtFsMcMCI_DeviceStateInvalid   EvtFsMcMCIId(EventLevelError, 44)
 
#define EvtFsMcMCI_DeviceStateTimeout   EvtFsMcMCIId(EventLevelError, 45)
 
#define EvtFsMcMCI_TransferAbort   EvtFsMcMCIId(EventLevelOp, 46)
 
#define EvtFsMcMCI_SleepAwakeControl   EvtFsMcMCIId(EventLevelOp, 47)
 
#define EvtFsMcMCI_SleepActive   EvtFsMcMCIId(EventLevelOp, 48)
 
#define EvtFsMcMCI_AwakeActive   EvtFsMcMCIId(EventLevelOp, 49)
 
#define EvtFsMcMCI_CardPowerControl   EvtFsMcMCIId(EventLevelOp, 50)
 
#define EvtFsMcMCI_SendCommandError   EvtFsMcMCIId(EventLevelError, 51)
 
#define EvtFsMcMCI_ReadXferSetupError   EvtFsMcMCIId(EventLevelError, 52)
 
#define EvtFsMcMCI_WriteXferSetupError   EvtFsMcMCIId(EventLevelError, 53)
 
#define EvtFsMcMCI_ParameterInvalid   EvtFsMcMCIId(EventLevelError, 54)
 
#define EvtFsMcMCI_MediaPasswordEnabled   EvtFsMcMCIId(EventLevelError, 55)
 
#define EvtFsMcSPI_InitDriver   EvtFsMcSPIId(EventLevelOp, 0)
 
#define EvtFsMcSPI_InitDriverSuccess   EvtFsMcSPIId(EventLevelOp, 1)
 
#define EvtFsMcSPI_InitDriverError   EvtFsMcSPIId(EventLevelError, 2)
 
#define EvtFsMcSPI_InitDriverPowerError   EvtFsMcSPIId(EventLevelError, 3)
 
#define EvtFsMcSPI_InitMedia   EvtFsMcSPIId(EventLevelOp, 4)
 
#define EvtFsMcSPI_InitMediaSuccess   EvtFsMcSPIId(EventLevelOp, 5)
 
#define EvtFsMcSPI_MediaNotInitialized   EvtFsMcSPIId(EventLevelError, 6)
 
#define EvtFsMcSPI_MediaCdActive   EvtFsMcSPIId(EventLevelOp, 7)
 
#define EvtFsMcSPI_MediaCdInactive   EvtFsMcSPIId(EventLevelError, 8)
 
#define EvtFsMcSPI_MediaWpActive   EvtFsMcSPIId(EventLevelOp, 9)
 
#define EvtFsMcSPI_MediaWpInactive   EvtFsMcSPIId(EventLevelOp, 10)
 
#define EvtFsMcSPI_MediaReset   EvtFsMcSPIId(EventLevelOp, 11)
 
#define EvtFsMcSPI_MediaResetError   EvtFsMcSPIId(EventLevelError, 12)
 
#define EvtFsMcSPI_MediaDetectionSD   EvtFsMcSPIId(EventLevelOp, 13)
 
#define EvtFsMcSPI_MediaSD_V2   EvtFsMcSPIId(EventLevelOp, 14)
 
#define EvtFsMcSPI_MediaReady   EvtFsMcSPIId(EventLevelOp, 15)
 
#define EvtFsMcSPI_MediaNoResponse   EvtFsMcSPIId(EventLevelOp, 16)
 
#define EvtFsMcSPI_MediaDetectionMMC   EvtFsMcSPIId(EventLevelOp, 17)
 
#define EvtFsMcSPI_MediaDetectionError   EvtFsMcSPIId(EventLevelError, 18)
 
#define EvtFsMcSPI_CidReadError   EvtFsMcSPIId(EventLevelError, 19)
 
#define EvtFsMcSPI_CsdReadError   EvtFsMcSPIId(EventLevelError, 20)
 
#define EvtFsMcSPI_BlenWriteError   EvtFsMcSPIId(EventLevelError, 21)
 
#define EvtFsMcSPI_UninitDriver   EvtFsMcSPIId(EventLevelOp, 22)
 
#define EvtFsMcSPI_UninitMedia   EvtFsMcSPIId(EventLevelOp, 23)
 
#define EvtFsMcSPI_SectorRead   EvtFsMcSPIId(EventLevelOp, 24)
 
#define EvtFsMcSPI_SectorReadError   EvtFsMcSPIId(EventLevelError, 25)
 
#define EvtFsMcSPI_SectorWrite   EvtFsMcSPIId(EventLevelOp, 26)
 
#define EvtFsMcSPI_SectorWriteError   EvtFsMcSPIId(EventLevelError, 27)
 
#define EvtFsMcSPI_ReadInfo   EvtFsMcSPIId(EventLevelOp, 28)
 
#define EvtFsMcSPI_ReadInfoSuccess   EvtFsMcSPIId(EventLevelOp, 29)
 
#define EvtFsMcSPI_DevCtrl   EvtFsMcSPIId(EventLevelOp, 30)
 
#define EvtFsMcSPI_DevCtrlUnsupported   EvtFsMcSPIId(EventLevelError, 31)
 
#define EvtFsMcSPI_LockUnlockExec   EvtFsMcSPIId(EventLevelOp, 32)
 
#define EvtFsMcSPI_LockUnlockExecError   EvtFsMcSPIId(EventLevelError, 33)
 
#define EvtFsMcSPI_LockActive   EvtFsMcSPIId(EventLevelOp, 34)
 
#define EvtFsMcSPI_LockDeactivated   EvtFsMcSPIId(EventLevelOp, 35)
 
#define EvtFsMcSPI_BusSpeedControl   EvtFsMcSPIId(EventLevelOp, 36)
 
#define EvtFsMcSPI_SlaveSelCtrlMissing   EvtFsMcSPIId(EventLevelOp, 37)
 
#define EvtFsMcSPI_ReadCdMissing   EvtFsMcSPIId(EventLevelOp, 38)
 
#define EvtFsMcSPI_ReadWpMissing   EvtFsMcSPIId(EventLevelOp, 39)
 
#define EvtFsMcSPI_CrcDisableError   EvtFsMcSPIId(EventLevelError, 40)
 
#define EvtFsMcSPI_DriverSendError   EvtFsMcSPIId(EventLevelError, 41)
 
#define EvtFsMcSPI_DriverReceiveError   EvtFsMcSPIId(EventLevelError, 42)
 
#define EvtFsMcSPI_CmdSendError   EvtFsMcSPIId(EventLevelError, 43)
 
#define EvtFsMcSPI_CmdResponseError   EvtFsMcSPIId(EventLevelError, 44)
 
#define EvtFsMcSPI_ACmdResponseError   EvtFsMcSPIId(EventLevelError, 45)
 
#define EvtFsMcSPI_ParameterInvalid   EvtFsMcSPIId(EventLevelError, 46)
 
#define EvtFsMcSPI_MediaPasswordEnabled   EvtFsMcSPIId(EventLevelError, 47)
 
#define EvrFsEFS_DriveNotInitialized(drive)
 Event on EFS when media driver is not initialized (Error) More...
 
#define EvrFsIOC_DriveIdInvalid(drv_id)
 Event on invalid drive ID specifier (Error) More...
 
#define EvrFsNFTL_BootSignatureInvalid(instance)
 Event on NFTL invalid boot signatures (Op) More...
 
#define EvrFsMcMCI_TransferError(instance, events)
 Event on transfer setup error (Op) More...
 

Functions

__STATIC_INLINE void EvrFsCore_sys_open (const char *name, int openmode)
 Event on file open (API) More...
 
__STATIC_INLINE void EvrFsCore_sys_close (int fh)
 Event on file close (API) More...
 
__STATIC_INLINE void EvrFsCore_sys_write (int fh, const unsigned char *buf, unsigned int len)
 Event on write to a file (API) More...
 
__STATIC_INLINE void EvrFsCore_sys_read (int fh, unsigned char *buf, unsigned int len)
 Event on read from a file (API) More...
 
__STATIC_INLINE void EvrFsCore_sys_seek (int fh, long pos)
 Event on file position move (API) More...
 
__STATIC_INLINE void EvrFsCore_sys_flen (int fh)
 Event on current file length request (API) More...
 
__STATIC_INLINE void EvrFsCore_sys_handle_assign (const char *name, int fh)
 Event on file handle assignment (Op) More...
 
__STATIC_INLINE void EvrFsCore_finit (const char *drive)
 Event on drive initialization (API) More...
 
__STATIC_INLINE void EvrFsCore_funinit (const char *drive)
 Event on drive uninitialization (API) More...
 
__STATIC_INLINE void EvrFsCore_fmount (const char *drive)
 Event on drive mount (API) More...
 
__STATIC_INLINE void EvrFsCore_funmount (const char *drive)
 Event on drive unmount (API) More...
 
__STATIC_INLINE void EvrFsCore_fdelete_l (const char *path)
 Event on file delete (API) More...
 
__STATIC_INLINE void EvrFsCore_fdelete (const char *path, const char *options)
 Event on file delete (API) More...
 
__STATIC_INLINE void EvrFsCore_ffind (const char *pattern, fsFileInfo *info)
 Event on file or directory search (API) More...
 
__STATIC_INLINE void EvrFsCore_frename (const char *path, const char *newname)
 Event on file or directory rename (API) More...
 
__STATIC_INLINE void EvrFsCore_fattrib (const char *path, const char *attr)
 Event on file or directory attribute change (API) More...
 
__STATIC_INLINE void EvrFsCore_fpwd (const char *drive, char *buf, uint32_t len)
 Event on working directory retrieval (API) More...
 
__STATIC_INLINE void EvrFsCore_fchdir (const char *path)
 Event on working directory change (API) More...
 
__STATIC_INLINE void EvrFsCore_fmkdir (const char *path)
 Event on directory create (API) More...
 
__STATIC_INLINE void EvrFsCore_frmdir (const char *path, const char *options)
 Event on directory remove (API) More...
 
__STATIC_INLINE void EvrFsCore_fchdrive (const char *drive)
 Event on current drive change (API) More...
 
__STATIC_INLINE void EvrFsCore_ffree (const char *drive)
 Event on free space retrieval (API) More...
 
__STATIC_INLINE void EvrFsCore_fformat (const char *drive, const char *options)
 Event on drive format (API) More...
 
__STATIC_INLINE void EvrFsCore_fanalyse (const char *drive)
 Event on drive analyse (API) More...
 
__STATIC_INLINE void EvrFsCore_fcheck (const char *drive)
 Event on drive check (API) More...
 
__STATIC_INLINE void EvrFsCore_fdefrag (const char *drive)
 Event on drive defrag (API) More...
 
__STATIC_INLINE void EvrFsCore_fmedia (const char *drive)
 Event on media presence check (API) More...
 
__STATIC_INLINE void EvrFsCore_finfo (const char *drive, fsDriveInfo *info)
 Event on drive information read (API) More...
 
__STATIC_INLINE void EvrFsCore_fvol (const char *drive, char *label, uint32_t *serial)
 Event on drive label and serial number read (API) More...
 
__STATIC_INLINE void EvrFsCore_InvalidDrive (uint32_t drive)
 Event on invalid or disabled drive specifier (Error) More...
 
__STATIC_INLINE void EvrFsCore_CurrentDriveSelect (uint32_t drive)
 Event on current drive selection (Op) More...
 
__STATIC_INLINE void EvrFsFAT_InitDrive (uint32_t drive)
 Event on FAT drive initialization (Op) More...
 
__STATIC_INLINE void EvrFsFAT_InitDriveSuccess (uint32_t drive)
 Event on successful FAT drive initialization (Op) More...
 
__STATIC_INLINE void EvrFsFAT_InitDriverCfgError (uint32_t drive)
 Event on FAT driver configuration error (Error) More...
 
__STATIC_INLINE void EvrFsFAT_InitDriverError (uint32_t drive)
 Event on FAT driver initialization error (Error) More...
 
__STATIC_INLINE void EvrFsFAT_UninitDrive (uint32_t drive)
 Event on FAT drive uninitialization (Op) More...
 
__STATIC_INLINE void EvrFsFAT_MountDrive (uint32_t drive)
 Event on FAT drive mount operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_InitMediaError (uint32_t drive)
 Event on FAT media initialization error (Error) More...
 
__STATIC_INLINE void EvrFsFAT_MediaInsertStatError (uint32_t drive)
 Event on FAT media not present status error (Error) More...
 
__STATIC_INLINE void EvrFsFAT_MediaInitStatError (uint32_t drive)
 Event on FAT media init status error (Error) More...
 
__STATIC_INLINE void EvrFsFAT_VolumeReadyStatError (uint32_t drive)
 Event on FAT volume ready status error (Error) More...
 
__STATIC_INLINE void EvrFsFAT_VolumeWriteStatError (uint32_t drive)
 Event on FAT volume write protection active status error (Error) More...
 
__STATIC_INLINE void EvrFsFAT_VolumeNotMounted (uint32_t drive)
 Event on FAT when using unmounted volume (Error) More...
 
__STATIC_INLINE void EvrFsFAT_ReadMBR (uint32_t drive, uint32_t sector)
 Event on Master Boot Record read operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_InvalidMBR (uint32_t drive)
 Event on invalid Master Boot Record (Error) More...
 
__STATIC_INLINE void EvrFsFAT_NonexistentMBR (uint32_t drive)
 Event on nonexistent Master Boot Record (Op) More...
 
__STATIC_INLINE void EvrFsFAT_ReadBootSector (uint32_t drive, uint32_t sector)
 Event on Boot Sector read operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_InvalidBootSector (uint32_t drive)
 Event on invalid Boot Sector (Error) More...
 
__STATIC_INLINE void EvrFsFAT_InvalidFAT (uint32_t drive)
 Event on invalid FAT volume description (Error) More...
 
__STATIC_INLINE void EvrFsFAT_ReadFSInfo (uint32_t drive, uint32_t sector)
 Event on FAT FSInfo read operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_InvalidFSInfo (uint32_t drive)
 Event on invalid FAT FSInfo signature (Error) More...
 
__STATIC_INLINE void EvrFsFAT_InvalidFreeClusFSInfo (uint32_t drive)
 Event on invalid number of free clusters in FAT FSInfo signature (Error) More...
 
__STATIC_INLINE void EvrFsFAT_InvalidNextClusFSInfo (uint32_t drive)
 Event on invalid next free cluster in FAT FSInfo signature (Error) More...
 
__STATIC_INLINE void EvrFsFAT_WriteFSInfo (uint32_t drive, uint32_t sector)
 Event on FAT FSInfo write operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_CountFreeClus (uint32_t drive)
 Event on count number of free clusters operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_MountDriveSuccess (uint32_t drive)
 Event on successful mount of a FAT drive (Op) More...
 
__STATIC_INLINE void EvrFsFAT_UnmountDrive (uint32_t drive)
 Event on FAT drive unmount operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_UnmountDriveSuccess (uint32_t drive)
 Event on successful unmount of a FAT drive (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FormatDrive (uint32_t drive)
 Event on FAT drive format operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FormatDriveSuccess (uint32_t drive)
 Event on successful formating of a FAT drive (Op) More...
 
__STATIC_INLINE void EvrFsFAT_ResetHandles (uint32_t drive)
 Event on reset of all FAT file handles (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FormatOptionDetected (uint32_t drive, uint32_t option)
 Event on FAT drive format option detection (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FormatMediaCapacity (uint32_t drive, uint32_t sectors)
 Event on FAT media capacity read (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FormatLowLevel (uint32_t drive)
 Event on FAT media low level format operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FormatNoSpace (uint32_t drive)
 Event on not enough free space for FAT12/16 format (Error) More...
 
__STATIC_INLINE void EvrFsFAT_FormatNoSpaceFAT32 (uint32_t drive)
 Event on not enough free space for FAT32 format (Error) More...
 
__STATIC_INLINE void EvrFsFAT_WriteMBR (uint32_t drive, uint32_t sector)
 Event on Master Boot Record write operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_WriteBootSector (uint32_t drive, uint32_t sector)
 Event on Boot Sector write operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_ClearHiddenSectors (uint32_t drive, uint32_t sector, uint32_t count)
 Event on FAT hidden sectors clear operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_ClearReservedSectors (uint32_t drive, uint32_t sector, uint32_t count)
 Event on FAT reserved sectors clear operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_ClearRootSectors (uint32_t drive, uint32_t sector, uint32_t count)
 Event on FAT root sectors clear operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_CreateFAT (uint32_t drive, uint32_t sector, uint32_t count)
 Event on FAT File Allocation Table create operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FormatProperties (uint32_t drive, uint32_t type, uint32_t clus_size, uint32_t data_clus)
 Event on setting FAT format properties (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FileOpen (uint32_t h, const char *path, uint32_t openmode)
 Event on FAT file open (Op) More...
 
__STATIC_INLINE void EvrFsFAT_PathInvalidChar (const char ch)
 Event on invalid FAT path character (Error) More...
 
__STATIC_INLINE void EvrFsFAT_PathIsTooLong (uint32_t max_len)
 Event on too long FAT path (Error) More...
 
__STATIC_INLINE void EvrFsFAT_PathIsDirNotFile (uint32_t drive)
 Event on FAT directory found instead of file (Error) More...
 
__STATIC_INLINE void EvrFsFAT_FileIsInUse (uint32_t drive)
 Event on specified FAT file already in use (Error) More...
 
__STATIC_INLINE void EvrFsFAT_FileIsReadOnly (uint32_t drive)
 Event on encounter of read only FAT file (Error) More...
 
__STATIC_INLINE void EvrFsFAT_FileIsNonExistent (uint32_t drive)
 Event on specification of nonexistent FAT file (Error) More...
 
__STATIC_INLINE void EvrFsFAT_PathProcessing (uint32_t drive, const char *path)
 Event on FAT path processing (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FileHandleUnavailable (uint32_t drive)
 Event on FAT file handle not available (Error) More...
 
__STATIC_INLINE void EvrFsFAT_FileHandleInvalid (uint32_t h)
 Event on invalid FAT file handle number (Error) More...
 
__STATIC_INLINE void EvrFsFAT_LabelInvalid (uint32_t drive)
 Event on invalid character found in FAT label (Error) More...
 
__STATIC_INLINE void EvrFsFAT_LabelNotSet (uint32_t drive)
 Event on nonexisting FAT volume label (Op) More...
 
__STATIC_INLINE void EvrFsFAT_SectorReadFailed (uint32_t drive, uint32_t sector, uint32_t count)
 Event on sector read error (Error) More...
 
__STATIC_INLINE void EvrFsFAT_SectorWriteFailed (uint32_t drive, uint32_t sector, uint32_t count)
 Event on sector write error (Error) More...
 
__STATIC_INLINE void EvrFsFAT_DiskFull (uint32_t drive)
 Event on out of free space error (Error) More...
 
__STATIC_INLINE void EvrFsFAT_DirEntryAllocFailed (uint32_t drive, uint32_t dir_clus)
 Event on directory entry allocation error (Error) More...
 
__STATIC_INLINE void EvrFsFAT_PathBufferToSmall (uint32_t drive)
 Event on directory/file path buffer size error (Error) More...
 
__STATIC_INLINE void EvrFsFAT_InitJournal (uint32_t drive)
 Event on FAT journal initialization start (Op) More...
 
__STATIC_INLINE void EvrFsFAT_InitJournalSuccess (uint32_t drive)
 Event on successful FAT journal initialization (Op) More...
 
__STATIC_INLINE void EvrFsFAT_InitJournalFATError (uint32_t drive)
 Event on invalid FAT formatting to complete journal initialization (Error) More...
 
__STATIC_INLINE void EvrFsFAT_FileClose (uint32_t h)
 Event on FAT file close (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FileHandleError (int32_t h, uint32_t flags)
 Event on FAT file handle error (Error) More...
 
__STATIC_INLINE void EvrFsFAT_FileRead (uint32_t h, uint8_t *buf, uint32_t len)
 Event on FAT file read (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FileWrite (uint32_t h, const uint8_t *buf, uint32_t len)
 Event on FAT file write (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FileFlush (uint32_t h)
 Event on FAT file flush (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FileSeek (uint32_t h, uint32_t pos)
 Event on FAT file seek (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FileSeekIncrease (int32_t h, uint32_t csize, uint32_t nsize)
 Event on FAT file increase using fseek (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FileDelete (uint32_t drive, const char *path)
 Event on FAT file delete (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FileDeleteSuccess (uint32_t drive, const char *path)
 Event on successful FAT file delete operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FileRename (uint32_t drive, const char *path, const char *newname)
 Event on FAT file rename (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FileRenameSuccess (uint32_t drive, const char *path, const char *newname)
 Event on successful FAT file rename operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_DirCreate (uint32_t drive, const char *path)
 Event on FAT directory create (Op) More...
 
__STATIC_INLINE void EvrFsFAT_DirCreateSuccess (uint32_t drive, const char *path)
 Event on successful FAT directory create operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_DirRemove (uint32_t drive, const char *path, const char *options)
 Event on FAT directory remove (Op) More...
 
__STATIC_INLINE void EvrFsFAT_DirRemoveSuccess (uint32_t drive, const char *path, const char *options)
 Event on successful FAT directory remove operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_ChDir (uint32_t drive, const char *path)
 Event on FAT current directory change (Op) More...
 
__STATIC_INLINE void EvrFsFAT_ChDirSuccess (uint32_t drive, const char *path)
 Event on successful FAT directory remove operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_Pwd (uint32_t drive, const char *path, uint32_t len)
 Event on FAT current directory print (Op) More...
 
__STATIC_INLINE void EvrFsFAT_PwdSuccess (uint32_t drive, const char *path, uint32_t len)
 Event on successful FAT current directory print (Op) More...
 
__STATIC_INLINE void EvrFsFAT_AttribSet (uint32_t drive, const char *path, uint32_t attrib)
 Event on FAT attribute setting (Op) More...
 
__STATIC_INLINE void EvrFsFAT_AttribSetSuccess (uint32_t drive, const char *path, uint32_t attrib)
 Event on successful FAT attribute setting (Op) More...
 
__STATIC_INLINE void EvrFsFAT_GetFreeSpace (uint32_t drive)
 Event on FAT free space retrieve request (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FreeAmount (uint32_t drive, uint32_t clus, uint32_t size)
 Event on FAT free space retrieval (Op) More...
 
__STATIC_INLINE void EvrFsFAT_FileModeRead (int32_t h)
 Event on write to FAT file opened for read (Error) More...
 
__STATIC_INLINE void EvrFsFAT_FileFind (int32_t h)
 Event on FAT file find operation (Op) More...
 
__STATIC_INLINE void EvrFsFAT_InvalidParameter (uint32_t drive)
 Event on FAT invalid function parameter error (Error) More...
 
__STATIC_INLINE void EvrFsFAT_DriverNotInitialized (uint32_t drive)
 Event on EFS when media driver is not initialized (Error) More...
 
__STATIC_INLINE void EvrFsFAT_PathName (const char *buf, uint32_t len)
 Event on FAT path specification (Detail) More...
 
__STATIC_INLINE void EvrFsFAT_OptionsString (const char *buf, uint32_t len)
 Event on FAT options specification (Detail) More...
 
__STATIC_INLINE void EvrFsFAT_LabelString (const char *buf, uint32_t len)
 Event on FAT volume label string output (Detail) More...
 
__STATIC_INLINE void EvrFsFAT_NameCacheHit (uint32_t drive, const char *name, uint32_t len)
 Event on FAT name cache hit (Op) More...
 
__STATIC_INLINE void EvrFsFAT_NameCacheMiss (uint32_t drive, const char *name, uint32_t len)
 Event on FAT name cache miss (Op) More...
 
__STATIC_INLINE void EvrFsFAT_NameCacheEntryFound (uint32_t drive, uint32_t clus, uint32_t offs, uint32_t cnt)
 Event on found file name entry in FAT name cache (Detail) More...
 
__STATIC_INLINE void EvrFsFAT_NameCacheEntryInsert (uint32_t drive, uint32_t clus, uint32_t offs, uint32_t cnt)
 Event on FAT name cache entry insert (Detail) More...
 
__STATIC_INLINE void EvrFsFAT_NameCacheEntryDelete (uint32_t drive, uint32_t clus, uint32_t offs, uint32_t cnt)
 Event on FAT name cache entry delete (Detail) More...
 
__STATIC_INLINE void EvrFsEFS_InitDrive (uint32_t drive)
 Event on EFS drive initialization (Op) More...
 
__STATIC_INLINE void EvrFsEFS_InitDriver (uint32_t drive, uint32_t driver)
 Event on EFS driver initialization (Op) More...
 
__STATIC_INLINE void EvrFsEFS_InitDriverFailed (uint32_t drive, uint32_t driver)
 Event on EFS driver initialization error (Error) More...
 
__STATIC_INLINE void EvrFsEFS_UninitDrive (uint32_t drive)
 Event on EFS drive uninitialization (Op) More...
 
__STATIC_INLINE void EvrFsEFS_UninitDriver (uint32_t drive, uint32_t driver)
 Event on EFS driver uninitialization (Op) More...
 
__STATIC_INLINE void EvrFsEFS_MountDrive (uint32_t drive)
 Event on EFS drive mount (Op) More...
 
__STATIC_INLINE void EvrFsEFS_MountDriveSuccess (uint32_t drive)
 Event on successful EFS drive mount (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FlashGetInfo (uint32_t drive)
 Event on Flash device info retrieve operation (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FlashProgUnitTooBig (uint32_t drive, uint32_t current, uint32_t required)
 Event on Flash program unit too big (Error) More...
 
__STATIC_INLINE void EvrFsEFS_FlashCapacity (uint32_t drive, uint32_t capacity)
 Event on retrieved capacity of the Flash device (Error) More...
 
__STATIC_INLINE void EvrFsEFS_UnmountDrive (uint32_t drive)
 Event on EFS drive unmount (Op) More...
 
__STATIC_INLINE void EvrFsEFS_UnmountDriveSuccess (uint32_t drive)
 Event on successful EFS drive unmount operation (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FormatDrive (uint32_t drive)
 Event on EFS drive format (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FormatDriveSuccess (uint32_t drive)
 Event on successful EFS drive format operation (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FlashEraseChip (uint32_t drive)
 Event on Flash chip erase operation (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FlashEraseChipFailed (uint32_t drive)
 Event on Flash chip erase operation error (Error) More...
 
__STATIC_INLINE void EvrFsEFS_FlashEraseChipTimeout (uint32_t drive)
 Event on Flash chip erase operation timeout (Error) More...
 
__STATIC_INLINE void EvrFsEFS_FlashEraseSectors (uint32_t drive, uint32_t sector, uint32_t cnt)
 Event on Flash sectors erase operation (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FileOpen (uint32_t h, const char *path, uint32_t openmode)
 Event on EFS file open (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FileNameInvalid (const char *name, uint32_t len)
 Event on invalid EFS filename specification (Error) More...
 
__STATIC_INLINE void EvrFsEFS_OpenModeUnsupported (uint32_t h, uint32_t openmode)
 Event on unsupported EFS file open mode specification (Error) More...
 
__STATIC_INLINE void EvrFsEFS_FileClose (uint32_t h)
 Event on EFS file close (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FileNotOpened (uint32_t h, uint32_t flags)
 Event on EFS file close (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FileRead (uint32_t h, uint8_t *buf, uint32_t len)
 Event on EFS file read (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FileOpenWriteMode (uint32_t h)
 Event on EFS when reading from write only file (Error) More...
 
__STATIC_INLINE void EvrFsEFS_FileWrite (uint32_t h, const uint8_t *buf, uint32_t len)
 Event on EFS file write (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FileOpenReadMode (uint32_t h)
 Event on EFS when writing to read only file (Error) More...
 
__STATIC_INLINE void EvrFsEFS_FileFlush (uint32_t h)
 Event on EFS file flush (Op) More...
 
__STATIC_INLINE void EvrFsEFS_OpenModeInvalid (uint32_t h, uint32_t flags)
 Event on invalid EFS file handle open mode (Error) More...
 
__STATIC_INLINE void EvrFsEFS_FileSeek (uint32_t h, uint32_t pos)
 Event on EFS file seek (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FileSeekEOF (uint32_t h, uint32_t size, uint32_t pos)
 Event on EFS file seek beyond EOF (Error) More...
 
__STATIC_INLINE void EvrFsEFS_FileDelete (uint32_t drive, const char *path)
 Event on EFS file delete (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FileRename (uint32_t drive, const char *path, const char *newname)
 Event on EFS file rename (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FileNotFound (uint32_t drive)
 Event on EFS file not found (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FileAlreadyExists (uint32_t drive)
 Event on EFS file already exists (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FreeSpaceRetrieve (uint32_t drive)
 Event on EFS free space retrieve request (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FreeSpaceAmount (uint32_t drive, uint32_t free)
 Event on EFS free space retrieval (Op) More...
 
__STATIC_INLINE void EvrFsEFS_DriveAnalyze (uint32_t drive)
 Event on EFS drive analyze (Op) More...
 
__STATIC_INLINE void EvrFsEFS_DriveAnalyzeSuccess (uint32_t drive, uint32_t factor)
 Event on successful EFS drive analyze (Op) More...
 
__STATIC_INLINE void EvrFsEFS_DriveCheck (uint32_t drive)
 Event on EFS drive check (Op) More...
 
__STATIC_INLINE void EvrFsEFS_DriveCheckSuccess (uint32_t drive)
 Event on EFS drive check completed without errors (Error) More...
 
__STATIC_INLINE void EvrFsEFS_DataAreaOverlap (uint32_t drive)
 Event on EFS user and allocation area overlap detection (Error) More...
 
__STATIC_INLINE void EvrFsEFS_FileIdInvalid (uint32_t drive)
 Event on EFS invalid file ID detection (Error) More...
 
__STATIC_INLINE void EvrFsEFS_AllocationOrderInvalid (uint32_t drive)
 Event on EFS allocation order error (Error) More...
 
__STATIC_INLINE void EvrFsEFS_AllocationAreaOverlap (uint32_t drive)
 Event on EFS allocation area overlap error (Error) More...
 
__STATIC_INLINE void EvrFsEFS_DriveDefrag (uint32_t drive)
 Event on EFS drive defrag (Op) More...
 
__STATIC_INLINE void EvrFsEFS_FileHandleActive (uint32_t drive, uint32_t h)
 Event (Error) More...
 
__STATIC_INLINE void EvrFsEFS_FileHandleUnavailable (uint32_t drive)
 Event on too many open files (Error) More...
 
__STATIC_INLINE void EvrFsEFS_FileHandleInvalid (uint32_t h)
 Event on invalid handle (Error) More...
 
__STATIC_INLINE void EvrFsEFS_FileInUse (uint32_t h)
 Event on EFS file busy (Error) More...
 
__STATIC_INLINE void EvrFsEFS_DiskFull (uint32_t drive)
 Event on out of free space on EFS drive (Error) More...
 
__STATIC_INLINE void EvrFsEFS_FlashWriteFailed (uint32_t drive, uint32_t addr, void *buf, uint32_t cnt)
 Event on Flash driver write data error (Error) More...
 
__STATIC_INLINE void EvrFsEFS_FlashReadFailed (uint32_t drive, uint32_t addr, void *buf, uint32_t cnt)
 Event on Flash driver read data error (Error) More...
 
__STATIC_INLINE void EvrFsEFS_FlashReadTimeout (uint32_t drive, uint32_t addr, void *buf, uint32_t cnt)
 Event on Flash driver read data timeout (Error) More...
 
__STATIC_INLINE void EvrFsEFS_FlashEraseFailed (uint32_t drive, uint32_t block, uint32_t addr)
 Event on Flash driver read data error (Error) More...
 
__STATIC_INLINE void EvrFsEFS_InvalidParameter (uint32_t drive)
 Event on EFS invalid function parameter error (Error) More...
 
__STATIC_INLINE void EvrFsEFS_DriveNotMounted (uint32_t drive)
 Event on EFS when using unmounted drive (Error) More...
 
__STATIC_INLINE void EvrFsEFS_FileName (const char *buf, uint32_t len)
 Event on EFS file name specification (Detail) More...
 
__STATIC_INLINE void EvrFsEFS_FileAllocWrite (uint32_t addr, uint32_t end, uint32_t fileID, uint32_t index)
 Event on EFS file allocation info write (Detail) More...
 
__STATIC_INLINE void EvrFsEFS_FileAllocRead (uint32_t addr, uint32_t end, uint32_t fileID, uint32_t index)
 Event on EFS file allocation info read (Detail) More...
 
__STATIC_INLINE void EvrFsIOC_GetId (uint32_t drive)
 Event on call of fs_ioc_get_id function (API) More...
 
__STATIC_INLINE void EvrFsIOC_GetIdSuccess (uint32_t drive, uint32_t drv_id)
 Event on retrieval of drive ID (Op) More...
 
__STATIC_INLINE void EvrFsIOC_GetIdError (uint32_t drive)
 Event on invalid or nonexisting drive specifier (Error) More...
 
__STATIC_INLINE void EvrFsIOC_Lock (uint32_t drv_id)
 Event on call of fs_ioc_lock function (API) More...
 
__STATIC_INLINE void EvrFsIOC_LockSuccess (uint32_t drv_id)
 Event on successful drive lock operation (Op) More...
 
__STATIC_INLINE void EvrFsIOC_Unlock (uint32_t drv_id)
 Event on call of fs_ioc_unlock function (API) More...
 
__STATIC_INLINE void EvrFsIOC_UnlockSuccess (uint32_t drv_id)
 Event on successful drive unlock operation (Op) More...
 
__STATIC_INLINE void EvrFsIOC_GetCache (uint32_t drv_id, uint32_t cache_info)
 Event on call of fs_ioc_get_cache function (API) More...
 
__STATIC_INLINE void EvrFsIOC_GetCacheSuccess (uint32_t drv_id, uint32_t buf, uint32_t size)
 Event on successful cache buffer information retrieve operation (Op) More...
 
__STATIC_INLINE void EvrFsIOC_ReadSector (uint32_t drv_id, uint32_t sect, uint32_t buf, uint32_t cnt)
 Event on call of fs_ioc_read_sector function (API) More...
 
__STATIC_INLINE void EvrFsIOC_ReadSectorSuccess (uint32_t drv_id, uint32_t sect, uint32_t buf, uint32_t cnt)
 Event on successful read sector operation (Op) More...
 
__STATIC_INLINE void EvrFsIOC_ReadSectorError (uint32_t drv_id, uint32_t sect, uint32_t buf, uint32_t cnt)
 Event on read sector operation error (Error) More...
 
__STATIC_INLINE void EvrFsIOC_WriteSector (uint32_t drv_id, uint32_t sect, uint32_t buf, uint32_t cnt)
 Event on call of fs_ioc_write_sector function (API) More...
 
__STATIC_INLINE void EvrFsIOC_WriteSectorSuccess (uint32_t drv_id, uint32_t sect, uint32_t buf, uint32_t cnt)
 Event on successful read sector operation (Op) More...
 
__STATIC_INLINE void EvrFsIOC_WriteSectorError (uint32_t drv_id, uint32_t sect, uint32_t buf, uint32_t cnt)
 Event on write sector operation error (Error) More...
 
__STATIC_INLINE void EvrFsIOC_ReadInfo (uint32_t drv_id, uint32_t info)
 Event on call of fs_ioc_read_info function (API) More...
 
__STATIC_INLINE void EvrFsIOC_ReadInfoSuccess (uint32_t drv_id, uint32_t block_count)
 Event on successful read info operation (Op) More...
 
__STATIC_INLINE void EvrFsIOC_ReadInfoError (uint32_t drv_id)
 Event on read info operation error (Error) More...
 
__STATIC_INLINE void EvrFsIOC_DeviceControl (uint32_t drv_id, uint32_t code, uint32_t p)
 Event on call of fs_ioc_read_info function (API) More...
 
__STATIC_INLINE void EvrFsIOC_DeviceControlSuccess (uint32_t drv_id, uint32_t code, uint32_t p)
 Event on call of fs_ioc_read_info function (API) More...
 
__STATIC_INLINE void EvrFsIOC_DriveNotFAT (uint32_t drv_id)
 Event on non-FAT drive specifier (Error) More...
 
__STATIC_INLINE void EvrFsIOC_NotAllowed (uint32_t drive)
 Event on specifying drive without IOC support (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_Init (uint32_t instance)
 Event on NFTL initialization (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_InitMediaFailed (uint32_t instance)
 Event on NFTL memory media initialization error (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_Mount (uint32_t instance)
 Event on NFTL mount (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_MountSuccess (uint32_t instance)
 Event on successful NFTL mount (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_DeviceNotInitialized (uint32_t instance)
 Event (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_ResetDevice (uint32_t instance)
 Event on NAND device reset (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_ResetDeviceFailed (uint32_t instance)
 Event on NAND device reset error (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_ResetDeviceTimeout (uint32_t instance)
 Event on NAND device reset timeout (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_ReadBootBlock (uint32_t instance)
 Event on NFTL boot block read (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_ReadBootBlockFailed (uint32_t instance)
 Event on NFTL boot block error (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_BootSignatureValid (uint32_t instance)
 Event on NFTL valid boot signatures (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_DataBlockCapacity (uint32_t instance, uint32_t capacity)
 Event on NFTL invalid boot signatures (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_ReadTable (uint32_t instance)
 Event on NFTL invalid boot signatures (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_ReadTableFailed (uint32_t instance)
 Event on NFTL (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_Uninit (uint32_t instance)
 Event on NFTL device uninitialization (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_UninitDriver (uint32_t instance)
 Event on NFTL driver uninitialization (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_UninitDriverFailed (uint32_t instance)
 Event on NFTL driver uninitialization error (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_ReadInfo (uint32_t instance, uint32_t info)
 Event on NFTL driver uninitialization (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_ReadInfoSuccess (uint32_t instance, uint32_t sect_count)
 Event on succesful media capacity retrieval (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_DevCtrl (uint32_t instance, uint32_t code, void *p)
 Event on NFTL device control operation (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_DevCtrlUnsupported (uint32_t instance, uint32_t code)
 Event on NFTL device control code unsupported error (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_Format (uint32_t instance)
 Event on NFTL format operation (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_FormatSuccess (uint32_t instance)
 Event on successful NFTL format operation (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_FormatLLEB (uint32_t instance)
 Event on NFTL format operation with option LLEB (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_BBMPositionSet (uint32_t instance, uint32_t pos)
 Event on NFTL bad block position setting (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_BadBlockDetected (uint32_t instance, uint32_t block)
 Event on NFTL bad block detection (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_BadBlockMark (uint32_t instance, uint32_t block)
 Event on NFTL bad block mark operation (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_WriteSector (uint32_t instance, uint32_t sector, const uint8_t *buf, uint32_t cnt)
 Event on NFTL write sector operation (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_WriteSectorSuccess (uint32_t instance)
 Event on successful NFTL write sector operation (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_ReadSector (uint32_t instance, uint32_t sector, uint8_t *buf, uint32_t cnt)
 Event on NFTL read sector operation (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_ReadSectorSuccess (uint32_t instance)
 Event on successful NFTL read sector operation (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_LsnToLbn (uint32_t instance, uint32_t lsn, uint32_t lbn)
 Event on NFTL resolving logical sector to logical block (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_LbnToPbn (uint32_t instance, uint32_t lbn, uint32_t pbn_0, uint32_t pbn_1)
 Event on NFTL resolving logical block to physical block (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_LbnOutOfRange (uint32_t instance, uint32_t lbn, uint32_t max)
 Event when logical block number is out of range (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_PbnOutOfRange (uint32_t instance, uint32_t pbn, uint32_t max)
 Event when physical block number is out of range (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_TableLookup (uint32_t instance, uint32_t lbn)
 Event on NFTL translation table lookup (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_TableEntryNotFound (uint32_t instance, uint32_t lbn)
 Event on nonexisting translation table entry (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_AllocateBlock (uint32_t instance, uint32_t area)
 Event on NAND block allocation operation (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_LsnFind (uint32_t instance, uint32_t lsn, uint32_t pbn)
 Event on search of logical sector within NAND block (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_LsnFound (uint32_t instance, uint32_t lsn, uint32_t pbn, uint32_t pg)
 Event when logical sector is found within NAND block (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_LsnNotFound (uint32_t instance, uint32_t lsn, uint32_t pbn)
 Event when logical sector is not found within NAND block (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_GarbageCollection (uint32_t instance, uint32_t src_0, uint32_t src_1, uint32_t dst)
 Event on NFTL garbage collection operation (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_SetBadBlockMarker (uint32_t instance, uint32_t pbn)
 Event on setting NAND block as bad (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_MoveData (uint32_t instance, uint32_t src, uint32_t dst)
 Event on block content move (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_RelocateBlock (uint32_t instance, uint32_t pbn)
 Event on attempt to change block physical location (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_RelocateBlockFailed (uint32_t instance, uint32_t pbn)
 Event on failed attempt to change block physical location (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_SkipBadBlock (uint32_t instance, uint32_t pbn)
 Event on skipped bad block (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_PageReadFailed (uint32_t instance, uint32_t row)
 Event on NAND page read error (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_PageProgramStatusErr (uint32_t instance, uint32_t row)
 Event on invalid page program status value (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_PageProgramFailed (uint32_t instance, uint32_t row)
 Event on NAND page program error (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_PageProgramTimeout (uint32_t instance, uint32_t row)
 Event on NAND page program timeout (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_BlockEraseStatusErr (uint32_t instance, uint32_t row)
 Event on invalid block erase status value (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_BlockEraseFailed (uint32_t instance, uint32_t row)
 Event on NAND block erase error (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_BlockEraseTimeout (uint32_t instance, uint32_t row)
 Event on NAND block erase timeout (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_BitErrorCorrected (uint32_t instance, uint32_t row)
 Event on ECC bit error correction (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_ParameterInvalid (uint32_t instance)
 Event on invalid function parameter(s) (Error) More...
 
__STATIC_INLINE void EvrFsNFTL_TableUpdate (uint32_t instance, uint32_t lbn, uint32_t pbn_0, uint32_t pbn_1)
 Event on translation table update (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_AllocatedBlock (uint32_t instance, uint32_t pbn)
 Event on successful block allocation (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_LoadSector (uint32_t instance, uint32_t lsn, uint32_t offs, uint32_t spare)
 Event on loading sector data from/to NAND page buffer (Detail) More...
 
__STATIC_INLINE void EvrFsNFTL_LoadTableLayout (uint32_t instance, uint32_t pbn_0, uint32_t pbn_1)
 Event on translation table layout configuration read (Detail) More...
 
__STATIC_INLINE void EvrFsNFTL_LoadDataLayout (uint32_t instance, uint32_t pbn_0, uint32_t pbn_1)
 Event on file data layout configuration read (Detail) More...
 
__STATIC_INLINE void EvrFsNFTL_SetupPageLayout (uint32_t instance, uint32_t sector_inc, uint32_t spare_ofs, uint32_t spare_inc)
 Event on page layout setup (Detail) More...
 
__STATIC_INLINE void EvrFsNFTL_SetupSpareLayout (uint32_t instance, uint32_t ofs_lsn, uint32_t ofs_dcm, uint32_t ofs_bbm, uint32_t ofs_ecc)
 Event on spare area layout setup (Detail) More...
 
__STATIC_INLINE void EvrFsNFTL_PageWrite (uint32_t instance, uint32_t pbn, uint32_t pg)
 Event on page write (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_PageRead (uint32_t instance, uint32_t pbn, uint32_t pg)
 Event on page read (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_BlockErase (uint32_t instance, uint32_t pbn)
 Event on block erase (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_StatusRead (uint32_t instance, uint32_t status)
 Event on status read (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_CacheWrite (uint32_t instance, uint32_t pbn, uint32_t pg)
 Event on page cache write (Op) More...
 
__STATIC_INLINE void EvrFsNFTL_CacheRead (uint32_t instance, uint32_t pbn, uint32_t pg, uint32_t col)
 Event on page cache read (Op) More...
 
__STATIC_INLINE void EvrFsNAND_Init (uint32_t instance)
 Event on NAND media layer initialization (Op) More...
 
__STATIC_INLINE void EvrFsNAND_InitDriver (uint32_t instance, uint32_t driver)
 Event on NAND driver initialization (Op) More...
 
__STATIC_INLINE void EvrFsNAND_InitDriverError (uint32_t instance, uint32_t driver)
 Event on NAND driver initialization error (Error) More...
 
__STATIC_INLINE void EvrFsNAND_DriverPowerCtrlError (uint32_t instance, uint32_t driver, uint32_t state)
 Event on NAND driver initialization error (Error) More...
 
__STATIC_INLINE void EvrFsNAND_DriverBusModeSelect (uint32_t instance, uint32_t driver, uint32_t mode)
 Event on NAND driver initialization error (Error) More...
 
__STATIC_INLINE void EvrFsNAND_DriverBusWidthSelect (uint32_t instance, uint32_t driver, uint32_t width)
 Event on NAND driver initialization error (Error) More...
 
__STATIC_INLINE void EvrFsNAND_DriverBusWidthError (uint32_t instance, uint32_t driver, uint32_t width)
 Event on NAND driver initialization error (Error) More...
 
__STATIC_INLINE void EvrFsNAND_DriverDevPowerSelect (uint32_t instance, uint32_t driver, uint32_t volt)
 Event on NAND device voltage change (Op) More...
 
__STATIC_INLINE void EvrFsNAND_DriverEccInquire (uint32_t instance, uint32_t driver)
 Event on NAND driver ECC inquiry (Op) More...
 
__STATIC_INLINE void EvrFsNAND_DriverEccSelect (uint32_t instance, uint32_t driver, uint32_t index)
 Event on NAND driver ECC selection (Op) More...
 
__STATIC_INLINE void EvrFsNAND_DriverEccInquireError (uint32_t instance, uint32_t driver)
 Event on NAND driver ECC inquiry error (Op) More...
 
__STATIC_INLINE void EvrFsNAND_DriverTimeoutError (uint32_t instance, uint32_t driver)
 Event on NAND driver timeout error (Error) More...
 
__STATIC_INLINE void EvrFsNAND_DeviceTimeoutError (uint32_t instance, uint32_t driver, uint32_t device)
 Event on NAND device timeout error (Error) More...
 
__STATIC_INLINE void EvrFsNAND_Uninit (uint32_t instance)
 Event on NAND media layer uninitialization (Op) More...
 
__STATIC_INLINE void EvrFsNAND_StatusRead (uint32_t instance, uint32_t status)
 Event on NAND device status retrieval (Detail) More...
 
__STATIC_INLINE void EvrFsNAND_BlockErase (uint32_t instance, uint32_t row)
 Event on NAND erase block operation (Op) More...
 
__STATIC_INLINE void EvrFsNAND_PageWrite (uint32_t instance, uint32_t row, uint32_t col, uint32_t len)
 Event on NAND page write operation (Op) More...
 
__STATIC_INLINE void EvrFsNAND_PageRead (uint32_t instance, uint32_t row, uint32_t col, uint32_t len)
 Event on NAND page read operation (Op) More...
 
__STATIC_INLINE void EvrFsNAND_ParamPageRead (uint32_t instance, uint32_t col, uint32_t len)
 Event on NAND parameter page read operation (Op) More...
 
__STATIC_INLINE void EvrFsNAND_IdRead (uint32_t instance, uint32_t addr, uint32_t len)
 Event on NAND device ID read operation (Op) More...
 
__STATIC_INLINE void EvrFsNAND_DeviceReset (uint32_t instance)
 Event on NAND device reset operation (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_InitDriver (uint32_t instance, uint32_t driver)
 Event on memory card driver initialization (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_InitDriverError (uint32_t instance, uint32_t driver)
 Event on memory card driver initialization error (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_InitDriverPowerError (uint32_t instance, uint32_t driver, uint32_t state)
 Event on memory card driver initialization error (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_InitMedia (uint32_t instance)
 Event on memory card device initialization (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_MediaNotInitialized (uint32_t instance)
 Event on using uninitialized memory card device (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_MediaCdActive (uint32_t instance)
 Event on media detection using card detect switch (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_MediaCdInactive (uint32_t instance)
 Event on card detect switch check and media is not present (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_MediaWpActive (uint32_t instance)
 Event on active write protection switch (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_MediaWpInactive (uint32_t instance)
 Event on inactive write protection switch (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_MediaReset (uint32_t instance)
 Event on memory card device reset (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_MediaDetectionSD (uint32_t instance)
 Event on start of SD memory card detection operation (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_MediaSD_V2 (uint32_t instance)
 Event on received response from SD memory card V2 (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_MediaReady (uint32_t instance, uint32_t ocr)
 Event on received response from SD memory card V2 (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_MediaNoResponse (uint32_t instance)
 Event on nonresponsive media device (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_MediaDetectionMMC (uint32_t instance)
 Event on start of MMC/eMMC device detection procedure (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_MediaDetectionError (uint32_t instance)
 Event on media device detection error (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_CidReadError (uint32_t instance)
 Event on CID register read error (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_RcaReadError (uint32_t instance)
 Event on RCA (Relative Card Address) register read error (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_RcaWriteError (uint32_t instance)
 Event on RCA (Relative Card Address) register write error (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_CsdReadError (uint32_t instance)
 Event on CSD register read error (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_TranStateError (uint32_t instance)
 Event on failed switch to TRAN state (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_BlenWriteError (uint32_t instance, uint32_t blen)
 Event on failed block length setting (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_ExtCsdReadError (uint32_t instance)
 Event on EXT_CSD register read error (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_HighSpeedSwitchError (uint32_t instance)
 Event on high speed mode switch error (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_DataBusSwitchError (uint32_t instance)
 Event on data bus width switch error (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_StbyStateError (uint32_t instance)
 Event on STBY state switch error (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_InitSuccess (uint32_t instance)
 Event on successful memory card device initialization (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_UninitDriver (uint32_t instance, uint32_t driver)
 Event on MCI driver uninitialization (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_UninitMedia (uint32_t instance)
 Event on memory card device uninitialization (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_SectorRead (uint32_t instance, uint32_t sector, uint32_t count)
 Event on sector read operation (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_SectorReadError (uint32_t instance, uint32_t sector, uint32_t count)
 Event on sector read operation error (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_SectorWrite (uint32_t instance, uint32_t sector, uint32_t count)
 Event on sector write operation (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_SectorWriteError (uint32_t instance, uint32_t sector, uint32_t count)
 Event on sector write operation error (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_TransferSetupError (uint32_t instance, uint32_t sector, uint32_t count)
 Event on transfer setup error (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_TransferRetry (uint32_t instance, uint32_t retry)
 Event on transfer setup error (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_ReadInfo (uint32_t instance)
 Event on media capacity retrieval operation (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_ReadInfoSuccess (uint32_t instance, uint32_t sect_count)
 Event on media capacity retrieval operation (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_DevCtrl (uint32_t instance, uint32_t code, uint32_t p)
 Event on memory card device control operation (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_DevCtrlUnsupported (uint32_t instance, uint32_t code)
 Event on memory card device control code unsupported error (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_LockUnlockExec (uint32_t instance)
 Event on Lock/Unlock command execution (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_LockUnlockExecError (uint32_t instance)
 Event on Lock/Unlock command execution error (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_LockActive (uint32_t instance)
 Event on active password protection status (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_LockDeactivated (uint32_t instance)
 Event on deactivated password protection status (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_DeviceStateUnknown (uint32_t instance, uint32_t state)
 Event on discovery of unknown device state (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_DeviceStateInvalid (uint32_t instance, uint32_t state)
 Event on discovery of invalid device state (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_DeviceStateTimeout (uint32_t instance, uint32_t cstate, uint32_t nstate)
 Event on discovery of invalid device state (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_TransferAbort (uint32_t instance)
 Event on data transfer abort operation (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_SleepAwakeControl (uint32_t instance)
 Event on SLEEP/AWAKE control operation (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_SleepActive (uint32_t instance)
 Event on SLEEP mode active status (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_AwakeActive (uint32_t instance)
 Event on AWAKE mode active status (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_CardPowerControl (uint32_t instance, uint32_t voltage)
 Event on memory card power control operation (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_SendCommandError (uint32_t instance, uint32_t cmd, uint32_t arg)
 Event on AWAKE mode active status (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_ReadXferSetupError (uint32_t instance, uint8_t *buf, uint32_t cnt, uint32_t size)
 Event on TransferSetup error for block read operation (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_WriteXferSetupError (uint32_t instance, uint8_t *buf, uint32_t cnt, uint32_t size)
 Event on TransferSetup error for write operation (Op) More...
 
__STATIC_INLINE void EvrFsMcMCI_ParameterInvalid (uint32_t instance)
 Event on invalid function parameter(s) (Error) More...
 
__STATIC_INLINE void EvrFsMcMCI_MediaPasswordEnabled (uint32_t instance)
 Event on detection of enabled media password protection (Error) More...
 
__STATIC_INLINE void EvrFsMcSPI_InitDriver (uint32_t instance, uint32_t driver)
 Event on memory card driver initialization (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_InitDriverSuccess (uint32_t instance, uint32_t driver)
 Event on successful memory card driver initialization (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_InitDriverError (uint32_t instance, uint32_t driver)
 Event on memory card driver initialization error (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_InitDriverPowerError (uint32_t instance, uint32_t driver, uint32_t state)
 Event on memory card driver power control error (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_InitMedia (uint32_t instance)
 Event on memory card device initialization (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_InitMediaSuccess (uint32_t instance)
 Event on successful memory card device initialization (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_MediaNotInitialized (uint32_t instance)
 Event on using uninitialized memory card device (Error) More...
 
__STATIC_INLINE void EvrFsMcSPI_MediaCdActive (uint32_t instance)
 Event on media detection using card detect switch (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_MediaCdInactive (uint32_t instance)
 Event on card detect switch check and media is not present (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_MediaWpActive (uint32_t instance)
 Event on active write protection switch (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_MediaWpInactive (uint32_t instance)
 Event on inactive write protection switch (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_MediaReset (uint32_t instance)
 Event on start of memory card device reset operation (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_MediaResetError (uint32_t instance)
 Event on memory card device reset error (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_MediaDetectionSD (uint32_t instance)
 Event on start of SD memory card detection operation (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_MediaSD_V2 (uint32_t instance)
 Event on received response from SD memory card V2 (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_MediaReady (uint32_t instance, uint32_t ocr)
 Event on received response from SD memory card V2 (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_MediaNoResponse (uint32_t instance)
 Event on nonresponsive media device (Error) More...
 
__STATIC_INLINE void EvrFsMcSPI_MediaDetectionMMC (uint32_t instance)
 Event on start of MMC/eMMC device detection procedure (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_MediaDetectionError (uint32_t instance)
 Event on media device detection error (Error) More...
 
__STATIC_INLINE void EvrFsMcSPI_CidReadError (uint32_t instance)
 Event on CID register read error (Error) More...
 
__STATIC_INLINE void EvrFsMcSPI_CsdReadError (uint32_t instance)
 Event on CSD register read error (Error) More...
 
__STATIC_INLINE void EvrFsMcSPI_BlenWriteError (uint32_t instance, uint32_t blen)
 Event on failed block length setting (Error) More...
 
__STATIC_INLINE void EvrFsMcSPI_UninitDriver (uint32_t instance, uint32_t driver)
 Event on SPI driver uninitialization (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_UninitMedia (uint32_t instance)
 Event on memory card device uninitialization (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_SectorRead (uint32_t instance, uint32_t sector, uint32_t count)
 Event on sector read operation (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_SectorReadError (uint32_t instance, uint32_t sector, uint32_t count)
 Event on sector read operation error (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_SectorWrite (uint32_t instance, uint32_t sector, uint32_t count)
 Event on sector write operation (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_SectorWriteError (uint32_t instance, uint32_t sector, uint32_t count)
 Event on sector write operation error (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_ReadInfo (uint32_t instance)
 Event on media capacity retrieval operation (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_ReadInfoSuccess (uint32_t instance, uint32_t sect_count)
 Event on media capacity retrieval operation (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_DevCtrl (uint32_t instance, uint32_t code, uint32_t p)
 Event on memory card device control operation (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_DevCtrlUnsupported (uint32_t instance, uint32_t code)
 Event on memory card device control code unsupported error (Error) More...
 
__STATIC_INLINE void EvrFsMcSPI_LockUnlockExec (uint32_t instance)
 Event on Lock/Unlock command execution (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_LockUnlockExecError (uint32_t instance)
 Event on Lock/Unlock command execution error (Error) More...
 
__STATIC_INLINE void EvrFsMcSPI_LockActive (uint32_t instance)
 Event on active password protection status (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_LockDeactivated (uint32_t instance)
 Event on deactivated password protection status (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_BusSpeedControl (uint32_t instance, uint32_t speed)
 Event on SPI bus speed control operation (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_SlaveSelCtrlMissing (uint32_t instance)
 Event on missing fs_mc_spi_control_ss function (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_ReadWpMissing (uint32_t instance)
 Event on missing fs_mc_read_wp function (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_ReadCdMissing (uint32_t instance)
 Event on missing fs_mc_read_cd function (Op) More...
 
__STATIC_INLINE void EvrFsMcSPI_CrcDisableError (uint32_t instance)
 Event on CRC check disable error (Error) More...
 
__STATIC_INLINE void EvrFsMcSPI_DriverSendError (uint32_t instance, uint32_t event)
 Event on SPI driver Send function error (Error) More...
 
__STATIC_INLINE void EvrFsMcSPI_DriverReceiveError (uint32_t instance, uint32_t event)
 Event on SPI driver Receive function error (Error) More...
 
__STATIC_INLINE void EvrFsMcSPI_CmdSendError (uint32_t instance, uint32_t cmd, uint32_t arg)
 Event on command send error (Error) More...
 
__STATIC_INLINE void EvrFsMcSPI_CmdResponseError (uint32_t instance, uint32_t cmd)
 Event on missing or invalid command response (Error) More...
 
__STATIC_INLINE void EvrFsMcSPI_ACmdResponseError (uint32_t instance, uint32_t cmd)
 Event on missing or invalid application command response (Error) More...
 
__STATIC_INLINE void EvrFsMcSPI_ParameterInvalid (uint32_t instance)
 Event on invalid function parameter(s) (Error) More...
 
__STATIC_INLINE void EvrFsMcSPI_MediaPasswordEnabled (uint32_t instance)
 Event on detection of enabled media password protection (Error) More...
 

Macro Definition Documentation

#define __STATIC_INLINE   static __inline
#define EvrFsEFS_DriveNotInitialized (   drive)

Event on EFS when media driver is not initialized (Error)

Parameters
[in]drive4 byte encoded drive letter
#define EvrFsIOC_DriveIdInvalid (   drv_id)

Event on invalid drive ID specifier (Error)

Parameters
[in]drv_iddrive ID
#define EvrFsMcMCI_TransferError (   instance,
  events 
)

Event on transfer setup error (Op)

Parameters
[in]instancememory card control layer instance
[in]eventsFsMcMCI: Memory Card MCI
#define EvrFsNFTL_BootSignatureInvalid (   instance)

Event on NFTL invalid boot signatures (Op)

Parameters
[in]instanceNFTL instance number
#define EvtFsCore_CurrentDriveSelect   EvtFsCoreId(EventLevelOp, 30)
#define EvtFsCore_fanalyse   EvtFsCoreId(EventLevelAPI, 23)
#define EvtFsCore_fattrib   EvtFsCoreId(EventLevelAPI, 15)
#define EvtFsCore_fchdir   EvtFsCoreId(EventLevelAPI, 17)
#define EvtFsCore_fchdrive   EvtFsCoreId(EventLevelAPI, 20)
#define EvtFsCore_fcheck   EvtFsCoreId(EventLevelAPI, 24)
#define EvtFsCore_fdefrag   EvtFsCoreId(EventLevelAPI, 25)
#define EvtFsCore_fdelete   EvtFsCoreId(EventLevelAPI, 12)
#define EvtFsCore_fdelete_l   EvtFsCoreId(EventLevelAPI, 11)
#define EvtFsCore_ffind   EvtFsCoreId(EventLevelAPI, 13)
#define EvtFsCore_fformat   EvtFsCoreId(EventLevelAPI, 22)
#define EvtFsCore_ffree   EvtFsCoreId(EventLevelAPI, 21)
#define EvtFsCore_finfo   EvtFsCoreId(EventLevelAPI, 27)
#define EvtFsCore_finit   EvtFsCoreId(EventLevelAPI, 7)
#define EvtFsCore_fmedia   EvtFsCoreId(EventLevelAPI, 26)
#define EvtFsCore_fmkdir   EvtFsCoreId(EventLevelAPI, 18)
#define EvtFsCore_fmount   EvtFsCoreId(EventLevelAPI, 9)
#define EvtFsCore_fpwd   EvtFsCoreId(EventLevelAPI, 16)
#define EvtFsCore_frename   EvtFsCoreId(EventLevelAPI, 14)
#define EvtFsCore_frmdir   EvtFsCoreId(EventLevelAPI, 19)
#define EvtFsCore_funinit   EvtFsCoreId(EventLevelAPI, 8)
#define EvtFsCore_funmount   EvtFsCoreId(EventLevelAPI, 10)
#define EvtFsCore_fvol   EvtFsCoreId(EventLevelAPI, 28)
#define EvtFsCore_InvalidDrive   EvtFsCoreId(EventLevelError, 29)
#define EvtFsCore_No   (0x80 | 0) /* FsCore component number */
#define EvtFsCore_sys_close   EvtFsCoreId(EventLevelAPI, 1)
#define EvtFsCore_sys_flen   EvtFsCoreId(EventLevelAPI, 5)
#define EvtFsCore_sys_handle_assign   EvtFsCoreId(EventLevelOp, 6)
#define EvtFsCore_sys_open   EvtFsCoreId(EventLevelAPI, 0)
#define EvtFsCore_sys_read   EvtFsCoreId(EventLevelAPI, 3)
#define EvtFsCore_sys_seek   EvtFsCoreId(EventLevelAPI, 4)
#define EvtFsCore_sys_write   EvtFsCoreId(EventLevelAPI, 2)
#define EvtFsCoreId (   Level,
  Msg_No 
)    EventID(Level, EvtFsCore_No, Msg_No)
#define EvtFsEFS_AllocationAreaOverlap   EvtFsEFSId(EventLevelError, 44)
#define EvtFsEFS_AllocationOrderInvalid   EvtFsEFSId(EventLevelError, 43)
#define EvtFsEFS_DataAreaOverlap   EvtFsEFSId(EventLevelError, 41)
#define EvtFsEFS_DiskFull   EvtFsEFSId(EventLevelError, 54)
#define EvtFsEFS_DriveAnalyze   EvtFsEFSId(EventLevelOp, 37)
#define EvtFsEFS_DriveAnalyzeSuccess   EvtFsEFSId(EventLevelOp, 38)
#define EvtFsEFS_DriveCheck   EvtFsEFSId(EventLevelOp, 39)
#define EvtFsEFS_DriveCheckSuccess   EvtFsEFSId(EventLevelOp, 40)
#define EvtFsEFS_DriveDefrag   EvtFsEFSId(EventLevelOp, 45)
#define EvtFsEFS_DriveNotInitialized   EvtFsEFSId(EventLevelError, 57)
#define EvtFsEFS_DriveNotMounted   EvtFsEFSId(EventLevelError, 56)
#define EvtFsEFS_FileAllocRead   EvtFsEFSId(EventLevelDetail, 60)
#define EvtFsEFS_FileAllocWrite   EvtFsEFSId(EventLevelDetail, 59)
#define EvtFsEFS_FileAlreadyExists   EvtFsEFSId(EventLevelError, 34)
#define EvtFsEFS_FileClose   EvtFsEFSId(EventLevelOp, 21)
#define EvtFsEFS_FileDelete   EvtFsEFSId(EventLevelOp, 31)
#define EvtFsEFS_FileFlush   EvtFsEFSId(EventLevelOp, 27)
#define EvtFsEFS_FileHandleActive   EvtFsEFSId(EventLevelError, 46)
#define EvtFsEFS_FileHandleInvalid   EvtFsEFSId(EventLevelError, 48)
#define EvtFsEFS_FileHandleUnavailable   EvtFsEFSId(EventLevelError, 47)
#define EvtFsEFS_FileIdInvalid   EvtFsEFSId(EventLevelError, 42)
#define EvtFsEFS_FileInUse   EvtFsEFSId(EventLevelError, 49)
#define EvtFsEFS_FileName   EvtFsEFSId(EventLevelDetail, 58)
#define EvtFsEFS_FileNameInvalid   EvtFsEFSId(EventLevelError, 19)
#define EvtFsEFS_FileNotFound   EvtFsEFSId(EventLevelError, 33)
#define EvtFsEFS_FileNotOpened   EvtFsEFSId(EventLevelError, 22)
#define EvtFsEFS_FileOpen   EvtFsEFSId(EventLevelOp, 18)
#define EvtFsEFS_FileOpenReadMode   EvtFsEFSId(EventLevelError, 26)
#define EvtFsEFS_FileOpenWriteMode   EvtFsEFSId(EventLevelError, 24)
#define EvtFsEFS_FileRead   EvtFsEFSId(EventLevelOp, 23)
#define EvtFsEFS_FileRename   EvtFsEFSId(EventLevelOp, 32)
#define EvtFsEFS_FileSeek   EvtFsEFSId(EventLevelOp, 29)
#define EvtFsEFS_FileSeekEOF   EvtFsEFSId(EventLevelError, 30)
#define EvtFsEFS_FileWrite   EvtFsEFSId(EventLevelOp, 25)
#define EvtFsEFS_FlashCapacity   EvtFsEFSId(EventLevelOp, 9)
#define EvtFsEFS_FlashEraseChip   EvtFsEFSId(EventLevelOp, 14)
#define EvtFsEFS_FlashEraseChipFailed   EvtFsEFSId(EventLevelError, 15)
#define EvtFsEFS_FlashEraseChipTimeout   EvtFsEFSId(EventLevelError, 16)
#define EvtFsEFS_FlashEraseFailed   EvtFsEFSId(EventLevelError, 53)
#define EvtFsEFS_FlashEraseSectors   EvtFsEFSId(EventLevelOp, 17)
#define EvtFsEFS_FlashGetInfo   EvtFsEFSId(EventLevelOp, 7)
#define EvtFsEFS_FlashProgUnitTooBig   EvtFsEFSId(EventLevelError, 8)
#define EvtFsEFS_FlashReadFailed   EvtFsEFSId(EventLevelError, 51)
#define EvtFsEFS_FlashReadTimeout   EvtFsEFSId(EventLevelError, 52)
#define EvtFsEFS_FlashWriteFailed   EvtFsEFSId(EventLevelError, 50)
#define EvtFsEFS_FormatDrive   EvtFsEFSId(EventLevelOp, 12)
#define EvtFsEFS_FormatDriveSuccess   EvtFsEFSId(EventLevelOp, 13)
#define EvtFsEFS_FreeSpaceAmount   EvtFsEFSId(EventLevelOp, 36)
#define EvtFsEFS_FreeSpaceRetrieve   EvtFsEFSId(EventLevelOp, 35)
#define EvtFsEFS_InitDrive   EvtFsEFSId(EventLevelOp, 0)
#define EvtFsEFS_InitDriver   EvtFsEFSId(EventLevelOp, 1)
#define EvtFsEFS_InitDriverFailed   EvtFsEFSId(EventLevelError, 2)
#define EvtFsEFS_InvalidParameter   EvtFsEFSId(EventLevelError, 55)
#define EvtFsEFS_MountDrive   EvtFsEFSId(EventLevelOp, 5)
#define EvtFsEFS_MountDriveSuccess   EvtFsEFSId(EventLevelError, 6)
#define EvtFsEFS_No   (0x80 | 2) /* FsEFS component number */
#define EvtFsEFS_OpenModeInvalid   EvtFsEFSId(EventLevelError, 28)
#define EvtFsEFS_OpenModeUnsupported   EvtFsEFSId(EventLevelError, 20)
#define EvtFsEFS_UninitDrive   EvtFsEFSId(EventLevelOp, 3)
#define EvtFsEFS_UninitDriver   EvtFsEFSId(EventLevelOp, 4)
#define EvtFsEFS_UnmountDrive   EvtFsEFSId(EventLevelOp, 10)
#define EvtFsEFS_UnmountDriveSuccess   EvtFsEFSId(EventLevelOp, 11)
#define EvtFsEFSId (   Level,
  Msg_No 
)    EventID(Level, EvtFsEFS_No, Msg_No)
#define EvtFsFAT_AttribSet   EvtFsFATId(EventLevelOp, 81)
#define EvtFsFAT_AttribSetSuccess   EvtFsFATId(EventLevelOp, 82)
#define EvtFsFAT_ChDir   EvtFsFATId(EventLevelOp, 77)
#define EvtFsFAT_ChDirSuccess   EvtFsFATId(EventLevelOp, 78)
#define EvtFsFAT_ClearHiddenSectors   EvtFsFATId(EventLevelOp, 37)
#define EvtFsFAT_ClearReservedSectors   EvtFsFATId(EventLevelOp, 38)
#define EvtFsFAT_ClearRootSectors   EvtFsFATId(EventLevelOp, 39)
#define EvtFsFAT_CountFreeClus   EvtFsFATId(EventLevelOp, 23)
#define EvtFsFAT_CreateFAT   EvtFsFATId(EventLevelOp, 40)
#define EvtFsFAT_DirCreate   EvtFsFATId(EventLevelOp, 73)
#define EvtFsFAT_DirCreateSuccess   EvtFsFATId(EventLevelOp, 74)
#define EvtFsFAT_DirEntryAllocFailed   EvtFsFATId(EventLevelError, 57)
#define EvtFsFAT_DirRemove   EvtFsFATId(EventLevelOp, 75)
#define EvtFsFAT_DirRemoveSuccess   EvtFsFATId(EventLevelOp, 76)
#define EvtFsFAT_DiskFull   EvtFsFATId(EventLevelError, 56)
#define EvtFsFAT_DriverNotInitialized   EvtFsFATId(EventLevelError, 88)
#define EvtFsFAT_FileClose   EvtFsFATId(EventLevelOp, 62)
#define EvtFsFAT_FileDelete   EvtFsFATId(EventLevelOp, 69)
#define EvtFsFAT_FileDeleteSuccess   EvtFsFATId(EventLevelOp, 70)
#define EvtFsFAT_FileFind   EvtFsFATId(EventLevelOp, 86)
#define EvtFsFAT_FileFlush   EvtFsFATId(EventLevelOp, 66)
#define EvtFsFAT_FileHandleError   EvtFsFATId(EventLevelError, 63)
#define EvtFsFAT_FileHandleInvalid   EvtFsFATId(EventLevelError, 51)
#define EvtFsFAT_FileHandleUnavailable   EvtFsFATId(EventLevelError, 50)
#define EvtFsFAT_FileIsInUse   EvtFsFATId(EventLevelError, 46)
#define EvtFsFAT_FileIsNonExistent   EvtFsFATId(EventLevelError, 48)
#define EvtFsFAT_FileIsReadOnly   EvtFsFATId(EventLevelError, 47)
#define EvtFsFAT_FileModeRead   EvtFsFATId(EventLevelError, 85)
#define EvtFsFAT_FileOpen   EvtFsFATId(EventLevelOp, 42)
#define EvtFsFAT_FileRead   EvtFsFATId(EventLevelOp, 64)
#define EvtFsFAT_FileRename   EvtFsFATId(EventLevelOp, 71)
#define EvtFsFAT_FileRenameSuccess   EvtFsFATId(EventLevelOp, 72)
#define EvtFsFAT_FileSeek   EvtFsFATId(EventLevelOp, 67)
#define EvtFsFAT_FileSeekIncrease   EvtFsFATId(EventLevelOp, 68)
#define EvtFsFAT_FileWrite   EvtFsFATId(EventLevelOp, 65)
#define EvtFsFAT_FormatDrive   EvtFsFATId(EventLevelOp, 27)
#define EvtFsFAT_FormatDriveSuccess   EvtFsFATId(EventLevelOp, 28)
#define EvtFsFAT_FormatLowLevel   EvtFsFATId(EventLevelOp, 32)
#define EvtFsFAT_FormatMediaCapacity   EvtFsFATId(EventLevelOp, 31)
#define EvtFsFAT_FormatNoSpace   EvtFsFATId(EventLevelError, 33)
#define EvtFsFAT_FormatNoSpaceFAT32   EvtFsFATId(EventLevelError, 34)
#define EvtFsFAT_FormatOptionDetected   EvtFsFATId(EventLevelOp, 30)
#define EvtFsFAT_FormatProperties   EvtFsFATId(EventLevelOp, 41)
#define EvtFsFAT_FreeAmount   EvtFsFATId(EventLevelOp, 84)
#define EvtFsFAT_GetFreeSpace   EvtFsFATId(EventLevelOp, 83)
#define EvtFsFAT_InitDrive   EvtFsFATId(EventLevelOp, 0)
#define EvtFsFAT_InitDriverCfgError   EvtFsFATId(EventLevelError, 2)
#define EvtFsFAT_InitDriverError   EvtFsFATId(EventLevelError, 3)
#define EvtFsFAT_InitDriveSuccess   EvtFsFATId(EventLevelOp, 1)
#define EvtFsFAT_InitJournal   EvtFsFATId(EventLevelOp, 59)
#define EvtFsFAT_InitJournalFATError   EvtFsFATId(EventLevelOp, 61)
#define EvtFsFAT_InitJournalSuccess   EvtFsFATId(EventLevelOp, 60)
#define EvtFsFAT_InitMediaError   EvtFsFATId(EventLevelError, 6)
#define EvtFsFAT_InvalidBootSector   EvtFsFATId(EventLevelError, 16)
#define EvtFsFAT_InvalidFAT   EvtFsFATId(EventLevelError, 17)
#define EvtFsFAT_InvalidFreeClusFSInfo   EvtFsFATId(EventLevelError, 20)
#define EvtFsFAT_InvalidFSInfo   EvtFsFATId(EventLevelError, 19)
#define EvtFsFAT_InvalidMBR   EvtFsFATId(EventLevelError, 13)
#define EvtFsFAT_InvalidNextClusFSInfo   EvtFsFATId(EventLevelError, 21)
#define EvtFsFAT_InvalidParameter   EvtFsFATId(EventLevelError, 87)
#define EvtFsFAT_LabelInvalid   EvtFsFATId(EventLevelError, 52)
#define EvtFsFAT_LabelNotSet   EvtFsFATId(EventLevelError, 53)
#define EvtFsFAT_LabelString   EvtFsFATId(EventLevelDetail, 91)
#define EvtFsFAT_MediaInitStatError   EvtFsFATId(EventLevelError, 8)
#define EvtFsFAT_MediaInsertStatError   EvtFsFATId(EventLevelError, 7)
#define EvtFsFAT_MountDrive   EvtFsFATId(EventLevelOp, 5)
#define EvtFsFAT_MountDriveSuccess   EvtFsFATId(EventLevelOp, 24)
#define EvtFsFAT_NameCacheEntryDelete   EvtFsFATId(EventLevelDetail, 96)
#define EvtFsFAT_NameCacheEntryFound   EvtFsFATId(EventLevelDetail, 94)
#define EvtFsFAT_NameCacheEntryInsert   EvtFsFATId(EventLevelDetail, 95)
#define EvtFsFAT_NameCacheHit   EvtFsFATId(EventLevelOp, 92)
#define EvtFsFAT_NameCacheMiss   EvtFsFATId(EventLevelOp, 93)
#define EvtFsFAT_No   (0x80 | 1) /* FsFAT component number */
#define EvtFsFAT_NonexistentMBR   EvtFsFATId(EventLevelOp, 14)
#define EvtFsFAT_OptionsString   EvtFsFATId(EventLevelDetail, 90)
#define EvtFsFAT_PathBufferToSmall   EvtFsFATId(EventLevelError, 58)
#define EvtFsFAT_PathInvalidChar   EvtFsFATId(EventLevelError, 43)
#define EvtFsFAT_PathIsDirNotFile   EvtFsFATId(EventLevelError, 45)
#define EvtFsFAT_PathIsTooLong   EvtFsFATId(EventLevelError, 44)
#define EvtFsFAT_PathName   EvtFsFATId(EventLevelDetail, 89)
#define EvtFsFAT_PathProcessing   EvtFsFATId(EventLevelOp, 49)
#define EvtFsFAT_Pwd   EvtFsFATId(EventLevelOp, 79)
#define EvtFsFAT_PwdSuccess   EvtFsFATId(EventLevelOp, 80)
#define EvtFsFAT_ReadBootSector   EvtFsFATId(EventLevelOp, 15)
#define EvtFsFAT_ReadFSInfo   EvtFsFATId(EventLevelOp, 18)
#define EvtFsFAT_ReadMBR   EvtFsFATId(EventLevelOp, 12)
#define EvtFsFAT_ResetHandles   EvtFsFATId(EventLevelOp, 29)
#define EvtFsFAT_SectorReadFailed   EvtFsFATId(EventLevelError, 54)
#define EvtFsFAT_SectorWriteFailed   EvtFsFATId(EventLevelError, 55)
#define EvtFsFAT_UninitDrive   EvtFsFATId(EventLevelOp, 4)
#define EvtFsFAT_UnmountDrive   EvtFsFATId(EventLevelOp, 25)
#define EvtFsFAT_UnmountDriveSuccess   EvtFsFATId(EventLevelOp, 26)
#define EvtFsFAT_VolumeNotMounted   EvtFsFATId(EventLevelError, 11)
#define EvtFsFAT_VolumeReadyStatError   EvtFsFATId(EventLevelError, 9)
#define EvtFsFAT_VolumeWriteStatError   EvtFsFATId(EventLevelError, 10)
#define EvtFsFAT_WriteBootSector   EvtFsFATId(EventLevelOp, 36)
#define EvtFsFAT_WriteFSInfo   EvtFsFATId(EventLevelOp, 22)
#define EvtFsFAT_WriteMBR   EvtFsFATId(EventLevelOp, 35)
#define EvtFsFATId (   Level,
  Msg_No 
)    EventID(Level, EvtFsFAT_No, Msg_No)
#define EvtFsIOC_DeviceControl   EvtFsIOCId(EventLevelAPI, 18)
#define EvtFsIOC_DeviceControlSuccess   EvtFsIOCId(EventLevelOp, 19)
#define EvtFsIOC_DriveIdInvalid   EvtFsIOCId(EventLevelError, 20)
#define EvtFsIOC_DriveNotFAT   EvtFsIOCId(EventLevelError, 21)
#define EvtFsIOC_GetCache   EvtFsIOCId(EventLevelAPI, 7)
#define EvtFsIOC_GetCacheSuccess   EvtFsIOCId(EventLevelOp, 8)
#define EvtFsIOC_GetId   EvtFsIOCId(EventLevelAPI, 0)
#define EvtFsIOC_GetIdError   EvtFsIOCId(EventLevelError, 2)
#define EvtFsIOC_GetIdSuccess   EvtFsIOCId(EventLevelOp, 1)
#define EvtFsIOC_Lock   EvtFsIOCId(EventLevelAPI, 3)
#define EvtFsIOC_LockSuccess   EvtFsIOCId(EventLevelOp, 4)
#define EvtFsIOC_No   (0x80 | 3) /* FsIOC component number */
#define EvtFsIOC_NotAllowed   EvtFsIOCId(EventLevelError, 22)
#define EvtFsIOC_ReadInfo   EvtFsIOCId(EventLevelAPI, 15)
#define EvtFsIOC_ReadInfoError   EvtFsIOCId(EventLevelError, 17)
#define EvtFsIOC_ReadInfoSuccess   EvtFsIOCId(EventLevelOp, 16)
#define EvtFsIOC_ReadSector   EvtFsIOCId(EventLevelAPI, 9)
#define EvtFsIOC_ReadSectorError   EvtFsIOCId(EventLevelError, 11)
#define EvtFsIOC_ReadSectorSuccess   EvtFsIOCId(EventLevelOp, 10)
#define EvtFsIOC_Unlock   EvtFsIOCId(EventLevelAPI, 5)
#define EvtFsIOC_UnlockSuccess   EvtFsIOCId(EventLevelOp, 6)
#define EvtFsIOC_WriteSector   EvtFsIOCId(EventLevelAPI, 12)
#define EvtFsIOC_WriteSectorError   EvtFsIOCId(EventLevelError, 14)
#define EvtFsIOC_WriteSectorSuccess   EvtFsIOCId(EventLevelOp, 13)
#define EvtFsIOCId (   Level,
  Msg_No 
)    EventID(Level, EvtFsIOC_No, Msg_No)
#define EvtFsMcMCI_AwakeActive   EvtFsMcMCIId(EventLevelOp, 49)
#define EvtFsMcMCI_BlenWriteError   EvtFsMcMCIId(EventLevelError, 21)
#define EvtFsMcMCI_CardPowerControl   EvtFsMcMCIId(EventLevelOp, 50)
#define EvtFsMcMCI_CidReadError   EvtFsMcMCIId(EventLevelError, 16)
#define EvtFsMcMCI_CsdReadError   EvtFsMcMCIId(EventLevelError, 19)
#define EvtFsMcMCI_DataBusSwitchError   EvtFsMcMCIId(EventLevelError, 24)
#define EvtFsMcMCI_DevCtrl   EvtFsMcMCIId(EventLevelOp, 37)
#define EvtFsMcMCI_DevCtrlUnsupported   EvtFsMcMCIId(EventLevelOp, 38)
#define EvtFsMcMCI_DeviceStateInvalid   EvtFsMcMCIId(EventLevelError, 44)
#define EvtFsMcMCI_DeviceStateTimeout   EvtFsMcMCIId(EventLevelError, 45)
#define EvtFsMcMCI_DeviceStateUnknown   EvtFsMcMCIId(EventLevelError, 43)
#define EvtFsMcMCI_ExtCsdReadError   EvtFsMcMCIId(EventLevelError, 22)
#define EvtFsMcMCI_HighSpeedSwitchError   EvtFsMcMCIId(EventLevelError, 23)
#define EvtFsMcMCI_InitDriver   EvtFsMcMCIId(EventLevelOp, 0)
#define EvtFsMcMCI_InitDriverError   EvtFsMcMCIId(EventLevelError, 1)
#define EvtFsMcMCI_InitDriverPowerError   EvtFsMcMCIId(EventLevelError, 2)
#define EvtFsMcMCI_InitMedia   EvtFsMcMCIId(EventLevelOp, 3)
#define EvtFsMcMCI_InitSuccess   EvtFsMcMCIId(EventLevelError, 26)
#define EvtFsMcMCI_LockActive   EvtFsMcMCIId(EventLevelOp, 41)
#define EvtFsMcMCI_LockDeactivated   EvtFsMcMCIId(EventLevelOp, 42)
#define EvtFsMcMCI_LockUnlockExec   EvtFsMcMCIId(EventLevelOp, 39)
#define EvtFsMcMCI_LockUnlockExecError   EvtFsMcMCIId(EventLevelError, 40)
#define EvtFsMcMCI_MediaCdActive   EvtFsMcMCIId(EventLevelOp, 5)
#define EvtFsMcMCI_MediaCdInactive   EvtFsMcMCIId(EventLevelError, 6)
#define EvtFsMcMCI_MediaDetectionError   EvtFsMcMCIId(EventLevelError, 15)
#define EvtFsMcMCI_MediaDetectionMMC   EvtFsMcMCIId(EventLevelOp, 14)
#define EvtFsMcMCI_MediaDetectionSD   EvtFsMcMCIId(EventLevelOp, 10)
#define EvtFsMcMCI_MediaNoResponse   EvtFsMcMCIId(EventLevelOp, 13)
#define EvtFsMcMCI_MediaNotInitialized   EvtFsMcMCIId(EventLevelOp, 4)
#define EvtFsMcMCI_MediaPasswordEnabled   EvtFsMcMCIId(EventLevelError, 55)
#define EvtFsMcMCI_MediaReady   EvtFsMcMCIId(EventLevelOp, 12)
#define EvtFsMcMCI_MediaReset   EvtFsMcMCIId(EventLevelOp, 9)
#define EvtFsMcMCI_MediaSD_V2   EvtFsMcMCIId(EventLevelOp, 11)
#define EvtFsMcMCI_MediaWpActive   EvtFsMcMCIId(EventLevelOp, 7)
#define EvtFsMcMCI_MediaWpInactive   EvtFsMcMCIId(EventLevelOp, 8)
#define EvtFsMcMCI_No   (0x80 | 6) /* FsMcMCI component number */
#define EvtFsMcMCI_ParameterInvalid   EvtFsMcMCIId(EventLevelError, 54)
#define EvtFsMcMCI_RcaReadError   EvtFsMcMCIId(EventLevelError, 17)
#define EvtFsMcMCI_RcaWriteError   EvtFsMcMCIId(EventLevelError, 18)
#define EvtFsMcMCI_ReadInfo   EvtFsMcMCIId(EventLevelOp, 35)
#define EvtFsMcMCI_ReadInfoSuccess   EvtFsMcMCIId(EventLevelOp, 36)
#define EvtFsMcMCI_ReadXferSetupError   EvtFsMcMCIId(EventLevelError, 52)
#define EvtFsMcMCI_SectorRead   EvtFsMcMCIId(EventLevelOp, 29)
#define EvtFsMcMCI_SectorReadError   EvtFsMcMCIId(EventLevelError, 30)
#define EvtFsMcMCI_SectorWrite   EvtFsMcMCIId(EventLevelOp, 31)
#define EvtFsMcMCI_SectorWriteError   EvtFsMcMCIId(EventLevelError, 32)
#define EvtFsMcMCI_SendCommandError   EvtFsMcMCIId(EventLevelError, 51)
#define EvtFsMcMCI_SleepActive   EvtFsMcMCIId(EventLevelOp, 48)
#define EvtFsMcMCI_SleepAwakeControl   EvtFsMcMCIId(EventLevelOp, 47)
#define EvtFsMcMCI_StbyStateError   EvtFsMcMCIId(EventLevelError, 25)
#define EvtFsMcMCI_TransferAbort   EvtFsMcMCIId(EventLevelOp, 46)
#define EvtFsMcMCI_TransferRetry   EvtFsMcMCIId(EventLevelOp, 34)
#define EvtFsMcMCI_TransferSetupError   EvtFsMcMCIId(EventLevelError, 33)
#define EvtFsMcMCI_TranStateError   EvtFsMcMCIId(EventLevelError, 20)
#define EvtFsMcMCI_UninitDriver   EvtFsMcMCIId(EventLevelOp, 27)
#define EvtFsMcMCI_UninitMedia   EvtFsMcMCIId(EventLevelOp, 28)
#define EvtFsMcMCI_WriteXferSetupError   EvtFsMcMCIId(EventLevelError, 53)
#define EvtFsMcMCIId (   Level,
  Msg_No 
)    EventID(Level, EvtFsMcMCI_No, Msg_No)
#define EvtFsMcSPI_ACmdResponseError   EvtFsMcSPIId(EventLevelError, 45)
#define EvtFsMcSPI_BlenWriteError   EvtFsMcSPIId(EventLevelError, 21)
#define EvtFsMcSPI_BusSpeedControl   EvtFsMcSPIId(EventLevelOp, 36)
#define EvtFsMcSPI_CidReadError   EvtFsMcSPIId(EventLevelError, 19)
#define EvtFsMcSPI_CmdResponseError   EvtFsMcSPIId(EventLevelError, 44)
#define EvtFsMcSPI_CmdSendError   EvtFsMcSPIId(EventLevelError, 43)
#define EvtFsMcSPI_CrcDisableError   EvtFsMcSPIId(EventLevelError, 40)
#define EvtFsMcSPI_CsdReadError   EvtFsMcSPIId(EventLevelError, 20)
#define EvtFsMcSPI_DevCtrl   EvtFsMcSPIId(EventLevelOp, 30)
#define EvtFsMcSPI_DevCtrlUnsupported   EvtFsMcSPIId(EventLevelError, 31)
#define EvtFsMcSPI_DriverReceiveError   EvtFsMcSPIId(EventLevelError, 42)
#define EvtFsMcSPI_DriverSendError   EvtFsMcSPIId(EventLevelError, 41)
#define EvtFsMcSPI_InitDriver   EvtFsMcSPIId(EventLevelOp, 0)
#define EvtFsMcSPI_InitDriverError   EvtFsMcSPIId(EventLevelError, 2)
#define EvtFsMcSPI_InitDriverPowerError   EvtFsMcSPIId(EventLevelError, 3)
#define EvtFsMcSPI_InitDriverSuccess   EvtFsMcSPIId(EventLevelOp, 1)
#define EvtFsMcSPI_InitMedia   EvtFsMcSPIId(EventLevelOp, 4)
#define EvtFsMcSPI_InitMediaSuccess   EvtFsMcSPIId(EventLevelOp, 5)
#define EvtFsMcSPI_LockActive   EvtFsMcSPIId(EventLevelOp, 34)
#define EvtFsMcSPI_LockDeactivated   EvtFsMcSPIId(EventLevelOp, 35)
#define EvtFsMcSPI_LockUnlockExec   EvtFsMcSPIId(EventLevelOp, 32)
#define EvtFsMcSPI_LockUnlockExecError   EvtFsMcSPIId(EventLevelError, 33)
#define EvtFsMcSPI_MediaCdActive   EvtFsMcSPIId(EventLevelOp, 7)
#define EvtFsMcSPI_MediaCdInactive   EvtFsMcSPIId(EventLevelError, 8)
#define EvtFsMcSPI_MediaDetectionError   EvtFsMcSPIId(EventLevelError, 18)
#define EvtFsMcSPI_MediaDetectionMMC   EvtFsMcSPIId(EventLevelOp, 17)
#define EvtFsMcSPI_MediaDetectionSD   EvtFsMcSPIId(EventLevelOp, 13)
#define EvtFsMcSPI_MediaNoResponse   EvtFsMcSPIId(EventLevelOp, 16)
#define EvtFsMcSPI_MediaNotInitialized   EvtFsMcSPIId(EventLevelError, 6)
#define EvtFsMcSPI_MediaPasswordEnabled   EvtFsMcSPIId(EventLevelError, 47)
#define EvtFsMcSPI_MediaReady   EvtFsMcSPIId(EventLevelOp, 15)
#define EvtFsMcSPI_MediaReset   EvtFsMcSPIId(EventLevelOp, 11)
#define EvtFsMcSPI_MediaResetError   EvtFsMcSPIId(EventLevelError, 12)
#define EvtFsMcSPI_MediaSD_V2   EvtFsMcSPIId(EventLevelOp, 14)
#define EvtFsMcSPI_MediaWpActive   EvtFsMcSPIId(EventLevelOp, 9)
#define EvtFsMcSPI_MediaWpInactive   EvtFsMcSPIId(EventLevelOp, 10)
#define EvtFsMcSPI_No   (0x80 | 7) /* FsMcSPI component number */
#define EvtFsMcSPI_ParameterInvalid   EvtFsMcSPIId(EventLevelError, 46)
#define EvtFsMcSPI_ReadCdMissing   EvtFsMcSPIId(EventLevelOp, 38)
#define EvtFsMcSPI_ReadInfo   EvtFsMcSPIId(EventLevelOp, 28)
#define EvtFsMcSPI_ReadInfoSuccess   EvtFsMcSPIId(EventLevelOp, 29)
#define EvtFsMcSPI_ReadWpMissing   EvtFsMcSPIId(EventLevelOp, 39)
#define EvtFsMcSPI_SectorRead   EvtFsMcSPIId(EventLevelOp, 24)
#define EvtFsMcSPI_SectorReadError   EvtFsMcSPIId(EventLevelError, 25)
#define EvtFsMcSPI_SectorWrite   EvtFsMcSPIId(EventLevelOp, 26)
#define EvtFsMcSPI_SectorWriteError   EvtFsMcSPIId(EventLevelError, 27)
#define EvtFsMcSPI_SlaveSelCtrlMissing   EvtFsMcSPIId(EventLevelOp, 37)
#define EvtFsMcSPI_UninitDriver   EvtFsMcSPIId(EventLevelOp, 22)
#define EvtFsMcSPI_UninitMedia   EvtFsMcSPIId(EventLevelOp, 23)
#define EvtFsMcSPIId (   Level,
  Msg_No 
)    EventID(Level, EvtFsMcSPI_No, Msg_No)
#define EvtFsNAND_BlockErase   EvtFsNANDId(EventLevelOp, 15)
#define EvtFsNAND_DeviceReset   EvtFsNANDId(EventLevelOp, 20)
#define EvtFsNAND_DeviceTimeoutError   EvtFsNANDId(EventLevelError, 12)
#define EvtFsNAND_DriverBusModeSelect   EvtFsNANDId(EventLevelOp, 4)
#define EvtFsNAND_DriverBusWidthError   EvtFsNANDId(EventLevelError, 6)
#define EvtFsNAND_DriverBusWidthSelect   EvtFsNANDId(EventLevelOp, 5)
#define EvtFsNAND_DriverDevPowerSelect   EvtFsNANDId(EventLevelOp, 7)
#define EvtFsNAND_DriverEccInquire   EvtFsNANDId(EventLevelOp, 8)
#define EvtFsNAND_DriverEccInquireError   EvtFsNANDId(EventLevelOp, 10)
#define EvtFsNAND_DriverEccSelect   EvtFsNANDId(EventLevelOp, 9)
#define EvtFsNAND_DriverPowerCtrlError   EvtFsNANDId(EventLevelError, 3)
#define EvtFsNAND_DriverTimeoutError   EvtFsNANDId(EventLevelError, 11)
#define EvtFsNAND_IdRead   EvtFsNANDId(EventLevelOp, 19)
#define EvtFsNAND_Init   EvtFsNANDId(EventLevelOp, 0)
#define EvtFsNAND_InitDriver   EvtFsNANDId(EventLevelOp, 1)
#define EvtFsNAND_InitDriverError   EvtFsNANDId(EventLevelError, 2)
#define EvtFsNAND_No   (0x80 | 5) /* FsNAND component number */
#define EvtFsNAND_PageRead   EvtFsNANDId(EventLevelOp, 17)
#define EvtFsNAND_PageWrite   EvtFsNANDId(EventLevelOp, 16)
#define EvtFsNAND_ParamPageRead   EvtFsNANDId(EventLevelOp, 18)
#define EvtFsNAND_StatusRead   EvtFsNANDId(EventLevelDetail, 14)
#define EvtFsNAND_Uninit   EvtFsNANDId(EventLevelOp, 13)
#define EvtFsNANDId (   Level,
  Msg_No 
)    EventID(Level, EvtFsNAND_No, Msg_No)
#define EvtFsNFTL_AllocateBlock   EvtFsNFTLId(EventLevelOp, 38)
#define EvtFsNFTL_AllocatedBlock   EvtFsNFTLId(EventLevelOp, 58)
#define EvtFsNFTL_BadBlockDetected   EvtFsNFTLId(EventLevelOp, 26)
#define EvtFsNFTL_BadBlockMark   EvtFsNFTLId(EventLevelOp, 27)
#define EvtFsNFTL_BBMPositionSet   EvtFsNFTLId(EventLevelOp, 25)
#define EvtFsNFTL_BitErrorCorrected   EvtFsNFTLId(EventLevelOp, 55)
#define EvtFsNFTL_BlockErase   EvtFsNFTLId(EventLevelDetail, 66)
#define EvtFsNFTL_BlockEraseFailed   EvtFsNFTLId(EventLevelError, 53)
#define EvtFsNFTL_BlockEraseStatusErr   EvtFsNFTLId(EventLevelOp, 52)
#define EvtFsNFTL_BlockEraseTimeout   EvtFsNFTLId(EventLevelError, 54)
#define EvtFsNFTL_BootSignatureInvalid   EvtFsNFTLId(EventLevelOp, 11)
#define EvtFsNFTL_BootSignatureValid   EvtFsNFTLId(EventLevelOp, 10)
#define EvtFsNFTL_CacheRead   EvtFsNFTLId(EventLevelDetail, 69)
#define EvtFsNFTL_CacheWrite   EvtFsNFTLId(EventLevelDetail, 68)
#define EvtFsNFTL_DataBlockCapacity   EvtFsNFTLId(EventLevelOp, 12)
#define EvtFsNFTL_DevCtrl   EvtFsNFTLId(EventLevelOp, 20)
#define EvtFsNFTL_DevCtrlUnsupported   EvtFsNFTLId(EventLevelError, 21)
#define EvtFsNFTL_DeviceNotInitialized   EvtFsNFTLId(EventLevelError, 4)
#define EvtFsNFTL_Format   EvtFsNFTLId(EventLevelOp, 22)
#define EvtFsNFTL_FormatLLEB   EvtFsNFTLId(EventLevelOp, 24)
#define EvtFsNFTL_FormatSuccess   EvtFsNFTLId(EventLevelOp, 23)
#define EvtFsNFTL_GarbageCollection   EvtFsNFTLId(EventLevelOp, 42)
#define EvtFsNFTL_Init   EvtFsNFTLId(EventLevelOp, 0)
#define EvtFsNFTL_InitMediaFailed   EvtFsNFTLId(EventLevelError, 1)
#define EvtFsNFTL_LbnOutOfRange   EvtFsNFTLId(EventLevelError, 34)
#define EvtFsNFTL_LbnToPbn   EvtFsNFTLId(EventLevelOp, 33)
#define EvtFsNFTL_LoadDataLayout   EvtFsNFTLId(EventLevelDetail, 61)
#define EvtFsNFTL_LoadSector   EvtFsNFTLId(EventLevelDetail, 59)
#define EvtFsNFTL_LoadTableLayout   EvtFsNFTLId(EventLevelDetail, 60)
#define EvtFsNFTL_LsnFind   EvtFsNFTLId(EventLevelOp, 39)
#define EvtFsNFTL_LsnFound   EvtFsNFTLId(EventLevelOp, 40)
#define EvtFsNFTL_LsnNotFound   EvtFsNFTLId(EventLevelOp, 41)
#define EvtFsNFTL_LsnToLbn   EvtFsNFTLId(EventLevelOp, 32)
#define EvtFsNFTL_Mount   EvtFsNFTLId(EventLevelOp, 2)
#define EvtFsNFTL_MountSuccess   EvtFsNFTLId(EventLevelOp, 3)
#define EvtFsNFTL_MoveData   EvtFsNFTLId(EventLevelOp, 44)
#define EvtFsNFTL_No   (0x80 | 4) /* FsNFTL component number */
#define EvtFsNFTL_PageProgramFailed   EvtFsNFTLId(EventLevelError, 50)
#define EvtFsNFTL_PageProgramStatusErr   EvtFsNFTLId(EventLevelOp, 49)
#define EvtFsNFTL_PageProgramTimeout   EvtFsNFTLId(EventLevelError, 51)
#define EvtFsNFTL_PageRead   EvtFsNFTLId(EventLevelDetail, 65)
#define EvtFsNFTL_PageReadFailed   EvtFsNFTLId(EventLevelError, 48)
#define EvtFsNFTL_PageWrite   EvtFsNFTLId(EventLevelDetail, 64)
#define EvtFsNFTL_ParameterInvalid   EvtFsNFTLId(EventLevelError, 56)
#define EvtFsNFTL_PbnOutOfRange   EvtFsNFTLId(EventLevelError, 35)
#define EvtFsNFTL_ReadBootBlock   EvtFsNFTLId(EventLevelOp, 8)
#define EvtFsNFTL_ReadBootBlockFailed   EvtFsNFTLId(EventLevelError, 9)
#define EvtFsNFTL_ReadInfo   EvtFsNFTLId(EventLevelOp, 18)
#define EvtFsNFTL_ReadInfoSuccess   EvtFsNFTLId(EventLevelOp, 19)
#define EvtFsNFTL_ReadSector   EvtFsNFTLId(EventLevelOp, 30)
#define EvtFsNFTL_ReadSectorSuccess   EvtFsNFTLId(EventLevelOp, 31)
#define EvtFsNFTL_ReadTable   EvtFsNFTLId(EventLevelOp, 13)
#define EvtFsNFTL_ReadTableFailed   EvtFsNFTLId(EventLevelError, 14)
#define EvtFsNFTL_RelocateBlock   EvtFsNFTLId(EventLevelOp, 45)
#define EvtFsNFTL_RelocateBlockFailed   EvtFsNFTLId(EventLevelError, 46)
#define EvtFsNFTL_ResetDevice   EvtFsNFTLId(EventLevelOp, 5)
#define EvtFsNFTL_ResetDeviceFailed   EvtFsNFTLId(EventLevelError, 6)
#define EvtFsNFTL_ResetDeviceTimeout   EvtFsNFTLId(EventLevelError, 7)
#define EvtFsNFTL_SetBadBlockMarker   EvtFsNFTLId(EventLevelOp, 43)
#define EvtFsNFTL_SetupPageLayout   EvtFsNFTLId(EventLevelDetail, 62)
#define EvtFsNFTL_SetupSpareLayout   EvtFsNFTLId(EventLevelDetail, 63)
#define EvtFsNFTL_SkipBadBlock   EvtFsNFTLId(EventLevelOp, 47)
#define EvtFsNFTL_StatusRead   EvtFsNFTLId(EventLevelDetail, 67)
#define EvtFsNFTL_TableEntryNotFound   EvtFsNFTLId(EventLevelOp, 37)
#define EvtFsNFTL_TableLookup   EvtFsNFTLId(EventLevelOp, 36)
#define EvtFsNFTL_TableUpdate   EvtFsNFTLId(EventLevelOp, 57)
#define EvtFsNFTL_Uninit   EvtFsNFTLId(EventLevelOp, 15)
#define EvtFsNFTL_UninitDriver   EvtFsNFTLId(EventLevelOp, 16)
#define EvtFsNFTL_UninitDriverFailed   EvtFsNFTLId(EventLevelError, 17)
#define EvtFsNFTL_WriteSector   EvtFsNFTLId(EventLevelOp, 28)
#define EvtFsNFTL_WriteSectorSuccess   EvtFsNFTLId(EventLevelOp, 29)
#define EvtFsNFTLId (   Level,
  Msg_No 
)    EventID(Level, EvtFsNFTL_No, Msg_No)

Function Documentation

__STATIC_INLINE void EvrFsEFS_FileAllocRead ( uint32_t  addr,
uint32_t  end,
uint32_t  fileID,
uint32_t  index 
)

Event on EFS file allocation info read (Detail)

Parameters
[in]addrmemory address
[in]endend address of the file fragment
[in]fileIDfile identification number
[in]indexfile fragment ordering number
__STATIC_INLINE void EvrFsEFS_FileAllocWrite ( uint32_t  addr,
uint32_t  end,
uint32_t  fileID,
uint32_t  index 
)

Event on EFS file allocation info write (Detail)

Parameters
[in]addrmemory address
[in]endend address of the file fragment
[in]fileIDfile identification number
[in]indexfile fragment ordering number
__STATIC_INLINE void EvrFsFAT_NameCacheEntryDelete ( uint32_t  drive,
uint32_t  clus,
uint32_t  offs,
uint32_t  cnt 
)

Event on FAT name cache entry delete (Detail)

Parameters
[in]drive4 byte encoded drive letter
[in]clusname entry cluster number
[in]offsname entry offset
[in]cntnumber of name entries
__STATIC_INLINE void EvrFsFAT_NameCacheEntryFound ( uint32_t  drive,
uint32_t  clus,
uint32_t  offs,
uint32_t  cnt 
)

Event on found file name entry in FAT name cache (Detail)

Parameters
[in]drive4 byte encoded drive letter
[in]clusname entry cluster number
[in]offsname entry offset
[in]cntnumber of name entries
__STATIC_INLINE void EvrFsFAT_NameCacheEntryInsert ( uint32_t  drive,
uint32_t  clus,
uint32_t  offs,
uint32_t  cnt 
)

Event on FAT name cache entry insert (Detail)

Parameters
[in]drive4 byte encoded drive letter
[in]clusname entry cluster number
[in]offsname entry offset
[in]cntnumber of name entries
__STATIC_INLINE void EvrFsFAT_NameCacheHit ( uint32_t  drive,
const char *  name,
uint32_t  len 
)

Event on FAT name cache hit (Op)

Parameters
[in]drive4 byte encoded drive letter
[in]namename buffer pointer
[in]lenname length
__STATIC_INLINE void EvrFsFAT_NameCacheMiss ( uint32_t  drive,
const char *  name,
uint32_t  len 
)

Event on FAT name cache miss (Op)

Parameters
[in]drive4 byte encoded drive letter
[in]namename buffer pointer
[in]lenname length