|
ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
|
Data Fields | |
| uint8_t | ones_run |
| size_t | raw_bit_index |
| bool | skip_next_zero |
| bool | lsb_first |
Definition at line 29 of file hdlc_decoder.c.
| bool hdlc_decoder_t::lsb_first |
Definition at line 34 of file hdlc_decoder.c.
Referenced by hdlc_get_byte().
| uint8_t hdlc_decoder_t::ones_run |
Definition at line 31 of file hdlc_decoder.c.
Referenced by hdlc_get_bit().
| 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().
| bool hdlc_decoder_t::skip_next_zero |
Definition at line 33 of file hdlc_decoder.c.
Referenced by hdlc_get_bit().