General-purpose timers (TIM)
22.2.12.28 TIM_OC5PreloadConfig
void TIM_OC5PreloadConfig ( TIM_TypeDef * TIMx, uint16_t
TIM_OCPreload)
Enables or disables the TIMx peripheral Preload register on
CCR5.
ï‚· TIMx : where x can be 1 or 8 to select the TIM peripheral.
ï‚· TIM_OCPreload : new state of the TIMx peripheral Preload
register This parameter can be one of the following values:
ï€ TIM_OCPreload_Enable :
ï€ TIM_OCPreload_Disable :
22.2.12.29 TIM_OC6PreloadConfig
void TIM_OC6PreloadConfig ( TIM_TypeDef * TIMx, uint16_t
TIM_OCPreload)
Enables or disables the TIMx peripheral Preload register on
CCR6.
ï‚· TIMx : where x can be 1 or 8 to select the TIM peripheral.
ï‚· TIM_OCPreload : new state of the TIMx peripheral Preload
register This parameter can be one of the following values:
ï€ TIM_OCPreload_Enable :
ï€ TIM_OCPreload_Disable :
22.2.12.30 TIM_OC1FastConfig
void TIM_OC1FastConfig ( TIM_TypeDef * TIMx, uint16_t
TIM_OCFast)
Configures the TIMx Output Compare 1 Fast feature.