Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nm_bsp_sleep

Sleep in units of milliseconds.


This function used by HIF Layer according to different situations.

Functions

void nm_bsp_sleep (uint32 u32TimeMsec)
 

void nm_bsp_sleep ( uint32  u32TimeMsec)
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

References delay_ms.

Referenced by chip_reset(), cpu_start(), cpu_start_bt(), hif_deinit(), nm_bsp_reset(), and wait_for_firmware_start().