RKH
RKH_TINFO_T Struct Reference

Defines the data structure into which the performance information for software timers is stored. More...

#include <rkhtmr.h>

Data Fields

rui16_t nstart
  More...
 
rui16_t nstop
  More...
 

Detailed Description

Defines the data structure into which the performance information for software timers is stored.

The application must allocate an RKH_TINFO_T data structure used to receive information. The performance information is available during run-time for each of the RKH services. This can be useful in determining whether the application is performing properly, as well as helping to optimize the application.

Definition at line 276 of file rkhtmr.h.

Field Documentation

◆ nstart

rui16_t nstart

of expirations

Definition at line 279 of file rkhtmr.h.

◆ nstop

rui16_t nstop

of start requests

Definition at line 280 of file rkhtmr.h.


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