LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
FLASH_COMPARE_MEM_COMMAND_T Struct Reference

Detailed Description

[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
 

Field Documentation

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.


The documentation for this struct was generated from the following file: