Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more
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] u32TimeMsec Time 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 Wed Jul 13 2022 16:32:38 by
1.7.2