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.
SdFatUtil.h File Reference
Useful utility functions. More...
Go to the source code of this file.
Functions | |
| static UNUSEDOK int | FreeRam (void) |
| Return the number of bytes currently free in RAM. | |
| static NOINLINE void | SerialPrint_P (PGM_P str) |
| Print a string in flash memory to the serial port. | |
| static NOINLINE void | SerialPrintln_P (PGM_P str) |
| Print a string in flash memory followed by a CR/LF. | |
Detailed Description
Useful utility functions.
Definition in file SdFatUtil.h.
Function Documentation
| static UNUSEDOK int FreeRam | ( | void | ) | [static] |
Return the number of bytes currently free in RAM.
Definition at line 36 of file SdFatUtil.h.
| static NOINLINE void SerialPrint_P | ( | PGM_P | str ) | [static] |
Print a string in flash memory to the serial port.
- Parameters:
-
[in] str Pointer to string stored in flash memory.
Definition at line 57 of file SdFatUtil.h.
| static NOINLINE void SerialPrintln_P | ( | PGM_P | str ) | [static] |
Print a string in flash memory followed by a CR/LF.
- Parameters:
-
[in] str Pointer to string stored in flash memory.
Definition at line 66 of file SdFatUtil.h.
Generated on Thu Jul 14 2022 02:07:54 by
1.7.2