STemWin
IP_FS_API
is only used within STemWin.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STemWin
IP_FS_API
IP_FS_API struct
Types
Syntax
Show:
Summary
Declaration
from
IP_FS.h:64
typedef
struct
{
void
*
(
*
pfOpenFile
)
(
const
char
*
sFilename
)
;
int
(
*
pfCloseFile
)
(
void
*
hFile
)
;
int
(
*
pfReadAt
)
(
void
*
hFile
,
void
*
pBuffer
,
U32
Pos
,
U32
NumBytes
)
;
long
(
*
pfGetLen
)
(
void
*
hFile
)
;
void
(
*
pfForEachDirEntry
)
(
void
*
pContext
,
const
char
*
sDir
,
void
(
*
pf
)
(
void
*
,
void
*
)
)
;
void
(
*
pfGetDirEntryFileName
)
(
void
*
pFileEntry
,
char
*
sFileName
,
U32
SizeOfBuffer
)
;
U32
(
*
pfGetDirEntryFileSize
)
(
void
*
pFileEntry
,
U32
*
pFileSizeHigh
)
;
U32
(
*
pfGetDirEntryFileTime
)
(
void
*
pFileEntry
)
;
int
(
*
pfGetDirEntryAttributes
)
(
void
*
pFileEntry
)
;
void
*
(
*
pfCreate
)
(
const
char
*
sFileName
)
;
void
*
(
*
pfDeleteFile
)
(
const
char
*
sFilename
)
;
int
(
*
pfRenameFile
)
(
const
char
*
sOldFilename
,
const
char
*
sNewFilename
)
;
int
(
*
pfWriteAt
)
(
void
*
hFile
,
void
*
pBuffer
,
U32
Pos
,
U32
NumBytes
)
;
int
(
*
pfMKDir
)
(
const
char
*
sDirName
)
;
int
(
*
pfRMDir
)
(
const
char
*
sDirName
)
;
int
(
*
pfIsFolder
)
(
const
char
*
sPath
)
;
int
(
*
pfMove
)
(
const
char
*
sOldFilename
,
const
char
*
sNewFilename
)
;
}
IP_FS_API
;
Fields
Field
Declared as
IP_FS_API::pfOpenFile
void
*
(
*
)
(
const
char
*
sFilename
)
IP_FS_API::pfCloseFile
int
(
*
)
(
void
*
hFile
)
IP_FS_API::pfReadAt
int
(
*
)
(
void
*
hFile
,
void
*
pBuffer
,
U32
Pos
,
U32
NumBytes
)
IP_FS_API::pfGetLen
long
(
*
)
(
void
*
hFile
)
IP_FS_API::pfForEachDirEntry
void
(
*
)
(
void
*
pContext
,
const
char
*
sDir
,
void
(
*
pf
)
(
void
*
,
void
*
)
)
IP_FS_API::pfGetDirEntryFileName
void
(
*
)
(
void
*
pFileEntry
,
char
*
sFileName
,
U32
SizeOfBuffer
)
IP_FS_API::pfGetDirEntryFileSize
U32
(
*
)
(
void
*
pFileEntry
,
U32
*
pFileSizeHigh
)
IP_FS_API::pfGetDirEntryFileTime
U32
(
*
)
(
void
*
pFileEntry
)
IP_FS_API::pfGetDirEntryAttributes
int
(
*
)
(
void
*
pFileEntry
)
IP_FS_API::pfCreate
void
*
(
*
)
(
const
char
*
sFileName
)
IP_FS_API::pfDeleteFile
void
*
(
*
)
(
const
char
*
sFilename
)
IP_FS_API::pfRenameFile
int
(
*
)
(
const
char
*
sOldFilename
,
const
char
*
sNewFilename
)
IP_FS_API::pfWriteAt
int
(
*
)
(
void
*
hFile
,
void
*
pBuffer
,
U32
Pos
,
U32
NumBytes
)
IP_FS_API::pfMKDir
int
(
*
)
(
const
char
*
sDirName
)
IP_FS_API::pfRMDir
int
(
*
)
(
const
char
*
sDirName
)
IP_FS_API::pfIsFolder
int
(
*
)
(
const
char
*
sPath
)
IP_FS_API::pfMove
int
(
*
)
(
const
char
*
sOldFilename
,
const
char
*
sNewFilename
)
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out