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

◆ mem_set

void *(* nrf_wifi_osal_ops::mem_set) (void *start, int val, size_t size)

Set memory.

Parameters
startA pointer to the start of the memory block.
valThe value to set.
sizeThe size of the memory block.
Returns
A pointer to the start of the memory block.