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

RX/input polarity configuration. More...

#include <v24_config.h>

Data Fields

bool rxd_inverted
 
bool rxc_inverted
 
bool dcd_inverted
 

Detailed Description

RX/input polarity configuration.

Definition at line 64 of file v24_config.h.

Field Documentation

◆ dcd_inverted

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

◆ rxc_inverted

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

◆ rxd_inverted

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


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