nrfxlib API 0.1.0
|
void nrf_wifi_osal_llist_node_data_set | ( | void * | node, |
void * | data | ||
) |
Set data in a linked list node.
node | Pointer to a linked list node. |
data | Pointer to the data to be stored in the linked list node. |
Stores the pointer to the data(data) in a linked list node(node).