capture.txt

来自「飞思卡尔单片机MC9SDG128B的脉冲捕获程序」· 文本 代码 · 共 26 行

TXT
26
字号
=============================================================================
List of generated methods in project: Capture

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

Module "FC161"     (bean FreeCntr16)
   - FC161_Reset -Clears the counter.
   - FC161_GetTimeUS -Returns the time (as a 16-bit unsigned integer) in microseconds since the last resetting after the last 
                reset.
   - FC161_GetTimeMS -Returns the time (as a 16-bit unsigned integer) in milliseconds since the last resetting after the last 
                reset.

Module "Cap1"      (bean Capture)
   - Cap1_Reset -This method resets the counter register.
   - Cap1_GetCaptureValue -This method gets the last value captured by enabled timer.

Module "Cpu"       (bean MC9S12DG128_112)
   - 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 + -
显示快捷键?