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

◆ nrf_wifi_osal_tasklet_init()

void nrf_wifi_osal_tasklet_init ( void * tasklet,
void(* callbk_fn )(unsigned long),
unsigned long data )

  • Initialize a tasklet.

Parameters
taskletPointer to a tasklet.
callbk_fnCallback function to be invoked by the tasklet.
dataData to be passed to the callback function when the tasklet invokes it.

Initializes a tasklet.