![]() |
nRF WiFi
|
| void nrf_wifi_osal_tasklet_init | ( | void * | tasklet, |
| void(* | callbk_fn )(unsigned long), | ||
| 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.