nrfxlib API 0.1.0
|
void * nrf_wifi_osal_mem_set | ( | void * | start, |
int | val, | ||
size_t | size | ||
) |
Fill a block of memory with a particular value.
start | Pointer to the memory location whose contents are to be set. |
val | Value to be set. |
size | Number of bytes to be set. |
Fills a block of memory of @size bytes, starting at @start with a value specified by @val.