Everything

R_FDL_Read

Reads the data from Data Flash Memories.

 

[Syntax]

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

 

[Argument(s)]

I/O

Argument

Description

I

pfdl_u16 index;

Reading start address of the Data Flash Memories

I

pfdl_u08 * buffer;

Pointer to a buffer to store the read data

I

pfdl_u16 bytecount;

Total amount of data to read

 

 

[Return value]

マクロ

Description

PFDL_OK

Normal completion

PFDL_BUSY

During execution of the other commands.

PFDL_ERR_PARAMETER

Error of the parameters