WINC1500 IoT Software APIs: nm_bsp_sleep

WINC1500 IoT Software API

WINC1500 IoT Software APIs  19.5.2
WINC Software API Reference Manual
nm_bsp_sleep

Functions

void nm_bsp_sleep (uint32 u32TimeMsec)
 

Detailed Description

Sleep in units of milliseconds.
This function used by HIF Layer according to different situations.

Function Documentation

◆ nm_bsp_sleep()

void nm_bsp_sleep ( uint32  u32TimeMsec)

Used to put the host to sleep for the specified duration. Forcing the host to sleep for extended period may lead to host not being able to respond to WINC board events.It's important to be considerate while choosing the sleep period.

Parameters
[in]u32TimeMsecTime unit in milliseconds
Precondition
Initialize nm_bsp_init first
Warning
Maximum value must nor exceed 4294967295 milliseconds which is equal to 4294967.295 seconds.
Note
Implementation of this function is host dependent.
See also
nm_bsp_init
Returns
None
Generated on Thu Jan 26 2017 22:15:21 for WINC1500 IoT Software APIs by   doxygen 1.8.13