General-purpose timers (TIM)
22.2.12.8 TIM_SelectGC5C2
void TIM_SelectGC5C2 ( TIM_TypeDef * TIMx, FunctionalState
NewState)
Selects the TIM Group Channel 5 and Channel 2, OC2REFC is
the logical AND of OC2REFC and OC5REF.
ï‚· TIMx : where x can be 1 or 8 to select the TIMx peripheral
ï‚· NewState : new state of the Commutation event. This
parameter can be: ENABLE or DISABLE.
22.2.12.9 TIM_SelectGC5C3
void TIM_SelectGC5C3 ( TIM_TypeDef * TIMx, FunctionalState
NewState)
Selects the TIM Group Channel 5 and Channel 3, OC3REFC is
the logical AND of OC3REFC and OC5REF.
ï‚· TIMx : where x can be 1 or 8 to select the TIMx peripheral
ï‚· NewState : new state of the Commutation event. This
parameter can be: ENABLE or DISABLE.
22.2.12.10 TIM_OCStructInit
void TIM_OCStructInit ( TIM_OCInitTypeDef *
TIM_OCInitStruct)
Fills each TIM_OCInitStruct member with its default value.
ï‚· TIM_OCInitStruct : pointer to a TIM_OCInitTypeDef
structure which will be initialized.