Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

NetUtil_TS_Get_ms()

Application-defined function to get the current millisecond timestamp.

Files

net_util.h/net_bsp.c

Prototype

 

Arguments

None.

Returned Value

Current millisecond timestamp.

Required Configuration

None.

Notes / Warnings

The application is responsible for providing a millisecond timestamp clock with adequate resolution and range to satisfy the minimum/maximum TCP RTO values (see ‘net_bsp.c NetUtil_TS_Get_ms() Note #1a’).

µC/TCP-IP includes µC/OS-II and µC/OS-III implementations which use their OS tick counters as the source for the millisecond timestamp. These implementations can be found in the following directories:

\Micrium\Software\uC-TCPIP-V2\BSP\Template\OS\uCOS-II

\Micrium\Software\uC-TCPIP-V2\BSP\Template\OS\uCOS-III

  • No labels