Component: EEPROM (Peripheral CAL)

From Flowcode Help
Jump to navigationJump to search


Author Matrix Ltd
Version 1.0 (Release)
Category Peripheral CAL


Image EEPROM component

A low level implementation giving direct access to the CAL


Examples

No additional examples


Downloadable macro reference

Read

Read a byte from EEPROM Address

Parameters

UINT Address


Return value

UINT


Write

Write Data to EEPROM Address

Parameters

UINT Address
UINT Data


Return value

This call does not return a value


Simulation macro reference

GetValue

Get Value of Named property

Parameters

STRING Name


Return value

STRING



Property reference

Size

This property is of type Signed integer and can be referenced with the variable name EE_SIZE.

No additional information


Type

This property is of type Signed integer and can be referenced with the variable name EE_TYPE.

No additional information