|
CTS-SAT-1-OBC-Firmware
|
#include "telecommand_exec/telecommand_definitions.h"

Go to the source code of this file.
Functions | |
| uint8_t | TCMDEXEC_uart_send_hex_get_response_hex (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Send arbitrary commands to a UART peripheral, and receive the response. | |
| uint8_t | TCMDEXEC_uart_send_hex (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Send arbitrary commands to a UART peripheral. | |
| uint8_t | TCMDEXEC_uart_send_str (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Send arbitrary commands to a UART peripheral. | |
| uint8_t | TCMDEXEC_uart_get_last_rx_times_json (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Get a JSON dict of how long, in ms, SINCE each UART ISR handler was last triggered. | |
| uint8_t | TCMDEXEC_uart_set_baud_rate (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| uint8_t TCMDEXEC_uart_get_last_rx_times_json | ( | const char * | args_str, |
| char * | response_output_buf, | ||
| uint16_t | response_output_buf_len ) |
Get a JSON dict of how long, in ms, SINCE each UART ISR handler was last triggered.

| uint8_t TCMDEXEC_uart_send_hex | ( | const char * | args_str, |
| char * | response_output_buf, | ||
| uint16_t | response_output_buf_len ) |
Send arbitrary commands to a UART peripheral.
| args_str |
|
| response_output_buf | The buffer to write the response to |
| response_output_buf_len | The maximum length of the response_output_buf (its size) |

| uint8_t TCMDEXEC_uart_send_hex_get_response_hex | ( | const char * | args_str, |
| char * | response_output_buf, | ||
| uint16_t | response_output_buf_len ) |
Send arbitrary commands to a UART peripheral, and receive the response.
| args_str |
|
| response_output_buf | The buffer to write the response to |
| response_output_buf_len | The maximum length of the response_output_buf (its size) |

| uint8_t TCMDEXEC_uart_send_str | ( | const char * | args_str, |
| char * | response_output_buf, | ||
| uint16_t | response_output_buf_len ) |
Send arbitrary commands to a UART peripheral.
| args_str |
|
| response_output_buf | The buffer to write the response to |
| response_output_buf_len | The maximum length of the response_output_buf (its size) |

| uint8_t TCMDEXEC_uart_set_baud_rate | ( | const char * | args_str, |
| char * | response_output_buf, | ||
| uint16_t | response_output_buf_len ) |
