23 #ifndef _TZ01_CONSOLE_H_
24 #define _TZ01_CONSOLE_H_
87 #endif //_TZ01_CONSOLE_H_
bool TZ01_console_getc(uint8_t *c)
Get character from serial console.
bool TZ01_console_init(void)
Initialize serial console.
int TZ01_console_write(uint8_t *buf, int len)
Write byte data to serial console.
int TZ01_console_read(uint8_t *buf, int len)
Read byte data from serial console.
bool TZ01_console_putc(uint8_t c)
Put character to serial console.
int TZ01_console_puts(char *buf)
Put String to serial console.
int TZ01_console_gets(char *buf, int max_len)
Get string from serial console.