Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor10947471094747 NetUtil_TS_Get _ms() Anchor12651291265129 Application-defined function to get the current millisecond timestamp. Anchor10947491094749

Files

Anchor10947501094750net_util.h/net_bsp.c Anchor10947511094751

Prototype

NET_TS_MS
HTML Table
summary
classCode_Listing
Table Row (tr)
Table Cell (td)
Anchor
11255421125542
Code Block
          NET_TS NetUtil_TS_Get_ms (void);

...

Arguments

...

10947541094754None. Anchor10947551094755

Returned Value

Anchor10947561094756Current millisecond timestamp. Anchor10947571094757

Required Configuration

...

10947581094758None. Anchor10947591094759

Notes / Warnings

...

10947601094760The 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’). Anchor12087171208717 µ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: Anchor12087081208708 \Micrium\Software\uC-TCPIP-V2\BSP\Template\OS\uCOS-II Anchor13867321386732 \Micrium\Software\uC-TCPIP-V2\BSP\Template\OS\uCOS-III