Versions Compared

Key

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

...

NetApp_TimeDly_ms()

...

Delay for specified time, in milliseconds. Anchor12894001289400

Files

Anchor12894011289401net_app.h/net_app.c Anchor12894071289407

Prototype

...

 

Arguments

time_dly_ms Anchor12894101289410

Time delay value, in milliseconds.

...

perranchor12894141289414

Pointer to variable that will receive the error code from this function:

...

...

NET_APP_ERR_NONE

...

...

NET_APP_ERR_INVALID_ARG

...

NET_APP_ERR_FAULT

...

...

Returned Value

Anchor12894241289424None. Anchor12894251289425

Required Configuration

Anchor12894291289429Available only if NET_APP_CFG_API_EN is enabled (see section D-18-1 on page 768). Anchor12894331289433

Notes / Warnings

...

Time delay of 0 milliseconds allowed. Time delay limited to the maximum possible time delay supported by the system/OS.