theCore C++ embedded framework
tmr_cb Struct Reference

Struct-container for timer callback and corresponding object. More...

Public Member Functions

void on_timeout ()
 Handles timeout events. More...
 

Data Fields

volatile uint32_t event_cnt = 0
 Total timer events counter. May wrap. More...
 

Detailed Description

Struct-container for timer callback and corresponding object.

Member Function Documentation

◆ on_timeout()

void tmr_cb::on_timeout ( )
inline

Handles timeout events.

Here is the call graph for this function:

Field Documentation

◆ event_cnt

volatile uint32_t tmr_cb::event_cnt = 0

Total timer events counter. May wrap.


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