Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
sd_mbr_command_compare_t Struct Reference
[Types]
This command works like memcmp, but takes the length in words. More...
#include <nrf_mbr.h>
Data Fields | |
uint32_t * | ptr1 |
Pointer to block of memory. | |
uint32_t * | ptr2 |
Pointer to block of memory. | |
uint32_t | len |
Number of 32 bit words to compare. |
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.
Definition at line 105 of file nrf_mbr.h.
Field Documentation
Generated on Tue Jul 12 2022 14:11:25 by
