![]() |
Soldered SD Card Arduino Library 1.0.0
Easily read and write files to and form the SD card breakout! A fork of the original SDFat library by Bill Greiman.
|
FreeStack() function. More...
Go to the source code of this file.
Functions | |
| int | FreeStack () |
| char * | sbrk (int incr) |
| void | FillStack () |
| int | UnusedStack () |
Variables | |
| char * | __brkval |
| char | __bss_end |
| uint8_t | _ebss |
FreeStack() function.
| void FillStack | ( | ) |
Fill stack with 0x55 pattern
|
inline |
Amount of free stack space.
| char * sbrk | ( | int | incr | ) |
| int UnusedStack | ( | ) |
Determine the amount of unused stack.
FillStack() must be called to fill the stack with a 0x55 pattern.
UnusedStack() may fail if malloc() or new is use.
|
extern |
boundary between stack and heap.
|
extern |
End of bss section.
|
extern |