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

◆ timer_init

void(* nrf_wifi_osal_ops::timer_init) (void *timer, void(*callback)(unsigned long), unsigned long data)

Initialize a timer.

Parameters
timerA pointer to the timer to initialize.
callbackThe callback function to be invoked when the timer expires.
dataThe data to be passed to the callback function.