STM32L486xx 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 427 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigOCrefClear().

#define TIM_CLEARINPUTSOURCE_NONE   0x00000000U

OCREF_CLR is disabled

Definition at line 426 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 428 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigOCrefClear().