General-purpose timers (TIM)
ï‚· uint16_t TIM_ICInitTypeDef::TIM_ICPrescaler
ï€ Specifies the Input Capture Prescaler. This parameter can be a value of
TIM_Input_Capture_Prescaler
ï‚· uint16_t TIM_ICInitTypeDef::TIM_ICFilter
ï€ Specifies the input capture filter. This parameter can be a number between 0x0
and 0xF
22.1.5 TIM_BDTRInitTypeDef
TIM_BDTRInitTypeDef is defined in the stm32f30x_tim.h
Data Fields
ï‚· uint16_t TIM_OSSRState
ï‚· uint16_t TIM_OSSIState
ï‚· uint16_t TIM_LOCKLevel
ï‚· uint16_t TIM_DeadTime
ï‚· uint16_t TIM_Break
ï‚· uint16_t TIM_BreakPolarity
ï‚· uint16_t TIM_AutomaticOutput
Field Documentation
ï‚· uint16_t TIM_BDTRInitTypeDef::TIM_OSSRState
ï€ Specifies the Off-State selection used in Run mode. This parameter can be a
value of TIM_OSSR_Off_State_Selection_for_Run_mode_state
ï‚· uint16_t TIM_BDTRInitTypeDef::TIM_OSSIState
ï€ Specifies the Off-State used in Idle state. This parameter can be a value of
TIM_OSSI_Off_State_Selection_for_Idle_mode_state
ï‚· uint16_t TIM_BDTRInitTypeDef::TIM_LOCKLevel
ï€ Specifies the LOCK level parameters. This parameter can be a value of
TIM_Lock_level
ï‚· uint16_t TIM_BDTRInitTypeDef::TIM_DeadTime
ï€ Specifies the delay time between the switching-off and the switching-on of the
outputs. This parameter can be a number between 0x00 and 0xFF
ï‚· uint16_t TIM_BDTRInitTypeDef::TIM_Break
ï€ Specifies whether the TIM Break input is enabled or not. This parameter can be
a value of TIM_Break_Input_enable_disable
ï‚· uint16_t TIM_BDTRInitTypeDef::TIM_BreakPolarity
ï€ Specifies the TIM Break Input pin polarity. This parameter can be a value of
TIM_Break_Polarity
ï‚· uint16_t TIM_BDTRInitTypeDef::TIM_AutomaticOutput
ï€ Specifies whether the TIM Automatic Output feature is enabled or not. This
parameter can be a value of TIM_AOE_Bit_Set_Reset