#include "pic_term.h"
Go to the source code of this file.
Functions | |
void | term_init () |
void | term_process () |
Variables | |
uns8 | buffer_len |
uns8 | term_buffer [TERM_BUFFER_SIZE] |
void term_init | ( | ) |
Definition at line 82 of file pic_term.c.
References buffer_len, and term_buffer.
void term_process | ( | ) |
Definition at line 43 of file pic_term.c.
References buffer_len, MAGIC_BOOSTBLOADER_REQUEST, serial_getc(), serial_putc(), serial_rx_avail(), term_buffer, term_entry_callback(), and uns8.
uns8 buffer_len |
Definition at line 41 of file pic_term.c.
Referenced by term_init(), and term_process().
uns8 term_buffer[TERM_BUFFER_SIZE] |
Definition at line 40 of file pic_term.c.
Referenced by term_init(), and term_process().