📄 dy.txt
字号:
=============================================================================
List of generated methods in project: dy
THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
=============================================================================
Module "AD1" (bean ADC)
- AD1_Measure -This method performs one measurement on all channels that are set in the bean inspector. (Note: If the
<number of conversions> is more than one the conversion of A/D channels is performed specified number of times.)
- AD1_GetValue8 -This method returns the last measured values of all channels justified to the left. Compared with
<GetValue> method this method returns more accurate result if the <number of conversions> is greater than 1 and
<AD resolution> is less than 8 bits. In addition, the user code dependency on <AD resolution> is eliminated.
- AD1_GetValue16 -This method returns the last measured values of all channels justified to the left. Compared with
<GetValue> method this method returns more accurate result if the <number of conversions> is greater than 1 and
<AD resolution> is less than 16 bits. In addition, the user code dependency on <AD resolution> is eliminated.
Module "WDog1" (bean WatchDog)
- WDog1_Clear -Clears the watchdog timer (it makes the timer restart from zero).
Module "Bit1" (bean BitIO)
- Bit1_SetDir -Sets a pin direction (available only if the direction = _[input/output]_).
- Bit1_GetVal -Returns the input/output value. If the direction is [input] then the input value of the pin is read and
returned. If the direction is [output] then the last written value is returned (see <Safe mode> property for
limitations).
- Bit1_PutVal -The specified output value is set. If the direction is [input], the bean saves the value to a memory or a
register and this value will be written to the pin after switching to the output mode (using [SetDir(TRUE)];
see <Safe mode> property for limitations). If the direction is [output], it writes the value to the pin.
(Method is available only if the direction = _[output]_ or _[input/output]_).
- Bit1_ClrVal -Clears (set to zero) the output value. It is equivalent to the [PutVal(FALSE)]. This method is available only
if the direction = _[output]_ or _[input/output]_.
- Bit1_SetVal -Sets (to one) the output value. It is equivalent to the [PutVal(TRUE)]. This method is available only if the
direction = _[output]_ or _[input/output]_.
Module "Bit2" (bean BitIO)
- Bit2_SetDir -Sets a pin direction (available only if the direction = _[input/output]_).
- Bit2_GetVal -Returns the input/output value. If the direction is [input] then the input value of the pin is read and
returned. If the direction is [output] then the last written value is returned (see <Safe mode> property for
limitations).
- Bit2_PutVal -The specified output value is set. If the direction is [input], the bean saves the value to a memory or a
register and this value will be written to the pin after switching to the output mode (using [SetDir(TRUE)];
see <Safe mode> property for limitations). If the direction is [output], it writes the value to the pin.
(Method is available only if the direction = _[output]_ or _[input/output]_).
- Bit2_ClrVal -Clears (set to zero) the output value. It is equivalent to the [PutVal(FALSE)]. This method is available only
if the direction = _[output]_ or _[input/output]_.
- Bit2_SetVal -Sets (to one) the output value. It is equivalent to the [PutVal(TRUE)]. This method is available only if the
direction = _[output]_ or _[input/output]_.
Module "Bit3" (bean BitIO)
- Bit3_SetDir -Sets a pin direction (available only if the direction = _[input/output]_).
- Bit3_GetVal -Returns the input/output value. If the direction is [input] then the input value of the pin is read and
returned. If the direction is [output] then the last written value is returned (see <Safe mode> property for
limitations).
- Bit3_PutVal -The specified output value is set. If the direction is [input], the bean saves the value to a memory or a
register and this value will be written to the pin after switching to the output mode (using [SetDir(TRUE)];
see <Safe mode> property for limitations). If the direction is [output], it writes the value to the pin.
(Method is available only if the direction = _[output]_ or _[input/output]_).
- Bit3_ClrVal -Clears (set to zero) the output value. It is equivalent to the [PutVal(FALSE)]. This method is available only
if the direction = _[output]_ or _[input/output]_.
- Bit3_SetVal -Sets (to one) the output value. It is equivalent to the [PutVal(TRUE)]. This method is available only if the
direction = _[output]_ or _[input/output]_.
Module "Bit4" (bean BitIO)
- Bit4_GetVal -Returns the input/output value. If the direction is [input] then the input value of the pin is read and
returned. If the direction is [output] then the last written value is returned (see <Safe mode> property for
limitations).
- Bit4_PutVal -The specified output value is set. If the direction is [input], the bean saves the value to a memory or a
register and this value will be written to the pin after switching to the output mode (using [SetDir(TRUE)];
see <Safe mode> property for limitations). If the direction is [output], it writes the value to the pin.
(Method is available only if the direction = _[output]_ or _[input/output]_).
- Bit4_ClrVal -Clears (set to zero) the output value. It is equivalent to the [PutVal(FALSE)]. This method is available only
if the direction = _[output]_ or _[input/output]_.
- Bit4_SetVal -Sets (to one) the output value. It is equivalent to the [PutVal(TRUE)]. This method is available only if the
direction = _[output]_ or _[input/output]_.
Module "Cpu" (bean MC9S08QD4_8)
- Cpu_EnableInt -Enables maskable interrupts
- Cpu_DisableInt -Disables maskable interrupts
- Cpu_Delay100US -This method realizes software delay. The length of delay is at least 100 microsecond multiply input
parameter [us100]. As the delay implementation is not based on real clock, the delay time may be increased by
interrupt service routines processed during the delay. The method is independent on selected speed mode.
===================================================================================
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -