System wide functions.
More...
#include <System.h>
void System::dumpHeapInfo |
( |
| ) |
|
|
static |
Dump the storage stats for the heap.
void System::dumpPinMapping |
( |
| ) |
|
|
static |
Dump the mappings for GPIO pins.
void System::getChipInfo |
( |
esp_chip_info_t * |
info | ) |
|
|
static |
Get the information about the device.
- Parameters
-
[out] | info | The structure to be populated on return. |
- Returns
- N/A.
size_t System::getFreeHeapSize |
( |
| ) |
|
|
static |
Retrieve the system wide free heap size.
- Returns
- The system wide free heap size.
size_t System::getMinimumFreeHeapSize |
( |
| ) |
|
|
static |
Get the smallest heap size seen.
- Returns
- The smallest heap size seen.
The documentation for this class was generated from the following files: