![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
[Compare memory] command parameter table structure
Definition at line 279 of file flash_001.h.
#include "flash_001.h"
Data Fields | |
| uint32_t | cmd |
| uint32_t | dst |
| uint32_t | src |
| uint32_t | byteNum |
| uint32_t byteNum |
Number of bytes to be compared; should be a multiple of 4.
Definition at line 283 of file flash_001.h.
| uint32_t cmd |
Command code
Definition at line 280 of file flash_001.h.
| uint32_t dst |
Starting flash or RAM address of data bytes to be compared (a word boundary)
Definition at line 281 of file flash_001.h.
| uint32_t src |
Starting flash or RAM address of data bytes to be compared (a word boudary).
Definition at line 282 of file flash_001.h.