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

◆ nrf_wifi_osal_mem_set()

void * nrf_wifi_osal_mem_set ( void *  start,
int  val,
size_t  size 
)

Fill a block of memory with a particular value.

Parameters
startPointer to the memory location whose contents are to be set.
valValue to be set.
sizeNumber of bytes to be set.

Fills a block of memory of @size bytes, starting at @start with a value specified by @val.

Returns
Pointer to memory location which was set on success, NULL on error.