|
ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
|
TX/control output polarity configuration. More...
#include <v24_config.h>
Data Fields | |
| bool | txd_inverted |
| bool | txc_inverted |
| bool | cts_inverted |
| bool | rts_inverted |
| bool | dtr_inverted |
TX/control output polarity configuration.
Definition at line 47 of file v24_config.h.
| bool V24_TX_POLARITIES_T::cts_inverted |
Invert CTS input sense when true.
Definition at line 54 of file v24_config.h.
Referenced by dump_config(), parse_set_v24_polarities(), print_v24_polarities(), and tx_clock_update_settings().
| bool V24_TX_POLARITIES_T::dtr_inverted |
Invert DTR output polarity when true.
Definition at line 58 of file v24_config.h.
Referenced by dump_config(), parse_set_v24_polarities(), print_v24_polarities(), and tx_clock_update_settings().
| bool V24_TX_POLARITIES_T::rts_inverted |
Invert RTS output polarity when true.
Definition at line 56 of file v24_config.h.
Referenced by dump_config(), parse_set_v24_polarities(), print_v24_polarities(), and tx_clock_update_settings().
| bool V24_TX_POLARITIES_T::txc_inverted |
Invert TXC output polarity when true.
Definition at line 52 of file v24_config.h.
Referenced by dump_config(), parse_set_v24_polarities(), print_v24_polarities(), and tx_clock_update_settings().
| bool V24_TX_POLARITIES_T::txd_inverted |
Invert TXD output polarity when true.
Definition at line 50 of file v24_config.h.
Referenced by dump_config(), parse_set_v24_polarities(), print_v24_polarities(), and tx_clock_update_settings().