📄 ccdbit.txt
字号:
=============================================================================
List of generated methods in project: CCDBIT
THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
=============================================================================
Module "PWM8" (bean PWM)
- PWM8_SetRatio16 -This method sets a new duty-cycle ratio. Ratio is expressed as a 16-bit unsigned integer number. 0 - FFFF
value is proportional to ratio 0 - 100%. Note: Calculated duty depends on the timer possibilities and on the
selected period.
- PWM8_SetDutyUS -This method sets the new duty value of the output signal. The duty is expressed in microseconds as a
16-bit unsigned integer number.
- PWM8_SetDutyMS -This method sets the new duty value of the output signal. The duty is expressed in milliseconds as a
16-bit unsigned integer number.
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.
- 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 + -