STM32F439xx HAL User Manual
Data Fields
TIM_BreakDeadTimeConfigTypeDef Struct Reference

TIM Break and Dead time configuration Structure definition. More...

#include <stm32f4xx_hal_tim_ex.h>

Data Fields

uint32_t OffStateRunMode
uint32_t OffStateIDLEMode
uint32_t LockLevel
uint32_t DeadTime
uint32_t BreakState
uint32_t BreakPolarity
uint32_t AutomaticOutput

Detailed Description

TIM Break and Dead time configuration Structure definition.

Definition at line 94 of file stm32f4xx_hal_tim_ex.h.


Field Documentation

TIM Automatic Output Enable state. This parameter can be a value of TIM AOE Bit State

Definition at line 108 of file stm32f4xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_ConfigBreakDeadTime().

TIM Break input polarity. This parameter can be a value of TIM Break Polarity

Definition at line 106 of file stm32f4xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_ConfigBreakDeadTime().

TIM Break State. This parameter can be a value of TIM Break Input State

Definition at line 104 of file stm32f4xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_ConfigBreakDeadTime().

TIM dead Time. This parameter can be a number between Min_Data = 0x00 and Max_Data = 0xFF

Definition at line 102 of file stm32f4xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_ConfigBreakDeadTime().

TIM Lock level. This parameter can be a value of TIM Lock level

Definition at line 100 of file stm32f4xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_ConfigBreakDeadTime().

TIM off state in IDLE mode. This parameter can be a value of TIM OSSI OffState Selection for Idle mode state

Definition at line 98 of file stm32f4xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_ConfigBreakDeadTime().

TIM off state in run mode. This parameter can be a value of TIM OSSR OffState Selection for Run mode state

Definition at line 96 of file stm32f4xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_ConfigBreakDeadTime().


The documentation for this struct was generated from the following file: