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

Detailed Description

[Copy Ram to Flash] command parameter table structure

Definition at line 195 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 cclk
 

Field Documentation

uint32_t byteNum

Number of bytes to be written. Should be 256 | 512 | 1024 | 4096.

Definition at line 199 of file flash_001.h.

uint32_t cclk

System Clock Frequency (CCLK) in kHz.

Definition at line 200 of file flash_001.h.

uint32_t cmd

Command code

Definition at line 196 of file flash_001.h.

uint32_t dst

Destination flash address where data bytes are to be written (256 byte boundary)

Definition at line 197 of file flash_001.h.

uint32_t src

Source RAM address from which data bytes are to be read (a word boudary).

Definition at line 198 of file flash_001.h.


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