This command works like memcmp, but takes the length in words.
More...
#include <nrf_mbr.h>
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. |
Definition at line 121 of file nrf_mbr.h.
| uint32_t sd_mbr_command_compare_t::len |
Number of 32 bit words to compare.
Definition at line 125 of file nrf_mbr.h.
| uint32_t* sd_mbr_command_compare_t::ptr1 |
Pointer to block of memory.
Definition at line 123 of file nrf_mbr.h.
| uint32_t* sd_mbr_command_compare_t::ptr2 |
Pointer to block of memory.
Definition at line 124 of file nrf_mbr.h.
The documentation for this struct was generated from the following file: