HAL
LL_TIM_BDTR_InitTypeDef::AutomaticOutput is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_TIM_BDTR_InitTypeDef::AutomaticOutput

LL_TIM_BDTR_InitTypeDef::AutomaticOutput field

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()

Syntax

uint32_t AutomaticOutput;

References

LocationReferrerText
stm32f4xx_ll_tim.h:468
uint32_t AutomaticOutput; /*!< Specifies whether the TIM Automatic Output feature is enabled or not.
stm32f4xx_ll_tim.c:673LL_TIM_BDTR_StructInit()
stm32f4xx_ll_tim.c:713LL_TIM_BDTR_Init()
MODIFY_REG(tmpbdtr, TIM_BDTR_AOE, TIM_BDTRInitStruct->AutomaticOutput);

Data Use

Functions writing LL_TIM_BDTR_InitTypeDef::AutomaticOutput
Functions reading LL_TIM_BDTR_InitTypeDef::AutomaticOutput
all items filtered out
LL_TIM_BDTR_InitTypeDef::AutomaticOutput
all items filtered out
Type of LL_TIM_BDTR_InitTypeDef::AutomaticOutput
LL_TIM_BDTR_InitTypeDef::AutomaticOutput
uint32_t
all items filtered out