CuVoodoo STM32F1 firmware template
|
BusVoodoo RS-232 mode (code) More...
Go to the source code of this file.
Macros | |
#define | BUSVOODOO_RS232_USART 2 |
USART peripheral. | |
#define | BUSVOODOO_RS232_RX_TIMER 2 |
timer ID to capture RX edges | |
#define | BUSVOODOO_RS232_RX_CHANNEL 4 |
channel ID used as input capture to capture RX edges | |
Functions | |
static bool | busvoodoo_rs232_setup (char **prefix, const char *line) |
setup RS-232 mode More... | |
static void | busvoodoo_rs232_exit (void) |
exit RS-232 mode | |
Variables | |
static const struct busvoodoo_uart_generic_specific_t | busvoodoo_uart_generic_rs232 |
RS-232 specific methods that will be called by the generic methods. | |
const struct busvoodoo_mode_t | busvoodoo_rs232_mode |
RS-232 mode interface definition. More... | |
BusVoodoo RS-232 mode (code)
Definition in file busvoodoo_rs232.c.
|
static |
setup RS-232 mode
[out] | prefix | terminal prompt prefix |
[in] | line | terminal prompt line to configure mode |
Definition at line 92 of file busvoodoo_rs232.c.
const struct busvoodoo_mode_t busvoodoo_rs232_mode |
RS-232 mode interface definition.
Definition at line 131 of file busvoodoo_rs232.c.