Component: EEPROM (CAL) (Peripheral CAL)

From Flowcode Help
Jump to navigationJump to search


Author Matrix TSL
Version 2.0 (Release)
Category Peripheral CAL


Image EEPROM (CAL) component

CAL = Code Abstraction Layer - Allows one code base to run on a wide range of chips. A low level implementation giving direct access to the EEPROM peripheral.

Examples

Example showing how to build a component using a CAL component Using CAL Components.


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