Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
PAL Services Enumerated Data Types
[File System Specification]
Enumerations | |
enum | pal_fsOffset_t { , PAL_FS_OFFSET_SEEKSET, PAL_FS_OFFSET_SEEKCUR, PAL_FS_OFFSET_SEEKEND } |
Enum for `fseek()` relative options. More... | |
enum | pal_fsFileMode_t { , PAL_FS_FLAG_READONLY, PAL_FS_FLAG_READWRITE, PAL_FS_FLAG_READWRITEEXCLUSIVE, PAL_FS_FLAG_READWRITETRUNC } |
Enum for `fopen()` permission options. More... |
Enumeration Type Documentation
enum pal_fsFileMode_t |
Enum for `fopen()` permission options.
- Enumerator:
Definition at line 142 of file pal_fileSystem.h.
enum pal_fsOffset_t |
Enum for `fseek()` relative options.
- Enumerator:
PAL_FS_OFFSET_SEEKSET Relative to the start of the file.
PAL_FS_OFFSET_SEEKCUR The current position indicator.
PAL_FS_OFFSET_SEEKEND End of file.
Definition at line 132 of file pal_fileSystem.h.
Generated on Mon Aug 29 2022 19:53:43 by
