📄 can_receive.doc
字号:
=============================================================================
List of generated methods in project: CAN_receive
THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
=============================================================================
Module "Bit2" (bean BitIO)
- Bit2_GetVal -Returns the value of the Input/Output bean. 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.
- Bit2_PutVal -Specified value is passed to the Input/Output bean. If the direction is [input] saves the value to a memory
or a register, this value will be written to the pin after switching to the output mode (using [SetDir(TRUE)]).
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 Input/Output bean. It is the same as [PutVal(FALSE)]. (Method is available only if
the direction = _[output]_ or _[input/output]_).
- Bit2_SetVal -Sets (to one) the Input/Output bean. It is the same as [PutVal(TRUE)]. (Method is available only if the
direction = _[output]_ or _[input/output]_).
Module "Bit1" (bean BitIO)
- Bit1_GetVal -Returns the value of the Input/Output bean. 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.
- Bit1_PutVal -Specified value is passed to the Input/Output bean. If the direction is [input] saves the value to a memory
or a register, this value will be written to the pin after switching to the output mode (using [SetDir(TRUE)]).
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 Input/Output bean. It is the same as [PutVal(FALSE)]. (Method is available only if
the direction = _[output]_ or _[input/output]_).
- Bit1_SetVal -Sets (to one) the Input/Output bean. It is the same as [PutVal(TRUE)]. (Method is available only if the
direction = _[output]_ or _[input/output]_).
Module "Bit3" (bean BitIO)
- Bit3_GetVal -Returns the value of the Input/Output bean. 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.
- Bit3_PutVal -Specified value is passed to the Input/Output bean. If the direction is [input] saves the value to a memory
or a register, this value will be written to the pin after switching to the output mode (using [SetDir(TRUE)]).
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 Input/Output bean. It is the same as [PutVal(FALSE)]. (Method is available only if
the direction = _[output]_ or _[input/output]_).
- Bit3_SetVal -Sets (to one) the Input/Output bean. It is the same as [PutVal(TRUE)]. (Method is available only if the
direction = _[output]_ or _[input/output]_).
Module "CAN1" (bean Init_MSCAN_56800)
- CAN1_Init -This method initializes registers of the MSCAN module according to this Peripheral Initialization Bean settings.
Call this method in the 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 "Cpu" (bean 56F807)
- Cpu_GetSpeedMode -Gets current speed mode
- Cpu_EnableInt -Enables all maskable interrupts
- Cpu_DisableInt -Disables all maskable interrupts
- Cpu_SetWaitMode -Sets low power mode - Wait mode. For more information about the wait mode see this CPU documentation.
Release from wait mode: Reset or interrupt
- Cpu_SetStopMode -Sets low power mode - Stop mode. For more information about the stop mode see this CPU documentation.
- Cpu_SetDataMode -Sets the Data memory map to use either internal & external resources or external resources only.
===================================================================================
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -