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 *p_err);
Arguments
time_dly_ms
Time delay value, in milliseconds.
p_err
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
None.
Notes / Warnings
Time delay of 0
milliseconds allowed. Time delay limited to the maximum possible time delay supported by the system/OS.