nrfxlib API 2.8.99
|
int OSAL_Memcmp | ( | const void * | Ptr1, |
const void * | Ptr2, | ||
size_t | Num ) |
Compares data between two buffers.
[in] | Ptr1 | Pointer to first buffer. |
[in] | Ptr2 | Pointer to second buffer. |
[in] | Num | Size of the data to compare. |