CuVoodoo STM32F1 firmware template
|
BusVoodoo UART mode (code) More...
Go to the source code of this file.
Macros | |
#define | BUSVOODOO_UART_USART 3 |
USART peripheral. | |
Functions | |
static bool | busvoodoo_uart_setup (char **prefix, const char *line) |
setup UART mode More... | |
static void | busvoodoo_uart_exit (void) |
exit UART mode | |
Variables | |
static const struct busvoodoo_uart_generic_specific_t | busvoodoo_uart_generic_uart |
UART specific methods that will be called by the generic methods. More... | |
const struct busvoodoo_mode_t | busvoodoo_uart_mode |
UART mode interface definition. More... | |
BusVoodoo UART mode (code)
Definition in file busvoodoo_uart.c.
|
static |
setup UART mode
[out] | prefix | terminal prompt prefix |
[in] | line | terminal prompt line to configure mode |
Definition at line 77 of file busvoodoo_uart.c.
|
static |
UART specific methods that will be called by the generic methods.
Definition at line 48 of file busvoodoo_uart.c.
const struct busvoodoo_mode_t busvoodoo_uart_mode |
UART mode interface definition.
Definition at line 111 of file busvoodoo_uart.c.