DIY Logging Volt/Ampmeter

Macros

#define TIM_CLOCKPOLARITY_INVERTED   TIM_ETRPOLARITY_INVERTED
 
#define TIM_CLOCKPOLARITY_NONINVERTED   TIM_ETRPOLARITY_NONINVERTED
 
#define TIM_CLOCKPOLARITY_RISING   TIM_INPUTCHANNELPOLARITY_RISING
 
#define TIM_CLOCKPOLARITY_FALLING   TIM_INPUTCHANNELPOLARITY_FALLING
 
#define TIM_CLOCKPOLARITY_BOTHEDGE   TIM_INPUTCHANNELPOLARITY_BOTHEDGE
 

Detailed Description

Macro Definition Documentation

◆ TIM_CLOCKPOLARITY_BOTHEDGE

#define TIM_CLOCKPOLARITY_BOTHEDGE   TIM_INPUTCHANNELPOLARITY_BOTHEDGE

Polarity for TIx clock sources

Definition at line 763 of file stm32f1xx_hal_tim.h.

◆ TIM_CLOCKPOLARITY_FALLING

#define TIM_CLOCKPOLARITY_FALLING   TIM_INPUTCHANNELPOLARITY_FALLING

Polarity for TIx clock sources

Definition at line 762 of file stm32f1xx_hal_tim.h.

◆ TIM_CLOCKPOLARITY_INVERTED

#define TIM_CLOCKPOLARITY_INVERTED   TIM_ETRPOLARITY_INVERTED

Polarity for ETRx clock sources

Definition at line 759 of file stm32f1xx_hal_tim.h.

◆ TIM_CLOCKPOLARITY_NONINVERTED

#define TIM_CLOCKPOLARITY_NONINVERTED   TIM_ETRPOLARITY_NONINVERTED

Polarity for ETRx clock sources

Definition at line 760 of file stm32f1xx_hal_tim.h.

◆ TIM_CLOCKPOLARITY_RISING

#define TIM_CLOCKPOLARITY_RISING   TIM_INPUTCHANNELPOLARITY_RISING

Polarity for TIx clock sources

Definition at line 761 of file stm32f1xx_hal_tim.h.