HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
Loading...
Searching...
No Matches
hf_esp_can_error_info_t Struct Reference

Comprehensive error information structure for error callbacks. More...

#include <EspCan.h>

Public Attributes

uint32_t error_type
 ESP-IDF error type.
 
uint32_t tx_error_count
 Transmit error counter.
 
uint32_t rx_error_count
 Receive error counter.
 
bool bus_off_state
 Bus-off state.
 
bool error_warning
 Error warning state.
 
bool error_passive
 Error passive state.
 
uint64_t timestamp_us
 Error timestamp in microseconds.
 

Detailed Description

Comprehensive error information structure for error callbacks.

Member Data Documentation

◆ bus_off_state

bool hf_esp_can_error_info_t::bus_off_state

Bus-off state.

◆ error_passive

bool hf_esp_can_error_info_t::error_passive

Error passive state.

◆ error_type

uint32_t hf_esp_can_error_info_t::error_type

ESP-IDF error type.

◆ error_warning

bool hf_esp_can_error_info_t::error_warning

Error warning state.

◆ rx_error_count

uint32_t hf_esp_can_error_info_t::rx_error_count

Receive error counter.

◆ timestamp_us

uint64_t hf_esp_can_error_info_t::timestamp_us

Error timestamp in microseconds.

◆ tx_error_count

uint32_t hf_esp_can_error_info_t::tx_error_count

Transmit error counter.


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