nRF WiFi
Loading...
Searching...
No Matches

◆ nrf_wifi_osal_timer_schedule()

void nrf_wifi_osal_timer_schedule ( void * timer,
unsigned long duration )

Schedule a timer.

Parameters
timerPointer to a timer instance.
durationDuration of the timer in seconds.

Schedules a timer with a duration seconds that has been allocated using nrf_wifi_osal_timer_alloc and initialized with nrf_wifi_osal_timer_init.