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

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.
 

Detailed Description

Bus state information for state change callbacks.

Member Data Documentation

◆ current_state

uint32_t hf_esp_can_state_info_t::current_state

Current bus state.

◆ previous_state

uint32_t hf_esp_can_state_info_t::previous_state

Previous bus state.

◆ timestamp_us

uint64_t hf_esp_can_state_info_t::timestamp_us

State change timestamp in microseconds.


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