CuVoodoo STM32F1 firmware template
|
BusVoodoo generic UART mode (API) More...
Go to the source code of this file.
Data Structures | |
struct | busvoodoo_uart_generic_specific_t |
UART specific methods that will be called by the generic methods. More... | |
Macros | |
#define | busvoodoo_uart_generic_commands_nb 5 |
number of commands supported by the generic UART mode More... | |
Functions | |
bool | busvoodoo_uart_generic_configure (const struct busvoodoo_uart_generic_specific_t *conf) |
provide the generic USART with mode specific information More... | |
bool | busvoodoo_uart_generic_setup (char **prefix, const char *line) |
setup generic UART mode More... | |
void | busvoodoo_uart_generic_exit (void) |
exit genetic UART mode | |
Variables | |
const struct menu_command_t | busvoodoo_uart_generic_commands [busvoodoo_uart_generic_commands_nb] |
commands supported by the generic UART mode | |
BusVoodoo generic UART mode (API)
Definition in file busvoodoo_uart_generic.h.
#define busvoodoo_uart_generic_commands_nb 5 |
number of commands supported by the generic UART mode
Definition at line 64 of file busvoodoo_uart_generic.h.
bool busvoodoo_uart_generic_configure | ( | const struct busvoodoo_uart_generic_specific_t * | conf | ) |
provide the generic USART with mode specific information
[in] | conf | USART mode specific information |
Definition at line 69 of file busvoodoo_uart_generic.c.
bool busvoodoo_uart_generic_setup | ( | char ** | prefix, |
const char * | line | ||
) |
setup generic UART mode
[out] | prefix | terminal prompt prefix |
[in] | line | terminal prompt line to configure mode |
Definition at line 88 of file busvoodoo_uart_generic.c.