Struct representing CPC Core debug counters.
Public Attributes#
Number of endpoint opened.
Number of endpoint closed.
Total number of frame received.
Total number of i-frame received.
Total number of u-frame received.
Total number of s-frame received.
Total number of frame dropped.
Total number of unreachable destination transmisted.
Total number of fault transmisted.
Total number of frame confirmed sent by the driver.
Total number of dataframe retransmission.
Total number of error reported by the driver.
Total number of frame dropped by the driver.
Total number of frame received with invalid header checksum.
Total number of frame received with invalid frame checksum.
Public Attribute Documentation#
endpoint_opened#
uint32_t sl_cpc_core_debug_counters_t::endpoint_opened
Number of endpoint opened.
246
of file platform/service/cpc/inc/sl_cpc.h
endpoint_closed#
uint32_t sl_cpc_core_debug_counters_t::endpoint_closed
Number of endpoint closed.
247
of file platform/service/cpc/inc/sl_cpc.h
rxd_frame#
uint32_t sl_cpc_core_debug_counters_t::rxd_frame
Total number of frame received.
248
of file platform/service/cpc/inc/sl_cpc.h
rxd_valid_iframe#
uint32_t sl_cpc_core_debug_counters_t::rxd_valid_iframe
Total number of i-frame received.
249
of file platform/service/cpc/inc/sl_cpc.h
rxd_valid_uframe#
uint32_t sl_cpc_core_debug_counters_t::rxd_valid_uframe
Total number of u-frame received.
250
of file platform/service/cpc/inc/sl_cpc.h
rxd_valid_sframe#
uint32_t sl_cpc_core_debug_counters_t::rxd_valid_sframe
Total number of s-frame received.
251
of file platform/service/cpc/inc/sl_cpc.h
rxd_data_frame_dropped#
uint32_t sl_cpc_core_debug_counters_t::rxd_data_frame_dropped
Total number of frame dropped.
252
of file platform/service/cpc/inc/sl_cpc.h
txd_reject_destination_unreachable#
uint32_t sl_cpc_core_debug_counters_t::txd_reject_destination_unreachable
Total number of unreachable destination transmisted.
253
of file platform/service/cpc/inc/sl_cpc.h
txd_reject_error_fault#
uint32_t sl_cpc_core_debug_counters_t::txd_reject_error_fault
Total number of fault transmisted.
254
of file platform/service/cpc/inc/sl_cpc.h
txd_completed#
uint32_t sl_cpc_core_debug_counters_t::txd_completed
Total number of frame confirmed sent by the driver.
255
of file platform/service/cpc/inc/sl_cpc.h
retxd_data_frame#
uint32_t sl_cpc_core_debug_counters_t::retxd_data_frame
Total number of dataframe retransmission.
256
of file platform/service/cpc/inc/sl_cpc.h
driver_error#
uint32_t sl_cpc_core_debug_counters_t::driver_error
Total number of error reported by the driver.
257
of file platform/service/cpc/inc/sl_cpc.h
driver_packet_dropped#
uint32_t sl_cpc_core_debug_counters_t::driver_packet_dropped
Total number of frame dropped by the driver.
258
of file platform/service/cpc/inc/sl_cpc.h
invalid_header_checksum#
uint32_t sl_cpc_core_debug_counters_t::invalid_header_checksum
Total number of frame received with invalid header checksum.
259
of file platform/service/cpc/inc/sl_cpc.h
invalid_payload_checksum#
uint32_t sl_cpc_core_debug_counters_t::invalid_payload_checksum
Total number of frame received with invalid frame checksum.
260
of file platform/service/cpc/inc/sl_cpc.h