STM32L443xx HAL User Manual
Defines
TIM Clear Input Source
TIM Exported Constants

Defines

#define TIM_CLEARINPUTSOURCE_NONE   0x00000000U
#define TIM_CLEARINPUTSOURCE_ETR   0x00000001U
#define TIM_CLEARINPUTSOURCE_OCREFCLR   0x00000002U

Define Documentation

#define TIM_CLEARINPUTSOURCE_ETR   0x00000001U

OCREF_CLR is connected to ETRF input

Definition at line 453 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigOCrefClear().

#define TIM_CLEARINPUTSOURCE_NONE   0x00000000U

OCREF_CLR is disabled

Definition at line 452 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigOCrefClear().

#define TIM_CLEARINPUTSOURCE_OCREFCLR   0x00000002U

OCREF_CLR is connected to OCREF_CLR_INT

Definition at line 454 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigOCrefClear().