📄 touchpanal.txt
字号:
=============================================================================
List of generated methods in project: touchpanal
THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
=============================================================================
Module "AS1" (bean AsynchroSerial)
- AS1_Enable -Enables the bean - it starts the send and receive functions. Events may be generated
("DisableEvent"/"EnableEvent").
- AS1_RecvChar -If any data is received, this method returns one character, otherwise it returns an error code (it does not
wait for data). This method is enabled only if the receiver property is enabled. [Note:] Because the preferred
method to handle error and break exception in the interrupt mode is to use events <OnError> and <OnBreak> the
return value ERR_RXEMPTY has higher priority than other error codes. As a consequence the information about an
exception in interrupt mode is returned only if there is a valid character ready to be read. Version specific
information for Freescale 56800 derivatives ] DMA mode: If DMA controller is available on the selected CPU
and the receiver is configured to use DMA controller then this method only sets the selected DMA channel. Then
the status of the DMA transfer can be checked using GetCharsInRxBuf method. See an example of a typical usage
for details about the communication using DMA.
- AS1_SendChar -Sends one character to the channel. If the bean is temporarily disabled (Disable method) SendChar method
only stores data into an output buffer. In case of a zero output buffer size, only one character can be stored.
Enabling the bean (Enable method) starts the transmission of the stored data. This method is available only if
the transmitter property is enabled. Version specific information for Freescale 56800 derivatives ] DMA mode:
If DMA controller is available on the selected CPU and the transmitter is configured to use DMA controller then
this method only sets selected DMA channel. Then the status of the DMA transfer can be checked using
GetCharsInTxBuf method. See an example of a typical usage for details about communication using DMA.
- AS1_GetCharsInRxBuf -Returns the number of characters in the input buffer. This method is available only if the receiver
property is enabled. Version specific information for Freescale 56800 derivatives ] DMA mode: If DMA
controller is available on the selected CPU and the receiver is configured to use DMA controller then this
method returns the number of characters in the receive buffer.
- AS1_GetCharsInTxBuf -Returns the number of characters in the output buffer. This method is available only if the
transmitter property is enabled. Version specific information for Freescale 56800 derivatives ] DMA mode: If
DMA controller is available on the selected CPU and the transmitter is configured to use DMA controller then
this method returns the number of characters in the transmit buffer.
Module "TI1" (bean TimerInt)
Module "KBI1" (bean Init_KBI_HCS08)
- KBI1_Init -This method initializes registers of the KBI module according to this Peripheral Initialization Bean settings.
Call this method in user code to initialize the module. By default, the method is called by PE automatically;
see "Call Init method" property of the bean for more details.
Module "SM1" (bean SynchroMaster)
- SM1_RecvChar -If any data is received, this method returns one character, otherwise it returns an error code (it does not
wait for data). Version specific information for Freescale 56800 derivatives ] DMA mode: If DMA controller
is available on selected CPU and receiver is configured to use DMA controller then this method only sets the
selected DMA channel. Status of the DMA transfer can then be checked using method GetCharsInRxBuf. See typical
usage for details about communication using DMA.
- SM1_SendChar -Sends one character to the channel. Version specific information for Freescale 56800 derivatives ] DMA
mode: If DMA controller is available on the selected CPU and the transmitter is configured to use DMA
controller then this method only sets the selected DMA channel. The status of the DMA transfer can then be
checked using GetCharsInTxBuf method. See the typical usage for details about communication using DMA.
Module "Cpu" (bean MC9S08QG8_16)
- 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 + -