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

◆ tasklet_init

void(* nrf_wifi_osal_ops::tasklet_init) (void *tasklet, void(*callback)(unsigned long), unsigned long data)

Initialize a tasklet structure.

Parameters
taskletA pointer to the tasklet structure to initialize.
callbackThe callback function to be invoked when the tasklet is scheduled.
dataThe data to be passed to the callback function.