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

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
 

Detailed Description

Cumulative HDLC decode failure reason counters.

Definition at line 30 of file hdlc_decoder.h.

Field Documentation

◆ crc_mismatch

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

◆ invalid_frame

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

◆ payload_too_long

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

◆ too_short

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

◆ unstuff_error

uint64_t hdlc_decode_stats_t::unstuff_error

Definition at line 35 of file hdlc_decoder.h.

Referenced by hdlc_decode(), and update_statistics().


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