nrfxlib API 0.1.0
|
void(* nrf_wifi_osal_ops::tasklet_init) (void *tasklet, void(*callback)(unsigned long), unsigned long data) |
Initialize a tasklet structure.
tasklet | A pointer to the tasklet structure to initialize. |
callback | The callback function to be invoked when the tasklet is scheduled. |
data | The data to be passed to the callback function. |