IntEEPROM
 
 
 Bean IntEEPROM
 
Internal EEPROM

Events are functions called when some important event occurred and its processing starts.

Events:

  • EventModule - Name of the user module (without extension), where the events from this bean are placed.
  • Settings for Atmel AVR or Freescale HCS12, HCS12X derivatives.
    • OnWriteEnd - Event is called when a byte is written to EEPROM

        ANSIC prototype: void OnWriteEnd(void)
      • Priority - OnWriteEnd priority For details see description below of the page.

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

        ANSIC prototype: void OnWritePageEnd(void)
      • Priority - OnWritePageEnd priority For details see description below of the page.


For each generated event it is possible to set:



Processor ExpertTM and Embedded BeansTM are registered trademarks of UNIS, Ltd.
©1997-2005, UNIS, Ltd.