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
 
rui16_t nstop
 

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 253 of file rkhtmr.h.

Field Documentation

rui16_t nstart

of expirations

Definition at line 256 of file rkhtmr.h.

rui16_t nstop

of start requests

Definition at line 257 of file rkhtmr.h.


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