TIM One Pulse Mode Configuration Structure definition. More...
#include <stm32f4xx_hal_tim.h>
Public Attributes | |
uint32_t | ICFilter |
uint32_t | ICPolarity |
uint32_t | ICSelection |
uint32_t | OCIdleState |
uint32_t | OCMode |
uint32_t | OCNIdleState |
uint32_t | OCNPolarity |
uint32_t | OCPolarity |
uint32_t | Pulse |
TIM One Pulse Mode Configuration Structure definition.
Definition at line 110 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_OnePulse_InitTypeDef::ICFilter |
Specifies the input capture filter. This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF
Definition at line 139 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_OnePulse_InitTypeDef::ICPolarity |
Specifies the active edge of the input signal. This parameter can be a value of TIM Input Capture Polarity
Definition at line 133 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_OnePulse_InitTypeDef::ICSelection |
Specifies the input. This parameter can be a value of TIM Input Capture Selection
Definition at line 136 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_OnePulse_InitTypeDef::OCIdleState |
Specifies the TIM Output Compare pin state during Idle state. This parameter can be a value of TIM Output Compare Idle State
Definition at line 125 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_OnePulse_InitTypeDef::OCMode |
Specifies the TIM mode. This parameter can be a value of TIM Output Compare and PWM Modes
Definition at line 112 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_OnePulse_InitTypeDef::OCNIdleState |
Specifies the TIM Output Compare pin state during Idle state. This parameter can be a value of TIM Complementary Output Compare Idle State
Definition at line 129 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_OnePulse_InitTypeDef::OCNPolarity |
Specifies the complementary output polarity. This parameter can be a value of TIM Complementary Output Compare Polarity
Definition at line 121 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_OnePulse_InitTypeDef::OCPolarity |
Specifies the output polarity. This parameter can be a value of TIM Output Compare Polarity
Definition at line 118 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_OnePulse_InitTypeDef::Pulse |
Specifies the pulse value to be loaded into the Capture Compare Register. This parameter can be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF
Definition at line 115 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.