STM32F439xx HAL User Manual
Data Fields
TIM_ClearInputConfigTypeDef Struct Reference

Clear Input Configuration Handle Structure definition. More...

#include <stm32f4xx_hal_tim.h>

Data Fields

uint32_t ClearInputState
uint32_t ClearInputSource
uint32_t ClearInputPolarity
uint32_t ClearInputPrescaler
uint32_t ClearInputFilter

Detailed Description

Clear Input Configuration Handle Structure definition.

Definition at line 229 of file stm32f4xx_hal_tim.h.


Field Documentation

TIM Clear Input filter. This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF

Definition at line 239 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigOCrefClear().

TIM Clear Input polarity. This parameter can be a value of TIM Clear Input Polarity

Definition at line 235 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigOCrefClear().

TIM Clear Input prescaler. This parameter can be a value of TIM Clear Input Prescaler

Definition at line 237 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigOCrefClear().

TIM clear Input sources. This parameter can be a value of TIM Clear Input Source

Definition at line 233 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigOCrefClear().

TIM clear Input state. This parameter can be ENABLE or DISABLE

Definition at line 231 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigOCrefClear().


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