General-purpose timers (TIM)
22.2.14 Advanced-control timers (TIM1, TIM8) specific features
22.2.14.1 TIM_BDTRConfig
void TIM_BDTRConfig ( TIM_TypeDef * TIMx,
TIM_BDTRInitTypeDef * TIM_BDTRInitStruct)
Configures the Break feature, dead time, Lock level, OSSI/OSSR
State and the AOE(automatic output enable).
ï‚· TIMx : where x can be 1, 8, 15, 16 or 17 to select the TIM
ï‚· TIM_BDTRInitStruct : pointer to a TIM_BDTRInitTypeDef
structure that contains the BDTR Register configuration
information for the TIM peripheral.
22.2.14.2 TIM_Break1Config
void TIM_Break1Config ( TIM_TypeDef * TIMx, uint32_t
TIM_Break1Polarity, uint8_t TIM_Break1Filter)
Configures the Break1 feature.
ï‚· TIMx : where x can be 1 or 8 to select the TIM
ï‚· TIM_Break1Polarity : specifies the Break1 polarity. This
parameter can be one of the following values:
ï€ TIM_Break1Polarity_Low : Break1 input is active low
ï€ TIM_Break1Polarity_High : Break1 input is active high
ï‚· TIM_Break1Filter : specifies the Break1 filter value. This
parameter must be a value between 0x00 and 0x0F