STM32F479xx HAL User Manual
|
BDTR (Break and Dead Time) structure definition. More...
#include <stm32f4xx_ll_tim.h>
Data Fields | |
uint32_t | OSSRState |
uint32_t | OSSIState |
uint32_t | LockLevel |
uint8_t | DeadTime |
uint16_t | BreakState |
uint32_t | BreakPolarity |
uint32_t | AutomaticOutput |
BDTR (Break and Dead Time) structure definition.
Definition at line 415 of file stm32f4xx_ll_tim.h.
Specifies whether the TIM Automatic Output feature is enabled or not. This parameter can be a value of Automatic output enable
This feature can be modified afterwards using unitary functions LL_TIM_EnableAutomaticOutput() or LL_TIM_DisableAutomaticOutput()
Definition at line 469 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_BDTR_Init(), and LL_TIM_BDTR_StructInit().
Specifies the TIM Break Input pin polarity. This parameter can be a value of break polarity
This feature can be modified afterwards using unitary function LL_TIM_ConfigBRK()
Definition at line 460 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_BDTR_Init(), and LL_TIM_BDTR_StructInit().
uint16_t LL_TIM_BDTR_InitTypeDef::BreakState |
Specifies whether the TIM Break input is enabled or not. This parameter can be a value of Break Enable
This feature can be modified afterwards using unitary functions LL_TIM_EnableBRK() or LL_TIM_DisableBRK()
Definition at line 451 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_BDTR_Init(), and LL_TIM_BDTR_StructInit().
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()
Definition at line 441 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_BDTR_Init(), and LL_TIM_BDTR_StructInit().
uint32_t LL_TIM_BDTR_InitTypeDef::LockLevel |
Specifies the LOCK level parameters. This parameter can be a value of Lock Level
Definition at line 435 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_BDTR_Init(), and LL_TIM_BDTR_StructInit().
uint32_t LL_TIM_BDTR_InitTypeDef::OSSIState |
Specifies the Off-State used in Idle state. This parameter can be a value of OSSI
This feature can be modified afterwards using unitary function LL_TIM_SetOffStates()
Definition at line 426 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_BDTR_Init(), and LL_TIM_BDTR_StructInit().
uint32_t LL_TIM_BDTR_InitTypeDef::OSSRState |
Specifies the Off-State selection used in Run mode. This parameter can be a value of OSSR
This feature can be modified afterwards using unitary function LL_TIM_SetOffStates()
Definition at line 417 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_BDTR_Init(), and LL_TIM_BDTR_StructInit().