nRF51 SDK - S110 SoftDevice
|
This command works like memcmp, but takes the length in words. More...
#include <nrf_mbr.h>
Data Fields | |
uint32_t * | ptr1 |
uint32_t * | ptr2 |
uint32_t | len |
This command works like memcmp, but takes the length in words.
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. |
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