code for buffering bytes to be sent to the CLI utility More...
#include <stdint.h>
Include dependency graph for tr_cli_buffer.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | tr_cli_buffer_stats_t |
Functions | |
| void | tr_cli_buffer_init (void) |
| void | tr_cli_buffer_byte (uint8_t new_input_char) |
| void | tr_cli_buffer_process_bytes (void) |
| void | tr_cli_buffer_clear_stats (void) |
| tr_cli_buffer_stats_t | tr_cli_buffer_get_stats (void) |
code for buffering bytes to be sent to the CLI utility
SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com
| void tr_cli_buffer_byte | ( | uint8_t | new_input_char | ) |
| void tr_cli_buffer_clear_stats | ( | void | ) |
| tr_cli_buffer_stats_t tr_cli_buffer_get_stats | ( | void | ) |
| void tr_cli_buffer_init | ( | void | ) |
FUNCTIONS
| void tr_cli_buffer_process_bytes | ( | void | ) |