![]() |
nRF WiFi
|
| void(* nrf_wifi_osal_ops::timer_init) (void *timer, void(*callback)(unsigned long), unsigned long data) |
Initialize a timer.
| timer | A pointer to the timer to initialize. |
| callback | The callback function to be invoked when the timer expires. |
| data | The data to be passed to the callback function. |