STM32L486xx HAL User Manual
Data Fields
TIM_ClearInputConfigTypeDef Struct Reference

TIM Clear Input Configuration Handle Structure definition. More...

#include <stm32l4xx_hal_tim.h>

Data Fields

uint32_t ClearInputState
uint32_t ClearInputSource
uint32_t ClearInputPolarity
uint32_t ClearInputPrescaler
uint32_t ClearInputFilter

Detailed Description

TIM Clear Input Configuration Handle Structure definition.

Definition at line 228 of file stm32l4xx_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 238 of file stm32l4xx_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 234 of file stm32l4xx_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 236 of file stm32l4xx_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 232 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigOCrefClear().

TIM clear Input state This parameter can be ENABLE or DISABLE

Definition at line 230 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigOCrefClear().


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