TIM_CtrlPWMOutputs()函数的功能是什么?

2019-07-21 05:40发布

TIM_CtrlPWMOutputs()函数的功能是什么?没有这一句我也能输出PWM波啊?什么时候使用这句呢?
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
12条回答
cyg
2019-07-22 03:21
[mw_shl_code=c,true]/**
  * @brief  Enables or disables the TIM peripheral Main Outputs.
  * @param  TIMx: where x can be 1 or 8 to select the TIMx peripheral.
  * @param  NewState: new state of the TIM peripheral Main Outputs.
  *          This parameter can be: ENABLE or DISABLE.
  * @retval None
  */
void TIM_CtrlPWMOutputs(TIM_TypeDef* TIMx, FunctionalState NewState)[/mw_shl_code]

一周热门 更多>