General-purpose timers (TIM)
parameters in the TIM_OCInitStruct.
ï‚· TIMx : where x can be 1 or 8 to select the TIM peripheral.
ï‚· TIM_OCInitStruct : pointer to a TIM_OCInitTypeDef
structure that contains the configuration information for the
specified TIM peripheral.
22.2.12.6 TIM_OC6Init
void TIM_OC6Init ( TIM_TypeDef * TIMx, TIM_OCInitTypeDef *
TIM_OCInitStruct)
Initializes the TIMx Channel6 according to the specified
parameters in the TIM_OCInitStruct.
ï‚· TIMx : where x can be 1 or 8 to select the TIM peripheral.
ï‚· TIM_OCInitStruct : pointer to a TIM_OCInitTypeDef
structure that contains the configuration information for the
specified TIM peripheral.
22.2.12.7 TIM_SelectGC5C1
void TIM_SelectGC5C1 ( TIM_TypeDef * TIMx, FunctionalState
NewState)
Selects the TIM Group Channel 5 and Channel 1, OC1REFC is
the logical AND of OC1REFC 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.