Functions | |
U32 | get_heap_curr_used_size (void) |
Returns the number of bytes currently used from the HEAP. More... | |
U32 | get_heap_free_size (void) |
Returns the number of free bytes in the HEAP. More... | |
U32 | get_heap_total_used_size (void) |
Returns the number of total of used bytes allocated from the HEAP. More... | |
void | uc3_round_trace (U32 val) |
Trace a data in the round buffer. More... | |
void | uc3_round_trace_init (void *buf, U32 size) |
Initialize the trace using a round buffer. More... | |
Variables | |
static void * | round_trace_pbuf |
static U32 | round_trace_size |
|
static |
Referenced by uc3_round_trace().
|
static |