HAL + 0/9 examples
CodeScope will show references to TIM_BreakDeadTimeConfigTypeDef::AutomaticOutput from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
TIM
STM32469I_EVAL
Examples
TIM
STM324x9I_EVAL
Examples
TIM
STM324xG_EVAL
Examples
TIM
STM32F411RE-Nucleo
Examples_MIX
TIM
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALTIM_BreakDeadTimeConfigTypeDef::AutomaticOutput

TIM_BreakDeadTimeConfigTypeDef::AutomaticOutput field

TIM Automatic Output Enable state, This parameter can be a value of TIM_AOE_Bit_Set_Reset

Syntax

uint32_t AutomaticOutput;

Examples

TIM_BreakDeadTimeConfigTypeDef::AutomaticOutput is referenced by 9 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_tim.h:283
uint32_t AutomaticOutput; /*!< TIM Automatic Output Enable state, This parameter can be a value of @ref TIM_AOE_Bit_Set_Reset */
stm32f4xx_hal_tim_ex.c:2029HAL_TIMEx_ConfigBreakDeadTime()
assert_param(IS_TIM_AUTOMATIC_OUTPUT_STATE(sBreakDeadTimeConfig->AutomaticOutput));
stm32f4xx_hal_tim_ex.c:2044HAL_TIMEx_ConfigBreakDeadTime()
MODIFY_REG(tmpbdtr, TIM_BDTR_AOE, sBreakDeadTimeConfig->AutomaticOutput);

Data Use

Functions reading TIM_BreakDeadTimeConfigTypeDef::AutomaticOutput
TIM_BreakDeadTimeConfigTypeDef::AutomaticOutput
all items filtered out
Type of TIM_BreakDeadTimeConfigTypeDef::AutomaticOutput
TIM_BreakDeadTimeConfigTypeDef::AutomaticOutput
uint32_t
all items filtered out