eeprom.txt

来自「飞思卡尔ee的运用」· 文本 代码 · 共 35 行

TXT
35
字号
=============================================================================
List of generated methods in project: eeprom

THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
=============================================================================

Module "IEE1"      (bean IntEEPROM)
   - IEE1_SetByte -This method writes a given byte to a specified address in EEPROM. The method also sets address pointer for 
                <SetActByte> and <GetActByte> methods (applicable only if these methods are enabled). The pointer is set to 
                address passed as the parameter.
   - IEE1_GetByte -This method reads a byte from a specified EEPROM address. The method also sets address pointer for 
                <SetActByte> and <GetActByte> methods (applicable only if these methods are enabled). The pointer is set to 
                address passed as the parameter.
   - IEE1_SetWord -This method writes a given word (2 bytes) to the specified address in EEPROM. The method also sets address 
                pointer for <SetActByte> and <GetActByte> methods (applicable only if these methods are enabled). The pointer 
                is set to address passed as the parameter + 1.
   - IEE1_GetWord -This method reads a word (2 bytes) from the specified EEPROM address. The method also sets address pointer 
                for <SetActByte> and <GetActByte> methods (applicable only if these methods are enabled). The pointer is set to 
                address passed as the parameter + 1.
   - IEE1_EraseEeprom -The method mass erases all EEPROM memory. The method also sets address pointer for <SetActByte> and 
                <GetActByte> methods (applicable only if these methods are enabled). The pointer is set to address passed as 
                the parameter - 1.

Module "EInt1"     (bean ExtInt)
   - EInt1_GetVal -Returns the actual value of the input pin of the bean.

Module "Cpu"       (bean MC9S12HZ64_80)
   - Cpu_EnableInt -Enable maskable interrupts
   - Cpu_DisableInt -Disable maskable interrupts
   - Cpu_SetWaitMode -Set low power mode - Wait mode.  For more information about the wait mode see documentation of this CPU.  
                Release from Wait mode: Reset or interrupt
   - Cpu_SetStopMode -Set low power mode - Stop mode.  For more information about the stop mode see documentation of this CPU.

===================================================================================

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?