This function compares Len bytes from memory1 and memory2. This function is a secure implementation of memcmp.
Prototype
s32 Xil_MemCmp(const void *Buf1Ptr, const void *Buf2Ptr, u32 Len);
Parameters
The following table lists the Xil_MemCmp function arguments.
| Type | Member | Description |
|---|---|---|
| const void * | Buf1Ptr | is pointer to memory1 |
| const void * | Buf2Ptr | is pointer to memory2 |
| u32 | Len | is number of byets to be compared |