|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
CAN-FD specific receive callback with enhanced information. More...
#include <BaseCan.h>
Public Attributes | |
| hf_u32_t | timestamp_us |
| Reception timestamp in microseconds. | |
| hf_u8_t | rx_fifo_level |
| RX FIFO level when received. | |
| bool | data_phase_error |
| Error occurred in data phase. | |
| bool | arbitration_lost |
| Arbitration was lost during transmission. | |
| float | bit_timing_tolerance |
| Measured bit timing tolerance. | |
CAN-FD specific receive callback with enhanced information.
| message | Received CAN/CAN-FD message |
| reception_info | Additional reception information (timing, errors, etc.) |
| bool hf_can_reception_info_t::arbitration_lost |
Arbitration was lost during transmission.
| float hf_can_reception_info_t::bit_timing_tolerance |
Measured bit timing tolerance.
| bool hf_can_reception_info_t::data_phase_error |
Error occurred in data phase.
| hf_u8_t hf_can_reception_info_t::rx_fifo_level |
RX FIFO level when received.
| hf_u32_t hf_can_reception_info_t::timestamp_us |
Reception timestamp in microseconds.