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

Data Fields

uint8_t ones_run
 
size_t raw_bit_index
 
bool skip_next_zero
 
bool lsb_first
 

Detailed Description

Definition at line 29 of file hdlc_decoder.c.

Field Documentation

◆ lsb_first

bool hdlc_decoder_t::lsb_first

Definition at line 34 of file hdlc_decoder.c.

Referenced by hdlc_get_byte().

◆ ones_run

uint8_t hdlc_decoder_t::ones_run

Definition at line 31 of file hdlc_decoder.c.

Referenced by hdlc_get_bit().

◆ raw_bit_index

size_t hdlc_decoder_t::raw_bit_index

Definition at line 32 of file hdlc_decoder.c.

Referenced by hdlc_decode(), and hdlc_get_bit().

◆ skip_next_zero

bool hdlc_decoder_t::skip_next_zero

Definition at line 33 of file hdlc_decoder.c.

Referenced by hdlc_get_bit().


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