ARMEBS4  revision-26.06.2015
Data Fields
TIM_BDTRInitTypeDef Struct Reference

BDTR structure definition. More...

#include "C:/Programs/ARMEBS4/current/doc/eclipse-doc/ext/libheivs_stm32/include/stm32/stm32f4xx_tim.h"

Collaboration diagram for TIM_BDTRInitTypeDef:
Collaboration graph

Data Fields

uint16_t TIM_OSSRState
 
uint16_t TIM_OSSIState
 
uint16_t TIM_LOCKLevel
 
uint16_t TIM_DeadTime
 
uint16_t TIM_Break
 
uint16_t TIM_BreakPolarity
 
uint16_t TIM_AutomaticOutput
 

Detailed Description

BDTR structure definition.

Note
This structure is used only with TIM1 and TIM8.

Definition at line 137 of file stm32f4xx_tim.h.

Field Documentation

uint16_t TIM_BDTRInitTypeDef::TIM_OSSRState

Specifies the Off-State selection used in Run mode. This parameter can be a value of TIM_OSSR_Off_State_Selection_for_Run_mode_state

Definition at line 140 of file stm32f4xx_tim.h.

uint16_t TIM_BDTRInitTypeDef::TIM_OSSIState

Specifies the Off-State used in Idle state. This parameter can be a value of TIM_OSSI_Off_State_Selection_for_Idle_mode_state

Definition at line 143 of file stm32f4xx_tim.h.

uint16_t TIM_BDTRInitTypeDef::TIM_LOCKLevel

Specifies the LOCK level parameters. This parameter can be a value of TIM_Lock_level

Definition at line 146 of file stm32f4xx_tim.h.

uint16_t TIM_BDTRInitTypeDef::TIM_DeadTime

Specifies the delay time between the switching-off and the switching-on of the outputs. This parameter can be a number between 0x00 and 0xFF

Definition at line 149 of file stm32f4xx_tim.h.

uint16_t TIM_BDTRInitTypeDef::TIM_Break

Specifies whether the TIM Break input is enabled or not. This parameter can be a value of TIM_Break_Input_enable_disable

Definition at line 153 of file stm32f4xx_tim.h.

uint16_t TIM_BDTRInitTypeDef::TIM_BreakPolarity

Specifies the TIM Break Input pin polarity. This parameter can be a value of TIM_Break_Polarity

Definition at line 156 of file stm32f4xx_tim.h.

uint16_t TIM_BDTRInitTypeDef::TIM_AutomaticOutput

Specifies whether the TIM Automatic Output feature is enabled or not. This parameter can be a value of TIM_AOE_Bit_Set_Reset

Definition at line 159 of file stm32f4xx_tim.h.