|
ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
|
RX/input polarity configuration. More...
#include <v24_config.h>
Data Fields | |
| bool | rxd_inverted |
| bool | rxc_inverted |
| bool | dcd_inverted |
RX/input polarity configuration.
Definition at line 64 of file v24_config.h.
| bool V24_RX_POLARITIES_T::dcd_inverted |
Invert DCD input sense when true.
Definition at line 71 of file v24_config.h.
Referenced by dump_config(), parse_set_v24_polarities(), print_v24_polarities(), and rx_clock_update_settings().
| bool V24_RX_POLARITIES_T::rxc_inverted |
Invert RXC input sense when true.
Definition at line 69 of file v24_config.h.
Referenced by dump_config(), parse_set_v24_polarities(), print_v24_polarities(), and rx_clock_update_settings().
| bool V24_RX_POLARITIES_T::rxd_inverted |
Invert RXD input sense when true.
Definition at line 67 of file v24_config.h.
Referenced by dump_config(), parse_set_v24_polarities(), print_v24_polarities(), and rx_clock_update_settings().