Component: EEPROM (CAL) (Peripheral CAL)
From Flowcode Help
Jump to navigationJump to search
Author | Matrix TSL |
Version | 2.0 (Release) |
Category | Peripheral CAL |
Contents
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
No additional examples
Downloadable macro reference
Read
Read a byte from EEPROM Address
Parameters
- UINT Address
Return value
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
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