#include "hpm_common.h"Go to the source code of this file.
Data Structures | |
| struct | console_config_t |
Macros | |
| #define | CONSOLE_TYPE_UART 0 |
Functions | |
| hpm_stat_t | console_init (console_config_t *cfg) |
| uint8_t | console_receive_byte (void) |
| uint8_t | console_try_receive_byte (void) |
| void | console_send_byte (uint8_t c) |
| #define CONSOLE_TYPE_UART 0 |
| hpm_stat_t console_init | ( | console_config_t * | cfg | ) |
| uint8_t console_receive_byte | ( | void | ) |
| void console_send_byte | ( | uint8_t | c | ) |
| uint8_t console_try_receive_byte | ( | void | ) |