📄 eeprom.txt
字号:
=============================================================================
List of generated methods in project: EEPROM
THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
=============================================================================
Module "Byte1" (bean ByteIO)
- Byte1_GetDir -Returns selected direction.
- Byte1_GetVal -Returns the value of the Input/Output bean. If the direction is [input] then it reads the input value of the
pins and returns it. If the direction is [output] then it returns the last written value (see <Safe mode>
property for limitations).
- Byte1_GetBit -Returns the value of the specified bit/pin of the Input/Output bean. If the direction is [input] then it
reads the input value of the pin and returns it. If the direction is [output] then it returns the last written
value (see <Safe mode> property for limitations).
Module "IEE1" (bean IntEEPROM)
- IEE1_SetByte -Method writes a given byte to a specified address in EEPROM.
- IEE1_GetByte -Method reads a byte from a specified EEPROM address
Module "Cpu" (bean MC9S12DG128_112)
- 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 + -