ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
Loading...
Searching...
No Matches
V24_TX_POLARITIES_T Struct Reference

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
 

Detailed Description

TX/control output polarity configuration.

Definition at line 47 of file v24_config.h.

Field Documentation

◆ cts_inverted

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().

◆ dtr_inverted

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().

◆ rts_inverted

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().

◆ txc_inverted

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().

◆ txd_inverted

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().


The documentation for this struct was generated from the following file: