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
[PAL_GROUP_FS]
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 139 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 129 of file pal_fileSystem.h.
Generated on Tue Jul 12 2022 16:24:24 by
1.7.2