DIY Logging Volt/Ampmeter
TIM Clear Input Source

Macros

#define TIM_CLEARINPUTSOURCE_NONE   0x00000000U
 
#define TIM_CLEARINPUTSOURCE_ETR   0x00000001U
 

Detailed Description

Macro Definition Documentation

◆ TIM_CLEARINPUTSOURCE_ETR

#define TIM_CLEARINPUTSOURCE_ETR   0x00000001U

OCREF_CLR is connected to ETRF input

Definition at line 437 of file stm32f1xx_hal_tim.h.

◆ TIM_CLEARINPUTSOURCE_NONE

#define TIM_CLEARINPUTSOURCE_NONE   0x00000000U

OCREF_CLR is disabled

Definition at line 436 of file stm32f1xx_hal_tim.h.