?? project.txt
字號:
=============================================================================
List of generated methods in project: Project
THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
=============================================================================
Module "SM1" (bean SynchroMaster)
- SM1_Enable -Enable the bean - it starts send and receive functions. Events may be generated ("DisableEvent"/"EnableEvent").
- SM1_Disable -Disable the bean - it stops the send and receive functions. No events will be generated.
- 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.
- SM1_CharsInRxBuf -Returns the number of characters in the input buffer. Note: If the Interrupt service is disabled, and
the Ignore empty character is set to yes, and a character has been received, then this method returns 1
although it was an empty character. (deprecated method) 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.
- SM1_GetCharsInRxBuf -Returns the number of characters in the input buffer. Note: If the Interrupt service is disabled,
and the Ignore empty character is set to yes, and a character has been received, then this method returns 1
although it was an empty character. 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.
- SM1_CharsInTxBuf -Returns the number of characters in the output buffer. (deprecated method) 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.
- SM1_GetCharsInTxBuf -Returns the number of characters in the output buffer. 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.
- SM1_GetError -Returns a set of errors on the channel (errors that cannot be returned in given methods). The errors
accumulate in a set; after calling [GetError] this set is returned and cleared.
Module "Cpu" (bean MC9S08DZ60_48)
- Cpu_EnableInt -Enables maskable interrupts
- Cpu_DisableInt -Disables maskable interrupts
===================================================================================
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -