STM32H735xx HAL User Manual
|
TIM Break input(s) and Dead time configuration Structure definition. More...
#include <stm32h7xx_hal_tim.h>
Data Fields | |
uint32_t | OffStateRunMode |
uint32_t | OffStateIDLEMode |
uint32_t | LockLevel |
uint32_t | DeadTime |
uint32_t | BreakState |
uint32_t | BreakPolarity |
uint32_t | BreakFilter |
uint32_t | BreakAFMode |
uint32_t | Break2State |
uint32_t | Break2Polarity |
uint32_t | Break2Filter |
uint32_t | Break2AFMode |
uint32_t | AutomaticOutput |
TIM Break input(s) and Dead time configuration Structure definition.
Definition at line 271 of file stm32h7xx_hal_tim.h.
TIM Automatic Output Enable state, This parameter can be a value of TIM Automatic Output Enable
Definition at line 301 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIMEx_ConfigBreakDeadTime().
Specifies the alternate function mode of the break2 input.This parameter can be a value of TIM Break2 Input Alternate Function Mode
Definition at line 298 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIMEx_ConfigBreakDeadTime().
TIM break2 input filter.This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF
Definition at line 295 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIMEx_ConfigBreakDeadTime().
TIM Break2 input polarity, This parameter can be a value of TIM Break Input 2 Polarity
Definition at line 293 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIMEx_ConfigBreakDeadTime().
TIM Break2 State, This parameter can be a value of TIM Break input 2 Enable
Definition at line 291 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIMEx_ConfigBreakDeadTime().
Specifies the alternate function mode of the break input.This parameter can be a value of TIM Break Input Alternate Function Mode
Definition at line 288 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIMEx_ConfigBreakDeadTime().
Specifies the break input filter.This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF
Definition at line 285 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIMEx_ConfigBreakDeadTime().
TIM Break input polarity, This parameter can be a value of TIM Break Input Polarity
Definition at line 283 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIMEx_ConfigBreakDeadTime().
TIM Break State, This parameter can be a value of TIM Break Input Enable
Definition at line 281 of file stm32h7xx_hal_tim.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 279 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIMEx_ConfigBreakDeadTime().
TIM Lock level, This parameter can be a value of TIM Lock level
Definition at line 277 of file stm32h7xx_hal_tim.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 275 of file stm32h7xx_hal_tim.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 273 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIMEx_ConfigBreakDeadTime().