|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
Bus state information for state change callbacks. More...
#include <EspCan.h>
Public Attributes | |
| uint32_t | previous_state |
| Previous bus state. | |
| uint32_t | current_state |
| Current bus state. | |
| uint64_t | timestamp_us |
| State change timestamp in microseconds. | |
Bus state information for state change callbacks.
| uint32_t hf_esp_can_state_info_t::current_state |
Current bus state.
| uint32_t hf_esp_can_state_info_t::previous_state |
Previous bus state.
| uint64_t hf_esp_can_state_info_t::timestamp_us |
State change timestamp in microseconds.