4.5.4 _write_eedata_row Function

Write _EE_ROW bytes of EEDATA memory on dsPIC30F devices.

Include

<libpic30.h>

Prototype

void _write_eedata_row(_prog_addressT dst, int *src);

Arguments

dstdestination memory address
srcpoints to the storage location of data to be written

Return Value

None.

Remarks

None.

Default Behavior

Write specified bytes of EEDATA memory.

File

eedata_helper.c