nrfxlib API 0.1.0
Loading...
Searching...
No Matches

◆ nrf_wifi_osal_delay_us()

void nrf_wifi_osal_delay_us ( unsigned long  usecs)

Delay for a specified duration in microseconds.

Parameters
usecsDelay 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.

Returns
None.