Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

nm_bsp_sleep

nm_bsp_sleep
[Function]

Sleep in units of milliseconds. More...

Functions

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.

Detailed Description

Sleep in units of milliseconds.


This function used by HIF Layer according to different situations.


Function Documentation

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