lpc_sys.h
Go to the documentation of this file.
This file provides access to the System's Real-time Clock that maintains time even through power-loss...
This file simply provides registers that are used to detect faults. These registers should be defined...
#define FAULT_PRESENT_VAL
Value loaded to FAULT_EXISTS upon a crash.
Definition: fault_registers.h:33
This file provides the configurable parameters for your project.
uint32_t avail_sys
Memory available to Heap (from sbrk function)
Definition: lpc_sys.h:66
void * last_sbrk_ptr
Last pointer given by the sbrk() function.
Definition: lpc_sys.h:70
CMSIS Cortex-M3 Core Peripheral Access Layer Header File for NXP LPC17xx Device Series.
void * next_malloc_ptr
The next pointer that will be returned to malloc() from sbrk()
Definition: lpc_sys.h:71
uint32_t last_sbrk_size
Last size requested from the sbrk() function.
Definition: lpc_sys.h:69
To use the FreeRTOS so play with it a little *uses roughly of and uses roughly of RAM *The larger the the larger recording buffer *You can choose ring buffer
Definition: readme.txt:4
Definition: lpc_sys.h:61
uint32_t num_sbrk_calls
Number of calls to the sbrk() function.
Definition: lpc_sys.h:68
Definition: lpc_sys.h:48
uint32_t used_heap
Memory granted by Heap (malloc, new etc.)
Definition: lpc_sys.h:64