MOS Source Code
|
#include <pb_encode.h>
#include <pb_decode.h>
#include <string.h>
#include <assert.h>
#include <stdio.h>
#include "stackusage.pb.h"
Go to the source code of this file.
Macros | |
#define | MAX_STACK_ENTRIES 1024 |
Functions | |
void | start_stack_measuring () |
int | end_stack_measuring () |
void | do_encode () |
void | do_decode () |
int | main () |
Variables | |
static uint8_t | g_msgbuf [256] |
static size_t | g_msglen |
static uint32_t | g_stackbuf [1024] |
static volatile uint32_t * | g_stackptr |
#define MAX_STACK_ENTRIES 1024 |
Definition at line 16 of file stackusage.c.
Referenced by end_stack_measuring(), and start_stack_measuring().
void start_stack_measuring | ( | ) |
Definition at line 20 of file stackusage.c.
Referenced by main().
int end_stack_measuring | ( | ) |
Definition at line 30 of file stackusage.c.
Referenced by main().
void do_encode | ( | ) |
Definition at line 44 of file stackusage.c.
Referenced by main().
void do_decode | ( | ) |
Definition at line 66 of file stackusage.c.
Referenced by do_roundtrips(), and main().
|
static |
Definition at line 8 of file stackusage.c.
Referenced by do_decode(), and do_encode().
|
static |
Definition at line 9 of file stackusage.c.
Referenced by do_decode(), and do_encode().
|
static |
Definition at line 17 of file stackusage.c.
Referenced by end_stack_measuring(), and start_stack_measuring().
|
static |
Definition at line 18 of file stackusage.c.
Referenced by end_stack_measuring(), and start_stack_measuring().