FreeRTOS-Plus-TCP V2.3.2
FreeRTOS TCP/IP library
IPTimer_t Struct Reference

#include <FreeRTOS_IP.h>

Data Fields

uint32_t bActive: 1
  More...
 
uint32_t bExpired: 1
  More...
 
TimeOut_t xTimeOut
  More...
 
TickType_t ulRemainingTime
  More...
 
TickType_t ulReloadTime
  More...
 

Detailed Description

The software timer struct for various IP functions

Field Documentation

◆ bActive

uint32_t IPTimer_t::bActive

This timer is running and must be processed.

◆ bExpired

uint32_t IPTimer_t::bExpired

Timer has expired and a task must be processed.

◆ xTimeOut

TimeOut_t IPTimer_t::xTimeOut

The timeout value.

◆ ulRemainingTime

TickType_t IPTimer_t::ulRemainingTime

The amount of time remaining.

◆ ulReloadTime

TickType_t IPTimer_t::ulReloadTime

The value of reload time.


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