|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
Timer statistics structure. More...
#include <BasePeriodicTimer.h>
Public Member Functions | |
| hf_timer_stats_t () noexcept | |
Public Attributes | |
| hf_u64_t | start_count |
| hf_u64_t | stop_count |
| hf_u64_t | callback_count |
| hf_u64_t | missed_callbacks |
| hf_timer_err_t | last_error |
| hf_timestamp_us_t | last_start_us |
Timer statistics structure.
|
inlinenoexcept |
| hf_u64_t hf_timer_stats_t::callback_count |
| hf_timer_err_t hf_timer_stats_t::last_error |
| hf_timestamp_us_t hf_timer_stats_t::last_start_us |
| hf_u64_t hf_timer_stats_t::missed_callbacks |
| hf_u64_t hf_timer_stats_t::start_count |
| hf_u64_t hf_timer_stats_t::stop_count |