IntEEPROM
 
Component IntEEPROM
Internal EEPROM
Component Level: High
Events:
(Events are call-back functions called when an important event occurrs. Please see the Embedded Components page for more information.)
  • EventModule - Name of the user module (without extension), where the events from this component are placed.
  • OnWriteEnd - Event is called when a write to EEPROM is finished.
    The event is available only if the Interrupt service/event property is enabled.

      ANSIC prototype: void OnWriteEnd(void)
    • Priority - OnWriteEnd priority. Default value is based on the interrupt priority defined in property Interrupt priority. For details see description below of the page.

  • OnWritePageEnd - Event is called when the entire virtual page is written to EEPROM.
    The event is available only if the Interrupt service/event property is enabled and the Page size property is set to a non-zero size of the virtual page and if the SetPage method is enabled.

      ANSIC prototype: void OnWritePageEnd(void)
    • Priority - OnWritePageEnd priority. Default value is based on the interrupt priority defined in property Interrupt priority. For details see description below of the page.


For each generated event it is possible to set: