Sleep in units of milliseconds.
This function used by the HIF Layer on several different scenarios.
Functions | |
void | nm_bsp_sleep (uint32 u32TimeMsec) |
Used to put the host to sleep for the specified duration (in milliseconds). Forcing the host to sleep for extended period may lead to host not being able to respond to WINC board events. It is important to be considerate while choosing the sleep period. More... | |
void nm_bsp_sleep | ( | uint32 | u32TimeMsec | ) |
Used to put the host to sleep for the specified duration (in milliseconds). Forcing the host to sleep for extended period may lead to host not being able to respond to WINC board events. It is important to be considerate while choosing the sleep period.
[in] | u32TimeMsec | Time unit in milliseconds. |
References delay_ms.
Referenced by app_ble_wifi_provisioning(), app_main(), chip_reset(), chip_wake(), cpu_start(), enable_rf_blocks(), hif_send(), load_efuse_to_regs(), nm_bsp_reset(), nm_bus_init(), nm_drv_init_hold(), wait_for_bootrom(), wait_for_firmware_start(), and write_to_efuse().