nrfxlib API 0.1.0
|
void nrf_wifi_osal_tasklet_init | ( | void * | tasklet, |
void(*)(unsigned long) | callbk_fn, | ||
unsigned long | data | ||
) |
tasklet | Pointer to a tasklet. |
callbk_fn | Callback function to be invoked by the tasklet. |
data | Data to be passed to the callback function when the tasklet invokes it. |
Initializes a tasklet.