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

Version 1 Next »

Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.

NetApp_TimeDly_ms()

Delay for specified time, in milliseconds.

Files

net_app.h/net_app.c

Prototype

void NetApp_TimeDly_ms (CPU_INT32U time_dly_ms,

NET_ERR *perr);

Arguments

time_dly_ms

Time delay value, in milliseconds.

perr

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

None.

Required Configuration

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

Notes / Warnings

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

  • No labels