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

Runtime V.24 configuration and TX holdoff state. More...

#include <v24_config.h>

Collaboration diagram for V24_CONFIG_T:

Data Fields

V24_BAUDRATE_T baudrate
 
V24_POLARITIES_T polarities
 
uint32_t tx_rts_holdoff_us
 
bool rts_set
 
bool external_clock
 

Detailed Description

Runtime V.24 configuration and TX holdoff state.

Definition at line 86 of file v24_config.h.

Field Documentation

◆ baudrate

V24_BAUDRATE_T V24_CONFIG_T::baudrate

◆ external_clock

◆ polarities

V24_POLARITIES_T V24_CONFIG_T::polarities

Signal polarity set for TX and RX paths.

Definition at line 91 of file v24_config.h.

Referenced by dump_config(), ev_get_v24_settings(), ev_set_v24_settings(), init_v24_config(), main(), and tx_clock_update_settings().

◆ rts_set

bool V24_CONFIG_T::rts_set

Internal state: current RTS asserted/deasserted status.

Definition at line 95 of file v24_config.h.

◆ tx_rts_holdoff_us

uint32_t V24_CONFIG_T::tx_rts_holdoff_us

RTS release holdoff in microseconds after TX completion.

Definition at line 93 of file v24_config.h.


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