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

◆ nrf_wifi_osal_mem_cmp()

int nrf_wifi_osal_mem_cmp ( const void *  addr1,
const void *  addr2,
size_t  count 
)

Compare contents from one memory location to another.

Parameters
addr1Pointer to the memory location of first address.
addr2Pointer to the memory location of second address.
countNumber of bytes to be compared.

Compares count number of bytes from addr1 location in memory to addr2 location in memory.

Returns
An integer less than, equal to, or greater than zero.