node_b.txt

来自「mc68HC12C64的CAN部件例子程序,不错的.」· 文本 代码 · 共 40 行

TXT
40
字号
=============================================================================
List of generated methods in project: Node_B

THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
=============================================================================

Module "CAN1"      (bean FreescaleCAN)
   - CAN1_SetAcceptanceMask -Sets the acceptance mask registers. This method writes an acceptance mask directly to the 
                acceptance mask registers.
   - CAN1_SendFrame -Sends the frame via the CAN device. Using this method the user can send own message to the CAN bus. This 
                method allows to specify CAN buffer number, message ID, data to be sent and frame type 
                (DATA_FRAME/REMOTE_FRAME).
   - CAN1_ReadFrame -Reads a frame from the CAN device. The user is informed about CAN reception through OnFullRxBuffer event 
                or GetStateRX method.
   - CAN1_GetStateTX -Returns a value of the transmission complete flags.
   - CAN1_GetStateRX -Returns a value of the reception complete flag.
   - CAN1_SendFrameExt -Sends a frame. This method automatically selects a free transmit buffer for data transmission. The user 
                cannot specify a transmit buffer.

Module "Byte1"     (bean ByteIO)
   - Byte1_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 pins 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 port. 
                (Method is available only if the Direction = _[output]_ or _[input/output]_).
   - Byte1_SetBit -Sets (to one) the specified bit of the Input/Output bean. It is the same as [PutBit(Bit, TRUE)]. (Method is 
                available only if the Direction = _[output]_ or _[input/output]_).
   - Byte1_ClrBit -Clears (set to zero) the specified bit of the Input/Output bean. It is the same as [PutBit(Bit, FALSE)]. 
                (Method is available only if the Direction = _[output]_ or _[input/output]_).
   - Byte1_NegBit -Negates (inverts) the specified bit of the Input/Output bean. It is the same as [PutBit(Bit,!GetBit(Bit))]. 
                (Method is available only if the Direction = _[output]_ or _[input/output]_).

Module "Cpu"       (bean MC9S12C64_48)
   - 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 + =
减小字号Ctrl + -
显示快捷键?