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

◆ nrf_wifi_osal_llist_node_data_get()

void * nrf_wifi_osal_llist_node_data_get ( void *  node)

Get data stored in a linked list node.

Parameters
nodePointer to a linked list node.

Get the data from a linked list node.

Returns
Pointer to the data stored in the linked list node. NULL if there is an error.