编码转换: GBK -> UTF-8,所有.c/.h源文件中文注释统一UTF-8编码
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
/*********************************************************************
|
||||
* @fn PWMX_CycleCfg
|
||||
*
|
||||
* @brief PWM4-PWM11周期配置
|
||||
* @brief PWM4-PWM11周期配置
|
||||
*
|
||||
* @param cyc - refer to PWMX_CycleTypeDef
|
||||
*
|
||||
@@ -57,9 +57,9 @@ void PWMX_CycleCfg(PWMX_CycleTypeDef cyc)
|
||||
/*********************************************************************
|
||||
* @fn PWMX_16bit_CycleCfg
|
||||
*
|
||||
* @brief PWM4-PWM9 16位周期配置
|
||||
* @brief PWM4-PWM9 16位周期配置
|
||||
*
|
||||
* @param cyc - 16位周期
|
||||
* @param cyc - 16位周期
|
||||
*
|
||||
* @return none
|
||||
*/
|
||||
@@ -72,7 +72,7 @@ void PWMX_16bit_CycleCfg(uint16_t cyc)
|
||||
/*********************************************************************
|
||||
* @fn PWMX_16bit_ACTOUT
|
||||
*
|
||||
* @brief PWM4-PWM9 通道16位输出波形配置
|
||||
* @brief PWM4-PWM9 通道16位输出波形配置
|
||||
*
|
||||
* @param ch - select channel of pwm, refer to channel of PWM define
|
||||
* @param da - effective pulse width
|
||||
@@ -113,7 +113,7 @@ void PWMX_16bit_ACTOUT(uint8_t ch, uint16_t da, PWMX_PolarTypeDef pr, Functional
|
||||
/*********************************************************************
|
||||
* @fn PWMX_ACTOUT
|
||||
*
|
||||
* @brief PWM4-PWM11通道输出波形配置
|
||||
* @brief PWM4-PWM11通道输出波形配置
|
||||
*
|
||||
* @param ch - select channel of pwm, refer to channel of PWM define
|
||||
* @param da - effective pulse width
|
||||
@@ -147,13 +147,13 @@ void PWMX_ACTOUT(uint8_t ch, uint8_t da, PWMX_PolarTypeDef pr, FunctionalState s
|
||||
/*********************************************************************
|
||||
* @fn PWMX_AlterOutCfg
|
||||
*
|
||||
* @brief PWM 交替输出模式配置
|
||||
* @brief PWM 交替输出模式配置
|
||||
*
|
||||
* @param ch - select group of PWM alternate output
|
||||
* RB_PWM4_5_STAG_EN - PWM4 和 PWM5 通道交替输出
|
||||
* RB_PWM6_7_STAG_EN - PWM6 和 PWM7 通道交替输出
|
||||
* RB_PWM8_9_STAG_EN - PWM8 和 PWM9 通道交替输出
|
||||
* RB_PWM10_11_STAG_EN - PWM10 和 PWM11 通道交替输出
|
||||
* RB_PWM4_5_STAG_EN - PWM4 和 PWM5 通道交替输出
|
||||
* RB_PWM6_7_STAG_EN - PWM6 和 PWM7 通道交替输出
|
||||
* RB_PWM8_9_STAG_EN - PWM8 和 PWM9 通道交替输出
|
||||
* RB_PWM10_11_STAG_EN - PWM10 和 PWM11 通道交替输出
|
||||
* @param s - control pwmx function, ENABLE or DISABLE
|
||||
*
|
||||
* @return none
|
||||
|
||||
Reference in New Issue
Block a user