2.123.15 TMR_TIMEOUT Struct

C

typedef struct
{
    uint32_t start;
    uint32_t count;
} TMR_TIMEOUT;

Summary

Defines the following parameters for a timeout period.

Description

This enumeration defines the following parameters:

  1. Start: represents the starting time when a timeout period begins.
  2. Count: represents the number of time units for the timeout period.