_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

dst destination memory address
src points 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