⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 eeprom.txt

📁 飞思卡尔ee的运用
💻 TXT
字号:
=============================================================================
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -