Component: EEPROM (CAL)

From Flowcode Help
Revision as of 12:49, 21 July 2016 by BenR (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Author Matrix Ltd
Version 1.0 (Release)
Category 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