project for nrf51822 qfab
Dependencies: eddystone_URL mbed
Fork of eddystone_URL 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 79 of file nrf_mbr.h.
Field Documentation
Generated on Tue Jul 12 2022 13:03:02 by
1.7.2
