Everything

R_FDL_Write

Writes the data to Data Flash Memories.

 

[Syntax]

pfdl_status_t   R_FDL_Write ( pfdl_u16 index, __near pfdl_u08 * buffer, pfdl_u16 bytecount );

 

[Argument(s)]

I/O

Argument

Description

I

pfdl_u16 index;

Writing start address of Data Flash Memories

I

pfdl_u08 * buffer;

Pointer to a buffer to store the write data

I

pfdl_u16 bytecount;

Total amount of data to wire

 

 

[Return value]

マクロ

Description

PFDL_OK

Normal completion

PFDL_BUSY

During execution of the other commands

PFDL_ERR_WRITE

Error of the writing

PFDL_ERR_PARAMETER

Error of the parameters