|
ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
|
Cumulative HDLC decode failure reason counters. More...
#include <hdlc_decoder.h>
Data Fields | |
| uint64_t | invalid_frame |
| uint64_t | too_short |
| uint64_t | payload_too_long |
| uint64_t | unstuff_error |
| uint64_t | crc_mismatch |
Cumulative HDLC decode failure reason counters.
Definition at line 30 of file hdlc_decoder.h.
| uint64_t hdlc_decode_stats_t::crc_mismatch |
Definition at line 36 of file hdlc_decoder.h.
Referenced by hdlc_decode(), hdlc_decode_byte(), and update_statistics().
| uint64_t hdlc_decode_stats_t::invalid_frame |
Definition at line 32 of file hdlc_decoder.h.
Referenced by hdlc_decode(), hdlc_decode_byte(), and update_statistics().
| uint64_t hdlc_decode_stats_t::payload_too_long |
Definition at line 34 of file hdlc_decoder.h.
Referenced by hdlc_decode(), hdlc_decode_byte(), and update_statistics().
| uint64_t hdlc_decode_stats_t::too_short |
Definition at line 33 of file hdlc_decoder.h.
Referenced by hdlc_decode(), hdlc_decode_byte(), and update_statistics().
| uint64_t hdlc_decode_stats_t::unstuff_error |
Definition at line 35 of file hdlc_decoder.h.
Referenced by hdlc_decode(), and update_statistics().