nrfxlib API 0.1.0
|
int nrf_wifi_osal_mem_cmp | ( | const void * | addr1, |
const void * | addr2, | ||
size_t | count | ||
) |
Compare contents from one memory location to another.
addr1 | Pointer to the memory location of first address. |
addr2 | Pointer to the memory location of second address. |
count | Number of bytes to be compared. |
Compares count number of bytes from addr1 location in memory to addr2 location in memory.