SikendeRTOS
RTOS for ARM Cortex M3+ SoCs designed and written from scratch
Interpreter.h File Reference

Runs on TM4C123 Command line interface. More...

#include "tm4c123gh6pm.h"
#include "cpu_vars.h"
#include <stdio.h>
#include <stdbool.h>
#include <string.h>
Include dependency graph for Interpreter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MAXSAMPLES   1000
 
#define MAX_WORDS   20
 
#define MAX_CHARS_PER_WORD   30
 

Functions

void Interpreter (void)
 

Detailed Description

Runs on TM4C123 Command line interface.

Date
2/9/2019
Author
Sikender Ashraf and Sijin Woo

Definition in file Interpreter.h.

Macro Definition Documentation

◆ MAX_CHARS_PER_WORD

#define MAX_CHARS_PER_WORD   30

Definition at line 21 of file Interpreter.h.

◆ MAX_WORDS

#define MAX_WORDS   20

Definition at line 20 of file Interpreter.h.

◆ MAXSAMPLES

#define MAXSAMPLES   1000

Definition at line 19 of file Interpreter.h.

Function Documentation

◆ Interpreter()

void Interpreter ( void  )

Interpreter_Start The following function starts Interpreter with UART

Interpretert The following function starts Interpreter with UART

Definition at line 51 of file Interpreter.c.

Here is the call graph for this function:
Here is the caller graph for this function: