|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
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. | |
Comprehensive error information structure for error callbacks.
| bool hf_esp_can_error_info_t::bus_off_state |
Bus-off state.
| bool hf_esp_can_error_info_t::error_passive |
Error passive state.
| uint32_t hf_esp_can_error_info_t::error_type |
ESP-IDF error type.
| bool hf_esp_can_error_info_t::error_warning |
Error warning state.
| uint32_t hf_esp_can_error_info_t::rx_error_count |
Receive error counter.
| uint64_t hf_esp_can_error_info_t::timestamp_us |
Error timestamp in microseconds.
| uint32_t hf_esp_can_error_info_t::tx_error_count |
Transmit error counter.