General-purpose timers (TIM)
ï‚· TIMx : where x can be 1 or 8 to select the TIMx peripheral.
ï‚· NewState : new state of the TIM Break2 input. This
parameter can be: ENABLE or DISABLE.
22.2.14.6 TIM_BDTRStructInit
void TIM_BDTRStructInit ( TIM_BDTRInitTypeDef *
TIM_BDTRInitStruct)
Fills each TIM_BDTRInitStruct member with its default value.
ï‚· TIM_BDTRInitStruct : pointer to a TIM_BDTRInitTypeDef
structure which will be initialized.
22.2.14.7 TIM_CtrlPWMOutputs
void TIM_CtrlPWMOutputs ( TIM_TypeDef * TIMx,
FunctionalState NewState)
Enables or disables the TIM peripheral Main Outputs.
ï‚· TIMx : where x can be 1, 8, 15, 16 or 17 to select the TIMx
peripheral.
ï‚· NewState : new state of the TIM peripheral Main Outputs.
This parameter can be: ENABLE or DISABLE.