S120 SoftDevice v2.1.0
This command works like memcmp, but takes the length in words. More...
#include <nrf_mbr.h>
Detailed Description
This command works like memcmp, but takes the length in words.
- Return values
-
NRF_SUCCESS indicates that the contents of both memory blocks are equal. NRF_ERROR_NULL indicates that the contents of the memory blocks are not equal.
Field Documentation
| uint32_t sd_mbr_command_compare_t::len |
Number of 32 bit words to compare.
| uint32_t* sd_mbr_command_compare_t::ptr1 |
Pointer to block of memory.
| uint32_t* sd_mbr_command_compare_t::ptr2 |
Pointer to block of memory.