nrfxlib API 0.1.0
|
void nrf_wifi_osal_delay_us | ( | unsigned long | usecs | ) |
Delay for a specified duration in microseconds.
usecs | Delay duration in microseconds. |
Delays execution of calling thread for usecs microseconds. This is busy-waiting and won't allow other threads to execute during the time lapse.