|
ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
|
#include <stdbool.h>#include <stdint.h>

Go to the source code of this file.
Data Structures | |
| struct | V24_TX_POLARITIES_T |
| TX/control output polarity configuration. More... | |
| struct | V24_RX_POLARITIES_T |
| RX/input polarity configuration. More... | |
| struct | V24_POLARITIES_T |
| Combined TX and RX polarity configuration. More... | |
| struct | V24_CONFIG_T |
| Runtime V.24 configuration and TX holdoff state. More... | |
Enumerations | |
| enum | V24_BAUDRATE_T { V24_BAUD_1200 = 1200 , V24_BAUD_2400 = 2400 , V24_BAUD_4800 = 4800 , V24_BAUD_9600 = 9600 , V24_BAUD_16000 = 16000 , V24_BAUD_19200 = 19200 , V24_BAUD_38400 = 38400 , V24_BAUD_57600 = 57600 , V24_BAUD_115200 = 115200 } |
| Supported synchronous V.24 baudrates. More... | |
| enum V24_BAUDRATE_T |
Supported synchronous V.24 baudrates.
| Enumerator | |
|---|---|
| V24_BAUD_1200 | |
| V24_BAUD_2400 | |
| V24_BAUD_4800 | |
| V24_BAUD_9600 | |
| V24_BAUD_16000 | |
| V24_BAUD_19200 | |
| V24_BAUD_38400 | |
| V24_BAUD_57600 | |
| V24_BAUD_115200 | |
Definition at line 31 of file v24_config.h.