HAL
LL_TIM_BDTR_InitTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint32_t
Specifies the Off-State selection used in Run mode. This parameter can be a value of TIM_LL_EC_OSSR This feature can be modified afterwards using unitary function LL_TIM_SetOffStates().
uint32_t
Specifies the Off-State used in Idle state. This parameter can be a value of TIM_LL_EC_OSSI This feature can be modified afterwards using unitary function LL_TIM_SetOffStates().
uint32_t
Specifies the LOCK level parameters. This parameter can be a value of TIM_LL_EC_LOCKLEVEL.
uint8_t
Specifies the delay time between the switching-off and the switching-on of the outputs. This parameter can be a number between Min_Data = 0x00 and Max_Data = 0xFF. This feature can be modified afterwards using unitary function LL_TIM_OC_SetDeadTime().
uint16_t
Specifies whether the TIM Break input is enabled or not. This parameter can be a value of TIM_LL_EC_BREAK_ENABLE This feature can be modified afterwards using unitary functions LL_TIM_EnableBRK() or LL_TIM_DisableBRK().
uint32_t
Specifies the TIM Break Input pin polarity. This parameter can be a value of TIM_LL_EC_BREAK_POLARITY This feature can be modified afterwards using unitary function LL_TIM_ConfigBRK().
uint32_t
Specifies whether the TIM Automatic Output feature is enabled or not. This parameter can be a value of TIM_LL_EC_AUTOMATICOUTPUT_ENABLE This feature can be modified afterwards using unitary functions LL_TIM_EnableAutomaticOutput() or LL_TIM_DisableAutomaticOutput().

References

from examples