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

◆ mem_cmp

int(* nrf_wifi_osal_ops::mem_cmp) (const void *addr1, const void *addr2, size_t size)

Compare memory.

Parameters
addr1A pointer to the first memory block.
addr2A pointer to the second memory block.
sizeThe size of the memory blocks.
Returns
0 if the memory blocks are equal, a negative value if addr1 is less than addr2, a positive value if addr1 is greater than addr2.