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

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
 

Detailed Description

Timer statistics structure.

Constructor & Destructor Documentation

◆ hf_timer_stats_t()

hf_timer_stats_t::hf_timer_stats_t ( )
inlinenoexcept

Member Data Documentation

◆ callback_count

hf_u64_t hf_timer_stats_t::callback_count

◆ last_error

hf_timer_err_t hf_timer_stats_t::last_error

◆ last_start_us

hf_timestamp_us_t hf_timer_stats_t::last_start_us

◆ missed_callbacks

hf_u64_t hf_timer_stats_t::missed_callbacks

◆ start_count

hf_u64_t hf_timer_stats_t::start_count

◆ stop_count

hf_u64_t hf_timer_stats_t::stop_count

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